unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Göktuğ Kayaalp" <self@gkayaalp.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: An unwonted warning I constantly get about fontsets when I start Emacs
Date: Sun, 28 May 2017 17:32:13 +0300	[thread overview]
Message-ID: <ygmlgph9hn6.fsf@xi> (raw)
In-Reply-To: <ygmtw459l8h.fsf@xi> ("Göktuğ Kayaalp"'s message of "Sun, 28 May 2017 16:14:38 +0300")

On 2017-05-28 16:14 +03, Göktuğ Kayaalp <self@gkayaalp.com> wrote:
> On 2017-05-28 07:33 +03, Eli Zaretskii <eliz@gnu.org> wrote:
>>> Date: Sun, 28 May 2017 07:15:25 +0300
>>> From: Eli Zaretskii <eliz@gnu.org>
>>> 
>>> > I'm attaching charscript.el as it seems to be a generated file not
>>> > tracked by git.
>>> 
>>> And here's what seems to be the root cause of your problem:
>>> 
>>>     (#x10300 #x1032F old-ıtalic)
>>> 
>>> That ı in ıtalic is the dotless i character, whereas it should be the
>>> Latin i character.  I see a few more of those elsewhere in the file,
>>> all of them will cause similar problems.  I'm guessing that some bug
>>> causes this in your locale, so as the first thing please delete this
>>> file and let the Emacs build process re-generate it, in the hope that
>>> the bug was meanwhile fixed.  If the regenerated file has the same
>>> problem, please do report a bug about that.
>>
>> And I think I know what causes that: this file is produced by running
>> Awk, and the Awk program uses 'tolower', which in your locale produces
>> the dotless i characters instead of the Latin i.
>>
>> So running the build after setting LC_ALL=C should fix the problem.

I've tried this:

git clean -x -f -f
./autogen.sh all
./configure --prefix=$HOME/local --with-x-toolkit=yes --with-modules \
	    --with-file-notification=yes --with-mailutils ;
LC_ALL=C make
./src/emacs -Q

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.

> I'll try that now and report, but that seems a bit improbable to me as
> this is my locale setup:
>
> $ locale
> LANG=en_GB.UTF-8
> LANGUAGE=en_US
> LC_CTYPE="en_GB.UTF-8"
> LC_NUMERIC=tr_TR.UTF-8
> LC_TIME=tr_TR.UTF-8
> LC_COLLATE="en_GB.UTF-8"
> LC_MONETARY=tr_TR.UTF-8
> LC_MESSAGES=en_GB.UTF-8
> LC_PAPER=tr_TR.UTF-8
> LC_NAME=tr_TR.UTF-8
> LC_ADDRESS=tr_TR.UTF-8
> LC_TELEPHONE=tr_TR.UTF-8
> LC_MEASUREMENT=tr_TR.UTF-8
> LC_IDENTIFICATION=tr_TR.UTF-8
> LC_ALL=
>
> If this and the other recommendations from your other message don't fix
> the problem, I'll report a bug.



  reply	other threads:[~2017-05-28 14:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-27  9:22 An unwonted warning I constantly get about fontsets when I start Emacs Göktuğ Kayaalp
2017-05-27  9:42 ` Eli Zaretskii
2017-05-27 11:52   ` Göktuğ Kayaalp
2017-05-27 13:37     ` Eli Zaretskii
2017-05-27 13:44       ` Göktuğ Kayaalp
2017-05-27 14:09         ` Eli Zaretskii
2017-05-27 22:27           ` Göktuğ Kayaalp
2017-05-28  4:15             ` Eli Zaretskii
2017-05-28  4:33               ` Eli Zaretskii
2017-05-28  7:56                 ` tomas
2017-05-28 15:01                   ` Eli Zaretskii
2017-05-28 13:14                 ` Göktuğ Kayaalp
2017-05-28 14:32                   ` Göktuğ Kayaalp [this message]
2017-05-28 15:41                     ` Eli Zaretskii
2017-05-28 18:14                       ` Göktuğ Kayaalp
2017-05-28 13:16               ` Göktuğ Kayaalp
  -- strict thread matches above, loose matches on Subject: below --
2017-05-27  9:25 Göktuğ Kayaalp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygmlgph9hn6.fsf@xi \
    --to=self@gkayaalp.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).