Nathan Moreau

Results 39 comments of Nathan Moreau

TODO: update readme, update --help, add tests? @waldyrious please let me know what you think.

@waldyrious I don't think that this code is useful for that purpose. Can you share some code with a proposal of the behaviour you would like to see, based on...

I assume that colordiff -y makes the splitting. I think that the parsing would be too tedious to be honest. Another possibility would be to implement the side-by-side rendering in...

Hi @ElieGouzien, I see on the --help page of git that it produces something like ``` diff --combined describe.c index fabadb8,cc95eb0..4866510 --- a/describe.c +++ b/describe.c @@@ -98,20 -98,12 +98,20 @@@...

it seems a little fishy to me. In my opinion, we should either break everyone now (and document how to unbreak users in readme) or document how to change the...

@RadicalZephyr I actually like what https://github.com/joddie/macrostep does.

Something like ``` (add-to-list 'display-buffer-alist '("\*Cargo.*" (display-buffer-reuse-window display-buffer-in-side-window) (side . bottom) (window-height . 0.3))) ``` ?

Hey, Just had a similar issue in swiper: https://github.com/abo-abo/swiper/pull/1279 I hope it can help!

There are different possibilities. Most users of emacs that hack elisp change yes-or-no-p to y-or-n-p. However, if the goal of this project is to make emacs more easily usable for...

I guess this is an issue report for `ibuffer` maintainers.