lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev command line options (fwd)


From: Klaus Weide
Subject: lynx-dev command line options (fwd)
Date: Fri, 23 Jul 1999 23:30:00 -0500 (CDT)

This message should have gone to lynx-dev.

Your added lines look right to me.  Unless an option has
special considerations, like a need to process it before all
others independent of order, just add it to the list as you did.
(It should be in alphabetical order.)

---------- Forwarded message ----------
Date: Fri, 23 Jul 1999 21:31:21 -0500 (CDT)
From: Jon Schewe <address@hidden>
To: Klaus Weide <address@hidden>
Subject: command line options

I see you redid all the command line argument parsing.  I've added some
local options in previous versions, but when I got to 2.8.2 things were so
different I'm not sure what's going on anymore.  This is what I used to add:
    /* TCFN caucus */
    } else if(strncmp(argv[0], "-web_caucus", 11) == 0) {
      tcfn_web_caucus = TRUE;
    /* end TCFN caucus */
This is what I think I should add now:
   /* TCFN */
   PARSE_SET(
                    "web_caucus",     SET_ARG, &tcfn_web_caucus,
                    "enable web-mode caucus"
                    ),
   /* end TCFN */

Is this anywhere near correct?  I didn't see much documentation in the code 
on how this all works.

-- 
Jon Schewe 
http://eggplant.mtu.net/~jpschewe
address@hidden



reply via email to

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