From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: diff mode weirdness Date: Fri, 12 Sep 2008 17:46:48 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221234461 6513 80.91.229.12 (12 Sep 2008 15:47:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 15:47:41 +0000 (UTC) Cc: Emacs Development To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 17:48:37 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 1KeAsm-0007Va-73 for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 17:48:28 +0200 Original-Received: from localhost ([127.0.0.1]:52562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeArm-0001Yq-0Z for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 11:47:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeArh-0001Y4-KQ for emacs-devel@gnu.org; Fri, 12 Sep 2008 11:47:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeArf-0001XW-Ui for emacs-devel@gnu.org; Fri, 12 Sep 2008 11:47:21 -0400 Original-Received: from [199.232.76.173] (port=52237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeArf-0001XT-Qn for emacs-devel@gnu.org; Fri, 12 Sep 2008 11:47:19 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:49367 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KeArf-0005WC-HA for emacs-devel@gnu.org; Fri, 12 Sep 2008 11:47:19 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m8CFl8H5001492; Fri, 12 Sep 2008 17:47:09 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 12 Sep 2008 10:37:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:103847 Archived-At: Stefan Monnier writes: >> I wanted to look at a diff file, and it opened nicely in diff mode, with >> font-lock etc. Then I had some issues: > >> - diff mode repeatedly asks me where the diff source is. In this case I >> only had the diff, not the source. This was very annoying. > > When does it do that? Normally, it only does that if you request an > operation like "apply" or "jump to source". It happens for me whenever the cursor is on a "diff" line, the first line of a unified diff file for instance. >> - after a while the diff buffer was automatically killed, to my >> surprise. > >> Do others experience the same problems? If so I can find out more >> information. > > Never heard of this, no. Ok, I'll see if I can reproduce it with emacs -q then. > > Stefan -- Joakim Verona