From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sokobania.01@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Packages for file-finding & disk-usage Date: Thu, 22 Jan 2015 13:01:45 -0800 (PST) Message-ID: <86a967a7-72b5-4434-8881-fff9f817cb36@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421960725 2818 80.91.229.3 (22 Jan 2015 21:05:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 21:05:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 22 22:05:25 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YEOwN-0002yY-UP for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 22:05:24 +0100 Original-Received: from localhost ([::1]:56055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEOwN-000679-Aj for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 16:05:23 -0500 X-Received: by 10.50.85.18 with SMTP id d18mr27985757igz.3.1421960506584; Thu, 22 Jan 2015 13:01:46 -0800 (PST) X-Received: by 10.140.91.21 with SMTP id y21mr47352qgd.8.1421960506453; Thu, 22 Jan 2015 13:01:46 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no292601igb.0!news-out.google.com!q4ni0qan.0!nntp.google.com!bm13no2356437qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.14.44.10; posting-account=6AmU8QoAAABkSb2sbJisGlnlR_egh2hP Original-NNTP-Posting-Host: 2.14.44.10 User-Agent: G2/1.0 Injection-Date: Thu, 22 Jan 2015 21:01:46 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209938 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102217 Archived-At: Le lundi 19 janvier 2015 02:46:31 UTC+1, Robert Thorpe a =E9crit=A0: > I'm looking for two packages. I don't know if anything exists for these > use cases: >=20 > * HTML dependency finding. >=20 > I often write webpages. I work by saving files in a tree of directories > used by a web-server. Given "Foo" in a > HTML file, I'd like to be able to easily tell if foo.html exists. For > example to put point on it and see a message in the echo area like "file > exists" or "file not found". Is there a package to do that? In the file ffap.el, there is a function called "find-file-at-point" which = I usually bind to C-x C-f So, when I click inside a filename and press C-x C-f, if the file exists, t= hen I see it in the minibuffer. The real job is done by the functions called by "ffap-guesser".