To: Winston Edmond cc: Gerhard Niklasch , "John Kilburg" Hi Winston Edmond cc Gerhard Niklasch, John Kilburg I append 2 sets of patches, 1 for for both chimera 1.70 (& 1 for 1.65 hashed out, as sent long ago to John K I think.), they implement a SIGHUP/redisplay/wysiwyg sort of linkage with vi or whatever other editor you might want, (subject to hacking editor) As Gerhard is also in Munich I could do a demo here in the city centre some time if you want. (I have similar SIGHUPS for xfig & ghostview too & a make macro pack for FreeBSD) more info is in http://.............../~jhs/src/bsd/fixes/FreeBSD/src/gen/contrib/nvi/wysiwyg.multi_linked.ignore PS thanks for coming out with 1.70, ( it was getting tedious using 1.65 without frames :-) ============ For chimera-1.70p0 Document my Wysiwyg hook : `reload on signal' *** src/chimera.man.orig Sat Mar 4 08:54:37 1995 --- src/chimera.man Fri Oct 2 00:27:44 1998 *************** *** 6,11 **** --- 6,13 ---- .SH SYNOPSIS .B chimera + [\-s] [\-p] + .\" should later extend to allow ghostview syntax: [\-[no]reopen_sig] [\-[no]pid_report] .RI [ URL ] .SH DESCRIPTION *************** *** 22,27 **** --- 24,59 ---- The usual Xt options like geometry can also be specified on the command line. + .SH OPTIONS + .IP "\fB-p (\fPclass\fB pidReport)\fP" 1i + .\" should later extend to allow ghostview syntax: .IP "\fBpid_report (\fPclass\fB PidReport)\fP" 1i + .\" added by Julian H. Stacey http://foo.com/ shortcut */ char *localIndexFiles; /* look for index.html etc. in local directories */ + Boolean reopenSig; + Boolean pidReport; /* * Private data #============================== # BELOW IS APPENDED THE OLD EQUIVALENT FOR CHIMERA-1.65 # # *** src/chimera.man.orig Sun Jun 18 12:41:48 1995 # --- src/chimera.man Sun Jun 18 16:14:09 1995 # *************** # *** 6,11 **** # --- 6,13 ---- # # .SH SYNOPSIS # .B chimera # + [\-s] [\-p] # + .\" should later extend to allow ghostview syntax: [\-[no]reopen_sig] [\-[no]pid_report] # .RI [ URL ] # # .SH DESCRIPTION # *************** # *** 22,27 **** # --- 24,59 ---- # The usual Xt options like geometry can also be specified on the command # line. # # + .SH OPTIONS # + .IP "\fB-p (\fPclass\fB pidReport)\fP" 1i # + .\" should later extend to allow ghostview syntax: .IP "\fBpid_report (\fPclass\fB PidReport)\fP" 1i # + .\" added by Julian H. Stacey