help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: zonk *log-edit-files* for RCS (or when there is only one file)


From: Emanuel Berg
Subject: Re: zonk *log-edit-files* for RCS (or when there is only one file)
Date: Tue, 09 Feb 2021 18:30:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Thien-Thi Nguyen wrote:

> When i'm using RCS to version control a single file, ‘C-x v v’
> (vc-next-action) shows a buffer *log-edit-files* with the name
> of the file.  Since i use RCS typically on single files, this
> information is unnecessary.  How can i disable *log-edit-files*
> (but only for RCS)?  I suppose a related question would be how
> to disable it under any VCS when there is only one file in play.
>
> By "disable" i mean the buffer should not show up (i don't care
> if it's generated and not discarded as long as i don't see
> it).

No idea, check out this perhaps?

  vc-delete-logbuf-window

Or a find a hook and kill it there?

  vc-bzr-log-view-mode-hook
  vc-hg-log-view-mode-hook      
  vc-log-after-operation-hook

(more vc- hooks are available)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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