On Friday 01 November 2002 20:46, Michael Brade wrote: > First of all, 100% agreed with all that David said, yes to all points. To > me the following is most important: only add something to the clipboard if > the user invoked the selection. _Never ever_ use automatically selected > things like lineedits in dialogs or the selections done by the > autocompletion feature for Ctrl-V or MMB. Those selections are IMO no real > selections, just to be able to delete them with only one keystroke (Del, > for example). That has a tiny downside though: if you _want_ that part in Selection you have to explicitly reselect it, or press shift-left, shift-right to force the selection to be a manual one instead. Or does ctrl-c also copy to Selection in this case? -- Martijn