GNU bug report logs - #2059
23.0.60; Font selection broken on non-GTK/non-XFT build.

Previous Next

Package: emacs;

Reported by: "Christopher Oliver" <coliver <at> message.nmc.edu>

Date: Mon, 26 Jan 2009 00:35:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: "Christopher Oliver" <coliver <at> message.nmc.edu>
Subject: bug#2059 closed by Chong Yidong <cyd <at> stupidchicken.com> (Re: 
 23.0.60; Font selection broken on non-GTK/non-XFT build.)
Date: Tue, 27 Jan 2009 20:55:05 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#2059: 23.0.60; Font selection broken on non-GTK/non-XFT build.

It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.


-- 
2059: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2059
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Christopher Oliver" <coliver <at> message.nmc.edu>
Cc: 2059-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; Font selection broken on non-GTK/non-XFT build.
Date: Tue, 27 Jan 2009 15:49:09 -0500
"Christopher Oliver" <coliver <at> message.nmc.edu> 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.

[Message part 3 (message/rfc822, inline)]
From: "Christopher Oliver" <coliver <at> message.nmc.edu>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.60; Font selection broken on non-GTK/non-XFT build.
Date: Sun, 25 Jan 2009 19:25:03 -0500
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?




This bug report was last modified 16 years and 169 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.