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

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

Re: define-key upon common-lisp-mode and inferior-lisp-mode


From: Alessandro Bertulli
Subject: Re: define-key upon common-lisp-mode and inferior-lisp-mode
Date: Wed, 31 Aug 2022 14:11:20 +0200
User-agent: mu4e 1.8.9; emacs 29.0.50

wilnerthomas--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> Eli mentioned it, but is was a mistake.  The problem is that I discovered 
> "common-lisp-mode" but there is no "common-lisp-mode-map".

I don't know if this can help, but usually when I encounter these errors
I do a `M-x grep-find`. For instance, looking in
/usr/share/emacs/29.0.50/lisp/, with

find . -type f -exec grep --color=auto --include=*.el -nH --null -e \
common-lisp-mode-map \{\} +

I found

;; Used in old LispM code.
(defalias 'common-lisp-mode 'lisp-mode)

So, maybe it is correct that common-lisp-mode-map doesn't exist, as you
should use lisp-mode-map?

Alessandro



reply via email to

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