From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Dmitri Minaev" Newsgroups: gmane.emacs.help Subject: Re: Dired like functionality on a custom text file Date: Tue, 20 May 2008 10:01:22 +0500 Message-ID: References: <683a41e6-1009-4c2e-9354-b748c6f7ad95@t12g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211259757 17220 80.91.229.12 (20 May 2008 05:02:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 05:02:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jesse Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 20 07:03:13 2008 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.50) id 1JyJzk-0006XL-Hx for geh-help-gnu-emacs@m.gmane.org; Tue, 20 May 2008 07:02:40 +0200 Original-Received: from localhost ([127.0.0.1]:46828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyJz0-0000Td-N9 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 May 2008 01:01:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyJyY-0000PZ-A6 for help-gnu-emacs@gnu.org; Tue, 20 May 2008 01:01:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyJyX-0000OX-4r for help-gnu-emacs@gnu.org; Tue, 20 May 2008 01:01:25 -0400 Original-Received: from [199.232.76.173] (port=33098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyJyW-0000OQ-Rw for help-gnu-emacs@gnu.org; Tue, 20 May 2008 01:01:24 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:33714) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyJyW-00071h-IT for help-gnu-emacs@gnu.org; Tue, 20 May 2008 01:01:24 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2777413fgb.30 for ; Mon, 19 May 2008 22:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3fSttABn12RZtRpkBcNUqlgX6+7/JuXQodG2L6mNMhY=; b=nHQy/Ep3DpdxW+Cwxs7Dg8eeQr4SQbwLV1/RA+zoW102kwBMCmtfDQJ8VjWgAupKll/5FbsQpJ4qPrDjh6kz8yQ9K23/QpLh48dutyI6E7pdLUQ2tLxlJlb+hNTtrpx/t5FARNqu8O4O8KZy3wk0I0DVe57ezKJ7VJ8cHArEMwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=xZ2dVV6vgkr6dF62BFHOKoXSnW2wbcEezG5ZPVf0fRSJQglkTt/v0A8MqMTEjjRflMXXKZ51VgLiLe1tEA7bSVkazEAqG9Lk5H085OPh+4rZ7xyfKr9z72Wz+mG5Ywi2ov4Y9LHPXzuZuSIWWuLBS9LgtoR3ffhpdYSlWoAdS9s= Original-Received: by 10.78.97.7 with SMTP id u7mr2239576hub.28.1211259682432; Mon, 19 May 2008 22:01:22 -0700 (PDT) Original-Received: by 10.78.144.5 with HTTP; Mon, 19 May 2008 22:01:22 -0700 (PDT) In-Reply-To: <683a41e6-1009-4c2e-9354-b748c6f7ad95@t12g2000prg.googlegroups.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:54156 Archived-At: On Mon, May 19, 2008 at 11:38 PM, Jesse wrote: > Is there anyway I can do this, or even > alternatively possibly easily pass the current line my cursor is on in > that file to the mini buffer when I put in the visit command? You could use the hyperlinks in Org-mode or Muse: [[file:/path/to/directory][my first directory]] -- for Org; [[/path/to/directory][my first directory]] -- for Muse. Clicking on the link will open dired on the directory. Of course, you can also add links to files. -- With best regards, Dmitri Minaev Russian history blog: http://minaev.blogspot.com