From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Suspicious warning in W64 build Date: Sun, 17 Sep 2017 13:34:30 -0700 Organization: UCLA Computer Science Department Message-ID: <3bcf37e9-0028-60e9-3912-7c05d53b02f9@cs.ucla.edu> References: <1017454172.910810.1504618695244@mail.libero.it> <83h8wcw3td.fsf@gnu.org> <83377vx3d0.fsf@gnu.org> <83ingnq01t.fsf@gnu.org> <83fubrpxsv.fsf@gnu.org> <83r2v9masw.fsf@gnu.org> <86a81xrndl.fsf@gmail.com> <83a81wmijy.fsf@gnu.org> <83vakkklto.fsf@gnu.org> <83poarlrcj.fsf@gnu.org> <83h8w3krx1.fsf@gnu.org> <83bmm9jt23.fsf@gnu.org> <0feb1250-beb8-5a21-0582-c879f922bb1c@cs.ucla.edu> <83zi9ti6x5.fsf@gnu.org> <84478f56-8fb2-87c3-c74c-c3ee92b6403a@cs.ucla.edu> <83tw01i0mb.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1505680521 30740 195.159.176.226 (17 Sep 2017 20:35:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2017 20:35:21 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 Cc: fabrice.popineau@centralesupelec.fr, andrewjmoreton@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 17 22:35:15 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtgHb-0007f8-7l for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2017 22:35:15 +0200 Original-Received: from localhost ([::1]:33611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtgHh-0002j1-0B for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2017 16:35:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtgH4-0002iu-0w for emacs-devel@gnu.org; Sun, 17 Sep 2017 16:34:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtgH3-0006aU-8v for emacs-devel@gnu.org; Sun, 17 Sep 2017 16:34:42 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:47842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtgGx-0006Wf-Pp; Sun, 17 Sep 2017 16:34:35 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id DB46F160D13; Sun, 17 Sep 2017 13:34:31 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id RAgEBn2F9pmt; Sun, 17 Sep 2017 13:34:31 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0D301160D1D; Sun, 17 Sep 2017 13:34:31 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3-w7s0RkjG4S; Sun, 17 Sep 2017 13:34:30 -0700 (PDT) Original-Received: from [192.168.1.9] (unknown [47.154.18.85]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id D75881600EC; Sun, 17 Sep 2017 13:34:30 -0700 (PDT) In-Reply-To: <83tw01i0mb.fsf@gnu.org> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:218426 Archived-At: Eli Zaretskii wrote: > [UNINIT] runs afoul of CC mode's fontifications Fontification of UNINIT works for me in CC mode, because Emacs's .dir-loc= als.el=20 file marks UNINIT as a noise macro name. Is there some reason it doesn't = work=20 for you? Perhaps we can fix that.