A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/LW/html/lw-102.htm below:

13.10 Using ! for :redo

13.10 Using ! for :redo All Manuals

>

LispWorks User Guide and Reference Manual

>

13 Customization of LispWorks 13.10 Using ! for :redo

The 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