comparison lisp/gnus/gnus-ems.el @ 78546:28c0174177f4

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 242-244) - Update from CVS 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nntp.el (nntp-xref-number-is-evil): New server variable. (nntp-find-group-and-number): If it is non-nil, don't trust article numbers in the Xref header. 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t. 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (article-hide-headers): Bind inhibit-read-only to t. 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (NNTP): Mention nntp-xref-number-is-evil. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-92
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:44:55 +0000
parents 24202b793a08
children f4c90d55f00f a3c27999decb 424b655804ca
comparison
equal deleted inserted replaced
78545:c8072938bf22 78546:28c0174177f4
177 (error "`gnus-x-splash' requires running on the window system")) 177 (error "`gnus-x-splash' requires running on the window system"))
178 (switch-to-buffer (gnus-get-buffer-create (if (or (gnus-alive-p) 178 (switch-to-buffer (gnus-get-buffer-create (if (or (gnus-alive-p)
179 (interactive-p)) 179 (interactive-p))
180 "*gnus-x-splash*" 180 "*gnus-x-splash*"
181 gnus-group-buffer))) 181 gnus-group-buffer)))
182 (let ((inhibit-read-only nil) 182 (let ((inhibit-read-only t)
183 (file (nnheader-find-etc-directory "images/gnus/x-splash" t)) 183 (file (nnheader-find-etc-directory "images/gnus/x-splash" t))
184 pixmap fcw fch width height fringes sbars left yoffset top ls) 184 pixmap fcw fch width height fringes sbars left yoffset top ls)
185 (erase-buffer) 185 (erase-buffer)
186 (sit-for 0) ;; Necessary for measuring the window size correctly. 186 (sit-for 0) ;; Necessary for measuring the window size correctly.
187 (when (and file 187 (when (and file