On date Saturday 2007-01-20 12:20:36 -0700, Bob Proulx muttered:
> Stefano Sabatini wrote:
> > # textual session
> > if [ -z "display" ]; then
>
> This will never be true. You meant to say the following there.
>
> if [ -z "$DISPLAY" ]; then
>
Yes, you're right, thanks!
--
Stefano
Stefano Sabatini wrote:
> # textual session
> if [ -z "display" ]; then
This will never be true. You meant to say the following there.
if [ -z "$DISPLAY" ]; then
Bob
Just a gentle reminder to keep replies on list... Mutt's list-reply
feature is perfect here. :-)
Sergio Dominguez wrote:
> Stefano Sabatini wrote:
> > In which mode are you composing the message (mail-mode, post-mode)?
Agreed. Check the setting of the auto-mode-alist variable. This is a
varia