From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: C-x 4 a ceased to work in *cvs-diff* buffer Date: Sun, 10 Oct 2004 14:20:03 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <86r7o669zg.fsf@ketchup.de.uu.net> References: <86vfi53qht.fsf@rumba.de.uu.net> <86vfdi6ajr.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097410891 29727 80.91.229.6 (10 Oct 2004 12:21:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2004 12:21:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 14:21:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGcha-0001jE-00 for ; Sun, 10 Oct 2004 14:21:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGcoT-0003B0-5u for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2004 08:28:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGco5-00038x-RM for emacs-devel@gnu.org; Sun, 10 Oct 2004 08:28:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGco4-00037Z-Jq for emacs-devel@gnu.org; Sun, 10 Oct 2004 08:28:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGco4-000374-C5 for emacs-devel@gnu.org; Sun, 10 Oct 2004 08:28:08 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGcgv-0008Py-84 for emacs-devel@gnu.org; Sun, 10 Oct 2004 08:20:45 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CGcgu-0004mh-00 for ; Sun, 10 Oct 2004 14:20:44 +0200 Original-Received: from pd9e1e970.dip.t-dialin.net ([217.225.233.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2004 14:20:44 +0200 Original-Received: from kai by pd9e1e970.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2004 14:20:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1e970.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Sy5iRNhV/eCGhRZwxBecNPi10IQ= 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28171 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28171 Kai Grossjohann writes: > ;; Go to the *cvs-diff* buffer/window and navigate to the + line. Perhaps it is unclear which line I meant. It is... > And here is the *cvs-diff* buffer for tramp.el: > > pcl-cvs: descending directory lisp/net/ > Index: tramp.el > =================================================================== > RCS file: /cvsroot/emacs/emacs/lisp/net/tramp.el,v > retrieving revision 1.50 > diff -u -r1.50 tramp.el > --- tramp.el 10 Aug 2004 20:49:45 -0000 1.50 > +++ tramp.el 10 Oct 2004 11:57:11 -0000 > @@ -2370,7 +2370,7 @@ > (point) (progn (end-of-line) (point))))) > (equal tramp-buffer-file-attributes attr)) > ;; If file does not exist, say it is not modified. > - (t nil))))))) > + (t t))))))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...this line. Point was at the beginning of the line when I hit C-x 4 a. > (defadvice clear-visited-file-modtime (after tramp activate) > "Set `tramp-buffer-file-attributes' back to nil. Kai