From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog Date: Mon, 01 Apr 2002 19:02:02 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200203311640.g2VGeFw10733@aztec.santafe.edu> <200204011505.g31F5rM14334@rum.cs.yale.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1017686014 22025 127.0.0.1 (1 Apr 2002 18:33:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 18:33:34 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16s6cY-0005j8-00 for ; Mon, 01 Apr 2002 20:33:34 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16s6nr-0002a8-00 for ; Mon, 01 Apr 2002 20:45:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s6c8-0006Go-00; Mon, 01 Apr 2002 13:33:08 -0500 Original-Received: from p0420.as-l043.contactel.cz ([194.108.243.166] helo=SnowWhite.SuSE.cz) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s6ZS-0004am-00; Mon, 01 Apr 2002 13:30:23 -0500 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id C35FA183CE; Mon, 1 Apr 2002 20:32:34 +0200 (CEST) Original-To: "Stefan Monnier" Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z In-Reply-To: <200204011505.g31F5rM14334@rum.cs.yale.edu> ("Stefan Monnier"'s message of "Mon, 01 Apr 2002 10:05:53 -0500") User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 26 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2308 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2308 From: "Stefan Monnier" Date: Mon, 01 Apr 2002 10:05:53 -0500 > > I think it would be much cleaner to: > >=20 > > - Fprovide (intern ("sound"), Qnil) in sound.c when `play-sound' is = defined >=20 > Why would >=20 > (featurep 'sound) >=20 > be any better than >=20 > (fboundp 'play-sound) >=20 > ?? I did not said that :-) Yes, it is better. But both ways are better than the current behavior. --=20 Pavel Jan=EDk Choose variable names that won't be confused. -- The Elements of Programming Style (Kernighan & Plaugh= er)