all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Tassilo Horn <tassilo@member.fsf.org>, emacs-devel@gnu.org
Subject: Re: display bug for empty lines in recent git snapshot
Date: Wed, 17 Nov 2010 11:43:23 +0100	[thread overview]
Message-ID: <xeia1v6kdyd0.fsf@kobe.laptop> (raw)
In-Reply-To: <87hbfgfg9v.fsf@member.fsf.org> (Tassilo Horn's message of "Wed,  17 Nov 2010 10:31:08 +0100")

On Wed, 17 Nov 2010 10:31:08 +0100, Tassilo Horn <tassilo@member.fsf.org> wrote:
> Hi Giorgos,
>
> I've already filed this as bug#7417.

The change that introduced this bug in my local mirror of the git trunk
is one committed by Eli on Nov 13:

: changeset:   111519:3355ca38548d
: user:        Eli Zaretskii <eliz@gnu.org>
: date:        Sat Nov 13 15:29:31 2010 +0200
: files:       doc/emacs/ChangeLog doc/emacs/display.texi doc/emacs/mule.texi
:              doc/emacs/rmail.texi doc/lispref/ChangeLog
:              doc/lispref/display.texi etc/ChangeLog etc/NEWS lisp/ChangeLog
:              lisp/international/characters.el src/.gdbinit src/ChangeLog
:              src/dispextern.h src/term.c src/w32term.c src/xdisp.c src/xterm.c
: description:
: Fix and document display of glyphless characters.
:
:  src/xdisp.c (set_cursor_from_row): Fix cursor positioning on
:  zero-width characters.
:  (syms_of_xdisp) <glyphless-char-display>: Doc fix.
:  src/.gdbinit (pgx): Adapt to latest changes in `struct glyph'.
:  src/w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
:  box before drawing the glyphs inside it.
:  src/dispextern.h (enum glyphless_display_method): Rename
:  GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.  All
:  users changed.
:  src/term.c (append_glyphless_glyph, produce_glyphless_glyph): Fix
:  comments.
:  (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
:  whitespace in "[]", to simulate a box.  Don't use uninitialized
:  variable `width'.
:  lisp/international/characters.el (glyphless-char-display-control):
:  Renamed from glyphless-char-control; all users changed.  Doc fix.
:  Signal an error if display method is not one of the recognized
:  symbols.
:  doc/emacs/rmail.texi (Rmail Coding): Characters with no fonts are not
:  necessarily displayed as empty boxes.
:  doc/emacs/mule.texi (Language Environments, Fontsets): Characters with no
:  fonts are not necessarily displayed as empty boxes.
:  doc/emacs/display.texi (Text Display): Document display of glyphless
:  characters.
:  doc/lispref/display.texi (Usual Display): Characters with no fonts are not
:  necessarily displayed as empty boxes.
:  etc/NEWS: Document display of glyphless characters.

I think there's some exception we have to add here for newline
characters, because they are treated as GLYPHLESS_DISPLAY_THIN_SPACE or
as GLYPHLESS_DISPLAY_EMPTY_BOX with a width of 1 space, but I am not
sure what the best way to do this would be.  Maybe Eli has a good idea
of how this can be fixed?




  parent reply	other threads:[~2010-11-17 10:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17  9:10 display bug for empty lines in recent git snapshot Giorgos Keramidas
2010-11-17  9:31 ` Tassilo Horn
2010-11-17  9:50   ` Giorgos Keramidas
2010-11-17 10:43   ` Giorgos Keramidas [this message]
2010-11-17 12:54     ` Eli Zaretskii
2010-11-17 13:14       ` Giorgos Keramidas
2010-11-17 19:20         ` Eli Zaretskii
2010-11-17 20:12           ` Giorgos Keramidas

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=xeia1v6kdyd0.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=tassilo@member.fsf.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.
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.