|
|
Subject: [emacs-w3m:03812] Re: delete other buffers - msg#00084
List: emacs.w3m
> >>>> In [emacs-w3m : No.03810]
> >>>> Katsumi Yamaoka <yamaoka@xxxxxxx> wrote:
山> デフォルトのキーは `C-c w' です。
土屋さん> 代替案として C-c M-w はどうでしょう? (理由: C-c C-w の反対の
土屋さん> 動作だから)
というわけで `C-c M-w' に変更いたしました。ふう。
--
Katsumi Yamaoka <yamaoka@xxxxxxx>
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[emacs-w3m:03811] Re: Rendering ... ???
Hi,
>>>>> In [emacs-w3m : No.03805]
>>>>> Mats Lidell <matsl@xxxxxxxxxxxx> wrote:
> Hi,
> For some time now, (Yes I have been lazy not reporting this), I get a
> hanging XEmacs for some pages. XEmacs displays "Rendering ..." in the
> mini-buffer and hangs. I guess it is waiting for some input from the
> w3m process. Killing the w3m process brings back control to
> XEmacs.
> I'm getting this with:
> w3m : w3m version w3m/0.3.1+cvs-1.416
> emacs-version: "21.5 (beta7) \"broccoflower\" XEmacs Lucid"
> emacs-w3m-version: "1.2.274"
Have you built XEmacs 21.5 with the configure option --with-mule?
As far as I know, the recent XEmacs 21.5 is broken on the coding
system `undecided'. Because of this, the automatic decoding for
many coding systems doesn't work. And also emacs-w3m doesn't
work for many web pages under XEmacs 21.5.
It is quite inconvenient for me, I cannot open Japanese files
without specifying the particular coding system. And I cannot
follow XEmacs 21.5 on the emacs-w3m developing until Ben Wing
fixes the problem(s?).
Sorry for inconvenience.
--
Katsumi Yamaoka <yamaoka@xxxxxxx>
Next Message by Date:
click to view message preview
[emacs-w3m:03813] w3m-db-history-display-size
以下は,CVS の幹の開発版を利用している人にのみ関係があります.
>> On Tue, 27 Aug 2002 17:42:57 +0900 (JST)
>> 「白井」== shirai@xxxxxxxxxxxxxxxxxxx (Hideyuki SHIRAI (白井秀行)) said as follows:
白井> 土屋さんが対応した w3m-db-history-display-size を lynx map の
白井> "C-uS" でも使えるようにしました。幹のみ。
どうも.
多分,私だけだと思うのですが,
(setq w3m-keep-arrived-urls 50000)
というような無茶苦茶に大きな arrived DB を使っています.こうしておくと,
これまでに行ったページは大体絶対に URL が分かるというメリットがありま
す.しかし,この設定では about://db-history/ が表示されるまで耐えられ
ないほど待たされるので,幾つかのページに分割表示するようにしてみました.
w3m-keep-arrived-urls をデフォルト値のままで使っている人は,これまでと
動作は変わらないはずです.w3m-keep-arrived-urls を 500 以上に大きくし
ている人は,500 個単位で db-history が分割表示されるようになります.分
割表示しないようにするためには,
(setq w3m-keep-arrived-urls nil)
という設定を加えてください.
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
Previous Message by Thread:
click to view message preview
[emacs-w3m:03810] Re: delete other buffers
>>>>> In [emacs-w3m : No.03807]
>>>>> TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
山> デフォルトのキーは `C-c w' です。
土屋さん> (progn (info) (Info-goto-node "(elisp-jp)Major Mode
土屋さん> Conventions")) より,
info> * メジャーモードのキーマップでバインドされたキー列は, 通常, `C-c'で始
info> まり, コントロール文字, 数字文字, `{', `}', `<', `>', `:', `;'のい
info> ずれかが続くようにする. その他の句読点文字はマイナモード向けに予約
info> されている. また, 通常の英文字はユーザー向けに予約されている.
はいそれは知っていました。ただその背景にあるのが操作しやすいこと
で、事故を防ぐために使いにくいキーにするという選択肢もあるだろう
と個人的には思っていました。うーん、でも違うかなあ。
それより、別の問題が白井さんと小関さんから指摘されました。^^;;
土屋さん> とのことですから,C-c w はあまり良くないんじゃないでしょうか.
土屋さん> 代替案として C-c M-w はどうでしょう? (理由: C-c C-w の反対の
土屋さん> 動作だから)
ぼくの環境ではそれはもっと使いにくいので良いと思います。:-p
The conventions にも違反しないですしね。後で変えておきます。
;; Mats Lidell さんへの返事を書き終わるまでちょっと待ってて。
--
Katsumi Yamaoka <yamaoka@xxxxxxx>
Next Message by Thread:
click to view message preview
[emacs-w3m:03808] Re: delete other buffers
土屋さんが対応した w3m-db-history-display-size を lynx map の
"C-uS" でも使えるようにしました。幹のみ。
From: Katsumi Yamaoka <yamaoka@xxxxxxx> さん曰く
Subject: [emacs-w3m:03806] delete other buffers
Message-ID: <yotld6s4emj4.fsf@xxxxxxx>
Date: Tue, 27 Aug 2002 17:25:19 +0900
山岡さん> たぶん多くの人があったらいいなと思っている機能 :-)、Netscape 7
山岡さん> の「他のタブを消す」に似たものを作ってみました (幹と 1_3 枝)。
おぉ。
山岡さん> デフォルトのキーは `C-c w' です。
う〜〜ん、C-cC-d ではどうでしょう?
# とここまで書いたら。。。
C-cM-w の方がいいかも。
--
白井秀行@w3m から sdic が引けなくなっちゃう
|
|