From coliver@message.nmc.edu Sun Jan 25 16:25:19 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 26 Jan 2009 00:25:19 +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.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0Q0PFxl004115 for ; Sun, 25 Jan 2009 16:25:17 -0800 Received: from mx10.gnu.org ([199.232.76.166]:46437) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LRFGN-0000Vj-OP for emacs-pretest-bug@gnu.org; Sun, 25 Jan 2009 19:23:39 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LRFHu-0001kE-OR for emacs-pretest-bug@gnu.org; Sun, 25 Jan 2009 19:25:15 -0500 Received: from n12.nmc.edu ([198.108.199.115]:35151 helo=N10.nmc.edu) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRFHu-0001jw-Ht for emacs-pretest-bug@gnu.org; Sun, 25 Jan 2009 19:25:14 -0500 Received: from GWNMC-MTA by N10.nmc.edu with Novell_GroupWise; Sun, 25 Jan 2009 19:25:09 -0500 Message-Id: <497CBC8F0200007300042A71@N10.nmc.edu> X-Mailer: Novell GroupWise Internet Agent 7.0.3 Date: Sun, 25 Jan 2009 19:25:03 -0500 From: "Christopher Oliver" To: Subject: 23.0.60; Font selection broken on non-GTK/non-XFT build. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: Novell Netware 6 SP3 As an old school user, I tend to like to compile Emacs for small footprint,= and prefer bitmap fonts. So I compile with neither GTK nor XFT. In pretest 23.0.60 under these = conditions, the mouse menu for font selection fails. This bug lies in an incompatibility between = menu-set-font (menu-bar.el), which expects a string, and mouse-select-font (mouse.el) which yields a = list containing a string. The menu fed x-popup-menu in mouse-select-font has entries of the form = (DESCRIPTION XFONT) rather than (DESCRIPTION . XFONT), so the cdr of this is the wrong type = for menu-set-font. Thoughts? From cyd@cyd.mit.edu Tue Jan 27 06:45:22 2009 Received: (at 2059) by emacsbugs.donarmstrong.com; 27 Jan 2009 14:45:22 +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.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 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 n0REjJgv007995 for <2059@emacsbugs.donarmstrong.com>; Tue, 27 Jan 2009 06:45:20 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id D692257E197; Tue, 27 Jan 2009 09:45:49 -0500 (EST) To: "Christopher Oliver" Cc: 2059@debbugs.gnu.org Subject: 23.0.60; Font selection broken on non-GTK/non-XFT build. From: Chong Yidong Message-Id: <20090127144549.D692257E197@cyd.mit.edu> Date: Tue, 27 Jan 2009 09:45:49 -0500 (EST) > So I compile with neither GTK nor XFT. In pretest 23.0.60 under these > conditions, the mouse menu for font selection fails. This bug lies in > an incompatibility between menu-set-font (menu-bar.el), which expects > a string, and mouse-select-font (mouse.el) which yields a list > containing a string. I don't observe any problem with font selection on a `--without-xft --with-x-toolkit=lucid' build. Please provide a precise recipe, starting from `emacs -Q'. Also, please provide your configure switches, as you should have in the original bug report (this information would be in the email generated by M-x report-emacs-bug). From cyd@stupidchicken.com Tue Jan 27 12:48:41 2009 Received: (at 2059-done) by emacsbugs.donarmstrong.com; 27 Jan 2009 20:48:41 +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.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 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 n0RKmccM003796 for <2059-done@emacsbugs.donarmstrong.com>; Tue, 27 Jan 2009 12:48:39 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 5CD6857E205; Tue, 27 Jan 2009 15:49:09 -0500 (EST) From: Chong Yidong To: "Christopher Oliver" Cc: 2059-done@debbugs.gnu.org Subject: Re: 23.0.60; Font selection broken on non-GTK/non-XFT build. References: <497F1D070200007300042C7B@N10.nmc.edu> Date: Tue, 27 Jan 2009 15:49:09 -0500 In-Reply-To: <497F1D070200007300042C7B@N10.nmc.edu> (Christopher Oliver's message of "Tue, 27 Jan 2009 14:41:10 -0500") Message-ID: <87iqo0wk3e.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 "Christopher Oliver" writes: > Build cfg switches: --without-dbus --without-xft --without-freetype > --with-x-toolkit=lucid --without-rsvg --without-tiff OK, I see the problem now. Patch applied, thanks. From unknown Sat Aug 09 13:13:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Feb 2009 15:24:05 +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