GNU bug report logs -
#16214
Consistency in dired-, occur-, and grep-mode
Previous Next
Full log
Message #60 received at submit <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> If these modes were designed today, then having the keys be more
> consistent would indeed be a priority. However, these bindings have
> been around for decades, and changing them would break the muscle memory
> of many people, and be highly annoying, so we can't do that.
I understand though am diaappointed. I'd argue my muscle
memory would be improved if I didn't have to remember three
different sets of some these similar bindings. And of
course existing users are able to rebind them if they wish
and are certainly more able to do so than new users. But
this argument has been made before.
> Individual users are free to rebind these as they wish, of course, and
> somebody properly motivated could make an ELPA package to unify these
> bindings, but I don't think there's anything realistic that can be done
> on the Emacs side here, so I'm therefore closing this bug report.
FWIW I do the following:
(with-eval-after-load 'grep-mode
(define-key grep-mode-map (kbd "o") #'compile-goto-error)
(define-key grep-mode-map (kbd "C-o") #'compilation-display-error))
I think adding these binding to emacs wouldn't break
any muscle memory and would unify at least two categories.
I'd also love to see one common way of entering wdired,
occur-edit and wgrep. The burden of maintaining this muscle
memory is IMHO silly.
--
Howard
This bug report was last modified 3 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.