help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code to caller graph


From: Andrea Crotti
Subject: Re: Code to caller graph
Date: Sat, 18 Dec 2010 00:07:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

Elena <egarrulo@gmail.com> writes:
>
> ?
>
> Maybe, since the address of the HTML page  is 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

What I do now is this:

 ((nondir (file-name-nondirectory (buffer-file-name)))
  (classname (nth 0 (split-string nondir "\\."))))

but well, not that nice...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]