At Mon, 26 Apr 2010 16:38:15 -0700, Roger Crew wrote: > > Introduces > > magit-log-buffer-name *magit-log* > magit-log-edit-buffer-name *magit-edit-log* (was *magit-log-edit*) > magit-log-grep-buffer-name *magit-grep-log* (was *magit-log-grep*) > magit-process-buffer-name *magit-process* > magit-commit-buffer-name *magit-commit* > magit-stash-buffer-name *magit-stash* > > Also adds C-c C-] as a binding for magit-log-edit-cancel-log-message > since C-c C-] as the aborting counterpart to C-c C-c is at least a > vague convention for other modes (cf. rmail, vm, query-replace...) > > Motives: > > It annoys me that, when wanting to switch to the *magit-log* buffer > from some random place, I can't type *ma<space>-l<space> and have it > complete properly, at least not if I've previously ever done a commit > (because there's then a *magit-log-edit* out there stealing the > completion). > > Also looks like if I ever use magit-log-grep, I will be likewise > screwed. > > Finally, it disturbs my sense of aesthetics when I look at source code > and see the same strings occuring over and over. Usually, that's > crying defvars/defconsts. (And this will also makes life easier > in the event you don't like my buffer name changes for -log-edit > and -log-grep).
Applied. Cheers, Phil
