> Two simple questions that can be answered by yes or no (I haven't
> followed the thread in detail and I definitely don't want to start
> another discussion):
>
> Right now, we have various menu entries:
>
> - paste
> - Paste Clipboard as Lines
> - Paste Clipboard as ParagraphsSelection as Paragraphs
> - Paste Selection as Lines
> - Paste Selection as Paragraphs
>
> Are all of them still needed?
Yes.
> Do all of them still make sense as a menu
> entry? (yes/no)
Yes.
>
> There are also three LFUNs:
>
> LFUN_PASTE,
> LFUN_PRIMARY_SELECTION_PASTE,
> LFUN_CLIPBOARD_PASTE
>
> Can any of them go? (yes/no)
No.
Abdel's answers reprents the status quo, but further cleanup may change these.
For example, paste means either paste as lines or paragraph, and
middle-button paste (selection-paste) means either selection as lines
or paragraph. Therefore, at least two special items can be removed.
This is also true for LFUN, since LFUN_PASTE should be the same as
LFUN_CLIBPARD_PASTE. (We have at most two sorts of paste, why three
LFUNs?)
Bo