Recent Changes

Here is the list of recent changes at this site.


Updates in the last 30 days

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

2024-11-20

2024-11-18

  • 05:41 UTC (new) (history) 2024-11-18 Discovering functions and variables in Elisp files . . . . mbork Sometimes I have an Elisp file which I suspect contains some useful functions. Even if the file is well-documented (for example, it belongs to Emacs itself), that does not mean that every function in it is described in the manual. What I need in such a case is a list of functions and variables (possibly also macros) defined in this file.

2024-11-11

  • 11:07 UTC (new) (history) 2024-11-11 A situated approach to passwords . . . . mbork It is a well-known mantra that when writing a web application or a similar thing, you should never store your users’ passwords unencrypted. Well, I’m now going to challenge this idea (a bit).

2024-11-05

2024-11-04

  • 07:24 UTC (new) (history) 2024-11-04 Persisting variables across Emacs sessions . . . . mbork Today, I have a short tip to all people who write Elisp and want to preserve some variable other than user customizations between Emacs sessions. (For user settings, configuring them manually in init.el is the standard way to go.) A classic example would be histories of the user’s entries.

2024-10-28

  • 20:16 UTC (new) (history) 2024-10-28 Command alternatives . . . . mbork Today I’d like to write about an Emacs feature I didn’t know about, even though it’s part of Emacs since quite some time – it appeared in version 24.4, which means it is over 10 years old! It seems I’m not the only one who didn’t know this exists – I’ve just searched my ~/.emacs.d/elpa directory (which contains almost a hundred packages now!), and none of the packages I have installed there uses it, either.

2024-10-23

More...

Filters