Thorsten Jolitz <tjolitz@xxxxxxxxx> writes: > ... I think what I really would like to > have it that, when I use GNU Emacs Magit and enter a git command > > ,----------------------------- > | Run git like this: <command> > `----------------------------- > > that calls an editor (e.g. commit --amend), the running Emacs instance > is (re)used and a new buffer is opened for editing (instead of starting > another Emacs instance). Hmph, isn't that what "emacsclient" is for? I have these (setenv "PAGER" "cat") (setenv "EDITOR" "emacsclient") (server-start) somewhere in my ~/.emacs to make commands in "M-x compile" behave. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html