Katsumi Yamaoka | 2 Apr 2007 01:50
X-Face
Favicon
Gravatar

[emacs-w3m:09332] Re: *w3m-external-view* buffers not being killed

>>>>> In [emacs-w3m : No.09329] Andreas Seltenreich wrote:

> I just noticed that a longer-running Emacs on a tty had more than 100
> *w3m-external-view* buffers.  It turns out that the kill-buffer in the
> sentinel that is set up in w3m-external-view-file is never executed
> because delete-file always returns nil on GNU Emacs.  The attached
> patch fixes it for me.

That's a long standing bug.  Fixed in CVS.  Thank you.

joakim | 2 Apr 2007 23:46
Picon
Gravatar

[emacs-w3m:09333] emacswiki and w3m

I have problems using emacswiki and w3m.

go to http:/www.emacswiki.org, and try to search for something. w3m
will fail.

--

-- 
Joakim Verona

Katsumi Yamaoka | 3 Apr 2007 00:33
X-Face
Favicon
Gravatar

[emacs-w3m:09334] Re: emacswiki and w3m

>>>>> In [emacs-w3m : No.09333] joakim <at> verona.se wrote:

> I have problems using emacswiki and w3m.

> go to http:/www.emacswiki.org, and try to search for something. w3m
> will fail.

I tried emacs-w3m of the CVS head and v1.4.4 and saw no problem.
Though I sometimes saw the "Network Error" page, it should never
be a bug of emacs-w3m.  It seems to be due to the emacswiki site,
or something in the network.

Regards,

Shinichiro HIDA | 4 Apr 2007 07:15
X-Face
Favicon

[emacs-w3m:09335] Correct? Display Horizontal Ellipsis on UTF-8 env

飛田です。

;; To: emacs-w3m <at> namazu.org, mule-ja <at> m17n.org です。

これ、emacs-w3m, emacs, あるいは w3m の問題ですらないような気はするので
すが、これは一体何の問題なのか、どなたかお分かりの方がおられましたら教
えて下さい。

;; http://lists.debian.or.jp/debian-devel/200703/msg00038.html で指摘さ
;; れている問題のような気もしますが良く分かってません。

いわゆる "てんてん"、 EUC-JP の A1C4、UTF-8 の U+2026 (Horizontal
Ellipsis - Three Dot Leader)、"…" を EUC-JP な html に書いて、Linux な
UTF-8 環境の emacs-w3m で表示すると、本来期待しているのと事なる文字
(EUC の A1C4 ではない)で表示されるようです。

;; で、mixi-wl.el でこれが含まれるものを投稿すると文字化けするので気づ
;; きました。

describe-char すると、file code: not encodable by coding system
euc-jp-unix と言われてしまいます。

次の URI に例と、手元の環境 (GNU Emacs 22.0.96.1
(x86_64-unknown-linux-gnu, GTK+ Version 2.8.20) of 2007-03-24 +
emacs-w3m-version => "1.4.171") で describe-char した結果を置いてみまし
た。

http://www.stained-g.net/shinichiro/EUC-JP-Horizontal-Ellipsis.html 

--

-- 
(Continue reading)

Hideyuki SHIRAI | 4 Apr 2007 10:33
X-Face

[emacs-w3m:09336] move to parent page '^'

# ちょっと息抜き。。。

現状 '^' で一つ上のページ、'C-u ^' で一番上のページに飛びます
が、'3 ^' で三つ上のページに行くようにしました。

'0 ^' でてっぺんまで行きます。

# しかし、寒かったり暑かったり年寄りには厳しいですな。

--

-- 
白井秀行 (mailto:shirai <at> meadowy.org)

Hideyuki SHIRAI | 4 Apr 2007 11:09
X-Face

[emacs-w3m:09337] Re: Correct? Display Horizontal Ellipsis on UTF-8 env

白井です。

From: Shinichiro HIDA <shinichiro <at> stained-g.net> さん曰く
Subject: [emacs-w3m:09335] Correct? Display Horizontal Ellipsis on UTF-8 env
Message-ID: <873b3g2009.wl%shinichiro <at> stained-g.net>
Date: Wed, 04 Apr 2007 14:15:34 +0900

> いわゆる "てんてん"、 EUC-JP の A1C4、UTF-8 の U+2026 (Horizontal
> Ellipsis - Three Dot Leader)、"…" を EUC-JP な html に書いて、Linux な
> UTF-8 環境の emacs-w3m で表示すると、本来期待しているのと事なる文字
> (EUC の A1C4 ではない)で表示されるようです。

> http://www.stained-g.net/shinichiro/EUC-JP-Horizontal-Ellipsis.html 

  character: 下に点が三つ (342438, #o1234646, #x539a6, U+2026)
  charset: mule-unicode-0100-24ff (Unicode characters of the range U+0100..U+24FF.)

になるのは正常な状態でしょう。だけど、

    display: by this font (glyph code)
     -Efont-Biwidth-Medium-R-Normal--14-140-75-75-P-70-ISO10646-1 (#x2026)

とあるので、半角(?)で下のほうに点が三つ出ていませんか?

これを jisx0208 などの CJK で出したいなら、
utf-translate-cjk-set-unicode-range() を使います。この辺の文字は
↓で日本語環境なら jisx0208 になると思います。

(utf-translate-cjk-set-unicode-range '((?\x2000 . ?\x206F)))

(Continue reading)

Shinichiro HIDA | 4 Apr 2007 16:44
X-Face
Favicon

[emacs-w3m:09338] Re: Correct? Display Horizontal Ellipsis on UTF-8 env

飛田です。

;; ありがとうございます。_o_

>>>>> In [emacs-w3m : No.09337] 
>>>>>	Hideyuki SHIRAI (白井秀行) <shirai <at> meadowy.org> wrote:
> 白井です。

> From: Shinichiro HIDA <shinichiro <at> stained-g.net> さん曰く
> Subject: [emacs-w3m:09335] Correct? Display Horizontal Ellipsis on UTF-8 env
> Message-ID: <873b3g2009.wl%shinichiro <at> stained-g.net>
> Date: Wed, 04 Apr 2007 14:15:34 +0900

> > いわゆる "てんてん"、 EUC-JP の A1C4、UTF-8 の U+2026 (Horizontal
> > Ellipsis - Three Dot Leader)、"…" を EUC-JP な html に書いて、Linux な
> > UTF-8 環境の emacs-w3m で表示すると、本来期待しているのと事なる文字
> > (EUC の A1C4 ではない)で表示されるようです。

> > http://www.stained-g.net/shinichiro/EUC-JP-Horizontal-Ellipsis.html 

>   character: 下に点が三つ (342438, #o1234646, #x539a6, U+2026)
>   charset: mule-unicode-0100-24ff (Unicode characters of the range U+0100..U+24FF.)

> になるのは正常な状態でしょう。だけど、

>     display: by this font (glyph code)
>      -Efont-Biwidth-Medium-R-Normal--14-140-75-75-P-70-ISO10646-1 (#x2026)

> とあるので、半角(?)で下のほうに点が三つ出ていませんか?

(Continue reading)

ARISAWA Akihiro | 4 Apr 2007 17:32
Picon

[emacs-w3m:09339] Re: Correct? Display Horizontal Ellipsis on UTF-8 env

Shinichiro HIDA writes:

>> > 3. by HTML 4.0 Entity (not standard - &#133;)
>
>> は 文字化け(フォント次第だと思うけど)します。
>
> これ、HTML 4 においても非標準なので... 表示できないのが正しい動きのよう
> な気がします。

以下の設定で Emacs-22 では &#128; 〜 &#159; を CP1252 としてdecode できます。
多くのブラウザでこのようになりますが、標準には反するんですよね…。

(eval-after-load "w3m-ems"
  '(defun w3m-ucs-to-char (codepoint)
     (if (and (<= 128 codepoint) (< codepoint 160))
     	 (string-to-char (decode-coding-string (string codepoint) 'windows-1252))
       (or (decode-char 'ucs codepoint) ?~))))

>> # Mule-UCS だと ~ になるのだけどなんで?

[Emacs-22]
(decode-char 'ucs 130)
 -> 130
[Mule-UCS]
(decode-char 'ucs 130)
 -> nil
の違いのようです。

--

-- 
有沢 明宏
(Continue reading)

Katsumi Yamaoka | 4 Apr 2007 21:56
X-Face
Favicon
Gravatar

[emacs-w3m:09340] sb-asahi.el

現在 sb-asahi.el を改定中、他の主要新聞も順次確認する予定です。

;; が、なんと予防注射が効かず、インフルエンザをもらってしまいま
;; した。しばらく寝てます。
--

-- 
山岡

Matt Hodges | 5 Apr 2007 11:03
Picon
Picon

[emacs-w3m:09341] w3m-next-buffer and w3m-fb-mode.

Hi,

The recent change to w3m-next-buffer assumes that the list of W3M
buffer numbers is 1, 2, 3, ...

With (w3m-fb-mode 1), this isn't necessarily true.  For example, in
one frame I have:

    (mapcar #'w3m-buffer-number (w3m-list-buffers)) => (3 11 12)

and w3m-next-buffer doesn't work as intended.

The attached patch fixes this.  Could someone check it in, if it looks
OK?

Thanks,

Matt

Attachment: text/x-patch, 816 bytes

Gmane