bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8910: 23.2; `define-derived-mode' doesn't init specified abbrev-tabl


From: Stefan Monnier
Subject: bug#8910: 23.2; `define-derived-mode' doesn't init specified abbrev-table
Date: Tue, 21 Jun 2011 11:17:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]