bongo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bongo-devel] Re: Missing x-get-selection, m3u wish


From: Daniel Brockman
Subject: Re: [bongo-devel] Re: Missing x-get-selection, m3u wish
Date: Mon, 05 Feb 2007 21:33:01 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Dieter Deyke <address@hidden> writes:

> Daniel Brockman <address@hidden> writes:
>
>> address@hidden (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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]