Re: Washing GitHub emails to include inline patch?

2017-09-22 Thread William Casarin
Kyle Meyer writes: > I have a command in my Emacs configuration that I think gets close to > what you want. This is great! Now if there was only a way to make it work for private repositories... hmm... -- https://jb55.com ___

Re: Washing GitHub emails to include inline patch?

2017-09-22 Thread Kyle Meyer
Tomi Ollila writes: > On Thu, Sep 21 2017, Kyle Meyer wrote: > >> >> --8<---cut here---start->8--- >> (defun km/open-github-patch (buffer) >> "Find GitHub patch link in BUFFER and show it in a new buffer." >> (let ((url >>

Re: Washing GitHub emails to include inline patch?

2017-09-22 Thread Tomi Ollila
On Thu, Sep 21 2017, Kyle Meyer wrote: > > --8<---cut here---start->8--- > (defun km/open-github-patch (buffer) > "Find GitHub patch link in BUFFER and show it in a new buffer." > (let ((url > (with-current-buffer buffer >

Re: Is there a prefix that performs from: and to: simultaneously?

2017-09-22 Thread David Bremner
David Bremner writes: > Attic Hermit writes: > >>> +john +friend -- tag:new AND (to:j...@example.tld OR >>> from:j...@example.tld) >> >> First did I tried that form, but I felt that wasn't up to snuff because >> I still have to write the same address two

Re: Is there a prefix that performs from: and to: simultaneously?

2017-09-22 Thread David Bremner
Attic Hermit writes: >> +john +friend -- tag:new AND (to:j...@example.tld OR >> from:j...@example.tld) > > First did I tried that form, but I felt that wasn't up to snuff because > I still have to write the same address two times. Currently I think that's the best you can do.