On Tue, Nov 16, 2010 at 10:33 AM, smcho <[email protected]> wrote: >> you can use the print-commands command > How can I run this command? Do I use the minibuffer?
Yes. Type <alt-x> to put the cursor in the minibuffer. Then use typing completion to avoid having to do much typing. Something like this: pr<tab> will show open the completion tab. The tab shows you all the commands that start with pr. There are too many, so type i<tab>. Now you will see "print-" in the minibuffer and only commands that start with "print-" in the completion tab. Now just type c<tab> and you will see the full print-commands command in the minibuffer. Finally, type <return> to execute the command. Important: you can use <backspace> to show more alternatives, and you can hit <ctrl-g> at any time in Leo to put focus in the body pane. Thanks for asking this question. The response will be the pre-writing for a slideshow about the minibuffer :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
