From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgio Valoti Newsgroups: gmane.emacs.help Subject: Re: Fixed width font for euro symbol Date: Sat, 18 Aug 2012 15:53:05 +0200 Message-ID: <2012081815530563736-giorgiov@mecom> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1345298115 21749 80.91.229.3 (18 Aug 2012 13:55:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Aug 2012 13:55:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 18 15:55:15 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 1T2jUf-0006CH-HB for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Aug 2012 15:55:13 +0200 Original-Received: from localhost ([::1]:43579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2jUe-0005xQ-Cc for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Aug 2012 09:55:12 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news1.as3257.net!tornado.fastwebnet.it!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Unison/2.1.9 Original-Lines: 21 Original-NNTP-Posting-Host: 93.62.99.244 Original-X-Complaints-To: newsmaster@fastweb.it Original-X-Trace: tornado.fastwebnet.it 1345297985 93.62.99.244 (Sat, 18 Aug 2012 15:53:05 CEST) Original-NNTP-Posting-Date: Sat, 18 Aug 2012 15:53:05 CEST Original-Xref: usenet.stanford.edu gnu.emacs.help:194045 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:86413 Archived-At: On 2012-08-18 12:57:25 +0000, Guido Van Hoecke said: > Hi, > > All fixed width fonts available to Emacs[1] on my Mac (i.e. Andale Mono, > Courier, Courier New, Menlo and Monaco) support the euro symbol € > entered thru the C-X 8 e keystroke sequence. > > Unfortunately, as soon as a € character is entered, its line height > increases. That is not really clean: the height of the line varies > depending upon the presence or absence of the € character. > > Can this somehow be avoided? I added this in my init.el (set-fontset-font "fontset-default" 'unicode "Menlo") -- Giorgio Valoti