;; Obsolete format of header match.
(and (gnus-buffer-live-p gnus-article-copy)
(with-current-buffer gnus-article-copy
- (let ((header (message-fetch-field (pop style))))
- (and header
- (string-match (pop style) header))))))
+ (save-restriction
+ (nnheader-narrow-to-headers)
+ (let ((header (message-fetch-field (pop style))))
+ (and header
+ (string-match (pop style) header)))))))
((or (symbolp match)
(functionp match))
(cond
;; New format of header match.
(and (gnus-buffer-live-p gnus-article-copy)
(with-current-buffer gnus-article-copy
- (let ((header (message-fetch-field (nth 1 match))))
- (and header
- (string-match (nth 2 match) header))))))
+ (save-restriction
+ (nnheader-narrow-to-headers)
+ (let ((header (message-fetch-field (nth 1 match))))
+ (and header
+ (string-match (nth 2 match) header)))))))
(t
;; This is a form to be evaled.
(eval match)))))
@menu
* [1.1]:: What is the latest version of Gnus?
-* [1.2]:: What's new in 5.10.0?
+* [1.2]:: What's new in 5.10?
* [1.3]:: Where and how to get Gnus?
* [1.4]:: What to do with the tarball now?
* [1.5]:: Which version of Emacs do I need?
Answer:
- Jingle please: Gnus 5.10.0 is released, get it while it's
+ Jingle please: Gnus 5.10 is released, get it while it's
hot! As well as the step in version number is rather
small, Gnus 5.10 has tons of new features which you
shouldn't miss, however if you are cautious, you might
@end ifnottex
@subsubheading Question 1.2:
-What's new in 5.10.0?
+What's new in 5.10?
Answer:
Answer:
- Gnus 5.10.0 requires an Emacs version that is greater
+ Gnus 5.10 requires an Emacs version that is greater
than or equal to Emacs 20.7 or XEmacs 21.1.
@ifnottex
fetched when you enter a group and slow down the process of entering a group).
- If you already use Gnus 5.10.0, you can say
+ If you already use Gnus 5.10, you can say
@samp{/o N}
In summary buffer to load the last N messages, this feature is not available in 5.8.8
Answer:
- Only if you use Gnus 5.10.0 or younger. In this case you've got the
+ Only if you use Gnus 5.10 or younger. In this case you've got the
choice between w3, w3m, links, lynx and html2text, which
one is used can be specified in the variable
mm-text-html-renderer, so if you want links to render your
@samp{W Y f} gives you full deuglify.
See @samp{W Y C-h} or
have a look at the menus for other deuglifications).
- Outlook deuglify is only available since Gnus 5.10.0.
+ Outlook deuglify is only available since Gnus 5.10.
@ifnottex
@node [4.9], [4.10], [4.8], FAQ 4 - Reading messages
sadly hard tabulators are broken in 5.8.8.
- Since 5.10.0, Gnus offers you some very nice new specifiers,
+ Since 5.10, Gnus offers you some very nice new specifiers,
e.g. %B which draws a thread-tree and %&user-date which
gives you a date where the details are dependent of the
articles age. Here's an example which uses both:
@end example
@noindent
- if you already use Gnus 5.10.0, if you still use 5.8.8 or
+ if you already use Gnus 5.10, if you still use 5.8.8 or
5.9 try this instead:
Answer:
- Since 5.10.0 Gnus doesn't generate a sender header by
+ Since 5.10 Gnus doesn't generate a sender header by
default. For older Gnus' try this in ~/.gnus:
@end example
@noindent
in ~/.gnus. If you use Gnus 5.9 or ealier, you can use this
-instead:
+instead (works for newer versions a well):
@example
(eval-after-load "message"
- '(let (myfqdn "yourmachine.yourdomain.tld");; <-- Edit this!
+ '(let ((fqdn "yourmachine.yourdomain.tld"));; <-- Edit this!
(if (boundp 'message-user-fqdn)
(setq message-user-fqdn fqdn)
(gnus-message 1 "Redefining `message-make-fqdn'.")
the raw message, look for the message-id, and say
@samp{M-^ the@@message.id RET} in a
summary buffer.
- Since Gnus 5.10.0 there's also a Gnus interface for
+ Since Gnus 5.10 there's also a Gnus interface for
groups.google.com which you can call with
@samp{G W}) in group buffer.
later when you're offline. It kind of mimics offline
newsreaders like e.g. Forte Agent. If you want to use
the Agent place the following in ~/.gnus if you are
- still using 5.8.8 or 5.9 (it's the default since 5.10.0):
+ still using 5.8.8 or 5.9 (it's the default since 5.10):
@example
@noindent
in ~/.emacs. If you don't care about width of CJK
- characters or use Gnus 5.10.0 or younger together with a
+ characters or use Gnus 5.10 or younger together with a
recent GNU Emacs, you should say
two suggestions). Finally if you are still using 5.8.8
or 5.9 and experience speed problems with summary
buffer generation, you definitely should update to
- 5.10.0 since there quite some work on improving it has
+ 5.10 since there quite some work on improving it has
been done.
@ifnottex