unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: schwab@suse.de, emacs-devel@gnu.org
Subject: Re: cvs-mode-diff on marked files
Date: Mon, 12 Dec 2005 09:45:34 +0200	[thread overview]
Message-ID: <87lkyqrj2j.fsf@jurta.org> (raw)
In-Reply-To: <87lkyt83ex.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 10 Dec 2005 08:57:38 -0500")

> 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	other threads:[~2005-12-12  7:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-08  7:47 cvs-mode-diff on marked files Juri Linkov
2005-12-08 16:51 ` Stefan Monnier
2005-12-09  9:59   ` Juri Linkov
2005-12-09 14:12     ` Andreas Schwab
2005-12-09 23:55       ` Juri Linkov
2005-12-10 13:57         ` Stefan Monnier
2005-12-12  7:45           ` Juri Linkov [this message]
2005-12-14  9:18             ` Lars Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lkyqrj2j.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).