From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: html2text
Date: Tue, 02 Nov 2004 13:46:28 +0900 [thread overview]
Message-ID: <b9y3bzs504b.fsf@jpl.org> (raw)
In-Reply-To: v97jp5zsu6.fsf@marauder.physik.uni-ulm.de
Hi,
What's the `tag' argument used for?
(defun html2text-get-attr (p1 p2 tag)
[...]
(defun html2text-clean-anchor (p1 p2 p3 p4)
(let* ((attr-list (html2text-get-attr p1 p2 "a"))
In relation to this; is it necessary to bind the following
variable?
(defun html2text-format-tags ()
[...]
(let ((p1)
(p2 (point))
(p3) (p4)
(attr (match-string 0)))
^^^^
next prev parent reply other threads:[~2004-11-02 4:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-31 18:25 html2text Alfred M. Szmidt
2004-11-01 11:55 ` html2text Reiner Steib
2004-11-01 19:21 ` html2text Alfred M. Szmidt
2004-11-02 4:46 ` Katsumi Yamaoka [this message]
2004-11-02 9:22 ` html2text Reiner Steib
2004-11-02 11:59 ` html2text Katsumi Yamaoka
2004-11-02 14:12 ` html2text Reiner Steib
[not found] ` <mzxv9dyj.fsf@blue.sea.net>
2004-11-08 15:51 ` html2text Reiner Steib
2004-11-08 18:02 ` html2text David Kastrup
2004-11-09 22:44 ` html2text Reiner Steib
2004-11-15 8:31 ` html2text Jari Aalto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b9y3bzs504b.fsf@jpl.org \
--to=yamaoka@jpl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).