emacs-devel
[Top][All Lists]
Advanced

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

Re: yow.c


From: Sam Steingold
Subject: Re: yow.c
Date: Tue, 13 Jun 2006 10:21:11 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> * Juri Linkov <address@hidden> [2006-06-13 16:32:07 +0300]:
>
>>     > Unfortunately, we have to delete yow.lines as well.
>>
>>     ??? But yow.el uses that file.
>>
>> Yes, we should delete yow.el also, since it will be useless.  Would
>> you please do it?
>
> Please don't.  I use yow.el with a local file to print funny one-line
> error messages, i.e. what I do is
>
>   (fset 'undefined 'yow)
>   (setq yow-file ".../talker.msg")

(fset 'undefined
      (lambda ()
        (interactive)
        (message "%s" (cookie ".../talker.msg" nil nil))))

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
http://pmw.org.il http://dhimmi.com http://truepeace.org
http://mideasttruth.com http://openvotingconsortium.org
Lisp: it's here to save your butt.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]