Daniel Kraus
Daniel Kraus
@michael-heerdegen I like most changes of your version. Can you try and make some PRs or can I cherry-pick some of your stuff and I would then make PRs here?...
> I have uploaded the version of the file I am currently using myself to a branch named "current" in my fork. Nice, thanks.
@dougm friendly bump
Hmm, strange. I'm pretty sure there is nothing interfering from my setup. I looked up the code of `forward-page` and there it says ``` emacs-lisp ;; If we're standing at...
I made a comment at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20663 Not sure what's the right approach is. The new patch in this PR just adds a `(forward-char)` after jumping to the beginning of the...
Can you try https://github.com/nnicandro/emacs-zmq/pull/36 and see if that helps?
Think I wrote it confusing. I meant `vc-annotate` already works. So If I `C-x v g` and go to any line and call `browse-at-remote` it takes me to the website....
Re: M-n, M-p I just use a very simple workaround that when I press `M-n/p` I'll send `C-n/p` instead (which in bash/fish navigates the history). Obviously that's not ideal but...