Re: Using enter-command

2009-06-17 Thread Tim Johnson
* Michael Tatge [090617 14:20]: > * On Wed, Jun 17, 2009 11:56AM -0800 Tim Johnson (t...@johnsons-web.com) > muttered: > > In the index, I have bound Ctrl-E to last-entry. > > Yet If I do this: > > :last-entry > > I get an error: "Unknown Command". > > last-entry is not a command but a function.

Re: Using enter-command

2009-06-17 Thread Tim Johnson
* Rocco Rutte [090617 14:19]: > * Tim Johnson wrote: > > I note that when I press `:', I am taken to a command line. > > I find that when I go into 'help' that `:' executes > > > > You didn't read well enough... :) Seems I'm having a hard time remembering to do "man muttrc" In addition to "m

Re: Using enter-command

2009-06-17 Thread Michael Tatge
* On Wed, Jun 17, 2009 11:56AM -0800 Tim Johnson (t...@johnsons-web.com) muttered: > In the index, I have bound Ctrl-E to last-entry. > Yet If I do this: > :last-entry > I get an error: "Unknown Command". last-entry is not a command but a function. you have to use :exec last-entry HTH, Michael

Re: Using enter-command

2009-06-17 Thread Rocco Rutte
Hi, * Tim Johnson wrote: > I note that when I press `:', I am taken to a command line. > I find that when I go into 'help' that `:' executes > You didn't read well enough... :) > Yet If I do this: > :last-entry > I get an error: "Unknown Command". Yes, because 'last-entry' is not a muttrc com

Using enter-command

2009-06-17 Thread Tim Johnson
I note that when I press `:', I am taken to a command line. I find that when I go into 'help' that `:' executes I'm having problems making commands work: Example In the index, I have bound Ctrl-E to last-entry. Yet If I do this: :last-entry I get an error: "Unknown Command". I am in particular