all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
Cc: sds@gnu.org
Subject: Re: different fonts in different frames are named the same
Date: Mon, 23 Jun 2003 22:07:09 +0200	[thread overview]
Message-ID: <4569A03A-A5B6-11D7-A9DB-00039363E640@swipnet.se> (raw)
In-Reply-To: <878B40D6-A0F5-11D7-AE93-00039363E640@swipnet.se>

>> When I try S-mouse-1 (mouse-set-font), the actual font does not 
>> change,
>> even though the frame size does.
>>
>> I am confused - have anyone seen anything like that?
>> what could be the cause?
>
> Yes, see the thread "recent emacs font problems?".  It is a bad 
> interaction
> between default font and default face.  I am trying out a solution now,
> but there are some bugs.  I expect to checkin something later this 
> week.

Seems I was a bit optimistic.  There is one big problem.  The default
face is not realized before the first redraw, and by that time the size
of the frame has been determined.  But that is wrong, in the case
one has set some face attributes (for example height) that affects the
size.  Much like the problem described above, but reversed :-)

I have a question.  There is the global definition of the face and
there is the frame local definition.  When a new frame is made, should
the frame local face be initialized from the global face definition?

It is not done until the first redisplay, which is too late.  I am 
thinking
of moving this to frame creation time instead.

	Jan D.

      reply	other threads:[~2003-06-23 20:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-17 17:46 different fonts in different frames are named the same Sam Steingold
2003-06-17 18:57 ` Jan D.
2003-06-23 20:07   ` Jan D. [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4569A03A-A5B6-11D7-A9DB-00039363E640@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=sds@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.