* Mode independent abbrev tables
@ 2020-09-02 10:37 Andreas Röhler
2020-09-02 19:30 ` Andreas Röhler
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Röhler @ 2020-09-02 10:37 UTC (permalink / raw)
To: Help Gnu Emacs mailing list
Hi,
is there a way to load specific abbrev-tables without regard of the
current major-mode?
Tried
(define-minor-mode ar-math-insert-mode
"Convenient enter mathematical characters."
nil " aMI"
(setq local-abbrev-table ar-math-insert-mode-abbrev-table)
)
but doesn't work.
Thanks,
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Mode independent abbrev tables
2020-09-02 10:37 Mode independent abbrev tables Andreas Röhler
@ 2020-09-02 19:30 ` Andreas Röhler
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Röhler @ 2020-09-02 19:30 UTC (permalink / raw)
To: help-gnu-emacs
Answer found here:
https://emacs.stackexchange.com/questions/50383/using-a-common-set-of-abbreviation-for-multiple-major-modes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-02 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 10:37 Mode independent abbrev tables Andreas Röhler
2020-09-02 19:30 ` Andreas Röhler
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).