Re: add default charset
Albert Reiner <[email protected]> 26 Dec 2006 17:06:30 +0100
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
[Dan Jacobson <[email protected]>, Tue, 26 Dec 2006 02:40:27 +0800]: > A> lynx ("advanced" mode) > > $ man lynx.cur|col -b|grep -i advance > $ man lynx.cur|wc > 1013 4933 43893 > That's the right man page here on Debian, but alas no hint as how to > enter this advanced world. It's nothing fancy, just an option that affects the amount of help in the last line; you can set it directly in your .lynxrc: ,---- | # user_mode specifies the users level of knowledge with Lynx. The | # default is "NOVICE" which displays two extra lines of help at the | # bottom of the screen to aid the user in learning the basic Lynx | # commands. Set user_mode to "INTERMEDIATE" to turn off the extra | # info. | # Use "ADVANCED" to see the URL of the currently selected link at the | # bottom of the screen. | user_mode=ADVANCED `---- Or you can use "o" in lynx to get to the options, which starts with: ,---- | General Preferences | User mode : [Advanced____] ^^^^^^|^^^^^^ ---------------------------------------------' | Editor : emacs__________________ | Type of Search : [Case insensitive] `---- (In case it matters: Lynx Version 2.8.5rel.1 (04 Feb 2004), but the option is ancient.) > < Perhaps removing the pretty printing of the URL is the real solution > < to this. > > And risk turning everything into Chinese for some users. > I mean into English for Chinese users. And risk turning everything into escape sequences, not into English. Regards and seasonal greetings, Albert.