From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Boiteux Frederic" Newsgroups: gmane.emacs.help Subject: RE: how to display a character with a specific glyph and face ? Date: Fri, 24 Oct 2014 08:14:52 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1414131326 29457 80.91.229.3 (24 Oct 2014 06:15:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 06:15:26 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 24 08:15:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhY9d-0003E7-Ki for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 08:15:17 +0200 Original-Received: from localhost ([::1]:45288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhY9d-0002se-64 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 02:15:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhY9N-0002pK-66 for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 02:15:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhY9H-0001aG-2b for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 02:15:01 -0400 Original-Received: from susano.prosodie.net ([213.139.101.39]:33363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhY9G-0001a8-Sf for help-gnu-emacs@gnu.org; Fri, 24 Oct 2014 02:14:54 -0400 Original-Received: from cadine.france.prosodie.local (france.prosodie.local [192.168.134.63]) by susano.prosodie.net (Postfix) with ESMTP id ABB552F1810F for ; Fri, 24 Oct 2014 08:14:51 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to display a character with a specific glyph and face ? Thread-Index: Ac/uxYJNHPVoHGvLQcm+mjT6YFKATAAi3uTg X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.139.101.39 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100578 Archived-At: Hello Stefan, Eli, Thanks for you quick replies. Yes, I've done this since a long time to distinguish non-break space = from standard ones (I=A0think in emacs22 ou 23), and tried to report = this on emacs24, as I=A0didn't understood that in this version, the = non-break space is already shown with a special face ! I got a small = brown =AB=A0underscore=A0=BB, not very different from standard = underscore, and as on my keyboard, these two characters are on the same = key, it wasn't sufficient for me. Instead of modifying the standard-display-table, I should modify the = escape-glyph face, isn't it ? Thanks for your suggestions and solutions, Fred.