From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 05 10:28:06 2011 Received: (at submit) by debbugs.gnu.org; 5 Jul 2011 14:28:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe6bd-00008q-3G for submit@debbugs.gnu.org; Tue, 05 Jul 2011 10:28:05 -0400 Received: from mail-qy0-f172.google.com ([209.85.216.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe6ba-00008M-Hn for submit@debbugs.gnu.org; Tue, 05 Jul 2011 10:28:04 -0400 Received: by qyk9 with SMTP id 9so1532365qyk.3 for ; Tue, 05 Jul 2011 07:27:56 -0700 (PDT) Received: by 10.224.191.137 with SMTP id dm9mr5725925qab.281.1309876076652; Tue, 05 Jul 2011 07:27:56 -0700 (PDT) Received: from pluto.luannocracy.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) by mx.google.com with ESMTPS id u15sm5573657qcq.36.2011.07.05.07.27.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 07:27:56 -0700 (PDT) Received: by pluto.luannocracy.com (Postfix, from userid 501) id 99600690B35; Tue, 5 Jul 2011 10:27:54 -0400 (EDT) From: Dave Abrahams To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: mm-text-html-renderer options need more explanation User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) X-Debbugs-Version: 5.110018 X-Debbugs-Package: gnus Date: Tue, 05 Jul 2011 10:27:54 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) --=-=-= Content-Type: text/plain Package: gnus Version: 5.110018 For example, what's the difference between selecting gnus-w3m and w3m? The words in the descriptions are different, but it isn't clear what they mean. No Gnus v0.18 GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-03-09 on black.porkrind.org 200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok) 101 Capability list: VERSION 2 IMPLEMENTATION INN 2.5.1 AUTHINFO USER HDR LIST ACTIVE ACTIVE.TIMES DISTRIB.PATS HEADERS NEWSGROUPS OVERVIEW.FMT OVER POST READER STARTTLS . --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-buffers '(# # # # # #= # #> #> #> # # # # #> # # # # # # # # #> # # # #= # # # # on gmane.emacs.gnus.general*> # # #> #> # # # #> #> # # # # # #> #> #> # #> # # # # # # # # # # #> # #<= buffer *nnimap imap.gmail.com nil *nntpd**<6>> # # # # #> # #> # # # #= # # # # # # # # # # # # # # # # # # # # #> # # # # #<= killed buffer> # # # # # # # #= # # # # # # # # # # # # # # # # # # # # # # # # # # #> # # # # # #)) (setq gnus-logo-colors '("#5f5f5f" "#4f4f4f")) (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnimap "BoostPro" (nnimap-address "imap.gmail.com") (nnimap-stream ssl) (nnimap-authenticator login) (nnimap-nov-is-evil t))) (setq gnus-secondary-select-methods '((nntp "news.gmane.org"))) (setq gnus-novice-user nil) (setq gnus-valid-select-methods '(("nntp" post address prompt-address physical-address) ("nnspool" post address) ("nnvirtual" post-mail virtual prompt-address) ("nnmbox" mail respool address) ("nnml" post-mail respool address) ("nnmh" mail respool address) ("nndir" post-mail prompt-address physical-address) ("nneething" none address prompt-address physical-address) ("nndoc" none address prompt-address) ("nnbabyl" mail address respool) ("nndraft" post-mail) ("nnfolder" mail respool address) ("nngateway" post-mail address prompt-address physical-address) ("nnweb" none) ("nnrss" none) ("nnagent" post-mail) ("nnimap" post-mail address prompt-address physical-address respool= server-marks) ("nnmaildir" mail respool address) ("nnnil" none) ("nnir" mail))) (setq gnus-group-change-level-function 'gnus-topic-change-level) (setq gnus-summary-ignore-duplicates t) (setq gnus-summary-mode-hook '(nnir-mode ffap-gnus-hook gnus-agent-mode)) (setq gnus-extra-headers '(To Newsgroups X-Spambayes-Classification Reply-To Message-ID Messag= e-Id)) (setq gnus-ignored-from-addresses "^david.abrahams@rcn.com\\|dave@boost\\(-= consulting\\|pro\\).com$") (setq gnus-group-line-format "%M%S%p%P%5y%~(form my-align-gnus-group)@|%B%(= %G%)%O\n") (setq gnus-group-catchup-group-hook '(gnus-topic-update-topic)) (setq gnus-group-update-group-hook '(DE-collapse-group-names)) (setq gnus-group-prepare-hook '(DE-collapse-group-names)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-article-mode-hook '(ffap-gnus-hook)) (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/alternative" "application/msword")) (setq gnus-inhibit-mime-unbuttonizing t) (setq gnus-article-update-date-headers 300) (setq gnus-treat-from-picon 'head) (setq gnus-treat-mail-picon 'head) (setq gnus-treat-newsgroups-picon 'head) (setq gnus-treat-body-boundary nil) (setq gnus-treat-fill-long-lines 'first) (setq gnus-check-new-newsgroups nil) (setq gnus-read-newsrc-file nil) (setq gnus-save-newsrc-file nil) (setq gnus-started-hook 'my-gnus-started-hook) (setq gnus-group-mode-hook '(gnus-agent-mode gnus-topic-mode)) (setq gnus-buffer-configuration '((reply-yank (horizontal 1.0 (vertical 1.0 (group 35) (summary 1.0)) (vertical 0.5 (message 1.0 point)))) (reply (horizontal 1.0 (vertical 1.0 (group 35) (summary 1.0)) (vertical 0.5 (message 1.0 point) (article 0.25)))) (message (horizontal 1.0 (vertical 1.0 (group 35) (summary 1.0)) (vertical 0.5 (message 1.0 point)))) (summary (horizontal 1.0 (vertical 1.0 (group 35) (summary 1.0 point)) (vertical 0.5 (article 1.0)))) (article (horizontal 1.0 (vertical 1.0 (group 35) (summary 1.0 point)) (vertical 0.5 (article 1.0)))) (group (vertical 1.0 (group 1.0 point))) (server (vertical 1.0 (server 1.0 point))) (browse (vertical 1.0 (browse 1.0 point))) (pick (vertical 1.0 (article 1.0 point))) (info (vertical 1.0 (info 1.0 point))) (summary-faq (vertical 1.0 (summary 0.25) (faq 1.0 point))) (only-article (vertical 1.0 (article 1.0 point))) (edit-article (vertical 1.0 (article 1.0 point))) (edit-form (vertical 1.0 (group 0.5) (edit-form 1.0 point))) (edit-score (vertical 1.0 (summary 0.25) (edit-score 1.0 point))) (edit-server (vertical 1.0 (server 0.5) (edit-form 1.0 point))) (post (vertical 1.0 (post 1.0 point))) (forward (vertical 1.0 (message 1.0 point))) (mail-bounce (vertical 1.0 (article 0.5) (message 1.0 point))) (pipe (vertical 1.0 (summary 0.25 point) ("*Shell Command Output*" 1.0))) (bug (vertical 1.0 (if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 37)) ("*Gnus Bug*" 1.0 point))) (score-trace (vertical 1.0 (summary 0.5 point) ("*Score Trace*" 1.0))) (score-words (vertical 1.0 (summary 0.5 point) ("*Score Words*" 1.0))) (split-trace (vertical 1.0 (summary 0.5 point) ("*Split Trace*" 1.0))) (category (vertical 1.0 (category 1.0))) (compose-bounce (vertical 1.0 (article 0.5) (message 1.0 point))) (display-term (vertical 1.0 ("*display*" 1.0))) (mml-preview (vertical 1.0 (message 0.5) (mml-preview 1.0 point))))) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-charset-synonym-alist '((ibm866 . cp866) (unicode . utf-16-le) (ks_c_5601-1987 . cp949) (windows-31j . cp932) (utf8 . utf-8) (iso8859-1 . iso-8859-1) (iso_8859-1 . iso-8859-1))) ;; (makeunbound 'mm-extra-numeric-entities) (setq mm-inline-text-html-with-images t) (setq mm-inline-media-tests '(("application/msword" mm-inline-text identity) ("image/p?jpeg" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'jpeg handle))) ("image/png" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'png handle))) ("image/gif" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'gif handle))) ("image/tiff" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'tiff handle))) ("image/xbm" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'xbm handle))) ("image/x-xbitmap" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'xbm handle))) ("image/xpm" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'xpm handle))) ("image/x-xpixmap" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'xpm handle))) ("image/bmp" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'bmp handle))) ("image/x-portable-bitmap" mm-inline-image (lambda (handle) (mm-valid-and-fit-image-p 'pbm handle))) ("text/plain" mm-inline-text identity) ("text/enriched" mm-inline-text identity) ("text/richtext" mm-inline-text identity) ("text/x-patch" mm-display-patch-inline identity) ("text/x-diff" mm-display-patch-inline identity) ("application/emacs-lisp" mm-display-elisp-inline identity) ("application/x-emacs-lisp" mm-display-elisp-inline identity) ("application/x-shellscript" mm-display-shell-script-inline identit= y) ("application/x-sh" mm-display-shell-script-inline identity) ("text/x-sh" mm-display-shell-script-inline identity) ("application/javascript" mm-display-javascript-inline identity) ("text/dns" mm-display-dns-inline identity) ("text/x-org" mm-display-org-inline identity) ("text/html" mm-inline-text-html (lambda (handle) mm-text-html-renderer)) ("text/x-vcard" mm-inline-text-vcard (lambda (handle) (or (featurep 'vcard) (locate-library "vcard")))) ("message/delivery-status" mm-inline-text identity) ("message/rfc822" mm-inline-message identity) ("message/partial" mm-inline-partial identity) ("message/external-body" mm-inline-external-body identity) ("text/.*" mm-inline-text identity) ("audio/wav" mm-inline-audio (lambda (handle) (and (or (featurep 'nas-sound) (featurep 'native-sound)) (device-sound-enabled-p)))) ("audio/au" mm-inline-audio (lambda (handle) (and (or (featurep 'nas-sound) (featurep 'native-sound)) (device-sound-enabled-p)))) ("application/pgp-signature" ignore identity) ("application/x-pkcs7-signature" ignore identity) ("application/pkcs7-signature" ignore identity) ("application/x-pkcs7-mime" ignore identity) ("application/pkcs7-mime" ignore identity) ("multipart/alternative" ignore identity) ("multipart/mixed" ignore identity) ("multipart/related" ignore identity) ("audio/.*" ignore ignore) ("image/.*" ignore ignore) (".*" mm-inline-text mm-readable-p))) (setq mm-automatic-display '("application/msword" "text/plain" "text/enriched" "text/richtext" "= text/html" "text/x-verbatim" "text/x-vcard" "image/.*" "message/delivery-st= atus" "multipart/.*" "message/rfc822" "text/x-patch" "text/dns" "applicatio= n/pgp-signature" "application/emacs-lisp" "application/x-emacs-lisp" "appli= cation/x-pkcs7-signature" "application/pkcs7-signature" "application/x-pkcs= 7-mime" "application/pkcs7-mime" "application/pgp\\'" "text/x-org")) (setq mm-attachment-override-types '("text/x-vcard" "application/pkcs7-mime" "application/x-pkcs7-mime" = "application/pkcs7-signature" "application/x-pkcs7-signature" "image/*")) (setq mm-automatic-external-display '("application/msword")) (setq mm-discouraged-alternatives '("text/html" "text/richtext" "image/.*")) (setq message-syntax-checks '((sender . disabled) (long-lines . disabled))) (setq message-required-headers '((X-Draft-From lambda nil (gnus-inews-make-draft-meta-information "INBOX" 'nil)) (optional . References) From)) (setq message-subject-re-regexp "^[ ]*\\(\\([Rr][Ee]\\|[Aa][Ww]\\)\\(\\[[0= -9]*\\]\\)*:[ ]*\\)*[ ]*") (setq message-forward-ignored-headers '("^Content-Transfer-Encoding:" "^X-Gnus" "^X-" "^Received:" "^User-A= gent:" "^References:")) (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq message-post-method '(nntp "news")) (setq message-mode-hook '(#[nil "\302\030\303 !)\207" [gnus-article-copy gnus-setup-message-group nil gnus-configur= e-posting-styles] 2] #[nil "\302 \211\020\211\021\207" [message-mailer message-newsreader gnus-extended-version] 2] (lambda nil (auto-fill-mode t)))) (setq message-header-setup-hook '(gnus-inews-insert-gcc)) (setq message-citation-line-function 'message-insert-spam-resistant-citatio= n-line) (setq message-default-headers "Bcc: dave@boostpro.com\n") --=-=-= Content-Type: text/plain -- Dave Abrahams BoostPro Computing http://www.boostpro.com --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 05 12:17:53 2011 Received: (at 9003-close) by debbugs.gnu.org; 5 Jul 2011 16:17:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe8Js-0004Jr-Ol for submit@debbugs.gnu.org; Tue, 05 Jul 2011 12:17:52 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe8Jl-0004JI-J2 for 9003-close@debbugs.gnu.org; Tue, 05 Jul 2011 12:17:47 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qe8JZ-0000Ic-T1; Tue, 05 Jul 2011 18:17:33 +0200 From: Lars Magne Ingebrigtsen To: Dave Abrahams Subject: Re: bug#9003: mm-text-html-renderer options need more explanation In-Reply-To: (Dave Abrahams's message of "Tue, 05 Jul 2011 10:27:54 -0400") Date: Tue, 05 Jul 2011 18:15:21 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Joanna Newsom's _Have One On Me (2)_: "Go Long" X-Hashcash: 1:23:110705:dave@boostpro.com::bIRmVswHh9TlAz2M:00000000000000000000000000000000000000000000AdzV X-Hashcash: 1:23:110705:9003@debbugs.gnu.org::v3GhvfV1ZpqawZZP:00000000000000000000000000000000000000000GgNR MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qe8JZ-0000Ic-T1 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310487454.60685@82OAjoQVlQCDrf7Hn8DPWw X-Spam-Status: No X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 9003-close Cc: bugs@gnus.org, 9003-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: bugs@gnus.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) Dave Abrahams writes: > For example, what's the difference between selecting gnus-w3m and > w3m? The words in the descriptions are different, but it isn't clear > what they mean. I've clarified the doc string slightly, but explaining the differences between all the HTML renderers is outside the scope of that doc string. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 05 12:46:53 2011 Received: (at 9003-close) by debbugs.gnu.org; 5 Jul 2011 16:46:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe8lw-0005oJ-7t for submit@debbugs.gnu.org; Tue, 05 Jul 2011 12:46:52 -0400 Received: from mail-qy0-f179.google.com ([209.85.216.179]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe8lr-0005nz-UM for 9003-close@debbugs.gnu.org; Tue, 05 Jul 2011 12:46:49 -0400 Received: by qyk29 with SMTP id 29so3642165qyk.3 for <9003-close@debbugs.gnu.org>; Tue, 05 Jul 2011 09:46:42 -0700 (PDT) Received: by 10.229.36.75 with SMTP id s11mr5532940qcd.176.1309884401274; Tue, 05 Jul 2011 09:46:41 -0700 (PDT) Received: from pluto.luannocracy.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) by mx.google.com with ESMTPS id g11sm5664156qcm.27.2011.07.05.09.46.40 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 09:46:40 -0700 (PDT) Received: by pluto.luannocracy.com (Postfix, from userid 501) id 91069697AB9; Tue, 5 Jul 2011 12:46:38 -0400 (EDT) From: Dave Abrahams To: bugs@gnus.org Subject: Re: bug#9003: mm-text-html-renderer options need more explanation References: Date: Tue, 05 Jul 2011 12:46:38 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 05 Jul 2011 18:15:21 +0200") Message-ID: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: 9003-close Cc: 9003-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.1 (----) on Tue Jul 05 2011, Lars Magne Ingebrigtsen wrote: > Dave Abrahams writes: > >> For example, what's the difference between selecting gnus-w3m and >> w3m? The words in the descriptions are different, but it isn't clear >> what they mean. > > I've clarified the doc string Thanks! > slightly, but explaining the differences > between all the HTML renderers is outside the scope of that doc string. Where would that explanation be in-scope? The differences need to be discoverable somehow. -- Dave Abrahams BoostPro Computing http://www.boostpro.com From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 05 13:06:23 2011 Received: (at 9003-close) by debbugs.gnu.org; 5 Jul 2011 17:06:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe94o-0006FD-Kh for submit@debbugs.gnu.org; Tue, 05 Jul 2011 13:06:22 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe94m-0006F0-Jl for 9003-close@debbugs.gnu.org; Tue, 05 Jul 2011 13:06:21 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qe94b-00012K-D0; Tue, 05 Jul 2011 19:06:09 +0200 From: Lars Magne Ingebrigtsen To: Dave Abrahams Subject: Re: bug#9003: mm-text-html-renderer options need more explanation In-Reply-To: (Dave Abrahams's message of "Tue, 05 Jul 2011 12:46:38 -0400") Date: Tue, 05 Jul 2011 19:05:07 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Joanna Newsom's _Have One On Me (2)_: "Go Long" X-Hashcash: 1:23:110705:9003-close@debbugs.gnu.org::EfED1EPAf0MWh0kk:00000000000000000000000000000000000EZcO X-Hashcash: 1:23:110705:dave@boostpro.com::Ohh2zMloVosRv69s:00000000000000000000000000000000000000000000LJ10 MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qe94b-00012K-D0 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310490369.51935@Bbtqi9GJjgIrNTFD9xjydw X-Spam-Status: No X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 9003-close Cc: bugs@gnus.org, 9003-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: bugs@gnus.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) Dave Abrahams writes: > Where would that explanation be in-scope? The differences need to be > discoverable somehow. Well, the interfaces look different. :-) Just like with lynx and links. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Mon Jun 23 23:51:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 03 Aug 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator