[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TAB not jumping past <embed>
- From: Naohiro Aota <nao.aota@xxxxxxxxx>
- Date: Tue, 09 Dec 2008 20:59:45 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 10524
- References: <877i6a4hex.fsf@xxxxxxxxxxx>
From: jidanni@xxxxxxxxxxx
Subject: [emacs-w3m:10523] TAB not jumping past <embed>
Date: Tue, 09 Dec 2008 03:04:54 +0800
In http://derc.pccu.edu.tw/ the TAB key just gets stuck at the first
<embed> and won't jump to any of the <a> hyperlinks. Same for real
w3m too.
I'm sorry, but I can't reproduce the problem. :( Could you check your
proxy (or something)?
Anyway I suspect we get different HTML. I tried these command, and
following result.
% LANG=C wget http://derc.pccu.edu.tw/
--2008-12-09 20:56:10-- http://derc.pccu.edu.tw/
Resolving derc.pccu.edu.tw... 140.137.16.7
Connecting to derc.pccu.edu.tw|140.137.16.7|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://140.137.13.100 [following]
--2008-12-09 20:56:10-- http://140.137.13.100/
Connecting to 140.137.13.100:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16496 (16K) [text/html]
Saving to: `index.html'
100%[==========================================================================================================================================================>]
16,496 97.8K/s in 0.2s
2008-12-09 20:56:11 (97.8 KB/s) - `index.html' saved [16496/16496]
% md5sum index.html
d5aaf1955b689375acc323c20d03af28 index.html
Regards,