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

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.