* bug#16682: 24.3.50; Cannot edit abbrevs
@ 2014-02-07 15:36 Florian Beck
2014-02-08 1:27 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Florian Beck @ 2014-02-07 15:36 UTC (permalink / raw)
To: 16682
emacs -Q
M-x edit-abbrevs
But there doesn't seem to be a way to edit anything. I.e. alphanumeric
keys are undefined.
In GNU Emacs 24.3.50.19 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6)
of 2014-02-07 on sophokles
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description: Ubuntu 13.10
Configured using:
`configure CC=gcc 'CFLAGS=-march=native -mtune=native -msse -msse2
-msse3 -mmmx -O2 -pipe' LDFLAGS=-O2'
Important settings:
value of $LC_ALL: en_US.UTF-8
value of $LC_MONETARY: de_DE.UTF-8
value of $LC_NUMERIC: de_DE.UTF-8
value of $LC_TIME: de_DE.UTF-8
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Edit-Abbrevs
Minor modes in effect:
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
line-number-mode: t
transient-mark-mode: t
Recent input:
M-x e d i t - a b b <tab> <return> <right> <right>
<end> <backspace> <left> <left> <backspace> <home>
C-d M-x r e p o r t <tab> <return>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
scroll-down-command: Beginning of buffer [2 times]
call-interactively: Buffer is read-only: #<buffer *Abbrevs*>
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils time-date tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
--
Florian Beck
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#16682: 24.3.50; Cannot edit abbrevs
2014-02-07 15:36 bug#16682: 24.3.50; Cannot edit abbrevs Florian Beck
@ 2014-02-08 1:27 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-02-08 1:27 UTC (permalink / raw)
To: 16682-done
Version: 24.4
Florian Beck wrote:
> emacs -Q
> M-x edit-abbrevs
>
> But there doesn't seem to be a way to edit anything. I.e. alphanumeric
> keys are undefined.
Ha, deriving an editing mode from special-mode was an interesting choice. :)
This should fix it:
*** lisp/abbrev.el 2014-01-06 23:34:05 +0000
--- lisp/abbrev.el 2014-02-08 01:26:13 +0000
***************
*** 1007,1013 ****
;; Keep it after define-abbrev-table, since define-derived-mode uses
;; define-abbrev-table.
! (define-derived-mode edit-abbrevs-mode special-mode "Edit-Abbrevs"
"Major mode for editing the list of abbrev definitions.")
(provide 'abbrev)
--- 1007,1013 ----
;; Keep it after define-abbrev-table, since define-derived-mode uses
;; define-abbrev-table.
! (define-derived-mode edit-abbrevs-mode fundamental-mode "Edit-Abbrevs"
"Major mode for editing the list of abbrev definitions.")
(provide 'abbrev)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-08 1:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 15:36 bug#16682: 24.3.50; Cannot edit abbrevs Florian Beck
2014-02-08 1:27 ` Glenn Morris
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).