* 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
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.