From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Dired like functionality on a custom text file Date: Tue, 20 May 2008 06:31:33 -0700 Message-ID: <003001c8ba7d$d281cf20$0200a8c0@us.oracle.com> References: <683a41e6-1009-4c2e-9354-b748c6f7ad95@t12g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211290511 21165 80.91.229.12 (20 May 2008 13:35:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 13:35:11 +0000 (UTC) To: "'Jesse'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 20 15:35:41 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 1JyRym-0001M1-L4 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 May 2008 15:34:13 +0200 Original-Received: from localhost ([127.0.0.1]:49756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyRy2-0001M9-FV for geh-help-gnu-emacs@m.gmane.org; Tue, 20 May 2008 09:33:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyRxj-0001KB-C8 for help-gnu-emacs@gnu.org; Tue, 20 May 2008 09:33:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyRxh-0001Jx-M9 for help-gnu-emacs@gnu.org; Tue, 20 May 2008 09:33:06 -0400 Original-Received: from [199.232.76.173] (port=57372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyRxh-0001Ju-Fy for help-gnu-emacs@gnu.org; Tue, 20 May 2008 09:33:05 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:37662) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyRxh-0004wk-6O for help-gnu-emacs@gnu.org; Tue, 20 May 2008 09:33:05 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m4KDWrx1017944; Tue, 20 May 2008 07:32:54 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4J7xb9E019278; Tue, 20 May 2008 07:32:51 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3675360301211290294; Tue, 20 May 2008 06:31:34 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 20 May 2008 06:31:34 -0700 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <683a41e6-1009-4c2e-9354-b748c6f7ad95@t12g2000prg.googlegroups.com> THREAD-INDEX: Aci6IkBFry5mLSVySlK9j5BKPBc/qwAW1SGA X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:54166 Archived-At: > easily pass the current line my cursor is on in > that file to the mini buffer when I put in the visit command? See ffap.el for that. See node FFAP in the Emacs manual for an explanation.