[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: two layers of <a>
- From: jidanni@xxxxxxxxxxx
- Date: Tue, 22 Nov 2011 02:59:27 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11677
- References: <op.v46xndmjjuwloh@xxxxxxxxxxxxxxxxxxxxxxxxx>
>>>>> "DF" == Daniel Friesen <lists@xxxxxxxxxxxxxxxxxxx> writes:
DF> Mind telling us where you 'actually' got that source code
Oops, I see it was all because of my
http://jidanni.org/comp/configuration/.emacs-w3m
(defun w3m-filter-unsupport-tags (url)...
(while (re-search-forward "<span[^>]+id=\\([^>\r\t\n ]+\\)" nil t)
(replace-match "<a id=\\1" nil nil)...
needed for some other long lost forgotten reason... sorry.
I guess next time I should check deeper. Good thing I don't post too often.