>
LispWorks User Guide and Reference Manual>
13 Customization of LispWorks 13.10 Using ! for :redoThe default way of redoing the previous command from the command history is via :redo
. If you want to use !
(exclamation mark) instead of :redo
, add the following to your .lispworks
file:
(set-macro-character #\!
#'(lambda (stream char)
':redo))
You may wish during some sessions to reset !
back to its normal role as a character. To do this, evaluate:
(set-syntax-from-char #\! #\@)
LispWorks User Guide and Reference Manual - 20 Sep 2017
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4