* 10x20 font not found
@ 2008-02-02 1:57 Robert J. Chassell
0 siblings, 0 replies; 2+ messages in thread
From: Robert J. Chassell @ 2008-02-02 1:57 UTC (permalink / raw)
To: emacs-devel
After the merge
In the `Misc' sub menu, mouse-set-font (<S-down-mouse-1>)
works for 9x15 and 11x18 but fails for 10x20
GNU Emacs reports
mouse-set-font: Font not found
I can replace
-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1
with
-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO10646-1
in either my .emacs file or as a start up option;
but in that case, invoking
... emacs/src/emacs -Q -D \
-fn "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO10646-1"
leads to a situation in which a non-selected window has no text in it,
only empty boxes. The empty boxes do not appear for the selected window,
except where the buffer name should be.
The problem does not occur with 9x15 and 11x18 fonts chosen by mouse-set-font.
Today's GNU Emacs CVS snapshot, Fri, 2008 Feb 1 20:56 UTC
GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.5)
built with
1st
make clean && \
./configure --with-x --with-type1 --with-x-toolkit=gtk \
--prefix=/usr/local --with-sound=yes --enable-font-backend && \
time make bootstrap
2nd
after copying emacs/lisp/language/myanmar.el to emacs/lisp/language/burmese.el
make bootstrap
--
Robert J. Chassell GnuPG Key ID: 004B4AC8
bob@rattlesnake.com bob@gnu.org
http://www.rattlesnake.com http://www.teak.cc
^ permalink raw reply [flat|nested] 2+ messages in thread
* 10x20 Font not found
@ 2008-03-25 15:01 Robert J. Chassell
0 siblings, 0 replies; 2+ messages in thread
From: Robert J. Chassell @ 2008-03-25 15:01 UTC (permalink / raw)
To: emacs-devel
-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
is not found when I invoke `mouse-set-font' with S-down-mouse-1
although x-fixed-font-alist lists
-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1
in /usr/local/src/emacs/lisp/mouse.el
("10x20" "-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20")
Instead, I receive an error message that says
mouse-set-font: Font not found
The surrounding fonts, 9x15 and 11x18, are found as
-thai-fixed-medium-r-normal--16-114-100-100-p-100-tis620-0
-Misc-Fixed-Medium-R-Normal-ko-18-120-100-100-C-180-ISO10646-1
(the exact fonts are peculiar -- why should
("9x15" "-misc-fixed-medium-r-normal--15-*-*-*-c-90-iso8859-1" "9x15")
be thai and 16? -- but they are found).
The following succeed:
rxvt -fn "-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1" -cr black
xterm -fn "-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1" -ah
xlsfonts -fn "-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1"
On 2008 Feb 18, I could again see the 10x20 font which had vanished at
the time of the unicode merge but I have not be able to see it since
2008 Mar 5.
In today's GNU Emacs CVS snapshot, Tue, 2008 Mar 25 10:24 UTC
GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
built with
make distclean
autoconf
./configure --with-x --with-type1 --with-x-toolkit=gtk
make bootstrap
started with
/usr/local/src/emacs/src/emacs -Q -nbc
--
Robert J. Chassell GnuPG Key ID: 004B4AC8
bob@rattlesnake.com bob@gnu.org
http://www.rattlesnake.com http://www.teak.cc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-25 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 1:57 10x20 font not found Robert J. Chassell
-- strict thread matches above, loose matches on Subject: below --
2008-03-25 15:01 10x20 Font " Robert J. Chassell
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.