Re: emacs reply fills X clipboard with reply message body

2013-09-18 Thread Tomi Ollila
On Thu, Sep 19 2013, Mark Walters wrote: > I have looked at this but haven't fully worked out what is going on. > > Tomi found (on irc) that putting a (select-active-regions nil) to line > 212 of notmuch-mua.el solves the problem. You found that it was select-active-regions what to try ... > My

emacs reply fills X clipboard with reply message body

2013-09-18 Thread Mark Walters
I have looked at this but haven't fully worked out what is going on. Tomi found (on irc) that putting a (select-active-regions nil) to line 212 of notmuch-mua.el solves the problem. My testing shows that putting a (let ((select-active-regions nil)) around the lines 224-227 in notmuch-mua.el also

Emacs: how to remove "unread" tag while reading emails

2013-09-18 Thread Gregor Zattler
Dear notmuchers, I had difficulties to reliably remove the "unread" tag from messages. Mostly I page through threads with the space bar and all is well. But when the beginning of the thread is already collapsed and I "jump" in the middle of a message pressing space bar does not remove the unread

emacs reply fills X clipboard with reply message body

2013-09-18 Thread Tomi Ollila
On Wed, Sep 18 2013, Tomi Ollila wrote: > On Wed, Sep 18 2013, Jameson Graef Rollins > wrote: > >> I've just started noticing that when I reply to messages from the emacs >> UI, my X clipboard is filled with the body of the reply message, >> displacing whatever was in there previously. I'm not

Re: emacs reply fills X clipboard with reply message body

2013-09-18 Thread Mark Walters
I have looked at this but haven't fully worked out what is going on. Tomi found (on irc) that putting a (select-active-regions nil) to line 212 of notmuch-mua.el solves the problem. My testing shows that putting a (let ((select-active-regions nil)) around the lines 224-227 in notmuch-mua.el also

Emacs: how to remove "unread" tag while reading emails

2013-09-18 Thread Gregor Zattler
Dear notmuchers, I had difficulties to reliably remove the "unread" tag from messages. Mostly I page through threads with the space bar and all is well. But when the beginning of the thread is already collapsed and I "jump" in the middle of a message pressing space bar does not remove the unread

emacs reply fills X clipboard with reply message body

2013-09-18 Thread Tomi Ollila
On Wed, Sep 18 2013, Jameson Graef Rollins wrote: > I've just started noticing that when I reply to messages from the emacs > UI, my X clipboard is filled with the body of the reply message, > displacing whatever was in there previously. I'm not sure if this is > related to my personal emacs co

Re: emacs reply fills X clipboard with reply message body

2013-09-18 Thread Tomi Ollila
On Wed, Sep 18 2013, Tomi Ollila wrote: > On Wed, Sep 18 2013, Jameson Graef Rollins wrote: > >> I've just started noticing that when I reply to messages from the emacs >> UI, my X clipboard is filled with the body of the reply message, >> displacing whatever was in there previously. I'm not su