From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: yow.c Date: Tue, 13 Jun 2006 10:21:11 -0400 Organization: disorganization Message-ID: References: <87irn51bjs.fsf@jurta.org> Reply-To: sds@podval.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1150208527 9108 80.91.229.2 (13 Jun 2006 14:22:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jun 2006 14:22:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 13 16:22:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fq9mM-00081C-WE for ged-emacs-devel@m.gmane.org; Tue, 13 Jun 2006 16:22:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fq9mM-00073N-18 for ged-emacs-devel@m.gmane.org; Tue, 13 Jun 2006 10:22:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fq9m9-00073F-Mn for emacs-devel@gnu.org; Tue, 13 Jun 2006 10:21:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fq9m8-00072p-4R for emacs-devel@gnu.org; Tue, 13 Jun 2006 10:21:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fq9m7-00072Q-Rc for emacs-devel@gnu.org; Tue, 13 Jun 2006 10:21:47 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fq9v5-0000cf-Gj for emacs-devel@gnu.org; Tue, 13 Jun 2006 10:31:03 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fq9lu-0007xR-Lj for emacs-devel@gnu.org; Tue, 13 Jun 2006 16:21:34 +0200 Original-Received: from 209.213.205.130 ([209.213.205.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Jun 2006 16:21:34 +0200 Original-Received: from sds by 209.213.205.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Jun 2006 16:21:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 209.213.205.130 Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:0MJ+ga7iq6sXoLc7yQPFmUzizdQ= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55857 Archived-At: > * Juri Linkov [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.