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

[cgreek:00009] Re: Patch for Smith's TLG utilities



From: Robin Smith <rasmith@xxxxxxxxxxxxxxxxxx>
Subject: [cgreek:00008] Re: Patch for Smith's TLG utilities 
Date: Thu, 20 Jul 2000 10:07:24 -0500

Dear Prof.Robin Smith,

> keep from appending nil elements to a list).  Try putting this in
> tlg-util.el:
> 
> (defun append-element (ls elt)
>   "Append ELT to last of LS if ELT is not nil. [tl-list.el]"
>   (if elt
>       (append ls (list elt))
>     ls))

I tried this with success. Thank you.

But another problem occured. With M-f on the *Works List*, I got

    Syntax error: Unterminated quoted string

in buffer, and 

   Wrong type argument: interger-or-marker-p, nil

in minibuffer.


===============================================
 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
===============================================