jed-users mailing list

[2013 Date Index] [2013 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] jed -h


On Thu 2013-04-18 (08:52), Ulli Horlacher wrote:
> I am missing a "jed -h" usage message, like most UNIX programs have.
> 
> One have to read defaults.sl to know which jed command line options exist. 

Correction: it is site.sl
Meanwhile I have found --help :-}

But -h is still missing.
Modifing command_line_hook() to:

  if (__argv[i] == "--help" or __argv[i] == "-help" or __argv[i] == "-h")
    () = evalfile ("jedusage");

does not work: I still get a buffer named "-h" and no usage.

-- 
Ullrich Horlacher              Informationssysteme und Serverbetrieb
Rechenzentrum IZUS/TIK         E-Mail: horlacher@xxxxxxxxxxxxxxxxxxxx
Universitaet Stuttgart         Tel:    ++49-711-68565868
Allmandring 30a                Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/
REF: <20130418065219.GA16233@xxxxxxxxxxxxxxxxxxxx>
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2013 date index] [2013 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]