Dieter Deyke <[EMAIL PROTECTED]> writes:

> Daniel Brockman <[EMAIL PROTECTED]> writes:
>
>> [EMAIL PROTECTED] (Daniel Jensen) writes:
>>
>>> I'm glad you sorted this out, but I'm still curious on a
>>> few details.
>>>
>>> Did you verify that this really works with a URI on
>>> the clipboard?
>>
>> No, I don't think we did.  Can you do that, Dieter?
>
> Already did: no error, but also not using stuff from
> the clipboard.
>
> I was just looking how my emacs would do a paste, and
> traced it to that function:
>
> (defun clipboard-yank ()
>   "Insert the clipboard contents, or the last stretch of killed text."
>   (interactive "*")
>   (let ((x-select-enable-clipboard t))
>     (yank)))
>
> When I call that function interactively, it pastes the
> clipboard into my buffer.

What is the value of `interprogram-paste-function'?

>>> And how is it that (x-selection-exists-p 'CLIPBOARD) is
>>> true, but (x-get-selection 'CLIPBOARD) can return nil?
>>
>> Dieter, would you like to file an Emacs bug report?
>
> No, not really.  I do not understand enough of that stuff
> to make a meaningful bug report.

Just start a fresh Emacs, type M-x report-emacs-bug RET and
write down the following information:

 * How you started Emacs.

 * What you have on your clipboard and how you got it there.

 * That (x-selection-exists-p 'CLIPBOARD) returns non-nil.

 * That (x-get-selection 'CLIPBOARD) returns nil.

That should be a good start.

-- 
Daniel Brockman <[EMAIL PROTECTED]>


_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to