Hi,

        Try these settings:
--8<---------------cut here---------------start------------->8---
LESS="-isFRXMWP?f%f :std in .?n?m(file %i of %m) ..?ltline %lt :byte %bB?s/%s 
..?e(END) ?x- Next\: %x.:?pB%pB\%..%t"
export LESS
export LESSCHARSET=utf-8
if command -v lesspipe >/dev/null 2>&1 ; then
        eval $(lesspipe)
else
        if command -v lessopen  >/dev/null 2>&1 ; then
                export LESSOPEN="| lesspipe '%s'";
                export LESSCLOSE="lesspipe '%s' '%s'";
        fi
fi

export PAGER='less -iM'
--8<---------------cut here---------------end--------------->8---

        Also, here is my take on lessopen:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nlug-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: lessopen
Description: Helper script for less

manoj
-- 
There is nothing in this world constant but inconstancy. Swift
Manoj Srivastava <[email protected]> <http://www.debian.org/~srivasta/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

Reply via email to