- 376 名前:あわわ ◆xj5aoi8gEM mailto:sage [2009/02/16(月) 11:41:31 ]
- スマンです。
Backtrace は以下(適宜改行を入れている)。 でも、簡単に再現しないということは何か他のものが影響している? Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("BBS_MESSAGE_COUNT=\\(.+\\)" nil) (if (string-match "BBS_MESSAGE_COUNT=\\(.+\\)" content) (setq navi2ch-bbs-limit-length (string-to-number ...)) (setq navi2ch-bbs-limit-length nil)) (let* ((board navi2ch-article-current-board) (coding-system-for-read...) (coding-system-for-write ...) (content ...)) (if (string-match "BBS_MESSAGE_COUNT=\\(.+\\)" content) (setq navi2ch-bbs-limit-length ...) (setq navi2ch-bbs-limit-length nil)) (if (string-match "BBS_LINE_NUMBER=\\(.+\\)" content) (setq navi2ch-bbs-limit-lines ...) (setq navi2ch-bbs-limit-lines nil))) navi2ch-bbs-limit-get() (lambda nil (navi2ch-bbs-limit-get))() run-hooks(navi2ch-article-mode-hook) navi2ch-article-mode() navi2ch-article-view-article(((nil) (name . "\xe0f7\xdfae\xdcb5\xd228") (type . board) (id . "sendlog") (bbstype . localfile) (uri . "x-localbbs:///home/hiro/.navi2ch/sendlog/")) ((subject . "\xe0f7\xdfae\xdcb5\xd228") (response . "578") (artid . "1154441632")) nil nil nil) navi2ch-bm-select-article(nil) navi2ch-bm-select-article-or-scroll(up nil) navi2ch-bm-select-article-or-scroll-up(nil) call-interactively(navi2ch-bm-select-article-or-scroll-up nil nil)
|

|