Georg Baum wrote:
You implemented x) by destroying 3) and 4), while 1) is still possible.
Since 1) is currently the same as 2) with an argument of 0, I propose to
implement x) like this:
1) internal or external paste (whatever is newer): "paste"
2) internal paste from cut stack number n: "paste n"
3) external paste as lines: "clipboard-paste"
4) external paste as paragraphs: "clipboard-paste paragraph"
i.e. changing LFUN_PASTE, not LFUN_CLIPBOARD_PASTE. Then experts are still
able to import the external clipboard in a different formatting, or paste
from the internal cut stack. People who do not like the external clipboard
to be connected to the internal one (although I cannot imagine anybody
would like to do that) can still do so by changing "paste" to "paste 0" in
their ui files.
What do others think?
OK, I see the logic and agree. Could you please then take the patch and
modify it to implement that?
Thanks in advance,
Abdel.