branch: externals/ergoemacs-mode
commit 9cd89eef490f6c9f4af273bb3dd2c68d5ed2de61
Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>

    This will attempt to call `C-x r SPC`, though it still dosen't work
    
    Related to #516
---
 ergoemacs-command-loop.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index ca00207d6d..01f5cf54e7 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -830,6 +830,7 @@ UNCHORDED is this a unchorded key?
 TRANS translation information.
 
 KEYS is the keys information"
+
   (format
    "%s" (concat
          ergoemacs-command-loop--read-key-prompt
@@ -844,7 +845,7 @@ KEYS is the keys information"
                   (or (and blink-on ergoemacs-command-loop-blink-character)
                       " "))
              " ")
-         trans
+         ;trans
          keys)))
 
 (defvar erogemacs-command--echo-timer nil)
@@ -2303,7 +2304,7 @@ For instance in QWERTY M-> is shift translated to M-."
           
           ;; These are stored in 
`ergoemacs-command-loop--execute-modify-command-list'
 
-         (ergoemacs-command-loop--execute-modify-command-list command)
+               (ergoemacs-command-loop--execute-modify-command-list command)
           
           ;; Handle Shift Selection
           (ergoemacs-command-loop--execute-handle-shift-selection this-command)

Reply via email to