GNU bug report logs -
#13729
[patch] Menu for IELM
Previous Next
Reported by: Xue Fuqiao <xfq.free <at> gmail.com>
Date: Sat, 16 Feb 2013 05:18:02 UTC
Severity: wishlist
Tags: patch
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#13729: [patch] Menu for IELM
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 13729 <at> debbugs.gnu.org.
--
13729: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13729
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Version: 24.4
Glenn Morris wrote:
> Thanks. I'm not sure it is worth having a menu with just these items,
> but feel free to install it if you want.
Too late, a very similar menu was added by someone else.
http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00514.html
[Message part 3 (message/rfc822, inline)]
I thought that IELM should have a menu, so I made a patch.
*** trunk/lisp/ielm.el 2013-02-03 09:46:50.383143000 +0800
--- ielm-menu/lisp/ielm.el 2013-02-16 12:48:18.453722888 +0800
*************** This variable is buffer-local.")
*** 182,187 ****
--- 182,193 ----
(define-key map "\C-c\C-v" 'ielm-print-working-buffer)
map)
"Keymap for IELM mode.")
+ (easy-menu-define ielm-menu ielm-map
+ "Menu for IELM mode."
+ '("IELM"
+ ["Evaluate S-expression" ielm-send-input]
+ ["Change Working Buffer" ielm-change-working-buffer]
+ ["Display Working Buffer" ielm-display-working-buffer]))
(defvaralias 'inferior-emacs-lisp-mode-map 'ielm-map)
(defvar ielm-font-lock-keywords
*** trunk/lisp/ChangeLog 2013-02-10 19:50:32.740492000 +0800
--- ielm-menu/lisp/ChangeLog 2013-02-16 13:10:44.388397005 +0800
***************
*** 1,3 ****
--- 1,7 ----
+ 2013-02-16 Xue Fuqiao <xfq.free <at> gmail.com>
+
+ * ielm.el: (ielm-map): Add a menu for IELM.
+
2013-02-10 Chong Yidong <cyd <at> gnu.org>
* files.el (basic-save-buffer-1): Do not set
--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao
This bug report was last modified 12 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.