mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
; * etc/NEWS: Explain how to get back old behavior with --eval.
This commit is contained in:
parent
b468b3d1ff
commit
a2b07f9f11
8
etc/NEWS
8
etc/NEWS
@ -360,6 +360,14 @@ its '--eval' command-line option), as well as in
|
||||
'lisp-interaction-mode' and 'ielm-mode', used in the "*scratch*" and
|
||||
"*ielm*" buffers.
|
||||
|
||||
We envision that most Lisp code is already either written with
|
||||
lexical-binding in mind, or will work unchanged under
|
||||
lexical-binding. If, for some reason, your code used in 'M-:' or
|
||||
'--eval' doesn't work as result of this change, either modify the code
|
||||
to work with lexical binding, or wrap it in an extra level of 'eval'.
|
||||
For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra
|
||||
quote in 'FORM).
|
||||
|
||||
---
|
||||
** The new user option 'tooltip-resize-echo-area' avoids truncating
|
||||
tooltip text on GUI frames when tooltips are displayed in the echo
|
||||
|
Loading…
Reference in New Issue
Block a user