kiwanami / emacs-edbi

Database Interface for Emacs Lisp
352 stars 34 forks source link

Evil Mode, no history/popup menu in edbi:open-db-viewer #27

Open joefromct opened 10 years ago

joefromct commented 10 years ago

When using emacs evil mode clicking on the history button doesn't yield any popup menu.

For the time being there is two easy workarounds:

  1. Temporarily switch out of evil mode back into emacs mode
  2. Use the open a db with a function instructions as posted here

Although this is a minor issue with easy workarounds Let me know if i can provide any additional information, and thanks for a great module.

kiwanami commented 10 years ago

Hi @joefromct Thank you for your report. I think it is caused by conflict between evil mode and emacs widget. Though I don't use evil mode now, I'm interesting in the vim emulation. I would check it later.

ReneFroger commented 8 years ago

@joefromct when your point/cursor is on the history button, you could go to insert mode, then press RET to simulate a key event.