Bo Peng wrote:
typo... I of course clearly prefer approach _A_.
Typo? How can you have typo in such a serious discussion? :-)
I want selected text to stay selected independently of the X selection
state. And I want each BufferView to have its own selected text. As a
matter of fact, I don't want selected text to be unselected if we do a
Buffer switch.
I do not get your idea. How do you plan for cross window paste with
buffer or window dependent selection?
The idea is that Application keeps track of which BufferView owns the X
selection (if any). Right now, the infrastructure is in place but the
BufferView reference is not correct. It represent the currently visible
BufferView instead of the last BufferView which had access to the X
selection.
Abdel.