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

[cgreek:00020] Re: More tlg utilities



From: Robin Smith <rasmith@xxxxxxxxxxxxxxxxxx>
Subject: [cgreek:00019] More tlg utilities
Date: Sat, 22 Jul 2000 09:15:21 -0500

Dear Prof.Robin Smith,

> For those interested, a tarball of version 2000.07.22 of the tlg
> utilites is attached.  I have included a modified Makefile (which will

Thank you for your latest version. But after the install of you
utilities, I got a following warning concerning you tlg-util.el;

   Error in init file: error: "Symbol nil may not be buffer-local"

Is this particular to Meadow again?

And when I used Takahasi's original tlg2emacs.exe on your own
cgreek-util.el, I found it didn't work well because of a slight
difference concerning "defun cgreek-find-file-tlg";


Your cgreek-util.el (in lines 992-997);

      (shell-command
       (format "%s %s %d"
	       cgreek-tlg-converter-program
	       filename
	       (charset-id 'cgreek))
       t))

Takahasi's original;

      (shell-command
       (format "%s -l %d %s"
	       cgreek-tlg-converter-program
	       (charset-id 'cgreek)
	       filename)
       t))

===============================================
 Shinsuke KAWAZOE 
  History of Medieval Philosophy,
  Graduate School of Letters, Kyoto University
  Yoshidahonmachi, Sakyoku,
  Kyoto  606-8501 JAPAN
   phone/fax:+81-(0)75-753-2855
   skawazoe@xxxxxxxxxxxxxxxxx
===============================================