GNU bug report logs - #16790
local-abbrev-table misnamed

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Tue, 18 Feb 2014 07:38:03 UTC

Severity: wishlist

Tags: wontfix

Merged with 16788

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
To: 16790 <at> debbugs.gnu.org
Subject: bug#16790: local-abbrev-table misnamed
Date: Tue, 18 Feb 2014 08:41:23 +0100
in abbrev.el

defun define-mode-abbrev

contains the following lines:

  (unless local-abbrev-table
    (error "Major mode has no abbrev table"))

local-abbrev-table here means mode-abbrev-table.

That's bad, as a true buffer-local abbrev table is needed and should get this name.

See also:


http://stackoverflow.com/questions/21836527/abbrev-local-to-document-in-emacs

;;;;;;;

GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2013-07-06




This bug report was last modified 3 years and 357 days ago.

Previous Next


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