bongo-devel
[Top][All Lists]
Advanced

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

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


From: Dieter Deyke
Subject: [bongo-devel] Re: Missing x-get-selection, m3u wish
Date: Mon, 05 Feb 2007 11:41:09 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (windows-nt)

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.

>> 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.

>> Are we using the wrong functions here?
>
> Maybe.  It does seem a little wrong to use `x-foo-bar-baz'
> functions on the native Microsoft Windows port of Emacs.
>
> Then again, at least some of those functions are redefined
> and so presumably adapted for the Windows port...
>
> --
> Daniel Brockman <address@hidden>

--
Dieter Deyke

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?





reply via email to

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