From: Alex <agrambot@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: charles@aurox.ch, 27114@debbugs.gnu.org, npostavs@users.sourceforge.net
Subject: bug#27114: 25.2: fringe click echoes "Emacs-Lisp:" in emacs-lisp mode
Date: Wed, 09 Aug 2017 17:07:57 -0600 [thread overview]
Message-ID: <87fud0731u.fsf@lylat> (raw)
In-Reply-To: <838tldee8x.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 31 May 2017 09:23:26 +0300")
[-- Attachment #1: Type: text/plain, Size: 558 bytes --]
Eli Zaretskii <eliz@gnu.org> writes:
>> From: npostavs@users.sourceforge.net
>> Date: Tue, 30 May 2017 19:16:29 -0400
>> Cc: 27114@debbugs.gnu.org
>>
>> > While you click and hold the mouse in the fringe in an emacs-lisp mode
>> > buffer in Emacs 25.2, the echo area indicates "Emacs-Lisp:".
>> > (This does not happen in Emacs 24.5).
>>
>> It happens for me in 24.5 and 24.3 as well.
>
> Seems like it started happening in Emacs 23.1.
The following diff appears to fix this bug, but I'm not sure if it
should be applied. Hopefully it helps either way.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: elisp.diff --]
[-- Type: text/x-diff, Size: 503 bytes --]
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index b3f452ca5b..1d90fa94f3 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -45,7 +45,7 @@ emacs-lisp-mode-syntax-table
"Syntax table used in `emacs-lisp-mode'.")
(defvar emacs-lisp-mode-map
- (let ((map (make-sparse-keymap "Emacs-Lisp"))
+ (let ((map (make-sparse-keymap))
(menu-map (make-sparse-keymap "Emacs-Lisp"))
(lint-map (make-sparse-keymap))
(prof-map (make-sparse-keymap))
next prev parent reply other threads:[~2017-08-09 23:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-28 9:46 bug#27114: 25.2: fringe click echoes "Emacs-Lisp:" in emacs-lisp mode Charles A. Roelli
2017-05-30 23:16 ` npostavs
2017-05-31 6:23 ` Eli Zaretskii
2017-08-09 23:07 ` Alex [this message]
2017-08-20 14:14 ` Charles A. Roelli
2017-08-20 14:58 ` Eli Zaretskii
2017-08-21 13:20 ` Charles A. Roelli
2017-08-21 14:37 ` Eli Zaretskii
2017-08-24 9:38 ` Charles A. Roelli
2018-07-18 1:45 ` Noam Postavsky
2017-10-01 4:25 ` Alex
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=87fud0731u.fsf@lylat \
--to=agrambot@gmail.com \
--cc=27114@debbugs.gnu.org \
--cc=charles@aurox.ch \
--cc=eliz@gnu.org \
--cc=npostavs@users.sourceforge.net \
/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).