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

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

Re: emacs-lisp-mode and abbrev table


From: Andreas Roehler
Subject: Re: emacs-lisp-mode and abbrev table
Date: Fri, 19 Jun 2009 17:06:49 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Harry Putnam wrote:
> Running recent  emacs from cvs 
> GNU Emacs 23.0.94.1 (i486-pc-linux-gnu) of 2009-06-10 on reader
>  
> Posted here in case this problem I'm having is 23.X related.
> 
> I can't make an abbrev work in emacs-lisp-mode for some reason.
> 
> There are no errors when I commit them with `Ctrl-c Ctrl-c'
> 
> But when i return to ~/.emacs... the abbrevs don't work.
> closing emacs and restarting it doesn't help either... and I see no
> message about saving abbrevs when I close emacs.
> 
> Here's an example from abbrevs table:
> 
>   (emacs-lisp-mode-abbrev-table)
> 
>   "smt"          0    "something"
> 
> 
> But it doesn't work in ~/.emacs
> 
> With .emacs open  eval: major-mode  shows emacs-lisp-mode
> 
> 
> 
> 


for some reasons I ignore mode abbrev-table in charge usually is

(lisp-mode-abbrev-table)

editing this should deliver the result.

Try (abbrev-table-name local-abbrev-table)


Andreas





reply via email to

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