On Jan 11, 2007, at 4:29 PM, Georg Baum wrote:
Am Donnerstag, 11. Januar 2007 21:21 schrieb Bennett Helm:
On Jan 11, 2007, at 3:18 PM, Georg Baum wrote:
Am Donnerstag, 11. Januar 2007 18:26 schrieb Bennett Helm:
I just noticed: although this new patch works within LyX, it
does not
work pasting text from other applications: it either pastes the
last
clipboard from within LyX or it says "Command disabled".
And that does work without the patch?
Yes.
I had a look and have no clue why it does not work for you (it does
for
me).
Can you please try this updated patch and send the console output
that is
generated with -dbg action?
07:09:09 | bennett:~> /Applications/LyX-devel.app/Contents/MacOS/lyx -
dbg action
Setting debug level to action
Debugging `action' (User commands)
LyXComm: Pipe /Users/bennett/Library/Application Support/
LyX-1.5svn/.lyxpipe.in already exists.
If no other LyX program is active, please delete the pipe by hand and
try again.
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
LyXFunc::dispatch: cmd: action: 3 arg: '' x: 0 y: 0
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
dispatch msg is
LyXFunc::dispatch: cmd: action: 14 arg: '' x: 0 y: 0
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
virtual void lyx::InsetText::doDispatch(lyx::LCursor&,
lyx::FuncRequest&) [ cmd.action = 14]
LyXText::dispatch: cmd: action: 14 arg: '' x: 0 y: 0
GuiClipboard::isInternal(): 0
GuiClipboard::isInternal(): 0
GuiClipboard::hasLyXContents(): 0
LyXFunc::dispatch: cmd: action: 15 arg: 'paragraph' x: 0 y: 0
LyXFunc::dispatch: primary-selection-paste [15] is disabled at this
location
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
dispatch msg is Command disabled
GuiClipboard::isInternal(): 0
GuiClipboard::empty(): 0
dispatch msg is Command disabled
Bennett