Search found 1 match

by LaTouf
Sun Nov 09, 2008 6:28 pm
Forum: AUCTeX
Topic: Abbrev Mode with AUCTeX
Replies: 0
Views: 24410

Abbrev Mode with AUCTeX

Dear all,

I am attempting to domesticate the minor abbrev mode within AUCTex. There is a little thing I want to do, namely define abbreviation which starts by " \ ", like usual commands. E.g, in y abbreviation file, I typed


(define-abbrev-table 'text-mode-abbrev-table '(
("\\a" "\\alpha" nil 0 ...