Hi there,
beforehand: I'm posting this in the LXDE forum, because I don't have the following problem on my other computer, which is running the KDE version of PCLOS.
OK, but now to my problem:
I need to customize the default configuration of "less" via changing the LESS environment variable.
(PERLDOC doesn't show escaped characters right when called with default configured less, but with the customized options it will).
So it goes, if I do it manually every time when I open a new terminal:
[thomas@06022012 ~]$ echo $LESS
-MM
[thomas@06022012 ~]$ export LESS=mqeisz-2XR
[thomas@06022012 ~]$ echo $LESS
mqeisz-2XR
[thomas@06022012 ~]$
When I add the line "export LESS=mqeisz-2XR" to the .bash_profile and .bashrc lying in my home directory, every new terminal still shows "-MM" when echoing the LESS variable.
On the KDE version that was the way to go - so it must be some LXDE specific, I assume.
Thanks for reading

Thomas