ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Space does not get inserted after certain characters #422

Closed sg2002 closed 7 years ago

sg2002 commented 8 years ago

When I type "? " I get a bell ring and space does not get inserted. Happens from clean configuration. This only happens when I type space quickly enough. If I wait a second, it gets inserted.

Now, if my config contains this:

(require 'outshine)
(add-hook 'outline-minor-mode-hook 'outshine-hook-function)
(add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
(setq outshine-use-speed-commands t)

I get an error (wrong-type-argument characterp 33554464) instead of just the ring.

I've uploaded two backtraces here, since they contain unprintable characters.

Same thing happens for ", ", but only in russian layout, where it's actually at the same position as "?" in qwerty.

mattfidler commented 8 years ago

Sorry this fell off my radar. I've been a bit busy. I will try to look into it soon.

sg2002 commented 8 years ago

No problem, you've already been doing a lot.

mattfidler commented 7 years ago

I think this is similar to #375, which seems to be fixed. Let me know if it doesn't work for you.