Re: changing dir to the curremt buffer

2009-03-11 Thread Jean-Philippe Bernardy
I rely on the current behaviour all the time :) This is something that is easily changeable in your config file though: rebind M-x to 1) change directory 2) call usual M-x function. Cheers, JP. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

Re: changing dir to the curremt buffer

2009-03-10 Thread Kevin Ballard
I actually want a way to explicitly specify what directory tou se for grepFind and searchSources. I'm usually editing a file that's in a subdirectory of the project. In the Emacs keyamp, I wouldn't mind having it default to the current buffer's dir, but a prefix arg makes it prompt for dir. However

changing dir to the curremt buffer

2009-03-10 Thread cognominal
When launching a command like shell or grepFind, one usually wants it with the current buffer directory as starting directory. I propose to change the curremt directory to a buffer directory when making that directory current. When, that buffer is attached to a file, that is. This is the emacs be