* The "name" parameter for #'make-frame
@ 2002-05-29 15:25 Sau Dan Lee
2002-05-30 4:45 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Sau Dan Lee @ 2002-05-29 15:25 UTC (permalink / raw)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.
Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.
In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2002-05-29 on camaro
configured using `configure --prefix=/tmp/e212 --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: POSIX
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
Starting Emacs21.2 with --no-site-file -q, and using
(make-frame '((name . "abc")))
gives an error: (error Font `fontset-16' is not defined)
Using "123" instead of "abc" gives the same error. However, using a
string of only accented characters in iso-8859-1 succeeds! Using a
string of traditional Chinese characters succeeds! Using a string of
a mixture characters from the following scripts also works:
traditional Chinese, Thai, Tibetan, Korean Hangul, Japanese Hiragana
and Katakana. Mixing in ASCII (yes, the 7-bit subset of iso-8859-1)
letters sometimes works, but usually results in that error.
I discovered this when trying to use ediff, whose control frame failed
to open because of this problem. Changing
ediff-ediff-control-frame-parameters so that the "name" parameter does
not contain any ASCII characters can work around this bug.
Recent input:
<help-echo> <S-insert> C-j M-x <up> r e p o r t SPC
e SPC SPC SPC <return>
Recent messages:
Loading tooltip...done
For information about the GNU Project and its goals, type C-h C-p.
Error while displaying tooltip: (error Font `fontset-16' is not defined)
mouse-2: browse http://www.gnu.org/
Mark set
Loading debug...done
Entering debugger...
[2 times]
next-history-element: Beginning of history; no preceding item
Loading emacsbug...done
--
Sau Dan LEE 李守敦(Big5) ~{@nJX6X~}(HZ)
E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: The "name" parameter for #'make-frame
2002-05-29 15:25 The "name" parameter for #'make-frame Sau Dan Lee
@ 2002-05-30 4:45 ` Eli Zaretskii
2002-05-31 7:42 ` Sau Dan Lee
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2002-05-30 4:45 UTC (permalink / raw)
Cc: bug-gnu-emacs
On 29 May 2002, Sau Dan Lee wrote:
> Starting Emacs21.2 with --no-site-file -q, and using
> (make-frame '((name . "abc")))
>
> gives an error: (error Font `fontset-16' is not defined)
>
> Using "123" instead of "abc" gives the same error. However, using a
> string of only accented characters in iso-8859-1 succeeds!
Does it help to read the entry in etc/PROBLEMS whose header reads "Emacs
fails to start, complaining about missing fonts"?
In a nutshell, I suspect your fonts are set up so that ASCII characters
in a frame's name need some font whose fontset definition is incorrect or
misformatted.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: The "name" parameter for #'make-frame
2002-05-30 4:45 ` Eli Zaretskii
@ 2002-05-31 7:42 ` Sau Dan Lee
0 siblings, 0 replies; 3+ messages in thread
From: Sau Dan Lee @ 2002-05-31 7:42 UTC (permalink / raw)
Cc: bug-gnu-emacs
>>>>> "Eli" == Eli Zaretskii <eliz@is.elta.co.il> writes:
Eli> Does it help to read the entry in etc/PROBLEMS whose header
Eli> reads "Emacs fails to start, complaining about missing
Eli> fonts"?
Yes. I had solved this problem before. Emacs21 could start up. It
just failed to create the tool-tip popups and new frames.
Eli> In a nutshell, I suspect your fonts are set up so that ASCII
Eli> characters in a frame's name need some font whose fontset
Eli> definition is incorrect or misformatted.
But why does it default to "fontset-16" instead of "fontset-startup"
or "fontset-standard"? (And I already had a "fontset-18". I just
changed the name to "fontset-16" and it worked even though the font
spec still says 18-point fonts.) Is this configurable in ~/.emacs
(without having to add one statement for EVERY package)?
In my case, "fontset-startup" is smaller than "fontset-16" (which I
want to be the name of what it says: 16-point fonts). And I find it
ridiculous that the tool-tip text and the text in the ediff control
panel are bigger than the text in my main working window.
--
Sau Dan LEE 李守敦(Big5) ~{@nJX6X~}(HZ)
E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-31 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 15:25 The "name" parameter for #'make-frame Sau Dan Lee
2002-05-30 4:45 ` Eli Zaretskii
2002-05-31 7:42 ` Sau Dan Lee
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.