[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Function to parse url contents?
- From: Steven <cureadvocate@xxxxxxxxx>
- Date: Fri, 7 Jun 2013 10:29:35 +0000 (UTC)
- X-ml-name: emacs-w3m
- X-mail-count: 12045
Dear Emacs-w3m:
I want to write a function that reads a web page (Google Voice) and parses it
to return the number of messages in my inbox. I see w3m-retrieve and w3m-
browse-url, but neither of them will store the page contents in a variable to
parse.
Should I maybe use with-temp-buffer instead?
Best,
Steven