all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 25621@debbugs.gnu.org, brucer42@gmail.com
Subject: bug#25621: 25.1; IPA chars problematic in orgmode table
Date: Mon, 06 Feb 2017 17:53:43 +0200	[thread overview]
Message-ID: <83efzb71tk.fsf@gnu.org> (raw)
In-Reply-To: <87tw87qy1z.fsf@rosalinde> (message from Stephen Berman on Mon, 06 Feb 2017 13:54:48 +0100)

> From: Stephen Berman <stephen.berman@gmx.net>
> Cc: Eli Zaretskii <eliz@gnu.org>,  25621@debbugs.gnu.org
> Date: Mon, 06 Feb 2017 13:54:48 +0100
> 
> I can reproduce the "strange results", i.e. bad column alignment in the
> table, in current master with -Q but not with my initializations.  The
> crucial difference is the font used: with -Q it is this:
> 
> "-unknown-Liberation Mono-normal-normal-normal-*-15-*-*-*-m-0-iso10646-1"
> 
> and with my initializations it's this:
> 
> "-unknown-DejaVu Sans Mono-normal-normal-normal-*-12-*-*-*-m-0-iso10646-1"
> 
> If I start with -Q, do `M-x set-frame-font' and enter the latter font,
> and then carry out the above recipe, the table columns are all correctly
> aligned.
> 
> I noticed that the alignment was already not completely correct before
> executing `C-c C-x \': some characters have a narrower width, e.g. the
> character #x2c8 (MODIFIER LETTER VERTICAL LINE) in the second column of
> the second row.  With my initializations this character is displayed in
> the same font as the default font listed above, but with -Q it is
> displayed in a different font from the default font:
> 
> "-unknown-DejaVu Serif-normal-italic-normal-*-15-*-*-*-m-0-iso10646-1"

Thanks for investigating this.

Yes, Emacs will try to use the default font for punctuation and symbol
characters, unless the default font fails to support them; then Emacs
will look for a font that does.  If that font is a variable-pitch
font, you will get mis-alignment, if the mode which produces the table
uses whitespace for alignment, and not pixel-granular display
properties.

This is normal, and not a bug.

The solution is to fix your font configuration (e.g., via fontsets
inside Emacs, or by installing/uninstalling fonts).





  reply	other threads:[~2017-02-06 15:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 23:33 bug#25621: 25.1; IPA chars problematic in orgmode table bruce robertson
2017-02-05 15:38 ` Eli Zaretskii
2017-02-05 23:57   ` bruce robertson
2017-02-06 12:54     ` Stephen Berman
2017-02-06 15:53       ` Eli Zaretskii [this message]
2020-08-11  7:56         ` Stefan Kangas

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=83efzb71tk.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=25621@debbugs.gnu.org \
    --cc=brucer42@gmail.com \
    --cc=stephen.berman@gmx.net \
    /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.