From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: bookmarks and find-file Date: Tue, 13 Jul 2010 21:04:47 +1000 Message-ID: <4C3C484F.9040003@pobox.com> References: Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279020397 20372 80.91.229.12 (13 Jul 2010 11:26:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 11:26:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 13 13:26:36 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OYddA-00085d-Oq for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jul 2010 13:26:33 +0200 Original-Received: from localhost ([127.0.0.1]:42822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYdLi-0005ZO-Gv for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jul 2010 07:08:30 -0400 Original-Received: from [140.186.70.92] (port=58947 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYdKw-0005Xx-Hq for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 07:07:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYdKv-0001qn-Hn for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 07:07:42 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:59821 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYdKv-0001oK-G2 for help-gnu-emacs@gnu.org; Tue, 13 Jul 2010 07:07:41 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A76BDC484E for ; Tue, 13 Jul 2010 07:07:22 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :date:from:reply-to:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=sasl; bh= 3kFLYibOm9fQyMIr2uP6Kcd6glU=; b=HtKEFT3k0tAByB2wP04WciP7WtJNLXda MoI2U1tLyRVQaLH07vfE2hF+V3MXpsBA7y/YbLeabGxLm0EV6/ajoMmibiPb7BSS B8RBCzr3TXrqVARmW8cV5d60q552UgnmyEEMBGhQ3SlmpYfKfqg3GH9hvCRzVZX5 hsD2ryd2gp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:reply-to:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=sH6JA1 Crtj32cXCMyvV6SHnlpDDTa8zj+M5A5esDJky+kSOqRZG9hk0ebVGbIKRf/j56sg dESUeeezRtBFXJhzUhTUniFWTrbck2gwohS6PVy/Ljw5op+VYz3pDcBQG/NIC6pE ZG4vIV6ihQzKtrprtg4N0Xxn8L2SQHKecnJhU= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A5A26C484D for ; Tue, 13 Jul 2010 07:07:22 -0400 (EDT) Original-Received: from localhost.localdomain (unknown [115.70.111.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 12E6CC484C for ; Tue, 13 Jul 2010 07:07:21 -0400 (EDT) User-Agent: Thunderbird 2.0.0.24 (X11/20100228) In-Reply-To: X-Pobox-Relay-ID: CFB20D2E-8E6E-11DF-8A30-9056EE7EF46B-14340206!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74183 Archived-At: > 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 /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