From xemacs-m  Tue Feb 11 18:33:26 1997
Received: from alphatech.com (erebus.alphatech.com [198.112.236.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id SAA26406
	for <xemacs-beta@xemacs.org>; Tue, 11 Feb 1997 18:33:23 -0600 (CST)
Received: from venus.alphatech.com by alphatech.com (4.1/SMI-4.1)
	id AA22352; Tue, 11 Feb 97 19:28:22 EST
Received: from pochacco.alphatech.com by venus.alphatech.com (4.1/SMI-4.1)
	id AA12092; Tue, 11 Feb 97 19:35:54 EST
Received: by pochacco.alphatech.com (SMI-8.6/SMI-SVR4)
	id TAA18745; Tue, 11 Feb 1997 19:26:54 -0500
Sender: greg@pochacco.alphatech.com
From: greg@alphatech.com (Greg Klanderman)
To: gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)
Cc: xemacs-beta@xemacs.org (XEmacs beta list)
Subject: problems with Gnus in XEmacs 19.15b93
Reply-To: greg@alphatech.com
Date: 11 Feb 1997 19:26:54 -0500
Message-Id: <ugohdq6f8x.fsf@pochacco.alphatech.com>
Lines: 155
X-Mailer: Gnus v5.4.11/XEmacs 19.15



I'm having a few problems with Gnus in the most recent XEmacs 19.15 beta. 

First, the gnus-init-file seems to be getting loaded later than it was
in Gnus 5.2.40, so the variable gnus-inhibit-startup-message in
~/.gnus5 is not getting set until after the startup message has been
displayed.  I'm not sure if this effects any other variables.

Second, Gnus now seems much more succeptible to messages contining
text with the word "From" at the beginning of the line in nnfolders.
It goes into an infinite loop on startup, then after killed with C-g
and started in my older XEmacs/Gnus 5.2.40 it thinks there are
thousands of new messages in that nnfolder mail group.  I can send an
example if you like (my xemacs-beta folder).  5.2.40 had no problems
with this.  Editing all offending lines seems to have fixed the problem.

Finally, something is amiss with the
gnus-{group,summary,article}-mode-line-format variables, the settings
I have always used are causing the variable
modeline-buffer-identification to be nil and show no buffer
identification for Gnus buffers.

Thanks,
Greg



Gnus v5.4.11; nntp 5.0; nnfolder 1.0
XEmacs 19.15 [Lucid] (sparc-sun-solaris2.5) of Tue Feb 11 1997 on pochacco
200 news.alphatech.com InterNetNews NNRP server INN 1.4 22-Dec-93 ready (posting ok).

------------------ Environment follows ------------------

(setq gnus-inhibit-startup-message t)
(setq gnus-secondary-select-methods
      '((nnfolder "private")))
(setq gnus-local-domain "alphatech.com")
(setq gnus-local-organization "ALPHATECH, Inc.")
(setq gnus-use-long-file-name t)
(setq gnus-kill-files-directory "~/News/Score/")
(setq gnus-use-adaptive-scoring t)
(setq gnus-novice-user nil)
(setq gnus-interactive-catchup nil)
(setq gnus-interactive-exit nil)
(setq gnus-visual
      '(article-highlight mouse-face summary-menu group-menu article-menu tree-highlight menu highlight browse-menu server-menu page-marker tree-menu binary-menu pick-menu grouplens-menu))
(setq gnus-article-display-hook
      '(gnus-article-highlight-citation gnus-article-hide-headers-if-wanted gnus-article-hide-boring-headers gnus-article-treat-overstrike gnus-article-maybe-highlight gnus-article-display-x-face))
(setq gnus-summary-gather-subject-limit
      'fuzzy)
(setq gnus-auto-select-first nil)
(setq gnus-break-pages nil)
(setq gnus-summary-mode-line-format "Gnus Subject: %G %Z -- ")
(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
(setq gnus-summary-mode-hook
      '(gnus-xmas-setup-summary-toolbar gnus-xmas-summary-menu-add))
(setq gnus-summary-exit-hook
      '(gnus-undo-boundary))
(setq gnus-summary-selected-face
      'bold)
(setq gnus-summary-highlight nil)
(setq gnus-group-line-format " %L} %p%3i+%-4y: %(%G%)\n")
(setq gnus-group-mode-line-format "Gnus Group: %M:%S  ")
(setq gnus-group-mode-hook
      '(gnus-xmas-setup-group-toolbar gnus-xmas-group-menu-add))
(setq gnus-group-highlight nil)
(setq gnus-visible-headers "^From:\\|^Newsgroups:.+[,]+.*$\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:")
(setq gnus-article-x-face-command
      'gnus-xmas-article-display-xface)
(setq gnus-article-save-directory "~/News")
(setq gnus-default-article-saver
      'gnus-summary-save-in-vm)
(setq gnus-mail-save-name
      'my-gnus-mail-save-name)
(setq gnus-article-mode-line-format "Gnus Article: %0,25S -- ")
(setq gnus-article-mode-hook
      '(gnus-xmas-article-menu-add))
(setq gnus-signature-face
      'bold)
(setq gnus-header-face-alist
      '(("From" nil nil)
        ("Subject" nil message-highlighted-header-contents)
        ("Newsgroups:.*," nil nil)
        ("" message-headers message-header-contents)))
(setq gnus-init-file "~/.gnus5")
(setq gnus-check-new-newsgroups nil)
(setq gnus-read-active-file
      'some)
(setq gnus-asynchronous nil)
(setq gnus-score-expiry-days 15)
(setq gnus-default-adaptive-score-alist
      '((gnus-kill-file-mark)
        (gnus-unread-mark)
        (gnus-dormant-mark)
        (gnus-expirable-mark)
        (gnus-ticked-mark
         (subject 30))
        (gnus-read-mark
         (subject 15))
        (gnus-catchup-mark
         (subject -10))
        (gnus-killed-mark
         (subject -20))
        (gnus-del-mark
         (subject -15))))
(setq nnmail-split-methods
      'nnmail-split-fancy)
(setq nnmail-use-long-file-names t)
(setq nnmail-spool-file
      'procmail)
(setq nnmail-use-procmail t)
(setq nnmail-procmail-directory "~/ProcMail/")
(setq nnmail-procmail-suffix ".spool")
(setq nnmail-resplit-incoming t)
(setq nnmail-crosspost-link-function
      'copy-file)
(setq nnmail-split-fancy
      '(|
        (&
         ("sender" "owner-mstar@iutech\\.den\\.mmc\\.com" "mail.mstar")
         (any "xemacs-beta.*@xemacs\\.org" "mail.xemacs-beta")
         (any "all-ai@.*ai\\.mit\\.edu" "mail.ai.all-ai")
         (any "ai-\\(student-\\)?seminar@.*" "mail.ai.seminar")
         (any "vis\\(ion\\)?\\(-sem\\(inar\\)?\\)?@.*" "mail.ai.vision")
         (|
          (&
           ("newsgroups" "mstar\\.program" "snews.mstar.program")
           ("newsgroups" "mstar\\.technical" "snews.mstar.technical")
           ("newsgroups" "mstar\\.khoros" "snews.mstar.khoros")
           ("newsgroups" "mstar\\.experiments" "snews.mstar.experiments")
           ("newsgroups" "mstar\\.hpc" "snews.mstar.hpc")
           ("newsgroups" "mstar\\.data_and_evaluation" "snews.mstar.data-and-evaluation"))
          ("newsgroups" "mstar\\..*" "snews.mstar.other")))
        "mail.other"))
(setq nnmail-treat-duplicates nil)
(setq message-max-buffers 0)
(setq message-from-style
      'parens)
(setq message-kill-buffer-on-exit t)
(setq message-user-organization t)
(setq message-post-method
      '(nnspool ""))
(setq message-setup-hook
      '(gk:message-setup-hook gk:mail-setup-hook))
(setq message-header-setup-hook
      '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc gk:message-header-setup-hook))
(setq message-cite-function
      'sc-cite-original)
(setq message-default-headers "Reply-To: greg@alphatech.com\n")
(setq message-default-mail-headers "Bcc: greg\n")
(setq message-default-news-headers nil)


