Gauthier Fleutot Östervall
Gauthier Fleutot Östervall
And thank you @jscheid and @rrthomas for looking into this :) If any of you wants to earn free internet pointz, [here is the question](https://emacs.stackexchange.com/questions/65015/dtrt-indent-mode-erroneously-uses-tab-characters/65024#65024) I wrote on StackExchange about...
I don't understand "defer to SMIE". Do you mean that dtrt-mode does nothing by default if SMIE is in use? Even if dtrt-mode is active? And `dtrt-indent-run-after-smie` overrides that and...
My panel seems to stay on top, until I float a window (tested right now with a terminal emulator, a chrome window...). As soon as I take out a tiled...
The [fix above](https://github.com/square/pylink/issues/33#issuecomment-401885624) works for Linux but would break other OS, do I understand that correctly? Otherwise, is there something else that hinders creating a PR for that?
Thanks for the thorough answer! I wasn't expecting the - -untracked option as default for git-grep, that's what confused me (I assumed dumb-jump in a git repo would ignore untracked...
Thank you for finding this for me, I am ashamed. Magit-section version is 20220615.1159. This is later than the one referenced in that issue you linked?
Testing with that very diff, the cursor still jumps to the top on stage/unstage. I'm only using emacs 28.1 for now. ``` ~/src/emacs/src/emacs -Q --load ~/tmp/magit-debug/init.el ~/src/magit/lisp/magit-base.el ``` I've tried...
From the output file, it seems that the `*` character in the pointer argument is treated as arithmetic?
I bisected this, and reached this first bad commit: ``` c1fd2029c655bac1a0a254547f623c2c3d2bc256 is the first bad commit commit c1fd2029c655bac1a0a254547f623c2c3d2bc256 Author: Joshua Parker Date: Thu Nov 12 11:29:41 2020 -0600 Improve classification...
Commit c1fd2029c655 adds a space after `*` in @bofh69's example. This commits parent does not add a space. There is a difference in behavior between c1fd2029c655 and its parent.