From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?G=C3=B6ktu=C4=9F_Kayaalp?= Newsgroups: gmane.emacs.help Subject: Re: An unwonted warning I constantly get about fontsets when I start Emacs Date: Sun, 28 May 2017 21:14:44 +0300 Message-ID: References: <83efvaiqku.fsf@gnu.org> <83y3tih13o.fsf@gnu.org> <83r2zagzmy.fsf@gnu.org> <83mv9xhb1e.fsf@gnu.org> <83lgphha6j.fsf@gnu.org> <838tlhgfar.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1495995330 2096 195.159.176.226 (28 May 2017 18:15:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 28 May 2017 18:15:30 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 28 20:15:24 2017 Return-path: Envelope-to: geh-help-gnu-emacs@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 1dF2iq-0000PW-6g for geh-help-gnu-emacs@m.gmane.org; Sun, 28 May 2017 20:15:24 +0200 Original-Received: from localhost ([::1]:44836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF2iv-0000rt-Kw for geh-help-gnu-emacs@m.gmane.org; Sun, 28 May 2017 14:15:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF2iO-0000rm-8h for help-gnu-emacs@gnu.org; Sun, 28 May 2017 14:14:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF2iN-00020y-AS for help-gnu-emacs@gnu.org; Sun, 28 May 2017 14:14:56 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:58622) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dF2iH-00020K-OQ; Sun, 28 May 2017 14:14:49 -0400 Original-Received: from mfilter10-d.gandi.net (mfilter10-d.gandi.net [217.70.178.139]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 3B6D541C08B; Sun, 28 May 2017 20:14:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter10-d.gandi.net Original-Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter10-d.gandi.net (mfilter10-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id x6m-X4Ss4AND; Sun, 28 May 2017 20:14:46 +0200 (CEST) X-Originating-IP: 95.65.131.160 Original-Received: from xi.xi (unknown [95.65.131.160]) (Authenticated sender: self@gkayaalp.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 51C4441C092; Sun, 28 May 2017 20:14:46 +0200 (CEST) In-Reply-To: <838tlhgfar.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 28 May 2017 18:41:00 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113228 Archived-At: On 2017-05-28 18:41 +03, Eli Zaretskii wrote: >> From: G=C3=B6ktu=C4=9F Kayaalp >> Cc: help-gnu-emacs@gnu.org >> Date: Sun, 28 May 2017 17:32:13 +0300 >>=20 >> >> So running the build after setting LC_ALL=3DC should fix the problem. >>=20 >> I've tried this: >>=20 >> git clean -x -f -f >> ./autogen.sh all >> ./configure --prefix=3D$HOME/local --with-x-toolkit=3Dyes --with-modules= \ >> --with-file-notification=3Dyes --with-mailutils ; >> LC_ALL=3DC make >> ./src/emacs -Q >>=20 >> And this has fixed the problem (i.e. no warnings anymore, built today's >> master). So now I'm not sure if this is a bug that I've triggered, or a >> mistake in my build procedure. If I'm not told otherwise, I'll file a >> bug report when I have time. > > Please try this: > > . go to the admin/unidata directory of the Emacs source tree > . type the following command from the shell prompt: > > make -W Blocks.txt > > This should regenerate lisp/international/charscript.el. Please see > if it has the same problem with dotless i you had originally. If it > does, then repeat the same command, this time setting LC_ALL=3DC, like > this: > > LC_ALL=3DC make -W Blocks.txt > > This should again regenerate charscript.el, but with the correct > script names, using the Latin i letter. > > If indeed you see what I describe above, please file a bug report with > this information. Thanks. I've tried these, and curiously could not reproduce the issue. I'll guess that something funky happened with my previous build, though I don't have no idea about what that might be. I did do multiple builds from different checkouts until today with these results. Well, please excuse me for the trouble. I'll keep an eye on this in my later builds and file a but if somehow it repeats. Best, gk.