[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:01780] mew-summary-set-count-lines?



予定を表示しようとすると
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
になります。

mew-summary-set-count-lines() というのができて
これが呼ばれないのが問題じゃないかと予想しています。

--
鯉江英隆 <hide@xxxxxxxx>
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  <(2376 nil)
  (if (< pos mid-point) (if (< pos ...) (setq lines ...) (setq lines ...)) (if (< pos ...) (setq lines ...) (setq lines ...)))
  (let ((pos ...) (mid-point ...) (mid-line ...) (ttl-line ...) lines left) (if (< pos mid-point) (if ... ... ...) (if ... ... ...)) (setq left (- ttl-line lines 1)) (if (and ... ...) (setq left ...)) (if (numberp left) (if ... ... ...)))
  (if mew-summary-buffer-process nil (let (... ... ... ... lines left) (if ... ... ...) (setq left ...) (if ... ...) (if ... ...)))
  (unless mew-summary-buffer-process (let (... ... ... ... lines left) (if ... ... ...) (setq left ...) (if ... ...) (if ... ...)))
  mew-summary-mode-line()
  mew-summary-cursor-postscript()
  (unwind-protect (progn (mew-summary-toggle-disp-msg ...) (mew-window-configure ...) (mew-current-set fld ... part) (mew-minfo-set-summary vfld) (cond ... ... ...)) (if (mew-xinfo-get-decode-err) (message "MIME decoding error: %s" ...)) (if (mew-xinfo-get-action) (message ...)) (select-window win) (mew-summary-cursor-postscript) (if prefetch (mew-summary-cache-prefetch)) (if next (mew-summary-display-after mew-summary-show-direction)))
  (let* ((fld ...) (vfld ...) (msg ...) (part ...) (ofld ...) (omsg ...) (opart ...) (cache ...) (win ...) (read-through ...) (sumbuf ...) next prefetch) (unwind-protect (progn ... ... ... ... ...) (if ... ...) (if ... ...) (select-window win) (mew-summary-cursor-postscript) (if prefetch ...) (if next ...)))
  (cond ((eobp) (message "No message")) ((not ...) (message "No message")) (t (let* ... ...)))
  (mew-summary-msg-or-part (let* (... ... ... ... ... ... ... ... ... ... ... next prefetch) (unwind-protect ... ... ... ... ... ... ...)))
  (progn (mew-summary-msg-or-part (let* ... ...)))
  (if (or redisplay (mew-sinfo-get-disp-msg) (interactive-p)) (progn (mew-summary-msg-or-part ...)))
  (when (or redisplay (mew-sinfo-get-disp-msg) (interactive-p)) (mew-summary-msg-or-part (let* ... ...)))
  mew-summary-display(redisplay)
  (if (mew-sinfo-get-disp-msg) (mew-summary-display (quote redisplay)) (mew-summary-goto-message) (mew-decode-syntax-delete) (mew-window-configure (quote summary)) (mew-current-set nil nil nil) (mew-summary-cook-window) (mew-summary-reset-mode-line))
  (cond ((eq arg ...) (mew-sinfo-set-disp-msg t)) ((eq arg ...) (mew-sinfo-set-disp-msg nil) (mew-summary-reset-mode-line)) (t (mew-sinfo-set-disp-msg ...) (if ... ... ... ... ... ... ... ...)))
  mew-summary-toggle-disp-msg()
* call-interactively(mew-summary-toggle-disp-msg)