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: diff mode weirdness Date: Fri, 12 Sep 2008 09:47:25 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221205702 4555 80.91.229.12 (12 Sep 2008 07:48:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 07:48:22 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 09:49:18 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 1Ke3Oz-0004G5-U5 for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 09:49:14 +0200 Original-Received: from localhost ([127.0.0.1]:37171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke3Nz-0008VT-KB for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 03:48:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ke3Nv-0008Uy-6P for emacs-devel@gnu.org; Fri, 12 Sep 2008 03:48:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ke3Ns-0008UY-65 for emacs-devel@gnu.org; Fri, 12 Sep 2008 03:48:06 -0400 Original-Received: from [199.232.76.173] (port=39586 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke3Ns-0008US-12 for emacs-devel@gnu.org; Fri, 12 Sep 2008 03:48:04 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:33335) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ke3Nr-0002v2-Qw for emacs-devel@gnu.org; Fri, 12 Sep 2008 03:48:04 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64] helo=gate.verona.se) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ke3Np-00023A-EX for emacs-devel@gnu.org; Fri, 12 Sep 2008 03:48:01 -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 m8C7lknH028195 for ; Fri, 12 Sep 2008 09:47:47 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103839 Archived-At: 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. - 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. -- Joakim Verona