From dann@ics.uci.edu Thu Sep 4 23:29:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.6 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 5 Sep 2008 06:29:23 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m856TJ8T025760 for ; Thu, 4 Sep 2008 23:29:21 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbUop-0008D4-T1 for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 02:29:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbUoo-0008Cs-F6 for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 02:29:19 -0400 Received: from [199.232.76.173] (port=34409 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbUoo-0008Cp-9h for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 02:29:18 -0400 Received: from sallyv1.ics.uci.edu ([128.195.1.109]:38127) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KbUon-0006EE-GO for bug-gnu-emacs@gnu.org; Fri, 05 Sep 2008 02:29:17 -0400 X-ICS-MailScanner-Watermark: 1221200937.05533@QJXEohujAfJvbJ2EhLkKWg Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m856SuA0003816 for ; Thu, 4 Sep 2008 23:28:56 -0700 (PDT) Message-Id: <200809050628.m856SuA0003816@sallyv1.ics.uci.edu> From: Dan Nicolaescu To: bug-gnu-emacs@gnu.org Subject: incorrect font chosen Lines: 22 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Sep 2008 23:28:56 -0700 Sender: dann@ics.uci.edu X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) Emacs still uses the wrong font in some cases. First do: xrdb /dev/null Then: emacs -Q -xrm 'emacs.Font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' uses the lucidatypewriter font for the default face, but doing: emacs -Q -xrm 'Emacs.Font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' uses: x:-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1 (#x20) This used to work fine before the unicode-2 merge. This message might help pinpoint the problem: http://permalink.gmane.org/gmane.emacs.devel/101403 From cyd@stupidchicken.com Sun Sep 28 13:26:01 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 893) by emacsbugs.donarmstrong.com; 28 Sep 2008 20:26:01 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8SKPwRm032585 for <893@emacsbugs.donarmstrong.com>; Sun, 28 Sep 2008 13:25:59 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 57EE557E33A; Sun, 28 Sep 2008 16:26:47 -0400 (EDT) From: Chong Yidong To: Dan Nicolaescu Cc: 893@debbugs.gnu.org Subject: Re: incorrect font chosen Date: Sun, 28 Sep 2008 16:26:47 -0400 Message-ID: <87fxnkxbi0.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > xrdb /dev/null > > emacs -Q -xrm 'emacs.Font: > -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' > > uses the lucidatypewriter font for the default face, but doing: > > emacs -Q -xrm 'Emacs.Font: > -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' > > uses: > > x:-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1 (#x20) I can't reproduce this problem either. Do you still see it? If so, any luck debugging? From dann@mothra.ics.uci.edu Sun Sep 28 17:29:54 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 893) by emacsbugs.donarmstrong.com; 29 Sep 2008 00:29:55 +0000 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8T0TqVh027797 for <893@emacsbugs.donarmstrong.com>; Sun, 28 Sep 2008 17:29:53 -0700 Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m8T0TcWd027427; Sun, 28 Sep 2008 17:29:42 -0700 (PDT) Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m8T0TbkJ024581; Sun, 28 Sep 2008 17:29:37 -0700 (PDT) Date: Sun, 28 Sep 2008 17:29:37 -0700 (PDT) Message-Id: <200809290029.m8T0TbkJ024581@mothra.ics.uci.edu> From: Dan Nicolaescu To: Chong Yidong Cc: 893@debbugs.gnu.org Subject: Re: incorrect font chosen References: <87fxnkxbi0.fsf@cyd.mit.edu> Lines: 24 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m8T0TcWd027427 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_XR 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu Chong Yidong writes: > > xrdb /dev/null > > > > emacs -Q -xrm 'emacs.Font: > > -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' > > > > uses the lucidatypewriter font for the default face, but doing: > > > > emacs -Q -xrm 'Emacs.Font: > > -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' > > > > uses: > > > > x:-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1 (#x20) > > I can't reproduce this problem either. Do you still see it? It's still present with the latest CVS and an up to date Fedora 9 system. > If so, any luck debugging? Sorry, I don't have the time at the moment to do this. From cyd@stupidchicken.com Sun Oct 19 20:51:27 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 893) by emacsbugs.donarmstrong.com; 20 Oct 2008 03:51:27 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9K3pOTT003634 for <893@emacsbugs.donarmstrong.com>; Sun, 19 Oct 2008 20:51:25 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 897DE57E193; Sun, 19 Oct 2008 23:51:25 -0400 (EDT) From: Chong Yidong To: Dan Nicolaescu Cc: 893@debbugs.gnu.org Subject: Re: incorrect font chosen References: <873aizvvqg.fsf@cyd.mit.edu> <200810170102.m9H12d9v013109@mothra.ics.uci.edu> Date: Sun, 19 Oct 2008 23:51:25 -0400 In-Reply-To: <200810170102.m9H12d9v013109@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Thu, 16 Oct 2008 18:02:39 -0700 (PDT)") Message-ID: <873airudoi.fsf@cyd.mit.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Dan Nicolaescu writes: > It seems that on Fedora 9 the default emacs package installs > /usr/share/X11/app-defaults/Emacs with this content: > > Emacs*font: -adobe-courier-medium-r-*-*-12-120-75-75-*-*-*-* > > If I move it out of the way, everything works fine. But that is not > the only problem. > > If you remember from my initial report on this, I have an older > version of emacs from CVS from February 27th (I think before the > unicode-2 merge), and that one works fine even if > /usr/share/X11/app-defaults/Emacs is present. I played around with this a little. If I put Emacs*font: -adobe-courier-medium-r-*-*-12-120-75-75-*-*-*-* in my .Xresources file, then emacs -Q -xrm 'Emacs.Font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' >>> -adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1 emacs -Q -xrm 'emacs.Font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1' >>> -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1 This behavior is the same for both CVS Emacs and Emacs 22. I think this behavior makes sense, because the "emacs" X attribute setting should override the "Emacs" class setting, and the "font" attribute setting overrides the "Font" class setting. Maybe your Feb 27 build contained a bug that was subsequently fixed. From cyd@stupidchicken.com Tue Oct 21 09:52:03 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 21 Oct 2008 16:52:03 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9LGq0hA008162 for ; Tue, 21 Oct 2008 09:52:01 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 9FFFF57E0BD; Tue, 21 Oct 2008 12:52:01 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 893 Date: Tue, 21 Oct 2008 12:52:01 -0400 Message-ID: <87prltsxfy.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii close 893 thanks From unknown Fri Aug 15 15:30:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 19 Nov 2008 15:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator