unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 49466@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#49466: 28.0.50; C-<mouse-2> is undefined
Date: Sun, 11 Jul 2021 03:18:42 +0300	[thread overview]
Message-ID: <87o8b9k8il.fsf@mail.linkov.net> (raw)
In-Reply-To: <835yxid7es.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 10 Jul 2021 09:12:11 +0300")

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





  reply	other threads:[~2021-07-11  0:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 17:36 bug#49466: 28.0.50; C-<mouse-2> is undefined Juri Linkov
2021-07-08 19:11 ` bug#49466: [External] : " Drew Adams
2021-07-08 19:22 ` Eli Zaretskii
2021-07-09 11:43   ` Eli Zaretskii
2021-07-09 13:39     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-07-09 18:05       ` Eli Zaretskii
2021-07-09 19:53         ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-07-10  6:12           ` Eli Zaretskii
2021-07-11  0:18             ` Juri Linkov [this message]
2021-07-11  6:04               ` Eli Zaretskii
2021-07-11 23:46                 ` Juri Linkov

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=87o8b9k8il.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=49466@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).