code-iai / ros_emacs_utils

Emacs tools for ROS
17 stars 19 forks source link

Find file auto completion changed #3

Closed davetcoleman closed 9 years ago

davetcoleman commented 9 years ago

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!

gaya- commented 9 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.

davetcoleman commented 9 years ago

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.

gaya- commented 9 years ago

Solved in e4fee67a09e6d506668a96a6b19006b6d373b51e.

davetcoleman commented 9 years ago

Thanks so much!