From: Malte Spiess <i1tnews@arcor.de>
Subject: Re: using custom emacs abbreviations
Date: Fri, 10 Nov 2006 17:05:07 +0100 [thread overview]
Message-ID: <871wob8ez0.fsf@trick.ulm.malte.spiess> (raw)
In-Reply-To: mailman.392.1163138841.2155.help-gnu-emacs@gnu.org
Kevin Harriss <special.kevin@gmail.com> writes:
> I am wanting to use a set of custom abbreviation in python-mode for
> emacs. The layout for my files I have is follows a ~/.emacs,
> ~/.emacs-dir/abbrevs.el, ~/.emacs-dir/recipe-abbrevs.el. I will post
> the contents of those files below. When I open a python file with emacs
> it says that it loads recipe-abbrevs.el but when I do M-x list-abbrevs
> it only shows the default abbrevs with python-mode, so my custom abbrevs
> are not being loaded.
I'm not an expert on abbrevs, but I guess this may be your problem:
> [...]
> === ~/.emacs-dir/abbrevs.el ===
> (define-abbrev-table 'text-mode-abbrev-table '(
^^^^^^^^^^^^^^^^^^^^^^
You redefine the table for text mode (should be python-mode I guess).
> Thanks,
>
> Kevin
HTH
Malte
next parent reply other threads:[~2006-11-10 16:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.392.1163138841.2155.help-gnu-emacs@gnu.org>
2006-11-10 16:05 ` Malte Spiess [this message]
2006-11-10 6:09 using custom emacs abbreviations Kevin Harriss
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871wob8ez0.fsf@trick.ulm.malte.spiess \
--to=i1tnews@arcor.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).