all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: "Mark H. David" <mhd@yv.org>
Cc: emacs-devel@gnu.org
Subject: Re: Annoying Fonts Window in Emacs on MacOS - How to Hide
Date: Tue, 29 Oct 2019 22:18:23 +0000	[thread overview]
Message-ID: <20191029221823.GA58794@breton.holly.idiocy.org> (raw)
In-Reply-To: <8ef30312-f143-4009-ab26-bca9a05b4407@www.fastmail.com>

On Tue, Oct 29, 2019 at 12:31:02PM -0700, Mark H. David wrote:
> I frequently type Command+T by mistake in Emacs because in browser
> apps (particularly Chrome) it's used for creating a new tab, and I
> do that so often, I must do it by mistake. I almost never change
> fonts, and never with command+t. Ever. So, I looked into this a bit,
> and it's a documented "feature" for Emacs on MacOS (see:
> https://www.emacswiki.org/emacs/SetFonts#toc14) and for MacOS
> generally for documents (see:
> https://support.apple.com/en-us/HT201236). Apple's MacOS doc says:
> Command-T: Show or hide the Fonts window.
> 
> In various apps with document windows (e.g., build-in TextEdit as
> well as Emacs) it is supposed to pop up a window thingee that lets
> you choose fonts. Whatever, I never use. I always just want to get
> rid of it.
> 
> Here's the annoying and buggy part with respect to Emacs: you cannot
> hide it from the keyboard. It's supposed hidden by doing a second
> Command+T. That works in other apps, e.g., TextEdit, but it doesn't
> work in Emacs. In addition, you cannot select the popup "windoid"
> that results, even by Command+`. Even if you do select the windoid
> somehow (e.g., by clicking it), you cannot dismiss it by typing
> Command+W.

Usually when I get the fonts window open I just can’t get rid of it at
all.

I’d suggest unbinding super-t, something like:

    (global-unset-key (kbd "s-t"))

-- 
Alan Third



  parent reply	other threads:[~2019-10-29 22:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-29 19:31 Annoying Fonts Window in Emacs on MacOS - How to Hide Mark H. David
2019-10-29 21:45 ` Tim Cross
2019-10-29 22:18 ` Alan Third [this message]
2019-10-29 22:31   ` Mark H. David
2019-10-30 20:09     ` chad
2019-10-30 22:13       ` Mark H. David
2019-10-31  0:47         ` Tim Cross
2019-10-31  5:35           ` Mark H. David
2019-10-31  6:08             ` Tim Cross
2019-10-31 16:07               ` Mark H. David

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=20191029221823.GA58794@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=emacs-devel@gnu.org \
    --cc=mhd@yv.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.