whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Apache License 2.0
94 stars 13 forks source link

Plugin doesn't seem to work with PyCharm 3.4 #2

Closed midurad closed 10 years ago

midurad commented 10 years ago

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.

whunmr commented 10 years ago

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?