Hello, On Saturday, August 18, 2007 at 23:21:08 +0200, Vim Visual wrote:
>| macro index <F5> 'c ~/mail/inbox ^M' > doesn't work Let's first write the macro cleanly: - <function> names instead of keys - <Key> symbols instead of obscure key notations - drop harmfull spaces (by default the <Space> key is bound to the <buffy-cycle> function at this prompt) | macro index <F5> <change-folder>~/mail/inbox<Enter> Does this work? Bye! Alain. -- Everything about locales on Sven Mascheck's excellent site at new location <URL:http://www.in-ulm.de/~mascheck/locale/>. The little tester utility is at <URL:http://www.in-ulm.de/~mascheck/locale/checklocale.c>.