* bookmarks and find-file
@ 2010-07-12 10:08 Andrea Crotti
2010-07-12 20:46 ` Glauber Alex Dias Prado
2010-07-13 11:04 ` Bernardo
0 siblings, 2 replies; 4+ messages in thread
From: Andrea Crotti @ 2010-07-12 10:08 UTC (permalink / raw)
To: help-gnu-emacs
I'm still looking for the holy grail of fast access...
The thing is that now I have my nice bookmarks to some directories, but
when I do find-file (ido-find-file actually) I have no access to them.
So what I normally do is just jump to the bookmark and then find-file
from there, which is a bit slow...
Any idea to make them work together?
Something like
C-x C-f <bookmark name>/file.xyz
would be nice...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bookmarks and find-file
2010-07-12 10:08 bookmarks and find-file Andrea Crotti
@ 2010-07-12 20:46 ` Glauber Alex Dias Prado
2010-07-13 11:04 ` Bernardo
1 sibling, 0 replies; 4+ messages in thread
From: Glauber Alex Dias Prado @ 2010-07-12 20:46 UTC (permalink / raw)
To: Andrea Crotti; +Cc: help-gnu-emacs
hi Andrea,
Andrea Crotti <andrea.crotti.0@gmail.com> writes:
> I'm still looking for the holy grail of fast access...
I find anything to be quite cool, loads of oportunity for you to plug
your own sources behaving the way you want, very extensible.
> The thing is that now I have my nice bookmarks to some directories, but
> when I do find-file (ido-find-file actually) I have no access to them.
>
>
> So what I normally do is just jump to the bookmark and then find-file
> from there, which is a bit slow...
> Any idea to make them work together?
>
> Something like
> C-x C-f <bookmark name>/file.xyz
> would be nice...
You can check it out on:
- http://www.emacswiki.org/emacs/Anything
cheers,
Glauber.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bookmarks and find-file
2010-07-12 10:08 bookmarks and find-file Andrea Crotti
2010-07-12 20:46 ` Glauber Alex Dias Prado
@ 2010-07-13 11:04 ` Bernardo
1 sibling, 0 replies; 4+ messages in thread
From: Bernardo @ 2010-07-13 11:04 UTC (permalink / raw)
To: help-gnu-emacs
> I'm still looking for the holy grail of fast access...
> The thing is that now I have my nice bookmarks to some directories, but
> when I do find-file (ido-find-file actually) I have no access to them.
>
>
> So what I normally do is just jump to the bookmark and then find-file
> from there, which is a bit slow...
> Any idea to make them work together?
>
> Something like
> C-x C-f <bookmark name>/file.xyz
> would be nice...
a rather crude solution (that works) would be to put
(setenv "bm1" "mydirectory1")
(setenv "bm2" "mydirectory2")
...
in your .emacs
then you could do:
C-x C-f $bm1/some_file
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1.1278929318.1714.help-gnu-emacs@gnu.org>]
end of thread, other threads:[~2010-07-13 11:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 10:08 bookmarks and find-file Andrea Crotti
2010-07-12 20:46 ` Glauber Alex Dias Prado
2010-07-13 11:04 ` Bernardo
[not found] <mailman.1.1278929318.1714.help-gnu-emacs@gnu.org>
2010-07-12 20:16 ` Scott Frazer
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).