On Thu, Jan 30, 2003 at 08:52:35PM +0000, John Levon wrote: > On Thu, Jan 30, 2003 at 10:17:56PM +0200, Dekel Tsur wrote: > > > But we handle X-selection in BufferView::Pimpl::selectionRequested(). > > In LyXText::cutSelection, we should handle the X-clipboard. > > For now, we can just disable this line. > > I don't follow. If the user does an explict control-X, we must set the > clipboard to those contents...
stuffClipboard() does not write to the X-clipboard, it writes to the X-selection buffer. (We currently supports only the X-selection and not the X-clipboard)