--- lynx.cfg.orig Thu Apr 20 05:57:56 2000 +++ lynx.cfg Sun Aug 27 23:37:03 2000 @@ -389,7 +389,7 @@ # See above on how this interacts with "raw mode" and the Display # Character Set. # ASSUME_CHARSET can also be changed via the 'o'ptions menu but will -# not be saved as permanent value in user's .lynxrc file to avoid more chaos. +# not be saved as permanent value in user's .desk/lynxrc file to avoid more chaos. # #ASSUME_CHARSET:iso-8859-1 @@ -1161,7 +1161,7 @@ # does not preempt validity checking, which has to be controlled separately # (see below). # The default is defined in userdefs.h and can be overridden here, or -# in the .lynxrc file via an o(ptions) screen setting. It may also be +# in the .desk/lynxrc file via an o(ptions) screen setting. It may also be # toggled via the -accept_all_cookies command line switch. # #ACCEPT_ALL_COOKIES:FALSE @@ -1223,9 +1223,9 @@ # COOKIE_FILE is the default file from which persistent cookies are read # at startup (if the file exists), if Lynx was compiled with # EXP_PERSISTENT_COOKIES and the PERSISTENT_COOKIES option is enabled. -# The cookie file can also be specified in .lynxrc or on the command line. +# The cookie file can also be specified in .desk/lynxrc or on the command line. # -#COOKIE_FILE:~/.lynx_cookies +#COOKIE_FILE:~/.desk/lynx_cookies .h2 COOKIE_SAVE_FILE @@ -1238,7 +1238,7 @@ # COOKIE_FILE if it is not set. With a non-interactive Lynx session (e.g., # -dump), cookies will only be saved to file if COOKIE_SAVE_FILE is set. # -#COOKIE_SAVE_FILE:~/.lynx_cookies +#COOKIE_SAVE_FILE:~/.desk/lynx_cookies .h1 Mail-related @@ -1325,7 +1325,7 @@ .h2 VI_KEYS_ALWAYS_ON .h2 EMACS_KEYS_ALWAYS_ON # Vi or Emacs movement keys, i.e. familiar hjkl or ^N^P^F^B . -# These are defaults, which can be changed in the Options Menu or .lynxrc . +# These are defaults, which can be changed in the Options Menu or .desk/lynxrc . #VI_KEYS_ALWAYS_ON:FALSE #EMACS_KEYS_ALWAYS_ON:FALSE @@ -1379,7 +1379,7 @@ # The user can re-define the default bookmark file, as well as a set # of sub-bookmark files if multiple bookmark file support is enabled # (see below), via the 'o'ptions menu, and can save those definitions -# in the .lynxrc file. +# in the .desk/lynxrc file. # #DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html @@ -1392,7 +1392,7 @@ # bookmark file will be available initially. The definition here will # override that in userdefs.h. The user can turn on multiple bookmark # support via the 'o'ptions menu, and can save that choice as the startup -# default via the .lynxrc file. When on, the setting can be STANDARD or +# default via the .desk/lynxrc file. When on, the setting can be STANDARD or # ADVANCED. If SUPPORT is set to the latter, and the user mode also is # ADVANCED, the VIEW_BOOKMARK command will invoke a statusline prompt at # which the user can enter the letter token (A - Z) of the desired bookmark, @@ -2236,11 +2236,11 @@ # depending on operating system and libraries used to compile Lynx. # On some systems, if compiled with recent versions of slang or ncurses # (if macro USE_KEYMAPS was in effect during compilation), an additional -# level of key mapping is supported via an external ".lynx-keymaps" file. +# level of key mapping is supported via an external ".desk/lynx-keymaps" file. # This file, if found in the home directory at startup, will always be # used under those conditions; see lynx-keymaps distributed in the samples # subdirectory for further explanation. Note that mapping via -# .lynx-keymaps, if applicable, is a step that logically comes before the +# .desk/lynx-keymaps, if applicable, is a step that logically comes before the # mappings done here: KEYMAP maps the result of that step (which still # represents a key) to a function (which represents an action that Lynx # should perform).