[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
minibuffer force sizechange (rel? Re: minibuffer trouble whendownloading contents)
ども、長です。
User-Agentの環境+emacs-w3m CVS HEADで次の問題が出ました。
# bug-report用の情報他も付けます。
***
あるURL(例:http://localhost/pukiwiki/)上でC-x m(browse-url-at-point)
して、emacs-w3mを起動すると resize-mini-windows が nilでもminibufferが
2行に変化し、そのまま元に戻らない。
また、手動で戻しても、別ページへの移動で2行になってしまう。
***
これは私の環境のためでしょうか? それとも[emacs-w3m:07432]の修正と関係ありますか?
# この修正のせいではないとは思いますが、
# これが入る前くらいのCVS HEADで無問題でした。
設定その他、対応方法がありましたら、ご教授のほどよろしくおねがいします。
以上です。
--
Tsuyoshi CHO mailto:mfalcon_sky@emailuser.net
世界中の人々が小さな布きれを持ち寄って, 色なんて気にせずに縫い合わせ
ることができたなら, この惑星に調和がもたらされるでしょう。
(シシリー・タイソン アメリカの女優)
================================================================
System Info to help track down your bug:
---------------------------------------
emacs-w3m-version
=> "1.4.0.110"
emacs-version
=> "GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)\n of 2004-07-02 on SLEEPY"
mule-version
=> "5.0 (賢木)"
Meadow-version
=> "Meadow-2.10-dev (朝顔)"
system-type
=> windows-nt
w3m-version
=> "w3m/0.3.2+mee-p24-21+moe-1.5.8"
w3m-type
=> w3mmee
w3m-compile-options
=> ("lang=many" "kanji-symbols" "color" "ansi-color" "mouse" "menu" "cookie" "ssl" "ssl-verify" "w3mmailer" "nntp" "gopher" "mark" "romaji")
w3m-language
=> "Japanese"
w3m-command-arguments
=> ("-no-proxy" "-cookie" "-o" "passwd_file=~/.w3m/passwd" "-o" "disable_secret_security_check=true" "-o" "concurrent=0" "-F")
w3m-command-arguments-alist
=> nil
w3m-command-environment
=> (("W3MLANG" . "ja_JP.kterm") ("CYGWIN" . "binmode tty"))
w3m-input-coding-system
=> ctext
w3m-output-coding-system
=> ctext
w3m-use-mule-ucs
=> nil
手動でw3m-force-window-updateのコンパイル部分の実行結果
(if (and (fboundp 'force-window-update)
(not (eq (symbol-function 'force-window-update) 'ignore)))
(lambda (&optional window) "\
Force redisplay of WINDOW which defaults to the selected window."
(force-window-update (or window (selected-window))))
(lambda (&optional ignore) "\
Wobble the selected window size to force redisplay of the header-line."
(let ((window-min-height 0))
(enlarge-window 1)
(shrink-window 1))))
(lambda (&optional ignore) "Wobble the selected window size to force redisplay of the header-line." (let ((window-min-height 0)) (enlarge-window 1) (shrink-window 1)))
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 2005/01/25