Code Comments
Programming Forum and web based access to our favorite programming groups.Hi all In the DrScheme interaction window, is there any way to repeat previous lines i typed? Just like up-arrow key does in Linux terminals. many thanks
Post Follow-up to this messageZelluX wrote: > Hi all > In the DrScheme interaction window, is there any way to repeat > previous lines i typed? Just like up-arrow key does in Linux > terminals. It's more likely that you get an answer in comp.lang.scheme Pascal -- 1st European Lisp Symposium (ELS'08) http://prog.vub.ac.be/~pcostanza/els08/ My website: http://p-cos.net Common Lisp Document Repository: http://cdr.eurolisp.org Closer to MOP & ContextL: http://common-lisp.net/project/closer/
Post Follow-up to this messageZelluX <zellux@gmail.com> writes: > In the DrScheme interaction window, is there any way to repeat > previous lines i typed? Just like up-arrow key does in Linux > terminals. I don't know. I guess at the very least, you should be able to write some scheme code to modify DrScheme user interface, ISTR that it's like emacs in this respect (but perhaps a little harder to customize than emacs). But actually, what I do, is to stay with emacs: C-u M-x inferior-lisp RET /usr/bin/mzscheme RET You've got the scheme of DrScheme, but with all the niceties of emacs. Great! -- __Pascal Bourguignon__
Post Follow-up to this messageOn Apr 3, 1:33=A0pm, ZelluX <zel...@gmail.com> wrote: > Hi all > In the DrScheme interaction window, is there any way to repeat > previous lines i typed? Just like up-arrow key does in Linux > terminals. > > many thanks The key for that is M-p or ESC-p. You can learn more about it at: [url]http://download.plt-scheme.org/doc/372/html/drscheme/drscheme-Z-H-3.html#nod=[/url ] e_sec_3.3.6 -- Rommel M. Martinez
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.