GNU bug report logs - #25621
25.1; IPA chars problematic in orgmode table

Previous Next

Package: emacs;

Reported by: bruce robertson <brucer42 <at> gmail.com>

Date: Sat, 4 Feb 2017 23:43:02 UTC

Severity: normal

Tags: notabug

Found in version 25.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 25621 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 25621 <at> debbugs.gnu.org, brucer42 <at> gmail.com
Subject: Re: bug#25621: 25.1; IPA chars problematic in orgmode table
Date: Mon, 06 Feb 2017 17:53:43 +0200
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Cc: Eli Zaretskii <eliz <at> gnu.org>,  25621 <at> 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).




This bug report was last modified 5 years and 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.