unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2059: 23.0.60; Font selection broken on non-GTK/non-XFT build.
@ 2009-01-26  0:25 Christopher Oliver
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Oliver @ 2009-01-26  0:25 UTC (permalink / raw)
  To: emacs-pretest-bug

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?







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#2059: 23.0.60; Font selection broken on non-GTK/non-XFT build.
@ 2009-01-27 14:45 Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2009-01-27 14:45 UTC (permalink / raw)
  To: Christopher Oliver; +Cc: 2059

> 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).






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-27 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-27 14:45 bug#2059: 23.0.60; Font selection broken on non-GTK/non-XFT build Chong Yidong
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26  0:25 Christopher Oliver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).