bug#3033: 23.0.92; Try to auto fix whitespace loss? (y/n)
Leo <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
When I try to open by drag and drop the attached file, Emacs keep asking me 'Try to auto fix whitespace loss? (y/n)'. No matter y or n, the dialogue will appear again and again until I kill the buffer. I enable whitespace mode using (add-hook 'diff-mode-hook 'whitespace-mode). GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-04-15 on 64-71-7-214.static.wiline.com
emacs-gnus-ticked-doc.patch
(text/x-patch, 525 B)
Index: gnus.texi
diff -u gnus/texi/gnus.texi:7.204 gnus/texi/gnus.texi:7.205
--- gnus.texi:7.204 Sat Dec 30 16:36:31 2006
+++ gnus.texi Sat Dec 30 22:01:07 2006
@@ -10569,6 +10569,12 @@
Pull all dormant articles (for the current group) into the summary buffer
(@code{gnus-summary-insert-dormant-articles}).
+@item Y t
+@kindex Y t (Summary)
+@findex gnus-summary-insert-ticked-articles
+Pull all ticked articles (for the current group) into the summary buffer
+(@code{gnus-summary-insert-ticked-articles}).
+
@end table