From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Option to customize the -m message flag of cvs?
Date: Tue, 30 Dec 2008 08:26:26 +0100 [thread overview]
Message-ID: <4959CD22.7090306@gmx.at> (raw)
In-Reply-To: <uvdt29uld.fsf@gnu.org>
>> is not able to handle `vc-dir'.
>
> Why not? what feature(s) is/are missing?
That's what I asked _you_ in a mail on 2008-12-08. Unfortunately, I
never got a response.
The problem is that when I do `vc-dir' in my Emacs directory I get - on
Windows XP - a *vc-dir* buffer looking like
--------------------------------------------------------
VC backend : CVS
Working dir: c:/Programme/Emacs-trunk/
Repository : m061211@cvs.savannah.gnu.org:/sources/emacs
Module : emacs
./
--------------------------------------------------------
and nothing that would populate that buffer with modified, unknown or
up-to-date entries. cvs.exe starts doing something but dies quickly.
Doing `g' in the *vc-dir* buffer doesn't do anything. I traced the
problem back to `vc-do-command' where
(let* ((files
(mapcar (lambda (f) (file-relative-name (expand-file-name f)))
(if (listp file-or-list) file-or-list (list file-or-list))))
sets `files' to ("./"). Apparently, my cvs.exe doesn't like that. I
found a comment in `cvs-mode-run' saying
;; Some w32 versions of CVS don't like an explicit . too much.
so I conclude that's the problem. Indeed, when in `vc-do-command' I
assign `squeezed' as follows
(when (and files (not (equal files (list "./"))))
(setq squeezed (nconc squeezed files)))
`vc-dir' works as expected.
Since changing `vc-do-command' as sketched above doesn't strike me as
very digestible for most people here, I finally decided to get myself a
more subservient cvs client. The one I found is CVSNT which has just
one drawback. With "-m" it inserts an advert in my commits ...
martin
next prev parent reply other threads:[~2008-12-30 7:26 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-29 12:58 Option to customize the -m message flag of cvs? Juanma Barranquero
2008-12-29 17:10 ` martin rudalics
2008-12-29 19:14 ` Eli Zaretskii
2008-12-29 19:57 ` Juanma Barranquero
2008-12-29 20:52 ` Eli Zaretskii
2008-12-29 21:18 ` martin rudalics
2008-12-30 4:04 ` Eli Zaretskii
2008-12-30 7:26 ` martin rudalics [this message]
2008-12-30 22:05 ` Eli Zaretskii
2008-12-31 9:15 ` martin rudalics
2008-12-31 19:14 ` Eli Zaretskii
2008-12-31 21:28 ` martin rudalics
2009-01-06 10:57 ` martin rudalics
2009-01-06 16:08 ` Dan Nicolaescu
2009-01-06 17:06 ` Juanma Barranquero
2009-01-06 20:49 ` Eli Zaretskii
2009-01-06 20:59 ` Juanma Barranquero
2009-01-06 21:10 ` Eli Zaretskii
2009-01-07 8:18 ` martin rudalics
2009-01-07 21:21 ` Eli Zaretskii
2009-01-06 18:26 ` Stefan Monnier
2009-01-06 20:21 ` Juanma Barranquero
2009-01-12 22:18 ` Sam Steingold
2009-01-12 23:52 ` Juanma Barranquero
2009-01-13 1:57 ` dhruva
2009-01-13 1:59 ` dhruva
2009-01-13 18:51 ` Sam Steingold
2009-01-13 21:20 ` Juanma Barranquero
2009-01-06 22:32 ` mail
2009-01-07 8:52 ` Juanma Barranquero
2009-01-06 20:46 ` Eli Zaretskii
2009-01-06 20:53 ` Juanma Barranquero
2009-01-06 21:01 ` Eli Zaretskii
2009-01-06 21:06 ` Juanma Barranquero
2009-01-06 21:14 ` Eli Zaretskii
2009-01-06 21:24 ` Juanma Barranquero
2009-01-06 21:35 ` Stefan Monnier
2008-12-29 23:29 ` Juanma Barranquero
2008-12-30 9:34 ` Juanma Barranquero
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4959CD22.7090306@gmx.at \
--to=rudalics@gmx.at \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.