[slime-devel] How to stop a lengthy computation?
How do you stop a lengthy computation? Obviously, if I ask, it's because a mere C-g does not work! (I use clisp under slime). -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein
"Pascal J.Bourguignon" <pjb@informatimago.com> writes:
How do you stop a lengthy computation?
Try C-c C-g in GNU Emacs, C-c C-b in XEmacs. Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
Paolo Amoroso writes:
"Pascal J.Bourguignon" <pjb@informatimago.com> writes:
How do you stop a lengthy computation?
Try C-c C-g in GNU Emacs, C-c C-b in XEmacs.
Thank you. -- __Pascal Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. -- Robert Heinlein
On 8797 day of my life Paolo Amoroso wrote:
"Pascal J.Bourguignon" <pjb@informatimago.com> writes:
How do you stop a lengthy computation?
Try C-c C-g in GNU Emacs, C-c C-b in XEmacs.
Why keybindings differ? -- Ivan Boldyrev Onions have layers. Unix has layers too.
Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> writes:
On 8797 day of my life Paolo Amoroso wrote:
"Pascal J.Bourguignon" <pjb@informatimago.com> writes:
How do you stop a lengthy computation?
Try C-c C-g in GNU Emacs, C-c C-b in XEmacs.
Why keybindings differ?
The original binding was `C-c C-g', but it turns out you can't use C-g in a keybinding in XEmacs. `C-c C-b' is actually bound in both Emacsen. We also have a more familiar binding of `C-c C-c' in the REPL. -Luke
participants (4)
-
Ivan Boldyrev
-
Luke Gorrie
-
Paolo Amoroso
-
Pascal J.Bourguignon