From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: Code to caller graph Date: Fri, 17 Dec 2010 15:49:26 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5b8e24ae-9bf6-4e6d-862c-92b6d120a790@k30g2000vbn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1292632830 21260 80.91.229.12 (18 Dec 2010 00:40:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Dec 2010 00:40:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 18 01:40:26 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 1PTkqY-00086w-7B for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Dec 2010 01:40:26 +0100 Original-Received: from localhost ([127.0.0.1]:38389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTkqX-0006Nb-CZ for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Dec 2010 19:40:25 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!fo10g2000vbb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 94.36.147.45 Original-X-Trace: posting.google.com 1292629766 3448 127.0.0.1 (17 Dec 2010 23:49:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 17 Dec 2010 23:49:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: fo10g2000vbb.googlegroups.com; posting-host=94.36.147.45; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:183389 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:77642 Archived-At: On Dec 18, 12:07=A0am, Andrea Crotti wrote: > Elena writes: > > > ? > > > Maybe, since the address of the HTML page =A0is guessable, he could > > parse such page looking for the PNG image. > > Mm yes sure not a bad idea I didn't think about that ;) > Another thing which I would like to know is how to pass > > /very/long/path/name.ext -> name (file-name-sans-extension (file-name-nondirectory "/very/long/path/ name.ext")) ;; -> name