[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cgreek:00004] Patch for Smith's TLG utilities
- To: cgreek-emacs-mule discussion list <cgreek@xxxxxxxx>
- Subject: [cgreek:00004] Patch for Smith's TLG utilities
- From: Robin Smith <rasmith@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 20 Jul 2000 07:22:30 -0500
- Reply-to: cgreek@xxxxxxxx
I'm afraid the utilities for TLG files that I sent yesterday
were even cruder than I realized: there's a problem with
tlg-idt.lex that will cause tlg-find-idt-file to fail. Assuming
you've put tlg-idt.lex in a directory ../tlg/, run the patch
below from the directory just *above /tlg/ and reflex/recompile
tlg-idt.lex (or just add the two lines, if you prefer: it's a
trivial patch):
*** tlg/tlg-idt.lex Wed Jul 19 10:41:21 2000
--- /home/rasmith/cgreek-emacs20/tlg/tlg-idt.lex Thu Jul 20 07:03:47 2000
***************
*** 1443,1446 ****
--- 1443,1448 ----
void print_author(void) {
this_work=who->worklist;
+ printf("(setq tlg-author \"%s\" tlg-authorno \"%s\")\n",
+ who->name,who->file);
while (this_work) {
print_work(this_work->worknum);