emacs-devel
[Top][All Lists]
Advanced

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

Re: html2text


From: Katsumi Yamaoka
Subject: Re: html2text
Date: Tue, 02 Nov 2004 13:46:28 +0900
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

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)))
               ^^^^




reply via email to

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