emacs-jabber icon indicating copy to clipboard operation
emacs-jabber copied to clipboard

Chat buffers become read only once I paste something (with the middle mouse button)

Open Flowdalic opened this issue 10 years ago • 4 comments

My jabber.el chat buffers become read only once I paste something (with the middle mouse button). The only way to resolve this is to kill the buffer and re-open it, loosing the backlog in the process.

I also noticed that it doesn't happen all the time. And while I think that it's not related to any char or char sequence appearing in the text, I can't rule out that possibility.

Please let me know if you need further details.

Flowdalic avatar Feb 11 '15 12:02 Flowdalic

It becames RO only if you have selected readonly text before.

a13 avatar Mar 03 '15 13:03 a13

Ahh ok, and is this intended behavior?

Flowdalic avatar Mar 03 '15 13:03 Flowdalic

I don't know, but you can remove RO props this way: С-middlemouseclick -> special properties->remove special

the better approach would be to add "facemenu-remove-special" to "mouse-yank-primary" advice

a13 avatar Mar 03 '15 13:03 a13

С-middlemouseclick -> special properties->remove special did not work. Issuing facemenu-remove-special made it possible to edit the text below the --- but if I hit RET in order to send it, a status message saying "Text is read-only" appears.

Flowdalic avatar Mar 06 '15 14:03 Flowdalic