unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Universal file selector with Emacs
@ 2006-11-12  8:44 spamfilteraccount
  2006-11-13  9:34 ` Mathias Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: spamfilteraccount @ 2006-11-12  8:44 UTC (permalink / raw)


After posting this thread


http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/92edc0961ed32e8f/5ff6fcfdeaf7cdaa#5ff6fcfdeaf7cdaa

the thought occurred to me this didnt' have to be globalff specific.

One could create a separate library which when invoked would simple pop
up an emacs frame with gnuclient, read a file name with a configurable
method and then send the file name to the active application.

This way any Emacs file selection method could be used (traditional
completion, globalff, Icicles, etc) to select a file to open in any
application. Emacs file selection is far more powerful and efficent
than the usual file open dialogs provided by GUIs in these days, so it
could be a nice improvement over them.

If anyone feels like creating this file selection frontend package
(which should be pretty small and simple I think) then here you can
find an initial implementaion if you search for the word
"experimental": 

   http://www.emacswiki.org/cgi-bin/emacs/globalff.el

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Universal file selector with Emacs
  2006-11-12  8:44 Universal file selector with Emacs spamfilteraccount
@ 2006-11-13  9:34 ` Mathias Dahl
  2006-11-13 10:18   ` spamfilteraccount
  0 siblings, 1 reply; 3+ messages in thread
From: Mathias Dahl @ 2006-11-13  9:34 UTC (permalink / raw)


"spamfilteraccount@gmail.com" <spamfilteraccount@gmail.com> writes:

> One could create a separate library which when invoked would simple
> pop up an emacs frame with gnuclient, read a file name with a
> configurable method and then send the file name to the active
> application.

This occured to me too, after reading your post :)

I use a small hack that uses `file-cache', which works great for me as
I most of the time want a file from a static list of files. It never
occured to me that I could use this from other apps. I am using
the great PowerPro utility under Windows and I am sure I can use that
to paste the path to any app I want.

Thanks for the idea! I will check your "experimental" code.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Universal file selector with Emacs
  2006-11-13  9:34 ` Mathias Dahl
@ 2006-11-13 10:18   ` spamfilteraccount
  0 siblings, 0 replies; 3+ messages in thread
From: spamfilteraccount @ 2006-11-13 10:18 UTC (permalink / raw)



Mathias Dahl wrote:
>
> I am using
> the great PowerPro utility under Windows and I am sure I can use that
> to paste the path to any app I want.

On Windows AutoHotkey can also be used. And it's GPL.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-13 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12  8:44 Universal file selector with Emacs spamfilteraccount
2006-11-13  9:34 ` Mathias Dahl
2006-11-13 10:18   ` spamfilteraccount

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).