From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Edward O'Connor" Newsgroups: gmane.emacs.help Subject: Re: eshell hyperlinks to files? Date: Fri, 1 May 2009 13:17:31 -0700 Message-ID: <3b31caf90905011317m5bf6309aq31559b55ece64d2c@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241217547 13763 80.91.229.12 (1 May 2009 22:39:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2009 22:39:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Aemon Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 02 00:38:57 2009 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 1M01Ng-00087v-Fv for geh-help-gnu-emacs@m.gmane.org; Sat, 02 May 2009 00:38:56 +0200 Original-Received: from localhost ([127.0.0.1]:38987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M01Nf-0005On-Nt for geh-help-gnu-emacs@m.gmane.org; Fri, 01 May 2009 18:38:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzzAz-0007v5-DN for help-gnu-emacs@gnu.org; Fri, 01 May 2009 16:17:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzzAt-0007of-RD for help-gnu-emacs@gnu.org; Fri, 01 May 2009 16:17:39 -0400 Original-Received: from [199.232.76.173] (port=46171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzzAt-0007oR-JM for help-gnu-emacs@gnu.org; Fri, 01 May 2009 16:17:35 -0400 Original-Received: from mail-gx0-f176.google.com ([209.85.217.176]:55529) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzzAt-0006X1-8N for help-gnu-emacs@gnu.org; Fri, 01 May 2009 16:17:35 -0400 Original-Received: by gxk24 with SMTP id 24so2414276gxk.18 for ; Fri, 01 May 2009 13:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ENnfJmYiCoYZaIdIzb2lBZm6V1raJ4aofEH0sx74bPw=; b=xY/MPsQBS+GJd+1F8QnUuAe/D8WKc4zENlHU15Z4QYg3AjFZ2x00FlHlIrD6IQWyhF U2xL/ZgDNoGVc9Tk/hWAty4VuHnoMKu5FjcAXTcBybfKc9JyowYDBLkD2tNvKVCjrmMq 5CpRmlr3ZUzmRkCWTr+uQSLNn8MhYYhEqB1sY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MSlWNBYbYHgP896pibkBM0NBpSwTFRCx0jkQcezMQ2qUEB//MTgYdpbw8HV22Lmbw/ kUqGUcdFy0985FL9C6xoTB+xw8fZ4rVi9p5SHHZsUlaANKAyEjMTl347HGrU/B5I/25z xiGXHzfEevEKk2CIZ+Z2i/4WBTmu85ayWEDEI= Original-Received: by 10.231.37.68 with SMTP id w4mr355723ibd.12.1241209051451; Fri, 01 May 2009 13:17:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 01 May 2009 18:38:34 -0400 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:64136 Archived-At: > Is there some way to make eshell automatically identify filepaths and > replace them with hyperlinks to the indicated file? (gnu emacs 22.3) I do something like that in my .emacs. Search for this line: (eval-after-load "em-ls" in http://edward.oconnor.cx/config/.emacs Ted