Recent Changes

Updates since 2021-04-09 13:24 UTC up to 2021-05-09 13:24 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2021-05-01

  • 08:40 UTC (new) (history) 2021-05-01 Emacs Lisp book revived . . . . mbork Five and a half years ago I mentioned that I was writing an intermediate book on Emacs Lisp programming. Unfortunately, the project started – and then stalled for quite some time.

2021-04-26

  • 05:34 UTC (new) (history) 2021-04-26 Binding a command to what is normally a prefix key . . . . mbork Some time ago, someone on the help-gnu-emacs asked how to rebind f2 so that it sets the default major mode for the current buffer. (The use case was that he wanted to change the mode of a buffer to perform some task, and then have an easy way to return to the “default” mode, based on the normal way Emacs uses to choose the major mode. That normal way is indeed a bit tricky.)
  • 05:33 UTC (diff) (history) Comments on 2021-04-17 Multiple Help buffers . . . . mbork 1. Thanks for the hint about {{{rename-uniquely}}}, I forgot about it. 2. As for the second comment - you have to have something to diff first, so . . .

2021-04-17

  • 13:22 UTC (new) (history) 2021-04-17 Multiple Help buffers . . . . mbork When using many Emacs’ help commands (like C-h f, or describe-function), we are presented with the *Help* buffer. It has some basic navigation commands, most importantly forward-button (TAB), hepl-follow (RET), help-go-back (l) and help-go-forward (r), and usually they are enough for me. Some time ago, however, I had a very specific need which could not be achieved by any of them.

2021-04-10

  • 07:52 UTC (new) (history) 2021-04-10 deactivate-mark . . . . mbork Emacs Lisp has two entities called exactly the same – the deactivate-mark function and the deactivate-mark variable. (This is possible at all because Elisp is is a Lisp-2.) As the name suggests, they both serve the same purpose (or rather a similar one), but there seems to be a subtle difference.

More...

Filters