* Michael Kjorling <michael@xxxxxxxxxxxx> [2008-04-25 09:02 +0000]:
On 25 Apr 2008 16:50 +1000, by webmail.hce@xxxxxxxxx (hce):I am using vim on xterm, and I set up the editor at muttrc: set editor="vim +':set textwidth=77' +':set wrap' +\`awk '/^$/ {print i+2; exit} {i++}' %s\` %s"For one thing, backticks are expanded at config parse time. Without having tried, this would seem likely to cause problems in yourcase.
I think that's right. My .muttrc has set editor="vim +':set textwidth=72' +':set wrap' +\`awk '/^$/ {print i+2; exit} {i++}' %s\` %s" which works for me. -- Breen Mullins Menlo Park, California