emacs-devel
[Top][All Lists]
Advanced

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

Re: Refreshing Info nodes


From: Juri Linkov
Subject: Re: Refreshing Info nodes
Date: Wed, 16 Jun 2010 23:43:08 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

> Help uses "g" for `View-goto-line' but should switch it to
> `revert-buffer' (after getting it to work, obviously).

I see no way to override View-mode's key binding in Help-mode.

  (define-key help-mode-map "g" 'revert-buffer)

doesn't help, `g' still calls `View-goto-line'.

> In my experience with pcl-cvs and vc-dired (tainted by the fact that
> vc-dired was painfully slow), dired already uses up a lot of horizontal
> space and a lot of key-bindings, so adding VC to it is problematic.
> Furthermore, while adding VC status to files in Dired might be good
> enough for small projects, for large projects it usually suffers from
> the fact that you need to have an overview of all the files you have
> modified, which are often scattered among a few directories, which is
> why vc-dir doesn't list all the files, but only the "interesting ones".

Better than making pcl-cvs and vc-dired compatible with dired,
would be make them compatible with each other.  Sometimes
I type a pcl-cvs key in vc-dired and get a disastrous result,
e.g. instead of hiding committed files (`cvs-mode-ignore')
typing `I' in vc-dired registers the file under point.

-- 
Juri Linkov
http://www.jurta.org/emacs/



reply via email to

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