From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Strange change in bytecmop.el Date: Fri, 22 Jul 2005 01:12:43 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121988351 9520 80.91.229.2 (21 Jul 2005 23:25:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2005 23:25:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 22 01:25:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DvkQ6-0008Ag-HE for ged-emacs-devel@m.gmane.org; Fri, 22 Jul 2005 01:25:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvkSD-0007LO-DT for ged-emacs-devel@m.gmane.org; Thu, 21 Jul 2005 19:27:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvkPz-0006mb-U2 for emacs-devel@gnu.org; Thu, 21 Jul 2005 19:25:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvkPv-0006kn-Qv for emacs-devel@gnu.org; Thu, 21 Jul 2005 19:25:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvkPv-0006ho-5W for emacs-devel@gnu.org; Thu, 21 Jul 2005 19:25:27 -0400 Original-Received: from [64.233.182.202] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvkNL-0005B7-Tz for emacs-devel@gnu.org; Thu, 21 Jul 2005 19:22:48 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so13781nfe for ; Thu, 21 Jul 2005 16:12:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jAKkbUcOMuFhnePNImDE9wRzwhcysjV11+nTaCjSua+Swu56dKYBmssWP9emsdPlNCWPLsKVWSfeyAM7UIyfI061jxxZRocbOXLZe0iw7vq3D86qgn8AaZWMkL3PdXezeAe0WYh/JU+pLz6Xs3482og2baZPdXzWZMxSnGIS4P4= Original-Received: by 10.48.4.10 with SMTP id 10mr75556nfd; Thu, 21 Jul 2005 16:12:43 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 21 Jul 2005 16:12:43 -0700 (PDT) Original-To: Stefan Monnier In-Reply-To: Content-Disposition: inline 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:41115 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41115 On 7/21/05, Stefan Monnier wrote: > the last part not only is strange because (featurep 'emacs) is never used > (since Emacs does not provide the `emacs' feature) Yeah, I pointed this out in a message a few days ago. Perhaps it'd be useful to define the feature 'emacs, but even so it won't be a reliable way to detect GNU Emacs for years and years... > but also because it tries > to handle (featurep 'xemacs) even though that's already handled in > byteopt.el where we do: I think the handling in byteopt.el is about generating bytecode (or not doing it, for XEmacs-specific code) while the one in bytecomp.el is about not issuing warnings for XEmacs features. For example, it silences a warning in flymake.el about the use of `multiple-value-bind'. --=20 /L/e/k/t/u