Mailinglist Archive: opensuse (4020 mails)
| < Previous | Next > |
Re: [SLE] Mutt configurations
- From: Jon Clausen <jon@xxxxxxxxxxxxx>
- Date: Fri, 15 Oct 2004 07:54:06 +0200
- Message-id: <20041015055406.GC11411@xxxxxxxxxxxxxxxxxx>
On Fri, 15 Oct, 2004 at 00:01:33 -0500, C Hamel wrote:
> > > > On Thursday 14 October 2004 15:27, Patrick Shanahan wrote:
> > > >
> > > > > also: set wrapmargin='echo$(( $COLUMNS - 72 ))'
> Line from my .muttrc. It works.
> set editor="pico -r 78"
Yeah, but I don't want to change editor. As posted earlier the line
set editor="vi -c 'set tw=76'"
works fine.
What *doesn't* work (here) is the 'wrapmargin' thing:
set wrapmargin=`echo $[COLUMNS - 72]`
As above, or in the other forms I tried it, using
[']s, $(( )) in various combinations, including the one quoted above, with
the missing space between 'echo' and '$(('
On the commandline;
echo $[COLUMNS - 72]
works fine. It's just as if Mutt doesn't respond to the "set wrapmargin"
-line...
Cheers,
/Jon
--
Just say "know!"
> > > > On Thursday 14 October 2004 15:27, Patrick Shanahan wrote:
> > > >
> > > > > also: set wrapmargin='echo$(( $COLUMNS - 72 ))'
> Line from my .muttrc. It works.
> set editor="pico -r 78"
Yeah, but I don't want to change editor. As posted earlier the line
set editor="vi -c 'set tw=76'"
works fine.
What *doesn't* work (here) is the 'wrapmargin' thing:
set wrapmargin=`echo $[COLUMNS - 72]`
As above, or in the other forms I tried it, using
[']s, $(( )) in various combinations, including the one quoted above, with
the missing space between 'echo' and '$(('
On the commandline;
echo $[COLUMNS - 72]
works fine. It's just as if Mutt doesn't respond to the "set wrapmargin"
-line...
Cheers,
/Jon
--
Just say "know!"
| < Previous | Next > |