[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-use-form
西東です。
報告のみで申し訳ないですが。
From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
Subject: [emacs-w3m:01851] w3m-use-form
Date: Tue, 23 Oct 2001 11:56:38 +0900
> w3m-use-form の初期値を t にしました。
form が使えるようになっていろいろな site で使ってみましたが、
textarea に書き込む際に、最後に改行なしで C-c C-c してしまう
とエラーになります。
# この backtrace は textarea に a とだけ入力したときのもので
# す。
最後に改行が付いているとエラーになりません。バージョンは今日
の 19:00 頃の CVS の幹です。w3m は w3m-m17n に patches/* を
当てたものです。
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
goto-char(nil)
(while chopped (w3m-form-replace (car chopped)) (goto-char (next-single-property-change ... ...)) (when (setq next ...) (goto-char next)) (setq cs (get-text-property ... ...)) (setq chopped (if ... ...)))
(let ((s ...) (hseq ...) (chopped ...) cs next) (unless (and s ...) (goto-char ...) (while ... ...)) (while chopped (w3m-form-replace ...) (goto-char ...) (when ... ...) (setq cs ...) (setq chopped ...)))
(save-excursion (let (... ... ... cs next) (unless ... ... ...) (while chopped ... ... ... ... ...)))
w3m-form-textarea-replace(18 "a")
w3m-form-input-textarea-set()
call-interactively(w3m-form-input-textarea-set)
--
// SAITO Atsunori <sai@yedo.com>