unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: buff-menu header wrong char
Date: Thu, 2 Dec 2004 18:23:10 +0000 (UTC)	[thread overview]
Message-ID: <m1CZvbi-0004QmC@rattlesnake.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 3433 bytes --]

Today's GNU Emacs CVS snapshot, Thu, 2004 Dec  2  16:54 UTC
GNU Emacs 21.3.50.19 (i686-pc-linux-gnu, GTK+ Version 2.4.13) 
started with

     emacs/src/emacs -Q --eval '(setq Buffer-menu-use-header-line nil)'

A *Buffer List* looks like this:

    CRM Buffer                Size  Mode              File
    ôôô ôôôôôô                ôôôô  ôôôô              ôôôô
    .   *scratch*                0  Lisp Interaction
      * *Messages*             150  Fundamental

instead of like this:

    CRM Buffer                Size  Mode              File
    --- ------                ----  ----              ----
    .   *scratch*                0  Lisp Interaction
      * *Messages*             150  Fundamental

[i.e., the hyphens, ---, are replaced by the sequences of \364\364\364 ]

This comes from revision 1.75 to emacs/lisp/buff-menu.el of 2004/11/22
15:12:09, which includes a change to `list-buffers-noselect' that
tests

     (if (char-displayable-p ?—) ?— ?-)))

However, the documentation for `char-displayable-p' says

    On a multi-font display, the test is only whether there is an
    appropriate font from the selected frame's fontset to display
    char's charset in general.  Since fonts may be specified on a
    per-character basis, this may not be accurate.

When

    (let ((underline (if (char-displayable-p ?—) ?— ?-)))

is replaced by 

    (let ((underline  ?-))

the  *Buffer List* displays correctly.


Here is the info on   character: ô 

  character: ô (0364, 244, 0xf4)
    charset: eight-bit-graphic (8-bit graphic char (0xA0..0xFF))
 code point: 244
     syntax:   	which means: whitespace
buffer code: 0xF4
  file code: 0xF4 (encoded by coding system raw-text-unix)
    display: by this font (glyph code)
     -ETL-Fixed-Medium-R-Normal--16-160-72-72-C-80-ISO8859-1 (0xF4)



In GNU Emacs 21.3.50.19 (i686-pc-linux-gnu, GTK+ Version 2.4.13)
 of 2004-12-02 on benthic
Distributor `The XFree86 Project, Inc', version 11.0.40300001
configured using `configure '--with-type1' '--with-x-toolkit=gtk' '--with-pop' '--prefix=/usr/local' '--with-sound=yes''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: nil

Major mode: Lisp Interaction

Minor modes in effect:
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t

Recent input:
d / u s r / . l o c M-b C-b C-d C-e a l / s r c / e 
m a c s <return> C-n C-n C-n C-n C-n C-b C-b C-b C-b 
C-b C-b C-SPC C-e C-b C-b C-b C-b C-b C-b C-b C-b C-b 
C-b C-b C-b C-b C-b C-b C-b C-SPC C-e M-w C-x b <return> 
C-n C-n <return> <return> C-y C-x o C-p C-u C-x = C-x 
h M-w C-x b <return> C-x o C-x o C-n C-n C-n C-n <return> 
<return> <return> C-y M-x r e <tab> p o r <tab> <r
eturn>

Recent messages:
Loading dired...done
Mark set [3 times]
Loading descr-text...done
Loading composite...done
Loading help-mode...done
Loading wid-edit...done
Char: ô (0364, 244, 0xf4) point=56 of 203 (27%) column 0 
Mark set [3 times]
Making completion list...
Loading emacsbug...done

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

             reply	other threads:[~2004-12-02 18:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-02 18:23 Robert J. Chassell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-03 19:57 buff-menu header wrong char Stefan Monnier
2004-12-04  0:44 ` Kim F. Storm

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=m1CZvbi-0004QmC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /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 public inbox

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

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).