Hi Matthias,

> I don't like the '(END)' question from less and try to use 'less -E'
> with nmh show. I add 'showproc: less -E' to my .mh_profile but nothing
> changes.

Nothing?  I'd expect it to complain it can't exec `less -E'.

> Do I misunderstand the docs?

They may not be clear.  I think it's looking to exec a program called
`less -E', e.g. /usr/bin/less -E, and no such file exists.

Either set LESS in your environment, or if you don't want it changed for
everything, create a little shell script in ~/bin, e.g. myshowproc, that
does `exec less -E "$@"'.

Cheers,


Ralph.




_______________________________________________
Nmh-workers mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to