From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Heilmann, Till A." Newsgroups: gmane.emacs.help Subject: Default font Inconsolata but guillemets in STIXGeneral Date: Tue, 17 Jul 2012 16:43:59 +0200 Message-ID: Reply-To: till.heilmann@unibas.ch NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342540477 13411 80.91.229.3 (17 Jul 2012 15:54:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2012 15:54:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 17 17:54:37 2012 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 1SrA6e-0004Hj-9r for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 17:54:36 +0200 Original-Received: from localhost ([::1]:40534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrA6d-0001Lx-H9 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 11:54:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr90S-0001ui-GO for help-gnu-emacs@gnu.org; Tue, 17 Jul 2012 10:44:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr90M-0007pX-Ii for help-gnu-emacs@gnu.org; Tue, 17 Jul 2012 10:44:08 -0400 Original-Received: from smtp1.unibas.ch ([131.152.227.80]:49224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr90M-0007pD-Ce for help-gnu-emacs@gnu.org; Tue, 17 Jul 2012 10:44:02 -0400 X-IronPort-AV: E=Sophos;i="4.77,603,1336341600"; d="scan'208";a="206025467" Original-Received: from p5de8060c.dip.t-dialin.net (HELO [192.168.2.103]) ([93.232.6.12]) by smtp-ext.unibas.ch with ESMTP/TLS/AES128-SHA; 17 Jul 2012 16:43:59 +0200 X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 131.152.227.80 X-Mailman-Approved-At: Tue, 17 Jul 2012 11:54:16 -0400 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:85905 Archived-At: I want to use Emacs 24.1 (9.0) downloaded from = http://emacsformacosx.com/ with the Inconsolata font in OTF on Mac OS = 10.7.4. My ~/.emacs contains only one line: (set-face-attribute 'default nil :font "Inconsolata-16") The font is mostly displayed correctly in the buffer (see first output = of describe-char below), except for guillemets (see second output of = describe-char below). Does anyone have an idea why Emacs uses = STIXGeneral instead of Inconsolata to display guillemets? BTW, it messes = with the line spacing too: lines with guillemets have more spacing than = others. Thanks and regards, Till Position: 54 of 37772 (0%), column: 2 character: E (displayed as E) (codepoint 69, #o105, #x45) preferred charset: ascii (ASCII (ISO646 IRV)) code point in charset: 0x45 syntax: w which means: word category: .:Base, L:Left-to-right (strong), a:ASCII, = l:Latin, r:Roman buffer code: #x45 file code: #x45 (encoded by coding system utf-8-unix) display: by this font (glyph code) = nil:-apple-Inconsolata-medium-normal-normal-*-16-*-*-*-m-0-iso10646-1 = (#x45) Character code properties: customize what to show name: LATIN CAPITAL LETTER E general-category: Lu (Letter, Uppercase) decomposition: (69) ('E') Position: 4190 of 37772 (11%), column: 2 character: =9B (displayed as =9B) (codepoint 8250, #o20072, = #x203a) preferred charset: unicode (Unicode (ISO10646)) code point in charset: 0x203A syntax: . which means: punctuation category: .:Base buffer code: #xE2 #x80 #xBA file code: #xE2 #x80 #xBA (encoded by coding system = utf-8-unix) display: by this font (glyph code) = nil:-apple-STIXGeneral-medium-normal-normal-*-16-*-*-*-p-0-iso10646-1 = (#x76) Character code properties: customize what to show name: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK old-name: RIGHT POINTING SINGLE GUILLEMET general-category: Pf (Punctuation, Final quote) decomposition: (8250) ('=9B')