lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [PATCH 2.8.3.dev4] Make prettysrc available from lynx.cfg


From: Ilya Zakharevich
Subject: lynx-dev [PATCH 2.8.3.dev4] Make prettysrc available from lynx.cfg
Date: Thu, 5 Aug 1999 00:29:45 -0400 (EDT)

This makes prettysrc available from lynx.cfg
.
Btw, what is the logic?  Why some options cannot be set from lynx.cfg?

Enjoy,
Ilya

--- ./src/LYReadCFG.c~  Wed Aug  4 18:17:24 1999
+++ ./src/LYReadCFG.c   Wed Aug  4 18:17:30 1999
@@ -1202,6 +1202,9 @@ static Config_Type Config_Table [] =
      PARSE_STR("preferred_language", CONF_STR, &language),
      PARSE_SET("prepend_base_to_source", CONF_BOOL, &LYPrependBaseToSource),
      PARSE_SET("prepend_charset_to_source", CONF_BOOL, 
&LYPrependCharsetToSource),
+#ifdef USE_PSRC
+     PARSE_SET("prettysrc", CONF_BOOL, &LYpsrc),
+#endif
      PARSE_FUN("printer", CONF_FUN, printer_fun),
      PARSE_SET("quit_default_yes", CONF_BOOL, &LYQuitDefaultYes),
      PARSE_SET("reuse_tempfiles", CONF_BOOL, &LYReuseTempfiles),
--- ./lynx.cfg~ Wed Jul 14 09:25:26 1999
+++ ./lynx.cfg  Wed Aug  4 18:20:12 1999
@@ -880,6 +880,10 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.
 # the user to click with button-1 on links to select them.
 #USE_MOUSE:FALSE
 
+# If PRETTYSRC is set to TRUE, Lynx will do syntax highlighting and hyperlink
+# handling in source view
+#PRETTYSRC:FALSE
+
 # If COLLAPSE_BR_TAGS is set FALSE, Lynx will not collapse serial BR tags.
 # If set TRUE, two or more concurrent BRs will be collapsed into a single
 # line break.  Note that the valid way to insert extra blank lines in HTML

reply via email to

[Prev in Thread] Current Thread [Next in Thread]