From: Eli Zaretskii <eliz@gnu.org>
To: Po Lu <luangruo@yahoo.com>
Cc: emacs-devel@gnu.org
Subject: Re: Text properties gone from edit menu
Date: Wed, 02 Feb 2022 16:48:50 +0200 [thread overview]
Message-ID: <8335l17299.fsf@gnu.org> (raw)
In-Reply-To: <878rut9y8n.fsf@yahoo.com> (message from Po Lu on Wed, 02 Feb 2022 21:47:20 +0800)
> From: Po Lu <luangruo@yahoo.com>
> Date: Wed, 02 Feb 2022 21:47:20 +0800
>
> The removal of the M-o prefix for facemenu commands seems to have had an
> unintended side effect: the Text Properties submenu has disappeared from
> the Edit menu.
Just "Mix load-library RET facemenu RET", and it re-appears.
> Will anyone mind if I fix that? And should I do that on the release
> branch, since it's a regression from 27.2?
What would that menu say? All of its items aren't actionable until
facemenu is loaded.
This is not a regression, this is a deliberate removal of
functionality that was deemed not important enough. It took us a lot
of heated discussions to get there, and I wouldn't want to restart
those discussions.
If you don't like the removal and its side effects, just add this to
your init file:
(when (>= emacs-major-version 28)
(require 'facemenu)
(define-key global-map "\M-o" 'facemenu-keymap)
(define-key facemenu-keymap "\es" 'center-line)
(define-key facemenu-keymap "\eS" 'center-paragraph))
That's what I did.
next prev parent reply other threads:[~2022-02-02 14:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <878rut9y8n.fsf.ref@yahoo.com>
2022-02-02 13:47 ` Text properties gone from edit menu Po Lu
2022-02-02 14:20 ` Stefan Kangas
2022-02-02 14:48 ` Eli Zaretskii [this message]
2022-02-02 17:08 ` Eli Zaretskii
2022-02-03 1:06 ` Po Lu
2022-02-03 7:32 ` Eli Zaretskii
2022-02-03 7:52 ` Po Lu
2022-02-03 7:59 ` Eli Zaretskii
2022-02-03 10:04 ` Po Lu
2022-02-02 15:51 ` [External] : " Drew Adams
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8335l17299.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=luangruo@yahoo.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 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).