Katsumi Yamaoka | 1 Mar 2004 03:43
X-Face
Favicon
Gravatar

[emacs-w3m:06523] Emacs-w3m head needs Emacs head

Hi,

As you're looking at the `need force-header-line-update' thread,
it has been improved in Emacs CVS head, thanks to Kim F. Storm.
Now emacs-w3m CVS head uses that feature, so you need to update
your Emacs if you are using Emacs obtained from the CVS head.
You may ignore this message if you're using Emacs 21.3 and older
or the released version of emacs-w3m.

Regards,
--

-- 
Katsumi Yamaoka <yamaoka <at> jpl.org>

Katsumi Yamaoka | 1 Mar 2004 07:13
X-Face
Favicon
Gravatar

[emacs-w3m:06524] Re: w3m-safe-url-regexp and w3m-safe-toggle-inline-image

>>>>> In [emacs-w3m : No.06514] 山岡 wrote:

>> w3m-safe-url-regexp だけを見るようにした emacs-w3m を、未対応の MUA
>> で使っても default-value が効くから、問題は起きないですね。

> だみだ。w3m-safe-url-regexp のデフォルト値は nil だったんですね。

おまけに、現在の emacs-w3m が w3m-safe-url-regexp がローカル変数
になっているバッファで固定値の cid: に束縛しても、実際にそれを
w3m-retrieve() が見るのは temp バッファでなので、非常にまずいこ
とになっていました。というわけで Gnus における変更は撤回しました。
--

-- 
Katsumi Yamaoka <yamaoka <at> jpl.org>

Mikio NAKAJIMA | 1 Mar 2004 12:57
X-Face
Favicon

[emacs-w3m:06525] The security memo ML archive now requires id and password

  いつからか知らないのですが、Security Memo ML を読むのに ID とパスワー
ドが必要になっています。sb-security-memo.el の使用に際し、

~/.w3m/passwd に

machine memo.st.ryukoku.ac.jp
path /archive/
login archives
passwd archives

と書く必要があります。
--
Mikio NAKAJIMA/中島幹夫 <minakaji <at> namazu.org>
home: http://www.asahi-net.or.jp/~gy2m-nkjm
diary: http://slashdot.jp/journal.pl?op=display&uid=5767

Hideyuki SHIRAI | 1 Mar 2004 13:33
X-Face

[emacs-w3m:06526] Re: w3m-safe-url-regexp and w3m-safe-toggle-inline-image

From: Hiroshi Fujishima <pooh <at> nature.tsukuba.ac.jp> さん曰く
Subject: [emacs-w3m:06519] Re: w3m-safe-url-regexp and w3m-safe-toggle-inline-image
Message-ID: <7cbrnk8mvp.fsf <at> eyesore.nature.tsukuba.ac.jp>
Date: Sat, 28 Feb 2004 02:15:22 +0900

> >> ;; おとといくらいから Emacs 21.3.50 がよく落ちる。;_;
> >
> > 耐えきれなくて、10日ほど時間を戻してしまいました。(弱い)
> 
> 以下の変更があってからは落ちなくなりました。
> 
> | 2004-02-26  Kim F. Storm  <storm <at> cua.dk>

どうもです。今日一日使っても一度も落ちませんでした。感謝。

--

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

Katsumi Yamaoka | 5 Mar 2004 10:13
X-Face
Favicon
Gravatar

[emacs-w3m:06527] C-cC-k exits forms

C-cC-k というキーは w3m-mode では w3m-process-stop コマンドに割
り当てられていますが、w3m-form-input-textarea-mode などの入力フォー
ムではそれを打ち切るコマンドに割り当てられています。w3m-mode の
バッファにいるときでも、待ちプロセスが無い場合はそれらのフォーム
を打ち切ることができるように advice を作ってみました。

ぼくの場合、フォームの入力途中に別のバッファを眺めに行き、再び戻っ
たときにフォームの入力を打ち切ってやり直すことが意外に多いのです
が、たいていはそのフォームのバッファではなくて w3m-mode のバッファ
が選択されてしまうため、そこから入力バッファに移動して C-cC-k を
タイプしなければならないのが面倒なのでした。

Attachment: application/emacs-lisp, 629 bytes

;; 複数の入力バッファがある場合はちょっとおかしくなります。^^;;
--

-- 
Katsumi Yamaoka <yamaoka <at> jpl.org>
Picon

[emacs-w3m:06528] Those tabs of yours.

Hi,

I did the stuff in

http://www.emacswiki.org/cgi-bin/wiki.pl?WThreeMTabs

"A nifty trick to switch tabs," and now I'd like to have the number in
the tabs themselves too.  Is this possible?  So the tabs will look
something like:

_[1 EmacsWiki... ]_[2 Google ]_[3 Some Title]_ ...

That "nifty trick" binds the keys 1..0 to each tab (well, assuming no
more than 10).

Oh, and it'd be nice to have the numbers in some other color than
title in the tabs.

Johann

--

-- 
Sometimes I do not think at all!  Does that mean I don't exist
in the mean time?

Picon

[emacs-w3m:06529] Comments in the bookmarks?

Hi,

I'd just like to ask:

Is it too much trouble to add some sort of comments to the bookmark
file?

UI wise, it'll be annoying if 'a' would ask for one each time, but I'd
like to be able to add them later on (I'm sure there's a good
keybinding waiting for it somewhere ;)

Johann

--

-- 
Windows? I look out of windows.

TSUCHIYA Masatoshi | 11 Mar 2004 05:41
Favicon

[emacs-w3m:06530] Re: Embedded Images of ITmedia

>> On Fri, 27 Feb 2004 21:11:52 +0900
>> 「寺」== teranisi <at> gohome.org (Yuuichi Teranishi) said as follows:

寺> ITmedia、もどっちゃいましたね。

そのはずなんですが,(setq w3m-add-referer-regexps nil) して使っている
と,画像の代わりに「referer is not itmediea server.」というメッセージ
が出力されて,画像が取り込めません.

寺> まあ、Referer を送るほうがブラウザの挙動としては正しいと思うので、
寺> 上記変更はそのままでいいかなと思っています。

個人的には,同一サイト内の移動であれば referer を送っても構わないので
すが,2つのサイトをまたぐ移動の場合は referer を送るのはちょっと気にな
ります.特に,まったく無関係のページを閲覧中に g で移動するときに送っ
てしまうのは気になります.

--

-- 
土屋@締切前につき他力本願モード

Yuuichi Teranishi | 19 Mar 2004 05:02
X-Face

[emacs-w3m:06531] Re: Embedded Images of ITmedia

おそい反応ですみません。

At Thu, 11 Mar 2004 13:41:32 +0900,
TSUCHIYA Masatoshi <tsuchiya <at> namazu.org> wrote:
> 
> >> On Fri, 27 Feb 2004 21:11:52 +0900
> >> 「寺」== teranisi <at> gohome.org (Yuuichi Teranishi) said as follows:
> 
> 寺> ITmedia、もどっちゃいましたね。
> 
> そのはずなんですが,(setq w3m-add-referer-regexps nil) して使っている
> と,画像の代わりに「referer is not itmediea server.」というメッセージ
> が出力されて,画像が取り込めません.

うーむ、そのようですね。

> 寺> まあ、Referer を送るほうがブラウザの挙動としては正しいと思うので、
> 寺> 上記変更はそのままでいいかなと思っています。
> 
> 個人的には,同一サイト内の移動であれば referer を送っても構わないので
> すが,2つのサイトをまたぐ移動の場合は referer を送るのはちょっと気にな
> ります.

いちおう、そういう要求にも対応できるよう、
w3m-add-referer-predicate-function という新規変数を用意して、
デフォルト値は w3m-add-referer-predicate-by-referer-regexps とし、
(従来通り、w3m-add-referer-regexps にしたがう)
値を w3m-add-referer-predicate-by-hosts にすると、
同一サイト内の場合だけ referer を送るようにしてみました。
なんか変でしたらすみません。
(Continue reading)

Artiom Neganov | 19 Mar 2004 12:03
Picon

[emacs-w3m:06532] Info never install

Hi,

  I'm using emacs-w3m-1.3.6
  When installing via 'make install' it skips "install-info" procedure.

  I checked doc/Makefile and found that specifal treatment is performed for
  Debian system:

install: $(INFO_DEPS)
        ...
         <at> if $(SHELL) -c $(INSTALL_INFO)' --version| sed 1q\                                                   
                | fgrep -s -v -i debian'>/dev/null 2>&1; then\                                                
          list='$(INFO_DEPS)';\                                                                               
          for file in $$list; do\                                                                             
            if test -f $(infodir)/$$file; then\                                                               
              echo " $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file";\                               
              $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file || :;\                                  
            else : ; fi\                                                                                      
          done;\                                                                                              
        else : ; fi                                                                                           

   But actually, if-condition isn't true for non-Debian systems too
   and for other versions of install-info. After removing if-condition
   files successfuly install into info-tree.

   Sorry, if this is already fixed.

regards,
Artiom   

(Continue reading)


Gmane