* some updates in past 24 hours broke Carbon Emacs
@ 2005-10-25 11:14 Randal L. Schwartz
2005-10-26 16:46 ` Richard M. Stallman
2005-10-27 1:33 ` YAMAMOTO Mitsuharu
0 siblings, 2 replies; 9+ messages in thread
From: Randal L. Schwartz @ 2005-10-25 11:14 UTC (permalink / raw)
I now get:
frame-notice-user-settings: Font `-apple-bitstream vera sans mono-medium-r-normal--10-0-75-75-m-0-mac-roman' is not defined
during launch. This has worked fine before. I can customize-face to get
that font *after* launch, but when I exit and reenter emacs, I get the
error again.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-25 11:14 some updates in past 24 hours broke Carbon Emacs Randal L. Schwartz
@ 2005-10-26 16:46 ` Richard M. Stallman
2005-10-26 16:48 ` Randal L. Schwartz
2005-10-27 1:33 ` YAMAMOTO Mitsuharu
1 sibling, 1 reply; 9+ messages in thread
From: Richard M. Stallman @ 2005-10-26 16:46 UTC (permalink / raw)
Cc: emacs-devel
Was it due to this change?
2005-10-23 Richard M. Stallman <rms@gnu.org>
* faces.el (inhibit-face-set-after-frame-default): New variable.
(set-face-attribute): Bind it.
(face-set-after-frame-default): Test it.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-26 16:46 ` Richard M. Stallman
@ 2005-10-26 16:48 ` Randal L. Schwartz
2005-10-27 1:31 ` Richard M. Stallman
0 siblings, 1 reply; 9+ messages in thread
From: Randal L. Schwartz @ 2005-10-26 16:48 UTC (permalink / raw)
Cc: emacs-devel
>>>>> "Richard" == Richard M Stallman <rms@gnu.org> writes:
Richard> Was it due to this change?
Richard> 2005-10-23 Richard M. Stallman <rms@gnu.org>
Richard> * faces.el (inhibit-face-set-after-frame-default): New variable.
Richard> (set-face-attribute): Bind it.
Richard> (face-set-after-frame-default): Test it.
That would be about the timing of it. But I'm not exactly sure
how to test what's really going wrong.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-25 11:14 some updates in past 24 hours broke Carbon Emacs Randal L. Schwartz
2005-10-26 16:46 ` Richard M. Stallman
@ 2005-10-27 1:33 ` YAMAMOTO Mitsuharu
2005-10-27 2:03 ` Randal L. Schwartz
1 sibling, 1 reply; 9+ messages in thread
From: YAMAMOTO Mitsuharu @ 2005-10-27 1:33 UTC (permalink / raw)
Cc: emacs-devel
>>>>> On 25 Oct 2005 04:14:15 -0700, merlyn@stonehenge.com (Randal L. Schwartz) said:
> I now get:
> frame-notice-user-settings: Font `-apple-bitstream vera sans
> mono-medium-r-normal--10-0-75-75-m-0-mac-roman' is not defined
> during launch. This has worked fine before. I can customize-face
> to get that font *after* launch, but when I exit and reenter emacs,
> I get the error again.
Maybe this is due to the change of the screen resolution:
http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg01069.html
But customize-face does not record information about resolution.
Don't you have font settings other than custom-set-faces in your
startup files?
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-27 1:33 ` YAMAMOTO Mitsuharu
@ 2005-10-27 2:03 ` Randal L. Schwartz
2005-10-27 2:10 ` YAMAMOTO Mitsuharu
0 siblings, 1 reply; 9+ messages in thread
From: Randal L. Schwartz @ 2005-10-27 2:03 UTC (permalink / raw)
Cc: emacs-devel
>>>>> "YAMAMOTO" == YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
YAMAMOTO> Maybe this is due to the change of the screen resolution:
YAMAMOTO> http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg01069.html
YAMAMOTO> But customize-face does not record information about resolution.
YAMAMOTO> Don't you have font settings other than custom-set-faces in your
YAMAMOTO> startup files?
In customize, I have
'(default-frame-alist (quote ((menu-bar-lines . 1) (tool-bar-lines . 0) (foreground-color . "black") (background-color . "white") (width . 80) (height . 60) (font . "-apple-bitstream vera sans mono-medium-r-normal--10-0-75-75-m-0-mac-roman"))))
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-27 2:03 ` Randal L. Schwartz
@ 2005-10-27 2:10 ` YAMAMOTO Mitsuharu
2005-10-27 2:21 ` Randal L. Schwartz
0 siblings, 1 reply; 9+ messages in thread
From: YAMAMOTO Mitsuharu @ 2005-10-27 2:10 UTC (permalink / raw)
Cc: emacs-devel
>>>>> On 26 Oct 2005 19:03:13 -0700, merlyn@stonehenge.com (Randal L. Schwartz) said:
> In customize, I have
> '(default-frame-alist (quote ((menu-bar-lines . 1) (tool-bar-lines
> . 0) (foreground-color . "black") (background-color . "white")
> (width . 80) (height . 60) (font . "-apple-bitstream vera sans
> mono-medium-r-normal--10-0-75-75-m-0-mac-roman"))))
Then, please remove the "font" entry from it using customize-variable.
You could replace the resolution fields in the XLFD with wildcards,
but customizing fonts through customize-face would be better.
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-27 2:10 ` YAMAMOTO Mitsuharu
@ 2005-10-27 2:21 ` Randal L. Schwartz
2005-10-27 2:52 ` Randal L. Schwartz
0 siblings, 1 reply; 9+ messages in thread
From: Randal L. Schwartz @ 2005-10-27 2:21 UTC (permalink / raw)
Cc: emacs-devel
>>>>> "YAMAMOTO" == YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
>>>>> On 26 Oct 2005 19:03:13 -0700, merlyn@stonehenge.com (Randal L. Schwartz) said:
>> In customize, I have
>> '(default-frame-alist (quote ((menu-bar-lines . 1) (tool-bar-lines
>> . 0) (foreground-color . "black") (background-color . "white")
>> (width . 80) (height . 60) (font . "-apple-bitstream vera sans
>> mono-medium-r-normal--10-0-75-75-m-0-mac-roman"))))
YAMAMOTO> Then, please remove the "font" entry from it using customize-variable.
YAMAMOTO> You could replace the resolution fields in the XLFD with wildcards,
YAMAMOTO> but customizing fonts through customize-face would be better.
yeah, I see that I'm setting the face in two places. After backing faces.el
down one rev (1.338), I still had the same problem, so it wasn't faces.el.
But when I removed this (font . "...") item, it started up fine *with*
my selected default face.
The whole setting of faces seems complex. Is this all documented somewhere?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: some updates in past 24 hours broke Carbon Emacs
2005-10-27 2:21 ` Randal L. Schwartz
@ 2005-10-27 2:52 ` Randal L. Schwartz
0 siblings, 0 replies; 9+ messages in thread
From: Randal L. Schwartz @ 2005-10-27 2:52 UTC (permalink / raw)
Cc: emacs-devel
>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
Randal> But when I removed this (font . "...") item, it started up fine *with*
Randal> my selected default face.
And confirming that the latest CVS HEAD works just fine with Carbon Emacs,
once the erroneous .emacs line was removed.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-10-27 2:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25 11:14 some updates in past 24 hours broke Carbon Emacs Randal L. Schwartz
2005-10-26 16:46 ` Richard M. Stallman
2005-10-26 16:48 ` Randal L. Schwartz
2005-10-27 1:31 ` Richard M. Stallman
2005-10-27 1:33 ` YAMAMOTO Mitsuharu
2005-10-27 2:03 ` Randal L. Schwartz
2005-10-27 2:10 ` YAMAMOTO Mitsuharu
2005-10-27 2:21 ` Randal L. Schwartz
2005-10-27 2:52 ` Randal L. Schwartz
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).