unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Abbreviation case-fixed
@ 2013-01-29 11:10 J2129
  0 siblings, 0 replies; only message in thread
From: J2129 @ 2013-01-29 11:10 UTC (permalink / raw)
  To: Help-gnu-emacs

Hi,

I'm trying to have case-fixed abbreviations such that abbreviations which
are defined as

("tst" "test" nil0) 

don't expand unless I type in "tst" (not when I type in "Tst").  I would
like to do this for every abbreviation in my abbreviation file. I understand
that this is done using the case-fixed property, but I can't get this to
work. Here is what I have as my abbrev.aab file:


(autoload 'expand-abbrev-hook "expand")

(define-abbrev-table 'global-abbrev-table  '(
    ("tst" "test" nil 0)
;;Many other abbreviations
)
:case-fixed t
)



--
View this message in context: http://emacs.1067599.n5.nabble.com/Abbreviation-case-fixed-tp276740.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-29 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 11:10 Abbreviation case-fixed J2129

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).