bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2059: marked as done (23.0.60; Font selection broken on non-GTK/non


From: Emacs bug Tracking System
Subject: bug#2059: marked as done (23.0.60; Font selection broken on non-GTK/non-XFT build.)
Date: Tue, 27 Jan 2009 20:55:05 +0000

Your message dated Tue, 27 Jan 2009 15:49:09 -0500
with message-id <87iqo0wk3e.fsf@cyd.mit.edu>
and subject line Re: 23.0.60; Font selection broken on non-GTK/non-XFT build.
has caused the Emacs bug report #2059,
regarding 23.0.60; Font selection broken on non-GTK/non-XFT build.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2059: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2059
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- 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?




--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; Font selection broken on non-GTK/non-XFT build. Date: Tue, 27 Jan 2009 15:49:09 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
"Christopher Oliver" <coliver@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]