all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: "Štěpán Němec" <stepnem@gmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: What is a default font?
Date: Thu, 5 Dec 2019 08:50:46 +0100	[thread overview]
Message-ID: <49f627ce-69c1-6456-68aa-57659e7cb7ca@gmx.at> (raw)
In-Reply-To: <87h82f6fv1.fsf@gmail.com>

 > Indeed, FWIW I've been bitten by this recently, too, and have been
 > meaning to submit the patch attached, although now seeing this
 > discussion, more clarification (and from a more knowledgeable person)
 > might be needed. I simply corrected what seemed to be obvious errors,
 > but maybe it can at least serve as another evidence of the confusion.

I think I got the idea now.  Many parts of the display engine don't
care about reality - this is one of them.  You have only to trick her
into believing that an arbitrary buffer is displayed in the selected
window of the selected frame and she will start to work on it.  So

(let ((buffer (current-buffer)))
   (with-selected-window window
     (with-current-buffer buffer
     ...

should get her telling us the default font, including remapping, for
the current buffer if it were displayed in WINDOW.  If WINDOW doesn't
exist yet, some workaround could be used to pass 'face-font' a t FRAME
argument.

But the innards of 'face-font' are, in fact, irrelevant: This function
just takes whatever has been set up by the caller, regardless of
whether the current buffer is shown in the selected window or not.
The problem is, that this concept contrasts with that of other Emacs
functions that require, for example, that a buffer is really a
window's buffer in order to work correctly.

And it strikes back when the display engine shows her innards, for
example, when she temporarily selects a window for drawing its mode
line and the user has no idea what the "really selected window" is.

martin



  reply	other threads:[~2019-12-05  7:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-03 18:36 What is a default font? martin rudalics
2019-12-04 16:12 ` Eli Zaretskii
2019-12-04 18:04   ` martin rudalics
2019-12-04 19:38     ` Štěpán Němec
2019-12-05  7:50       ` martin rudalics [this message]
2019-12-05 15:03       ` Eli Zaretskii
2019-12-04 21:21     ` Stefan Monnier
2019-12-05 17:54       ` martin rudalics
2019-12-05 18:04         ` Eli Zaretskii
2019-12-05 18:24           ` martin rudalics
2019-12-05 18:51             ` Eli Zaretskii
2019-12-05 18:59               ` martin rudalics
2019-12-05 19:13                 ` Eli Zaretskii
2019-12-06  8:35                   ` martin rudalics
2019-12-06 15:14                     ` Eli Zaretskii
2019-12-07  9:39                       ` martin rudalics
2019-12-07 10:24                         ` Eli Zaretskii
2019-12-06 15:45                   ` Eli Zaretskii
2019-12-07  9:39                     ` martin rudalics
2019-12-07 10:29                       ` Eli Zaretskii
2019-12-08  9:03                         ` martin rudalics
2019-12-08 15:39                           ` Eli Zaretskii

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=49f627ce-69c1-6456-68aa-57659e7cb7ca@gmx.at \
    --to=rudalics@gmx.at \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=stepnem@gmail.com \
    /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.