emacs-devel
[Top][All Lists]
Advanced

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

Re: cvs-mode-diff on marked files


From: Juri Linkov
Subject: Re: cvs-mode-diff on marked files
Date: Mon, 12 Dec 2005 09:45:34 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> I won't comment on this idea until I see patches, but I'm not
> too enthusiastic to waste screen real estate on info such as group
> and owner name that I use, like, once every other year, maybe?
>
> Maybe you'd be better served with VC-dired ?

I tried out VC-dired, but it doesn't seem to be so convenient and
feature-rich as PCL-CVS.  OTOH, its dired-like appearance is quite good.

BTW, after trying VC-dired, it saved vc-dired-mode buffers to the
desktop file which failed during restoring.  Does this bug mean that
nobody uses VC-dired?  OK, more precisely, this means nobody uses
VC-dired with desktop.el :-)  I could install the following fix if
there are no objections.

Index: lisp/desktop.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/desktop.el,v
retrieving revision 1.95
diff -c -r1.95 desktop.el
*** lisp/desktop.el     21 Oct 2005 08:48:53 -0000      1.95
--- lisp/desktop.el     12 Dec 2005 07:44:44 -0000
***************
*** 411,417 ****
  
  (defcustom desktop-minor-mode-table
    '((auto-fill-function auto-fill-mode)
!     (vc-mode nil))
    "Table mapping minor mode variables to minor mode functions.
  Each entry has the form (NAME RESTORE-FUNCTION).
  NAME is the name of the buffer-local variable indicating that the minor
--- 411,418 ----
  
  (defcustom desktop-minor-mode-table
    '((auto-fill-function auto-fill-mode)
!     (vc-mode nil)
!     (vc-dired-mode nil))
    "Table mapping minor mode variables to minor mode functions.
  Each entry has the form (NAME RESTORE-FUNCTION).
  NAME is the name of the buffer-local variable indicating that the minor

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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