From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#49466: 28.0.50; C- is undefined Date: Sun, 11 Jul 2021 03:18:42 +0300 Organization: LINKOV.NET Message-ID: <87o8b9k8il.fsf@mail.linkov.net> References: <877di026c1.fsf@mail.linkov.net> <83tul4d31f.fsf@gnu.org> <83k0lzd85s.fsf@gnu.org> <83fswncqi9.fsf@gnu.org> <835yxid7es.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31423"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 49466@debbugs.gnu.org, Stefan Monnier To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 11 02:21:10 2021 Return-path: Envelope-to: geb-bug-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 1m2NDa-00085M-86 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 11 Jul 2021 02:21:10 +0200 Original-Received: from localhost ([::1]:52226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m2NDZ-00076u-0g for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Jul 2021 20:21:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47662) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m2NDS-000765-5K for bug-gnu-emacs@gnu.org; Sat, 10 Jul 2021 20:21:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m2NDR-00017B-TG for bug-gnu-emacs@gnu.org; Sat, 10 Jul 2021 20:21:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m2NDR-0004Rb-NI for bug-gnu-emacs@gnu.org; Sat, 10 Jul 2021 20:21:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Jul 2021 00:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49466 X-GNU-PR-Package: emacs Original-Received: via spool by 49466-submit@debbugs.gnu.org id=B49466.162596281517023 (code B ref 49466); Sun, 11 Jul 2021 00:21:01 +0000 Original-Received: (at 49466) by debbugs.gnu.org; 11 Jul 2021 00:20:15 +0000 Original-Received: from localhost ([127.0.0.1]:33643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2NCh-0004QV-5S for submit@debbugs.gnu.org; Sat, 10 Jul 2021 20:20:15 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:54363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2NCf-0004QB-KL for 49466@debbugs.gnu.org; Sat, 10 Jul 2021 20:20:13 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 0A5291BF206; Sun, 11 Jul 2021 00:20:05 +0000 (UTC) In-Reply-To: <835yxid7es.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 10 Jul 2021 09:12:11 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:209777 Archived-At: >> >> The patch below works for me, should I push it? >> > Yes, please. >> >> Done, > > Thanks. > > Juri, is there anything else to be done here, or can we close this > bug? What remains to do is this: The documentation of the Enriched Mode in (info "(emacs) Editing Format Info") says: The easiest way to alter properties is with the ‘Text Properties’ menu. You can get to this menu from the ‘Edit’ menu in the menu bar But the documented ‘Text Properties’ menu is not displayed in enriched-mode. This can be fixed by just requiring facemenu in enriched.el: diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index ba8fac81f2..877658a5a5 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el @@ -38,7 +38,7 @@ ;;; Code: -(provide 'enriched) +(require 'facemenu) ;;; ;;; Variables controlling the display @@ -538,4 +538,6 @@ enriched-decode-display-prop (list start end 'display prop) (list start end 'display (list 'disable-eval prop))))) +(provide 'enriched) + ;;; enriched.el ends here