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: Eli Zaretskii
Subject: Re: define-key upon common-lisp-mode and inferior-lisp-mode
Date: Tue, 30 Aug 2022 19:24:18 +0300

> Date: Tue, 30 Aug 2022 14:15:51 +0000
> From: uzibalqa <uzibalqa@proton.me>
> Cc: help-gnu-emacs@gnu.org
> 
> > > Have got "Lisp error: (void-function local-define-key)" for "Emacs 27.2".
> > 
> > 
> > Use local-set-key instead.
> > 
> > > On the other modes I have been using
> > > 
> > > (define-key emacs-lisp-mode-map (kbd "H-e") #'eval-last-sexp)
> > > 
> > > The last seems more standard for many modes.
> > 
> > 
> > I can only show you the better solutions, I cannot force you use them.
> 
> What can be the origin of the Lisp Error?

That function doesn't exist.  I missed the fact that you used a wrong
name in the original question, sorry.



reply via email to

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