emacs-jabber
emacs-jabber copied to clipboard
Chat buffers become read only once I paste something (with the middle mouse button)
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.
It becames RO only if you have selected readonly text before.
Ahh ok, and is this intended behavior?
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
С-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.