From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Emanuel Berg via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: :alnum: broken? Date: Mon, 02 Mar 2020 08:41:37 +0100 Message-ID: <87y2sjfbke.fsf@ebih.ebihd> References: <86wo8flqct.fsf@stephe-leake.org> <837e07gmka.fsf@gnu.org> <1c654ac9-10a2-4e5d-f77c-3b78bb580ffc@cs.ucla.edu> <83v9nqg8la.fsf@gnu.org> <298a093f-6eed-3a9f-99cf-bd17b9cb61f0@cs.ucla.edu> <83blpifp95.fsf@gnu.org> <81bfdae0-9fe1-f173-adb1-b5fe2ba2b808@cs.ucla.edu> <834kvafnwk.fsf@gnu.org> <8DA6D8F4-921B-4FB8-A7A3-CE75B10CE668@acm.org> <83zhd2e6h6.fsf@gnu.org> <87k14547u7.fsf@telefonica.net> <87ftet3xo4.fsf@telefonica.net> <87ftetqbi9.fsf@mbork.pl> <64bcf65a-d05f-b49e-b640-cb64a5b19c77@gmail.com> <878skjr8yo.fsf@mbork.pl> <877e03qlaw.fsf@mbork.pl> Reply-To: Emanuel Berg Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="3311"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:G/sNBrG/yhP9nQbCXyniTpg4hvc= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 02 08:47:18 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j8fnK-0000mh-KN for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Mar 2020 08:47:18 +0100 Original-Received: from localhost ([::1]:56068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8fnJ-0007Gb-Ja for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Mar 2020 02:47:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60373) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8fhz-0005lx-Ep for emacs-devel@gnu.org; Mon, 02 Mar 2020 02:41:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8fhy-0003xB-9o for emacs-devel@gnu.org; Mon, 02 Mar 2020 02:41:47 -0500 Original-Received: from ciao.gmane.io ([159.69.161.202]:47596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j8fhy-0003wV-3b for emacs-devel@gnu.org; Mon, 02 Mar 2020 02:41:46 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j8fhv-000SnL-Q7 for emacs-devel@gnu.org; Mon, 02 Mar 2020 08:41:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245150 Archived-At: Marcin Borkowski wrote: > [...] I want my files to be 100% > warning-free. Yeah, optimally one would! Here is what I do when `require' and `defvar' don't it - well, I do it all the time! But that's when it works, perhaps... In the Makefile, put $(MAKE) 2>&1 > /dev/null; $(MAKE) or in the shell $ \make > /dev/null; \make (right, it seems there's no output to stderr to care about anyway. maybe errors in make itself?) Anyway compile twice and even more warnings go away :) -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal