whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin doesn't seem to work with PyCharm 3.4

midurad opened this issue · comments

Hi,

First of all, thank you for the effort to bring some of the great Emacs functionality into intellij IDEs. I have a problem with the plugin though. I use PyCharm, version 3.4, installed the plugin as directed. I have Emacs keymap set, does that matter? Anyway, the plugin does not seem to work. I have tried using the key-chords defined by the plugin, but they don't work. C-L t m to initiate AceJump for example results in 'tm' being typed under the cursor and of course no AceJump functionality. Any ideas of what might be the problem?

Thanks in advance.

commented

Hi @midurad,
In commands "C-L t m", 't' and 'm' is just example.

the "C-L" is the key to initiate the AceJump mode.
          " t" is the char that you want jump to.  type 'x' instead of 't' if you want to jump to one of 'x'.
          last one "m" is the marker that shows on the on the very 'x' you want jump to.

In your case, are you sure there is 't' character in the code?