GNU bug report logs - #14413
24.2; message-mode-abbrev-table

Previous Next

Packages: emacs, gnus;

Reported by: Emanuel Berg <emanuel.berg.8573 <at> student.uu.se>

Date: Thu, 16 May 2013 23:19:02 UTC

Severity: minor

Found in version 24.2

Fixed in version 24.4

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

Bug is archived. No further changes may be made.

Full log


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

From: Glenn Morris <rgm <at> gnu.org>
To: Emanuel Berg <emanuel.berg.8573 <at> student.uu.se>
Cc: 14413 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#14413: 24.2; message-mode-abbrev-table
Date: Thu, 16 May 2013 20:14:26 -0400
Emanuel Berg wrote:

>>   (add-hook 'message-mode-hook
>>             (lambda ()
>>               ;; dynamic abbreviations for org-mode
>>               (setq local-abbrev-table message-mode-abbrev-table)))
>
> "This should not be needed.  Please M-x report-emacs-bug RET" (Stefan
> Monnier @ gnu.emacs.help)

message-mode uses (has always used, AFAICS) the normal text-mode abbrev table:

  (setq local-abbrev-table text-mode-abbrev-table)

What's the bug supposed to be?
That message-mode-abbrev-table exists at all, because message forgets to
pass an :abbrev argument to define-derived-mode?




This bug report was last modified 12 years and 63 days ago.

Previous Next


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