all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Subject: Re: master cd88f6de4b: Adjust zero-width grapheme clusters so they are displayed (Bug#50951)
Date: Tue, 27 Sep 2022 10:47:25 +0800	[thread overview]
Message-ID: <871qrxa5z6.fsf@yahoo.com> (raw)
In-Reply-To: <20220927002456.D4AC2C11D7D@vcs2.savannah.gnu.org> (YAMAMOTO Mitsuharu's message of "Mon, 26 Sep 2022 20:24:55 -0400 (EDT)")

YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:

> branch: master
> commit cd88f6de4be1f8eba1db038b371d769f584be53b
> Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
> Commit: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
>
>     Adjust zero-width grapheme clusters so they are displayed (Bug#50951)
>     
>     * src/composite.c (composition_gstring_adjust_zero_width): New function.
>     * src/composite.h: Declare it.
>     * src/font.c (Ffont_shape_gstring): Use it before putting gstring to cache.

This gives:

In file included from composite.c:29:
In function ‘AREF’,
    inlined from ‘composition_gstring_adjust_zero_width’ at composite.c:839:11:
lisp.h:1941:35: warning: ‘glyph’ may be used uninitialized [-Wmaybe-uninitialized]
 1941 |   return XVECTOR (array)->contents[idx];
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
composite.c: In function ‘composition_gstring_adjust_zero_width’:
composite.c:816:19: note: ‘glyph’ was declared here
  816 |       Lisp_Object glyph;
      |                   ^~~~~



       reply	other threads:[~2022-09-27  2:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166423829576.7468.2672204708444997712@vcs2.savannah.gnu.org>
     [not found] ` <20220927002456.D4AC2C11D7D@vcs2.savannah.gnu.org>
2022-09-27  2:47   ` Po Lu [this message]
2022-09-27  3:26     ` master cd88f6de4b: Adjust zero-width grapheme clusters so they are displayed (Bug#50951) YAMAMOTO Mitsuharu
2022-09-27  3:33       ` Po Lu
2022-09-27  3:46         ` YAMAMOTO Mitsuharu

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

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

  git send-email \
    --in-reply-to=871qrxa5z6.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=mituharu@math.s.chiba-u.ac.jp \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.