emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-x 4 a ceased to work in *cvs-diff* buffer


From: Kai Grossjohann
Subject: Re: C-x 4 a ceased to work in *cvs-diff* buffer
Date: Sun, 10 Oct 2004 14:20:03 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Kai Grossjohann <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]