From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: char-displayable-p issue Date: Wed, 8 Oct 2003 09:04:20 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <12298630.1065596660178.JavaMail.www@wwinf0402> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1065596767 6084 80.91.224.253 (8 Oct 2003 07:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2003 07:06:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 08 09:06:05 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A78Ob-0002h4-00 for ; Wed, 08 Oct 2003 09:06:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A78Ob-0004jf-00 for ; Wed, 08 Oct 2003 09:06:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A78OQ-0003KO-UI for emacs-devel@quimby.gnus.org; Wed, 08 Oct 2003 03:05:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A78NX-0003Hc-2p for emacs-devel@gnu.org; Wed, 08 Oct 2003 03:04:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A78Mz-0002Ui-Kb for emacs-devel@gnu.org; Wed, 08 Oct 2003 03:04:56 -0400 Original-Received: from [193.252.22.27] (helo=mwinf0403.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A78My-0002UG-EY for emacs-devel@gnu.org; Wed, 08 Oct 2003 03:04:24 -0400 Original-Received: from wwinf0402 (wwinf0402 [172.22.135.29]) by mwinf0403.wanadoo.fr (SMTP Server) with ESMTP id 2EBE45000343 for ; Wed, 8 Oct 2003 09:04:20 +0200 (CEST) Original-To: emacs-devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17003 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17003 Hi, I got a little problem in ruler-mode that no more chose the right default characters to display in the ruler. If fact, `char-displayable-p' wrongly says that characters ?=B6 (2230) and ?\=A6 (2214) are not displayable although I clearly see them displayed. Here is some information about my running environment: runemacs.exe -q -no-site-file (frame-parameter (selected-frame) 'font) "-outline-Courier New-normal-r-normal-normal-13-97-96-96-c-80-iso8859-1" In GNU Emacs 21.3.50.1 (i386-mingw-nt4.0.1381) of 2003-10-08 on MYHOST configured using `configure --with-gcc (3.2)' 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: ENU locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Hope it will help. David