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

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

bug#33033: 27.0.50; [wishlist] Registers for non-file buffers


From: Helmut Eller
Subject: bug#33033: 27.0.50; [wishlist] Registers for non-file buffers
Date: Sat, 13 Oct 2018 10:09:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

1.) It would be nice if the register machinery could also be used for
switching to buffers that aren't connected to a file but have
more-or-less fixed names like *shell*, *Backtrace*, or *scratch*.

E.g. (set-register ?s '(buffer "*scratch*")) could set up things so that
C-x r j s would switch to the *scratch* buffer.

2.) Similarly, it would be useful to have a way to switch to a buffer
based on the buffer's mode.

E.g. (set-register ?l '(mode emacs-lisp)) could switch to the last
recently used buffer in emacs-lisp mode.

I suppose I could implement this myself with registerv-make, but maybe
those two use cases should be standardized and documented.

Helmut





reply via email to

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