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

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

Re: about keysee


From: Stefan Monnier
Subject: Re: about keysee
Date: Sun, 11 Dec 2022 09:45:51 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>> For that, you can just use `M-x load-library' to load
>> `cl-macs.el' and `M-x load-file to load `sortie.el'
>> and then `keysee.el'.

You should never need to load/require explicitly `cl-macs`.
Instead you should load/require `cl-lib` (which will then load cl-macs
and other parts of cl-lib as/when needed).
If you need to manually load `cl-macs` there's probably a bug somewhere.


        Stefan




reply via email to

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