[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drag and drop patch for X, please review.
From: |
David Kastrup |
Subject: |
Re: Drag and drop patch for X, please review. |
Date: |
17 Jan 2004 21:20:29 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
"Jan D." <address@hidden> writes:
> The enclosed patch adds drag and drop support (well, actually only
> drop) in X to Emacs. The protocols supported are XDND (the most
> used nowdays, by Mozilla, OpenOffice, Gnome, KDE etc.) and the old
> KDE 1.x protocol. You can currently drop file names and text.
> Files will be opened and text inserted (at mouse position). Http
> urls and such are just ignored, probably there is something more
> intelligent one could do, suggestions?
You could call browse-url on them. My browse-url handles the mailto:
protocol within Emacs.
One could also call the handlers of browse-url for all treated URL
types, and for the rest insert <URL:http://the.link.address> into the
buffer.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Drag and drop patch for X, please review., Jan D., 2004/01/17
- Re: Drag and drop patch for X, please review.,
David Kastrup <=
- Re: Drag and drop patch for X, please review., Miles Bader, 2004/01/17
- Re: Drag and drop patch for X, please review., Jan D., 2004/01/18
- Re: Drag and drop patch for X, please review., Kai Grossjohann, 2004/01/18
- Re: Drag and drop patch for X, please review., Jan D., 2004/01/18
- Re: Drag and drop patch for X, please review., Miles Bader, 2004/01/18