From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: cvs-mode-diff on marked files Date: Mon, 12 Dec 2005 09:45:34 +0200 Organization: JURTA Message-ID: <87lkyqrj2j.fsf@jurta.org> References: <87slt4jidd.fsf@jurta.org> <87r78muaqv.fsf@jurta.org> <87ek4ldgwr.fsf@jurta.org> <87lkyt83ex.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134377819 27553 80.91.229.2 (12 Dec 2005 08:56:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 08:56:59 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 12 09:56:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EljSr-0005I7-Ny for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 09:55:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EljTK-00026r-N0 for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 03:55:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EliZH-0001Wu-7G for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:57:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EliZA-0001RS-Qh for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:57:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EliZ9-0001QE-5O for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:57:47 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eliao-0002HQ-R8 for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:59:31 -0500 Original-Received: from mail.neti.ee (80-235-33-123-dsl.mus.estpak.ee [80.235.33.123]) by Relayhost1.neti.ee (Postfix) with ESMTP id DC11B1CE0; Mon, 12 Dec 2005 09:57:28 +0200 (EET) Original-To: Stefan Monnier In-Reply-To: <87lkyt83ex.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 10 Dec 2005 08:57:38 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:47529 Archived-At: > 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/