From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Properties in GUI Date: Mon, 25 Nov 2024 14:00:44 +0200 Message-ID: <86r06zikur.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22047"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Nov 25 13:02:04 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tFXn0-0005WA-5e for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 25 Nov 2024 13:02:02 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFXmZ-00073U-D4; Mon, 25 Nov 2024 07:01:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFXmW-0006uH-Qx for help-gnu-emacs@gnu.org; Mon, 25 Nov 2024 07:01:33 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFXmW-0007bC-Iu for help-gnu-emacs@gnu.org; Mon, 25 Nov 2024 07:01:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=kSI5FgndKLsyJDsqQU7YAGTeGOHiuvWdrimUZG8ArwQ=; b=kRXnvbeLwfth 5UmE2a1bSiDjg3sYft0qt34yuBpM7M2/iOR9wk7o1BT5+3jBAJfB3ErSzQPWyWmwIa7CJxDZ8Njzz WljaXaTz6JxQCHpgLiE3qfBg6sWDc7r1NIY7ZP3stLLqJxMGA770AviyQhVU6FB5XSGUf0vGU4qds cs7mfvWaqSlPAyCg3vi2mwsVM1ygiHMmuZlt4yT8SEWC4+/r8c8cRZ7qOsH5tfrbrTQhuAOs3yofr pHNpPpF10UoCaRt/yEQ5z8lfGinevFYYNcH1nGTDOPGaIswmwNKDWb1cl0vsFNjFzb5/X8J8VnOlQ Ak8nvHbd7bqF2O3D+nrzPQ==; In-Reply-To: (message from Egon Frerich via Users list for the GNU Emacs text editor on Sun, 24 Nov 2024 19:49:30 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148387 Archived-At: > Date: Sun, 24 Nov 2024 19:49:30 +0000 > From: Egon Frerich via Users list for the GNU Emacs text editor > > 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)