When using emacs mode in Visual Studio 2008, the tab key no longer inserts tabs. It just formats the current line. You can reassign the Edit.IncreaseIndent tab, but it has many unwanted side effects. Has anyone else experienced this? If so, fix / hack?
I also noticed that the performance of a text editor deteriorates rapidly over time when emacs mode is turned on. This comes to the point that the cursor update has a complete second lag. I suspect this is due to the way the kill or Edit.EmacsSetMark ring is executed, since in default mode Emacs.SetMark does not work.
Any thoughts or help on these issues would be great. Even some other people share my pain.
source
share