/Emacs-UA

Emacs extended

Primary LanguageEmacs Lisp

Emacs UA Build Status

This is built upon emacs-26.2 Extensions here should keep backward compatibility.

New Feature WRT to shipped Emacs:

  • Abbreviations are stored case sensitive, no fiddling with case when expanding. For example define in parallel:

    "ua" "Unleashed Abbreviations first" "Ua" "unleashed abbreviations other" "aU" "unleashed abbreviations third" "UA" "unleashed abbreviations final"

  • All characters beside whitespaces might constitute an abbreviation. Word-syntax isn't longer required. Due to still needed changes in cmds.c, doesn't call expand-function for non-word abbrevs yet. Use explicit C-x ' --resp. M-x expand-abbrev RET-- for the moment

Expanding abbrevs might need an explizit call for now - C-x ' by default

Travis-ci tests are failing currently due to known travis-issue: travis-ci/travis-ci#9073