* Katsumi Yamaoka (2005-07-15) writes: >>>>>> In Norbert Koch wrote: > >> Since the last update to No Gnus v0.4 I get the following error if I >> want to see past the first page of an article: > >> Debugger entered--Lisp error: (void-variable scroll-margin) >> gnus-article-next-page(nil) >> gnus-summary-next-page(nil) >> call-interactively(gnus-summary-next-page) > >> This is on SXEmacs: >> steve@sxemacs.org--2005/sxemacs--main--22.1.3--patch-9, built Mon Jul >> 11 08:49:32 2005 on arafel.viteno.net > > And Emacs 21.4 complains that: > > Debugger entered--Lisp error: (void-function window-body-height) The following patch should fix it. Unless somebody encounters an error with it, could someone please check it in? Regarding the implementation: I could write a compatibility function for `window-body-height' in order to make calculation of the correct position for moving point work in Emacs 21 as well. But as there haven't been any problems with this version of Emacs when putting point into the scroll margin, it is probably not worth it. 2005-07-15 Ralf Angeli * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1) (gnus-article-prev-page): Make positioning of point compatible with Emacs 21 and XEmacs.