* Properties in GUI
@ 2024-11-24 19:49 Egon Frerich via Users list for the GNU Emacs text editor
2024-11-25 12:00 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Egon Frerich via Users list for the GNU Emacs text editor @ 2024-11-24 19:49 UTC (permalink / raw)
To: help-gnu-emacs
Until now I am working with EMACS 27.1. The Edit-Menu contains
"Properties" so I can for example ident the text.
In EMACS thismenu item is not in Edit-Menu. How can I get this menu
item back? (without the enriched mode)
Egon
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Properties in GUI
2024-11-24 19:49 Properties in GUI Egon Frerich via Users list for the GNU Emacs text editor
@ 2024-11-25 12:00 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-11-25 12:00 UTC (permalink / raw)
To: help-gnu-emacs
> Date: Sun, 24 Nov 2024 19:49:30 +0000
> From: Egon Frerich via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
>
> Until now I am working with EMACS 27.1. The Edit-Menu contains
> "Properties" so I can for example ident the text.
>
>
>
> In EMACS thismenu item is not in Edit-Menu. How can I get this menu
> item back? (without the enriched mode)
Like this:
M-x load-library RET facemenu RET
Or in your init file:
(require 'facemenu)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-25 12:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-24 19:49 Properties in GUI Egon Frerich via Users list for the GNU Emacs text editor
2024-11-25 12:00 ` Eli Zaretskii
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).