From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: find-file: strange behaviour Date: Fri, 14 Mar 2008 10:06:02 +0000 Message-ID: <8763vpmxh1.fsf@bzg.ath.cx> References: <47D9AA98.7050804@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205489200 24528 80.91.229.12 (14 Mar 2008 10:06:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 10:06:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: sebastian_rose@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 11:07:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ja6oW-00042N-Qi for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 11:07:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja6nw-0004ov-Gu for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 06:06:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ja6nr-0004oq-Np for emacs-devel@gnu.org; Fri, 14 Mar 2008 06:06:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ja6no-0004oe-Vz for emacs-devel@gnu.org; Fri, 14 Mar 2008 06:06:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja6no-0004ob-T0 for emacs-devel@gnu.org; Fri, 14 Mar 2008 06:06:16 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ja6no-0004iY-Dd for emacs-devel@gnu.org; Fri, 14 Mar 2008 06:06:16 -0400 Original-Received: by fk-out-0910.google.com with SMTP id 26so4107258fkx.10 for ; Fri, 14 Mar 2008 03:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=KqLe3QMvfACE2Jb2QaxYrJBm+PYcTBpbxjnfSBrg2Zg=; b=OqF92WLymidpcfnGQoqWkQ1BZZFM7RYVJPD9Fbjq9fUMnjX2IqDoeo10UHg4Js/gPEE/poRJjpSKGvV/HZCtsE2crgdIsZe1Z5tisR4ODm0vtyDwzgznV7DWjhQ8aUzj2X59fKI2bOb5fgXpxgHGCmlUEkZ44ZQkhszxajgJiXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=C/l0dDDteZEnVryP8hjJZ/QgkHaiUIHX6hPGpCCyDvfR87R0ZZ6S0MLXguG/IkT/ROzkBuQ54gijLuNAkBsxbMifDdsE3GPikGgWm3Oeq07OZtlU2Oh1IxaUCSPjW4k+geUFWndVNByAuBYW/oPMAZo9LiIKp0GzGkadTo1xv9A= Original-Received: by 10.78.129.16 with SMTP id b16mr611225hud.34.1205489174328; Fri, 14 Mar 2008 03:06:14 -0700 (PDT) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id c22sm1955036ika.3.2008.03.14.03.06.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Mar 2008 03:06:12 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 32C84157971; Fri, 14 Mar 2008 10:06:02 +0000 (GMT) In-Reply-To: <47D9AA98.7050804@gmx.de> (Sebastian Rose's message of "Thu, 13 Mar 2008 23:28:40 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92504 Archived-At: Sebastian Rose writes: > I'm running emacs 23.0.60.2 from last week here. Since that I noticed > some strange behaviour when trying to open a file by C-x C-f. What if you check with a clean emacs -Q ? Does the error disappear? I guess the problem comes from one of the function in `find-file-hook'. Can you see anything suspicious here? > emacs opens a second window, 5 lines high only, on the bottom of > frame. In that window I see an other file that was opened on start up > (I use desktop). Is the error still here without desktop? > case 2 (this one is worth): (You mean "worse", right? :) > If I export an *.org file sometimes an arbitrary existing file is > overwritten! Same as above, first attempt in session, subsequent > attempts succeed. You export with C-c C-e h, right? Or via org-publish.el? > I suspect emacs though, since I deleted all lisp files on my machine > before installing. I used emacs 22 before (the current Debian testing > package). I searched the mailinglist for something on this but to no > avail. I suspect something weirdness with related to your `desktop' or `session' customization, or maybe some function in find-file-hook. Can you try to narrow this problem with that directions? -- Bastien