From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r117286: Fix last commit. Date: Mon, 09 Jun 2014 09:44:36 -0700 Organization: UCLA Computer Science Department Message-ID: <5395E474.5050307@cs.ucla.edu> References: <83mwdn31yg.fsf@gnu.org> <5394ABD6.1040100@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1402332321 20040 80.91.229.3 (9 Jun 2014 16:45:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2014 16:45:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 18:45:12 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wu2h5-00083h-Im for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2014 18:45:11 +0200 Original-Received: from localhost ([::1]:34402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2h5-0006fM-4W for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2014 12:45:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2gv-0006X0-Gq for emacs-devel@gnu.org; Mon, 09 Jun 2014 12:45:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu2go-0002QO-2H for emacs-devel@gnu.org; Mon, 09 Jun 2014 12:45:01 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:51035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2gn-0002Pd-T6 for emacs-devel@gnu.org; Mon, 09 Jun 2014 12:44:53 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id A6EF5A60005; Mon, 9 Jun 2014 09:44:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2-4X4G3rlagb; Mon, 9 Jun 2014 09:44:37 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 1BC90A60009; Mon, 9 Jun 2014 09:44:37 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172423 Archived-At: On 06/09/2014 09:19 AM, Stefan Monnier wrote: > Yes, but for things which are conceptually global (e.g. all the Qfoo > thingies, which by convention share namespace with Elisp's) OK, I'll bump the priority of Bug#15880; this should resolve the issue of worrying about 'static' before Qfoo declarations. I had been meaning to do this anyway, for another reason: I would like 'NILP (x)' in C to compile into something as simple and efficient as 'x == 0', and we can do that if we apply the patch in Bug#15880 and one or two other transformations. With luck, this should address the other objections to the proposed patch in Bug#15880.