emacs-devel
[Top][All Lists]
Advanced

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

Re: PCL-CVS: `A' removes cvs-mode from buffer *cvs*


From: Stefan Monnier
Subject: Re: PCL-CVS: `A' removes cvs-mode from buffer *cvs*
Date: Tue, 21 Aug 2007 11:32:04 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> in Emacs 22.1 on Windows, I noticed that (sometimes?) `A'
> (cvs-mode-add-change-log-entry-other-window) removes the cvs-mode key
> bindings from the buffer *cvs*.  The buffer *cvs* then is read-only
> and not in cvs-mode anymore (fundamental-mode?).

> I couldn't reproduce the problem on GNU/Linux up to now.  Has anyone
> else observed this?  If it happens next time on Windows: what kind of
> further information could be useful to find the problem?

I've seen reports of such problems in the past, but have never been able
to track it down.  It seems difficult to reproduce.  It's interesting that
you link it to Windows, tho: I had not noted any such correlation yet.

Maybe you can try to track it down by adding to your .emacs something like:

   (add-hook 'cvs-mode-hook
             (lambda ()
               (add-hook 'change-major-mode-hook 'debug nil t)))

hopefully it will not trigger in normal use.


        Stefan




reply via email to

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