From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: yow.c Date: Tue, 13 Jun 2006 21:13:15 +0300 Message-ID: References: <87irn51bjs.fsf@jurta.org> <86irn5t8gj.fsf@blue.stonehenge.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1150222427 32215 80.91.229.2 (13 Jun 2006 18:13:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jun 2006 18:13:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 13 20:13:36 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 1FqDOO-0007C3-D5 for ged-emacs-devel@m.gmane.org; Tue, 13 Jun 2006 20:13:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqDON-0004To-RQ for ged-emacs-devel@m.gmane.org; Tue, 13 Jun 2006 14:13:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqDOB-0004Tj-Qf for emacs-devel@gnu.org; Tue, 13 Jun 2006 14:13:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqDOA-0004TP-Av for emacs-devel@gnu.org; Tue, 13 Jun 2006 14:13:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqDOA-0004TM-4p for emacs-devel@gnu.org; Tue, 13 Jun 2006 14:13:18 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FqDX9-0004p6-WF for emacs-devel@gnu.org; Tue, 13 Jun 2006 14:22:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-34-238.inter.net.il [80.230.34.238]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EWK57655 (AUTH halo1); Tue, 13 Jun 2006 21:13:15 +0300 (IDT) Original-To: merlyn@stonehenge.com (Randal L. Schwartz) In-reply-to: <86irn5t8gj.fsf@blue.stonehenge.com> (merlyn@stonehenge.com) 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:55864 Archived-At: > From: merlyn@stonehenge.com (Randal L. Schwartz) > Date: 13 Jun 2006 07:51:24 -0700 > > >>>>> "Sam" == Sam Steingold writes: > > >> 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") > > Sam> (fset 'undefined > Sam> (lambda () > Sam> (interactive) > Sam> (message "%s" (cookie ".../talker.msg" nil nil)))) > > I'm confused. I just saw yow.c disappear yesterday, but I thought > RMS said "leave it in, and replace the yow.lines with safe stuff". Richard said that about yow.el, not yow.c. The latter is not used by anything in Emacs. yow.el was not deleted. > Can someone with commit bits undo the yow damage, please? What damage? No Emacs feature was removed, AFAIK.