emacs-devel
[Top][All Lists]
Advanced

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

Re: Occur stack


From: Juri Linkov
Subject: Re: Occur stack
Date: Wed, 15 Jan 2014 10:27:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> Yes, I can do this manually if I remember to do it,
>
> No need to do it by hand:
>
> (add-hook 'occur-hook 'rename-uniquely)

Or (add-hook 'occur-hook (lambda () (occur-rename-buffer t)))

In addition, for more convenience of switching related buffers
we could group occur buffers in the window-local tab-bar,
so it will display the history of *Occur* buffers.
In *Help* it could display the history of help topics,
in Dired the history of directories visited with `a'
(dired-find-alternate-file), etc.



reply via email to

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