all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Roehler <andreas.roehler@online.de>
To: Harry Putnam <reader@newsguy.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: emacs-lisp-mode and abbrev table
Date: Fri, 19 Jun 2009 17:06:49 +0200	[thread overview]
Message-ID: <4A3BA989.6060609@online.de> (raw)
In-Reply-To: <87hbyd8vpw.fsf@newsguy.com>

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	other threads:[~2009-06-19 15:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-18 14:25 emacs-lisp-mode and abbrev table Harry Putnam
2009-06-19 15:06 ` Andreas Roehler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A3BA989.6060609@online.de \
    --to=andreas.roehler@online.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.