From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30767 Path: main.gmane.org!not-for-mail From: merlyn@stonehenge.com (Randal L. Schwartz) Newsgroups: gmane.emacs.gnus.general Subject: more on the ^U ^C ^S bug for sorted newsgroups Date: 06 May 2000 15:18:02 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035167256 10219 80.91.224.250 (21 Oct 2002 02:27:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:27:36 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 50365D051E for ; Sat, 6 May 2000 18:20:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB01191; Sat, 6 May 2000 17:20:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 06 May 2000 17:19:21 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA06259 for ; Sat, 6 May 2000 17:19:10 -0500 (CDT) Original-Received: from halfdome.holdit.com (halfdome.holdit.com [209.102.105.64]) by mailhost.sclp.com (Postfix) with ESMTP id F1C98D051E; Sat, 6 May 2000 18:18:08 -0400 (EDT) Original-Received: (from merlyn@localhost) by halfdome.holdit.com (8.9.1/8.9.1) id PAA16600; Sat, 6 May 2000 15:18:03 -0700 Original-To: bugs@gnus.org (The Gnus Bugfixing Girls + Boys) Original-Lines: 22 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30767 --=-=-= Gnus v5.8.5 GNU Emacs 20.3.1 (i686-pc-linux-gnu, X toolkit) of Thu Dec 17 1998 on halfdome.holdit.com 200 Powered by Twister -- http://www.bcandid.com/ (Twister v1.2.0) Earlier, I reported that I needed to use ^U ^C ^S instead of ^C ^S in the *groups* order to get my news groups sorted correctly. Well, I just now looked at my .newsrc, and was equally shocked. It appears that my .newsrc and my .newsrc.eld is also being stored in reverse order. That is, the presentation I get in *Groups* seems to be exactly the opposite of how things are stored. So perhaps it's just the *Groups* output code? Did that change between 5.8.3 and 5.8.5? --=-=-= Content-Type: application/x-emacs-lisp Content-Disposition: inline Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-default-nntp-server "") (setq gnus-select-method '(nntp "news.teleport.com" (nntp-address "localhost") (nntp-port-number 11901) (nntp-prepare-server-hook (lambda nil "tunnel prepare" (call-process "ssh" nil 0 nil "-f" "-q" "-L" "11901:news.onemain.com:119" "teleport.com" "exec" "sleep" "60") (sit-for 3))))) (setq gnus-message-archive-group "nnml:outbox") (setq gnus-secondary-select-methods '((nnml ""))) (setq gnus-use-adaptive-scoring t) (setq gnus-use-cache t) (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" 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) ("nnkiboze" post virtual) ("nnsoup" post-mail address) ("nndraft" post-mail) ("nnfolder" mail respool address) ("nngateway" post-mail address prompt-address physical-address) ("nnweb" none) ("nnslashdot" post) ("nnultimate" none) ("nnwarchive" none) ("nnlistserv" none) ("nnagent" post-mail) ("nnimap" post-mail address prompt-address physical-address) ("nnir" mail))) (setq gnus-mode-non-string-length 34) (setq gnus-total-expirable-newsgroups "^nnml:list\\.") (setq gnus-visual nil) (setq gnus-mouse-face 'highlight) (setq gnus-build-sparse-threads 'some) (setq gnus-thread-hide-subtree t) (setq gnus-summary-mode-line-format "Gnus %g/%A %Z") (setq gnus-thread-sort-functions '(gnus-thread-sort-by-subject gnus-thread-sort-by-total-score)) (setq gnus-thread-score-function 'max) (setq gnus-summary-mode-hook '(MERLYN-gnus-summary-mode-hook mc-install-read-mode)) (setq gnus-select-group-hook '(MERLYN-gnus-select-group-hook)) (setq gnus-group-default-list-level 3) (setq gnus-group-sort-function '(gnus-group-sort-by-alphabet gnus-group-sort-by-level)) (setq gnus-group-line-format "%M%S%p%P %L^ %5y+%-3T: %(%g%)\n") (setq gnus-group-mode-hook '(nnir-group-mode-hook)) (setq gnus-visible-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From\\|^X-merlyn-") (setq gnus-default-article-saver 'gnus-summary-save-in-folder) (setq gnus-article-mode-line-format "Gnus %g/%A %S") (setq gnus-activate-foreign-newsgroups nil) (setq gnus-asynchronous nil) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq nnmail-expiry-wait-function 'MERLYN-gnus-expiry-wait-function) (setq message-syntax-checks '((long-lines . disabled) (signature . disabled) (sender . disabled))) (setq message-user-organization "Stonehenge Consulting Services; Portland, Oregon, USA") (setq message-sendmail-f-is-evil t) (setq message-post-method '(nnspool "")) (setq message-mode-hook '(gnus-configure-posting-styles MERLYN-message-mode-hook mc-install-write-mode)) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) (setq message-cite-function 'sc-cite-original) --=-=-= -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! --=-=-=--