emacs-plus icon indicating copy to clipboard operation
emacs-plus copied to clipboard

Some patches to make the IntelliJ Emacs+ plugin work correctly with recent versions of IntelliJ.

Results 14 emacs-plus issues
Sort by recently updated
recently updated
newest added

Fix KeyboardQuit exception - I'm not sure what exactly is `setInjectedContext`, but the exception is pretty adamant that it shouldn't be in one: `TextComponentEditorAction is updated on EDT only and...

Does anyone else see this? If I select Emacs+ as the keymap, frequently, but not 100% always, the keymap gets reset to 'Mac OS X 10.5'. Seen in both Rider...

com.intellij.diagnostic.PluginException: Cannot create class com.mulgasoft.emacsplus.actions.wrapper.KeyboardQuit (classloader=PluginClassLoader(plugin=PluginDescriptor(name=Emacs+ Patched, id=com.cursive-ide.emacsplus, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/223.8617.56/IntelliJ IDEA CE.app.plugins/emacs-plus, version=0.3.900, package=null, isBundled=false), packagePrefix=null, instanceId=8, state=active)) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:989) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1006) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:202) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:187) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:534) at...

Hi, I'd like to use Emacs+ on macOS but without swapping command and option. I want option to be the meta key just like in regular emacs and have the...

First - thanks so much for keeping this working with newer versions! It's been a lifesaver in moving from Emacs to Intellij/Cursive 🙏 I recently updated to IntelliJ 2020.2, and...

Hello, I've recently started working with in IntelliJ and was glad to find your Emacs+ patched plugin to feel a little more at home. :) Unfortunately, the isearch-forward is broken...

Switch-to-buffer using `C-x b` results in NPE: ``` java.lang.NullPointerException at com.mulgasoft.emacsplus.actions.wrapper.SwitchToBuffer.removeFromActions(SwitchToBuffer.java:153) at com.mulgasoft.emacsplus.actions.wrapper.SwitchToBuffer.keySetup(SwitchToBuffer.java:67) at com.mulgasoft.emacsplus.actions.wrapper.SwitchToBuffer.actionPerformed(SwitchToBuffer.java:45) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:261) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:278) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:616) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:665) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:664) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inSecondStrokeInProgressState(IdeKeyEventDispatcher.java:389) at...

The plugin adds a keymap `Emacs+` that is a modified version of the OOTB `Emacs` keymap. This unfortunately means I cannot revert to the pseudo-OOTB keymap `Emacs+`. I recently had...

What steps will reproduce the issue? 1. bring up the `switch-to-buffer` dialog with whatever shortcut you use (it has the label `Recent files` when it shows up, but its different...

`forward-word` is not treating digits (0-9) the same as it treats letters (a-z). It seems to be moving past them entirely, as though they were non-word characters: ![forward-word-bug](https://user-images.githubusercontent.com/1310533/48164465-9400c500-e2b0-11e8-8512-e27dbfe56f23.png) And an...