From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6050 Path: main.gmane.org!not-for-mail From: Greg Stark Newsgroups: gmane.emacs.gnus.general Subject: gnus-cite isn't getting loaded to find gnus-article-hide-* functions Date: 25 Apr 1996 23:44:08 -0400 Sender: gsstark@bill-the-cat.MIT.EDU Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146564 2366 80.91.224.250 (20 Oct 2002 20:42:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:42:44 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id VAA02115 for ; Thu, 25 Apr 1996 21:19:49 -0700 Original-Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Fri, 26 Apr 1996 05:44:13 +0200 Original-Received: from BILL-THE-CAT.MIT.EDU by MIT.EDU with SMTP id AA05932; Thu, 25 Apr 96 23:43:00 EDT Original-Received: by bill-the-cat.MIT.EDU (5.0/4.7) id AA22858; Thu, 25 Apr 1996 23:44:10 -0400 X-Yow: Was my SOY LOAF left out in th'RAIN? It tastes REAL GOOD!! X-Spook: Marxist radar Khaddafi FBI KGB Uzi explosion kibo Honduras Original-To: gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys), ding@ifi.uio.no Original-Lines: 72 X-Mailer: September Gnus v0.78/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6050 September Gnus v0.78; nntp 4.0; nnml 1.0; nnfolder 1.0 GNU Emacs 19.30.1 (sparc-sun-solaris2.3, X toolkit) of Mon Jan 8 1996 on portnoy The bug report is that gnus-article-hide-citation-in-followups doesn't work until gnus-cite is loaded and nothing in it is autoloaded, i don't know what eventually causes it to be loaded at all. It also doesn't seem to do what it's advertised to do, it often doesn't hide any citations, in fact i'm not sure it ever does. Also, I recently revamped my gnus-article-display-hook setting and i'm not sure if it's sane. i have this, are any of these redundant or not useful as a *-display-hook? (setq gnus-article-display-hook '( gnus-article-hide-headers-if-wanted ;; Hide unwanted headers if `gnus-have-all-headers' is nil. gnus-article-hide-boring-headers ;; Toggle hiding of headers that aren't very interesting. gnus-article-hide-citation-in-followups ;; Hide cited text in non-root articles. gnus-article-hide-pgp ;; Toggle hiding of any PGP headers and signatures in the current article. gnus-article-hide-signature ;; Hide the signature in the current article. gnus-article-highlight-headers ;; Highlight article headers as specified by `gnus-header-face-alist'. gnus-article-add-buttons ;; Find external references in the article and make buttons of them. gnus-article-add-buttons-to-head ;; Add buttons to the head of the article. gnus-article-date-lapsed ;; Convert the current article date to time lapsed since it was sent. gnus-article-de-quoted-unreadable ;; Do a naive translation of a quoted-printable-encoded article. gnus-article-remove-trailing-blank-lines ;; Remove all trailing blank lines from the article. gnus-article-remove-cr ;; Remove carriage returns from an article. gnus-article-strip-leading-blank-lines ;; Remove all blank lines from the beginning of the article. gnus-article-treat-overstrike ;; Translate overstrikes into bold text. ) ) This appears to be an exhaustive list of possibly useful function to put there, are any of these inappropriate for gnus-article-display-hook? Also The interactions between them is somewhat hard to discern without reading sources, some of them call other ones, some of them overlap etc. ;; gnus-article-hide ;; Hide all the gruft in the current article. ;; gnus-article-hide-boring-headers ;; Toggle hiding of headers that aren't very interesting. ;; gnus-article-hide-citation ;; Toggle hiding of all cited text except attribution lines. ;; gnus-article-hide-citation-in-followups ;; Hide cited text in non-root articles. ;; gnus-article-hide-citation-maybe ;; Toggle hiding of cited text that has an attribution line. ;; gnus-article-hide-headers ;; Toggle whether to hide unwanted headers and possibly sort them as well. ;; gnus-article-hide-headers-if-wanted ;; Hide unwanted headers if `gnus-have-all-headers' is nil. ;; gnus-article-hide-pgp ;; Toggle hiding of any PGP headers and signatures in the current article. ;; gnus-article-hide-signature ;; Hide the signature in the current article. ;; gnus-article-highlight ;; Highlight current article. ;; gnus-article-highlight-citation ;; Highlight cited text. ;; gnus-article-highlight-headers ;; Highlight article headers as specified by `gnus-header-face-alist'. ;; gnus-article-highlight-signature ;; Highlight the signature in an article. ;; gnus-article-highlight-some ;; Highlight current article. ;; gnus-article-add-buttons ;; Find external references in the article and make buttons of them. ;; gnus-article-add-buttons-to-head ;; Add buttons to the head of the article. ;; gnus-article-date-lapsed ;; Convert the current article date to time lapsed since it was sent. ;; gnus-article-date-local ;; Convert the current article date to the local timezone. ;; gnus-article-date-ut ;; Convert DATE date to universal time in the current article. ;; gnus-article-de-quoted-unreadable ;; Do a naive translation of a quoted-printable-encoded article. ;; gnus-article-display-picons ;; gnus-article-display-x-face ;; Look for an X-Face header and display it if present. ;; gnus-article-fill-cited-article ;; Do word wrapping in the current article. ;; gnus-article-highlight-some ;; Highlight current article. ;; gnus-article-remove-trailing-blank-lines ;; Remove all trailing blank lines from the article. ;; gnus-article-remove-cr ;; Remove carriage returns from an article. ;; gnus-article-strip-leading-blank-lines ;; Remove all blank lines from the beginning of the article. ;; gnus-article-treat-overstrike ;; Translate overstrikes into bold text. ;; gnus-article-word-wrap ;; Format too long lines.