GNU bug report logs - #16682
24.3.50; Cannot edit abbrevs

Previous Next

Package: emacs;

Reported by: Florian Beck <fb <at> miszellen.de>

Date: Fri, 7 Feb 2014 16:36:01 UTC

Severity: important

Found in version 24.3.50

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16682 in the body.
You can then email your comments to 16682 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16682; Package emacs. (Fri, 07 Feb 2014 16:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Florian Beck <fb <at> miszellen.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 07 Feb 2014 16:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Florian Beck <fb <at> miszellen.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; Cannot edit abbrevs
Date: Fri, 07 Feb 2014 16:36:16 +0100
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




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sat, 08 Feb 2014 01:28:02 GMT) Full text and rfc822 format available.

Notification sent to Florian Beck <fb <at> miszellen.de>:
bug acknowledged by developer. (Sat, 08 Feb 2014 01:28:04 GMT) Full text and rfc822 format available.

Message #10 received at 16682-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 16682-done <at> debbugs.gnu.org
Subject: Re: bug#16682: 24.3.50; Cannot edit abbrevs
Date: Fri, 07 Feb 2014 20:27:32 -0500
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)





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Mar 2014 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.