Sample Header Ad - 728x90

Emacs: mode-local macro with dashes and dots

1 vote
1 answer
111 views
In Emacs, how can I make a macro, that is local to the HTML mode, and uses dashes and dots? Take a look at the Elisp below: (define-abbrev-table 'html-mode-abbrev-table '(("..." "...") ; won't work ("---" "—") ; won't work ("aaa" "...") ; works ("bbb" "—") )) ; works
Asked by Emanuel Berg (7101 rep)
Apr 4, 2013, 01:45 AM
Last activity: Feb 23, 2017, 08:41 PM