From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Devereux Newsgroups: gmane.emacs.devel Subject: Re: Line height too small with Monaco font on Mac OS X Date: Thu, 11 Feb 2010 13:45:49 +0000 Message-ID: References: <256A1330-5C0B-4F54-926E-83C95923067D@devrx.org> <874olrz41x.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265896326 20760 80.91.229.12 (11 Feb 2010 13:52:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2010 13:52:06 +0000 (UTC) Cc: Leo , 3975@debbugs.gnu.org, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 11 14:52:03 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NfZSV-0002dR-T2 for ged-emacs-devel@m.gmane.org; Thu, 11 Feb 2010 14:52:02 +0100 Original-Received: from localhost ([127.0.0.1]:34908 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZSR-0004hY-Og for ged-emacs-devel@m.gmane.org; Thu, 11 Feb 2010 08:51:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfZQU-00049E-Dq for emacs-devel@gnu.org; Thu, 11 Feb 2010 08:49:50 -0500 Original-Received: from [140.186.70.92] (port=50501 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfZQH-0003zv-Br for emacs-devel@gnu.org; Thu, 11 Feb 2010 08:49:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NfZN5-0003Kn-M2 for emacs-devel@gnu.org; Thu, 11 Feb 2010 08:46:20 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:64215) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfZN5-0003K4-BI for emacs-devel@gnu.org; Thu, 11 Feb 2010 08:46:19 -0500 Original-Received: from [192.168.1.100] (1.2.mediacentre.org [212.42.168.9]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0Mhekt-1NKTsb1iuR-00MJk4; Thu, 11 Feb 2010 14:45:51 +0100 In-Reply-To: <874olrz41x.fsf@stupidchicken.com> X-Mailer: Apple Mail (2.936) X-Provags-ID: V01U2FsdGVkX1+6Rbx0+SEljXAoP3e9nwvGQ7a4KiDNjfKae9l 6yS79G4QmCIR6NwKiIjqCNEMgIAdvwnLYrAvB3RJiql8P82UfI fnv+/KuTKeBXZv5A5WgaQ== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121063 Archived-At: On 8 Feb 2010, at 23:43, Chong Yidong wrote: > Leo writes: > >> On 2010-02-08 11:10 +0000, Francis Devereux wrote: >>> A few months ago I tried out Emacs 23.1 on Mac OS X, and found that >>> the line height was too small when using the Monaco font (some >>> characters are clipped at the bottom, including ()[]). I downloaded >>> and compiled Emacs 23.1.92 today and found that it still has the >>> same >>> problem. >>> >>> Could someone have a look at the patch I added to >>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3975 >>> and apply it if it looks OK? >> >> No wonder I always feel a bit weird using monaco. I have moved to >> DejaVu >> Sans Mono and it is looking better. >> >> Patch is attached to bug #3975. Maybe someone can review it? > > I've reviewed the patch, and it looks ok. I've checked it in, could > you > test it? Thanks, I've tested bzr trunk r99485 and the bug is fixed there. Francis