all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.