GNU bug report logs - #8910
23.2; `define-derived-mode' doesn't init specified abbrev-table

Previous Next

Package: emacs;

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

Date: Tue, 21 Jun 2011 10:44:02 UTC

Severity: normal

Tags: notabug

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

Bug is archived. No further changes may be made.

Full log


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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Cc: 8910 <at> debbugs.gnu.org
Subject: Re: bug#8910: 23.2;
	`define-derived-mode' doesn't init specified abbrev-table
Date: Tue, 21 Jun 2011 11:17:36 -0400
> (define-derived-mode python3-mode python-mode "Python3"
>  "Edit Python version 3 programs . "
>  :abbrev-table 'python3-abbrev-table)

Misunderstanding: the arg is to tell define-derived-mode where it can
find the abbrev-table.  And I think it should be an abbrev-table rather
than a symbol (i.e. drop the quote).


        Stefan




This bug report was last modified 13 years and 327 days ago.

Previous Next


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