On Sun, Sep 19, 2010 at 15:16, Philip Jackson <[email protected]> wrote: > At Sun, 19 Sep 2010 15:04:41 +0000, > Ævar Arnfjörð Bjarmason wrote: >> >> On Sun, Sep 19, 2010 at 14:48, Philip Jackson <[email protected]> >> wrote: >> > At Sun, 19 Sep 2010 12:48:10 +0000, >> > Ævar Arnfjörð Bjarmason wrote: >> > >> >> And maybe rebase-mode.el should be worked into magit core, does anyone >> >> use it but me? >> > >> > I use it now and again but only because I feel I should :) >> > >> > You had some suggestions for it didn't you? Make read-only nil and >> > setup some new bindings? >> >> Well, it needs some work, I use this along with it: >> >> (eval-after-load 'rebase-mode >> '(progn >> (define-key rebase-mode-map (kbd "E") 'toggle-read-only))) >> >> Which allows me to copy/paste in the buffer, but if you press one of >> the special keys like "f" it won't emit a literal "f" there, so it >> needs more work to work with that workflow. > > Yea, it needs work before it goes into magit I guess. Would you like > to 'own' it?
No, sorry. My comfort level in hacking elisp is making minor bugfixes, not doing something like I suggested above. I just know enough to file bugs and make suggestions. I'm also mostly busy hacking git.git these days.
