gnus-summary-scroll-upでスクロ ールされないときがあります

OHASHI Akira <[email protected]> Mon, 08 Oct 2007 02:58:50 +0900
Newsgroups gmane.emacs.gnus.semi.japanese
Message-ID <[email protected]>
;; 
;; 

 EMACS_22_BASE  CVS  No Gnus 

 Enter(gnus-summary-scroll-up) 
 End of message 




gnus-summary-scroll-up ->
 gnus-article-next-page ->
  gnus-article-next-page-1 ->
   :
   (scroll-up lines)  1
   :
   (gnus-article-beginning-of-window) 1
                                      

(scroll-up lines) 1



(gnus-article-beginning-of-window) 

(move-to-window-line (min (max 0 scroll-margin)
			  (max 1 (- (window-height)
				    (if mode-line-format 1 0)
				    (if header-line-format 1 0)))))

scroll-margin = 3
(window-height) = 18
mode-line-format = t
header-line-format = nil

 (move-to-window-line 3) 
 (move-to-window-line 3)
1





-- 
OHASHI Akira ( )
[email protected] [email protected]
Share what you know. Learn what you don't.