Closed davetcoleman closed 10 years ago
It's just the ido mode, I always found it very useful and there was a feature of roslisp_repl actually that relied on that, so I thought it would make things only better if it was enabled per default. Turns out I was wrong. For now you can just disable it by adding (ido-mode nil)
to your Emacs config file after the rosemacs setup part. I'll revert the default behavior to how it was before once I'm back from vacation next week. Thanks for your input.
Great, that worked!
I'll leave this open until you "revert the default behavior to how it was before once I'm back from vacation next week"
Thanks.
Solved in e4fee67a09e6d506668a96a6b19006b6d373b51e.
Thanks so much!
First thank you for carrying on the torch of rosemacs, I really like this tool!
However, when rosemacs is enabled it drastically changes the behavior of
Ctrl-X-F
e.g.Find file:
. Its auto completion I find very annoying, for example, if there is just one folder or file in a directory it will not autocomplete it with the TAB key. Is there a way to use rosemacs but still maintain previous Find file functionality?Thanks!