Lisp HUG Maillist Archive

remove ^X^C

How does one expunge the editor command ^X^C (Save All Files And Exit) from existence?  (Probably something in .lispworks?)

[FYI - as one ages, one discovers cruel key combinations that would make Jef Raskin cringe, e.g. ^X^C, ^K too close to ^I (physically close), etc.]

thanks
pt


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: remove ^X^C

On Sun, Nov 17, 2019 at 08:39:47AM -0500, paul tarvydas wrote:
>How does one expunge the editor command ^X^C (Save All Files And Exit) from existence?  (Probably something in .lispworks?)

Sun 17 Nov 2019 14:06:57 GMT

On macOS,  in file:

/Applications/LispWorks Personal 6.1/Library/lib/6-1-0-0/key-binds.lisp:

(bind-key "Save All Files and Exit" #("Control-x" "Control-c") :global :emacs)

There's also:
http://www.lispworks.com/documentation/lw70/EDUG-W/html/eduser-w-69.htm

HTH

-- 
-primus (Train yourself and be your own master.)
"First, solve the problem.  Then, write the code." - John Johnson
"Narrowness of experience leads to narrowness of imagination." - Rob Pike
http://www.catb.org/esr/faqs/smart-questions.html
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:29 UTC