ergoemacs / ergoemacs-mode

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

Breaks `forward-button`, `push-button`, etc #484

Closed spacekookie closed 3 years ago

spacekookie commented 4 years ago

I'm using ergoemacs mode with the following initialisation:

(require 'ergoemacs-mode)
(setq ergoemacs-theme nil)
(setq ergoemacs-keyboard-layout "us")
(ergoemacs-mode 1)

This seems to break the forward-button, push-button, etc functions in emacs. Major modes like notmuch-hello no longer work when I have ergoemacs loaded. I'm not entirely sure why this would happen and am hoping you have some ideas about this

wlandry commented 3 years ago

It works for me. I opened up the Help buffer for make-text-button and I was to use forward-button and backwards-button. Are you still having a problem?

mattfidler commented 3 years ago

I will assume this works OK with the github version.