From unknown Fri Jun 20 18:24:31 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3986: 23.1; Bottom of characters are cut off Reply-To: Anthony Thibault , 3986@debbugs.gnu.org Resent-From: Anthony Thibault Original-Sender: ajt.hyperlogic@gmail.com Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 31 Jul 2009 02:25:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3986 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124900673727879 (code B ref -1); Fri, 31 Jul 2009 02:25:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 31 Jul 2009 02:18:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6V2Imrb027870 for ; Thu, 30 Jul 2009 19:18:50 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWhho-0006Az-EG for bug-gnu-emacs@gnu.org; Thu, 30 Jul 2009 22:18:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWhhj-00068V-Cz for bug-gnu-emacs@gnu.org; Thu, 30 Jul 2009 22:18:47 -0400 Received: from [199.232.76.173] (port=60915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWhhj-00068O-7f for bug-gnu-emacs@gnu.org; Thu, 30 Jul 2009 22:18:43 -0400 Received: from mail-yx0-f193.google.com ([209.85.210.193]:39077) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWhhi-0007l1-GK for bug-gnu-emacs@gnu.org; Thu, 30 Jul 2009 22:18:42 -0400 Received: by yxe31 with SMTP id 31so3482292yxe.24 for ; Thu, 30 Jul 2009 19:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=w31EbOpaYnljAF/GNGyrbwOXUw6r+tRNyzlRT75xovo=; b=hRi7N3lOVvoHvVQJffZsA9xpbuEAoNQ4L+sTVa/fCS2SUH++oW0Mstxte5rNYxvVlF 7bKnFqtXdekfN37FK8PkcVsWO9tCuRGEPQpE9PGNTRIYNQ9kPeX++IOnBkfDanbDkHsx c43IdCHjw7T3vCt830joYLTEEfVwHY6syQuKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=R+2uNRn5OKnZ2jC+KIYeJgvxwoatAHcLbaum4MzUT8q1H3LC/kCSDxfoV/ORKhyArP fqh/QwYoLCuy+3SQRbjcK5MjFqKOpPMVTRB3MVdrziz2Lzm8HERIByHtT8gdX2PBDcU/ msjplZPfUdOXpRvo+a9jy9WOrTmqpwiFeWY1c= MIME-Version: 1.0 Sender: ajt.hyperlogic@gmail.com Received: by 10.231.35.3 with SMTP id n3mr537306ibd.30.1249006721322; Thu, 30 Jul 2009 19:18:41 -0700 (PDT) Date: Thu, 30 Jul 2009 19:18:41 -0700 X-Google-Sender-Auth: 412561228ae06618 Message-ID: <464060860907301918o7a781fcdq942ee5d7e7c04842@mail.gmail.com> From: Anthony Thibault To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=0022152d6389f24dd6046ff70945 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --0022152d6389f24dd6046ff70945 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit When using the Monaco font with anti-aliasing disabled the bottom of some characters, such as '[', are not visible. I didn't have this problem with 22.3. Here's a snippet of my .emacs file that should exhibit the problem. ;; turn off anti-aliasing (setq mac-allow-anti-aliasing nil) ;; xcode font (set-face-attribute 'default nil :family "monaco" :height 95) In GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) of 2009-07-30 on bluesilver.local Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Lisp Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-e C-b C-b 3 C-e C-x C-e C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-a C-d C-e C-x C-e C-a C-x C-s ; C-x C-s C-n C-p C-k C-z C-l C-n C-n C-n C-p C-p C-p C-n C-n C-n C-n C-n C-e C-b C-b 3 2 1 C-e C-b C-b C-f C-b C-d 0 C-x C-s C-e C-x C-e C-b C-b 2 C-e C-x C-e ] C-b C-b 3 C-e C-b C-b 1 C-e C-x C-e ] C-b C-b C-f 0 0 C-e C-x C-e ] C-b C-e C-a C-e ] C-b 9 0 C-e C-x C-e ] C-b 1 0 0 C-e 9 1 _ ) C-x C-e C-x e C-b 8 0 C-e C-x C-e C-b 5 C-e C-x C-e ] C-x C-s C-a C-e C-x b C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-x b C-b 9 0 C-e C-x C-e C-b 1 C-e C-x C-e C-b 2 C-e C-x C-e C-b 4 C-e C-x C-e C-b 5 C-e C-x C-e ] C-x C-s C-a C-e [ ] ] [ ] C-x C-s C-a M-x e r w b u g r e p o r t - e m a c s - b u Recent messages: kmacro-call-macro: No kbd macro has been defined nil [2 times] Saving file /Users/anthonythibault/.emacs.d/init.el... Wrote /Users/anthonythibault/.emacs.d/init.el nil [5 times] Saving file /Users/anthonythibault/.emacs.d/init.el... Wrote /Users/anthonythibault/.emacs.d/init.el Saving file /Users/anthonythibault/.emacs.d/init.el... Wrote /Users/anthonythibault/.emacs.d/init.el Making completion list... --0022152d6389f24dd6046ff70945 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When using the Monaco font with anti-aliasing disabled the bottom of some c= haracters, such as '[', are not visible.

I didn't have t= his problem with 22.3.

Here's a snippet of my .emacs file that s= hould exhibit the problem.

;; turn off anti-aliasing
(setq mac-allow-anti-aliasing nil)

= ;; xcode font
(set-face-attribute 'default nil :family "monaco&= quot; :height 95)




In GNU Emacs 23.1.1 (i386-apple-darwin= 9.7.0, NS apple-appkit-949.46)
of 2009-07-30 on bluesilver.local
Windowing system distributor `Apple= 9;, version 10.3.949
configured using `configure '--with-ns''= ;

Important settings:
value of $LC_ALL: nil
value of $LC_COLLA= TE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONET= ARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of= $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default-enable-multibyte-characters: t

Major mode: Lisp

Minor= modes in effect:
shell-dirtrack-mode: t
tooltip-mode: t
mouse-whe= el-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-= lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encrypt= ion-mode: t
auto-compression-mode: t
line-number-mode: t

Recen= t input:
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n = C-n C-n C-n C-e C-b C-b 3 C-e C-x
C-e C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-a C-d C-e
C= -x C-e C-a C-x C-s ; C-x C-s C-n C-p C-k C-z C-l C-n
C-n C-n C-p C-p C-p= C-n C-n C-n C-n C-n C-e C-b C-b
3 2 1 C-e C-b C-b
C-f C-b C-d 0 C-x = C-s C-e C-x C-e C-b C-b
2 C-e C-x C-e ] C-b C-b 3 C-e
C-b C-b 1 C-e C-x C-e ] C-b
C-b C-f 0 0= C-e C-x C-e ]
C-b C-e C-a C-e ] C-b
9 0 C-e C-x C-e ] C-b
1 0 0 C= -e
9 1 _ ) C-x C-e C-x e C-b
8 0 C-e C-x C-e C-b 5 C-e C-x
C-e ] C= -x C-s C-a C-e C-x b
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-x b C-b
9 0 C-e= C-x C-e C-b 1 C-e C-x C-e C-b
2 C-e C-x C-e C-b 4 C-e C-x C-e C-b
5 = C-e C-x C-e ] C-x C-s C-a C-e [ ] ] [
]
C-x C-s C-a
M-x e r w
b u g


r e p o r t - e m a c s - b u

Recent messages:
k= macro-call-macro: No kbd macro has been defined
nil [2 times]
Saving = file /Users/anthonythibault/.emacs.d/init.el...
Wrote /Users/anthonythib= ault/.emacs.d/init.el
nil [5 times]
Saving file /Users/anthonythibault/.emacs.d/init.el...
= Wrote /Users/anthonythibault/.emacs.d/init.el
Saving file /Users/anthony= thibault/.emacs.d/init.el...
Wrote /Users/anthonythibault/.emacs.d/init.= el
Making completion list...


--0022152d6389f24dd6046ff70945-- From jasonrumney@gmail.com Sat Aug 1 01:57:36 2009 Received: (at control) by emacsbugs.donarmstrong.com; 1 Aug 2009 08:57:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.6 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f198.google.com (mail-pz0-f198.google.com [209.85.222.198]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n718vXGZ027619 for ; Sat, 1 Aug 2009 01:57:34 -0700 Received: by pzk36 with SMTP id 36so1074581pzk.13 for ; Sat, 01 Aug 2009 01:57:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:message-id :date:from:user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=EaARBEqaoXOdvcperubWOtchSzaSgRDU/AojukKXdgQ=; b=ENrBZSKY/TYjrO8tZ/IUWl9bPXUszVDBQaPS9r6BzGR1qjI8VIMqJit4ibauZp4X6B CH3u89LfyGMaIPhTNBSqUv7G9SFV7o+5inX7B0j6a1eJhNhR/A5Mxs1Y+sKnnsnRPJqm i8cjn0HPgK00NAqS2CbfLhsMfZWgDhfvgbnzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=bitQA+yldz5PIzoeoX+4V1TtE4qUsC7qUjShbV6TZRQwGyHsXHrQvKh/hSJfNsMgyj 8fFvVtj+rGnW4TRovD22iqiXij8nf4Xrw9MLSm3REK8UUBLvWt+JSvrfiwlpoT7eeis9 8n11j2/gKRmP0waSL5P+ANRxIv1WejT6i8+zk= Received: by 10.114.180.16 with SMTP id c16mr5165011waf.57.1249117047847; Sat, 01 Aug 2009 01:57:27 -0700 (PDT) Received: from wanchan.jasonrumney.net ([118.101.136.103]) by mx.google.com with ESMTPS id c26sm6843198waa.50.2009.08.01.01.57.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 01 Aug 2009 01:57:27 -0700 (PDT) Sender: Jason Rumney Received: from wanchan.jasonrumney.net (localhost [127.0.0.1]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 6B14B787 for ; Sat, 1 Aug 2009 16:57:23 +0800 (MYT) Message-ID: <4A740372.7070600@gnu.org> Date: Sat, 01 Aug 2009 16:57:22 +0800 From: Jason Rumney User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: Re: housekeeping References: <4A730C27.80402@gnu.org> In-Reply-To: <4A730C27.80402@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit reassign 3975 emacs,ns reassign 2836 emacs,ns reassign 3961 emacs,ns reassign 3986 emacs,ns merge 3975 2836 3961 3986 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 20:24:18 2010 Received: (at control) by debbugs.gnu.org; 10 Feb 2010 01:24:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nf1JS-0005Ug-3h for submit@debbugs.gnu.org; Tue, 09 Feb 2010 20:24:18 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nf1JQ-0005UX-Up for control@debbugs.gnu.org; Tue, 09 Feb 2010 20:24:17 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nf1JN-00085U-AM; Tue, 09 Feb 2010 20:24:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19314.2749.266539.846565@fencepost.gnu.org> Date: Tue, 9 Feb 2010 20:24:13 -0500 From: Glenn Morris To: control Subject: control X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) reassign 5521 emacs,erc tags 3975 moreinfo reassign 5542 emacs,ns reassign 5547 emacs,gnus reassign 5554 emacs,rmail severity 5554 wishlist From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 12 09:39:34 2010 Received: (at control) by debbugs.gnu.org; 12 Feb 2010 14:39:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nfwg9-0007rF-S7 for submit@debbugs.gnu.org; Fri, 12 Feb 2010 09:39:34 -0500 Received: from pantheon-po35.its.yale.edu ([130.132.50.83]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nfwfv-0007r5-GD for control@debbugs.gnu.org; Fri, 12 Feb 2010 09:39:32 -0500 Received: from furry (bb116-15-9-83.singnet.com.sg [116.15.9.83]) (authenticated bits=0) by pantheon-po35.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o1CEdEQM021734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 12 Feb 2010 09:39:16 -0500 Received: by furry (Postfix, from userid 1000) id 5E9B1C05D; Fri, 12 Feb 2010 09:39:11 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 3975 Date: Fri, 12 Feb 2010 09:39:11 -0500 Message-ID: <87mxze5xio.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) close 3975 thanks