When using emacs mode in Visual Studio 2008 the tab key no longer inserts tabs. It simply formats the current line. It is possible to remap tab to Edit.IncreaseIndent but this has many undesirable side effects. Has anyone else experienced this? If so is there a fix/hack?
Also I have noticed that the performance of the text editor rapidly degrades over time when emacs mode is enabled. It gets to the point that there is full second lag on the cursor updating. I suspect this has something to with the way the kill ring or Edit.EmacsSetMark is implemented since in the default mode Emacs.SetMark does not work.
Any thoughts or help with these issues would be great. Even just some other people sharing my pain.