monnier pushed a change to branch externals/ergoemacs-mode. from 5450f4d Address the many warnings emitted by the compiler new f10eecc Fix overriding keymap. Needs to be expanded. new f12edbb Maybe Fix issue #426 new bcaf49b Don't allow infinite recursion on mapkeymap. new 7ba903e4 Don't grow mouse commands & set this-command before command is called new 27c6245 Remove helm-do-grep. Its no longer found in helm new 1421a65 Change how key prefixes are handled. new a75a338 Add ergoemacs start prefix correctly new 59cb758 Change to an idle timer for more stability new a1dd7a7 Eat command prefixes that were intercepted by the timer new 176af55 Take out message new 27f60cc Will eat commands for self insert like <apps> e t new 59235bb Allow ergoemacs-mode to handle ending <apps> keys new 01197b3 Add undefined handling new 4710b5f Fix eating of the variable new e6edcbe Remove prefix switching to command loop. new 427d0e4 Only echo on prefix keys new b3df015 Make sure changing local variables doesn't affect save state new 8ea44c2 Bug fix for modifiers new 4a8de51 The image is created for the current theme. new 5a7c4c6 Test for Issue #437 new 981ffb3 Fix Issue #437 new 07ef724 Change ergoemacs-override-keymap key bindings. new f3dd332 Revert set-map-list new d36e6390 Defer ergoemacs override setup new 6051ab5 Remove unicode fonts setup. Refix Issue #408 new d5d7e5b Partial fix for C-c and C-x. See Issue #444 new 98703c4 Add Swiper keys. Issue #445 new e79d33c Rename ergoemacs-swiper to swiper. Issue #445 new f7a68f6 Add back Ctrl+Shift+c and Ctrl+Shift+x. new b4b5241 Add back ergoemacs-style shift-translation new 3ea0220 Add Qwidget for nomachine new 9acd205 Fix Issue #451 by coding a new old binding function new 823b73a Added Portuguese QWERTY keyboard layout. new 7e31354 Merge pull request #450 from MicroAnibal/PotugueseLayout new d51ae7e Merge remote-tracking branch 'origin/master' new 87fe85a No longer try to ensure undo-tree and persistent-soft are installed new 0a9e83e Fix eurgoemacs to be ergoemacs. See Issue #453 new daec6a1 May Fix Issue #453 new d5d2ba4 Create extras directory. See Issue #452 new 7df155e Don't refresh the package contents. See #452 new 3e6fea9 Possibly fix #453 new f3f7b10 Add keyboard layout; See Issue #462 new b70d9fe Fix back quote. new 7b06006 Merge pull request #465 from MicroAnibal/FixLayoutsTypo new dfb5a43 Add key to fix Issue #470 new a87fae7 Fix passing of multiple forms for evaluation on new emacs process launch in ergoemacs-map-properties--get-original-global-map. new 4e188fd Escape quotes on use as characters in ergoemacs-reverse-iso-chars-alist. new 6231ee0 Merge pull request #468 from m00natic/emacs26-fixes new 3ce23bb Merge branch 'master' of github.com:ergoemacs/ergoemacs-mode new a5d4665 Remove emojify-emojify-mode-line mu4e-update-mail-and-index from modify new cac7b56 Fix (string-match-p error) new aa649b2 Add hooks to ergoemacs-map-properties--modify-run-mode-hooks-excluded new 7d36565 Merge pull request #481 from TinaRussell/exclude-more-hooks new dc2f666 Add info on how to get system-wide Ergoemacs bindings in macOS new 4a6ba06 Merge pull request #488 from marlonrichert/macos new fad3ed1 Fixed not removing visible selection when ergoemacs-keep-region-after-copy is set to true. new 9a5b97f Removed commented out code new 6a3214e Merge pull request #490 from Valdaer/keep-region-selected-after-ctrl-c new 8a65bf2 Fix typos (dispaly -> display) new 67e8c66 Merge pull request #494 from wlandry/master new 131b3fb Fix command-loop errors new f5aa0f7 Merge pull request #496 from wlandry/command_loop new 10007d2 Preserve the behavior of 'space' when rebinding inside a minibuffer new 2091646 Merge pull request #497 from wlandry/space_in_filenames new 4769abe Update Mac instructions to swap Command and Alt new 730306e Merge pull request #495 from wlandry/mac_meta_alt_switch new ade132c Remap ergoemacs-paste to calc-yank in calc-mode new 26c2150 Merge pull request #498 from wlandry/calc_yank new c7907aa In term-mode, modify both term-raw-map and current-local-map new 8b437ad Merge pull request #500 from wlandry/term_fixes new ea9b60f Make the bash bindings work new 72b0292 Make ergoemacs-handle-ctl-c-or-ctl-x==only-C-c-and-C-x work new ad3ec45 Fix describe-ergoemacs-theme and consolidate menu items new b61ece8 Merge remote-tracking branch 'elpa/externals/ergoemacs-mode' new f3f4bf0 Revert "Merge remote-tracking branch 'elpa/externals/ergoemacs-mode'" new 347070d Some changes new 19fea7e Fix byte compile of ergoemacs-command-loop new 543bc98 Silence ergoemacs-functions byte compile warnings new eaf2812 Suppress more warnings new bd805c3 More suppression of warnings new dde41b4 Fix some more warnings and test icy stuff only when icy is there new fc097bd Update copyright year new dc9c567 Add back the highlighting of the end key new 081fcbd Fix #503 new 78e8d55 Fix regression with #503 new 6ec72c0 Go back to ergoemacs-display-key-use-face (suggestion from emacs devs) new f9d6e3f Bring over some more emacs mainatiner fixes
Summary of changes: .gitignore | 3 - ahk-us.ahk | 2 + ergoemacs-advice.el | 57 +++++- ergoemacs-command-loop.el | 287 +++++++++++++++++++-------- ergoemacs-component.el | 77 +++++--- ergoemacs-debug.el | 2 +- ergoemacs-functions.el | 106 ++++++---- ergoemacs-key-description.el | 40 ++-- ergoemacs-layouts.el | 49 ++++- ergoemacs-lib.el | 59 +++--- ergoemacs-macros.el | 309 +++++++++++++++-------------- ergoemacs-map-properties.el | 56 ++---- ergoemacs-map.el | 203 ++++++++++--------- ergoemacs-mapkeymap.el | 29 +-- ergoemacs-mode.el | 59 +++--- ergoemacs-mode.info | 106 +++++++--- ergoemacs-test.el | 453 ++++++++++++++++++++++++------------------- ergoemacs-theme-engine.el | 58 +++--- ergoemacs-themes.el | 101 ++++++---- ergoemacs-translate.el | 84 ++++++-- web.org | 20 +- 21 files changed, 1340 insertions(+), 820 deletions(-)