From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Covici Newsgroups: gmane.emacs.devel Subject: bug on ognus 0.05 and emacs 21.2.50.1 Date: Mon, 01 Apr 2002 16:14:40 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1017695726 1190 127.0.0.1 (1 Apr 2002 21:15:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 21:15:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16s99B-0000J5-00 for ; Mon, 01 Apr 2002 23:15:25 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16s9KX-0006Cs-00 for ; Mon, 01 Apr 2002 23:27:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s98y-0001Hp-00; Mon, 01 Apr 2002 16:15:12 -0500 Original-Received: from ccs.covici.com ([209.249.181.196]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s98Z-0001Ef-00 for ; Mon, 01 Apr 2002 16:14:48 -0500 Original-Received: (from covici@localhost) by ccs.covici.com (8.12.1/8.12.1) id g31LEeci027633; Mon, 1 Apr 2002 16:14:40 -0500 Original-To: bugs@gnus.org (The Gnus Bugfixing Girls + Boys) Original-Lines: 169 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2310 --=-=-= There are two related bugs, one is that in this version of emacs, I cannot complete any mail nic name with an _ in it and when I took out the _ I got the following back trace. Debugger entered--Lisp error: (wrong-type-argument syntax-table-p nil) set-syntax-table(nil) mail-abbrev-complete-alias() call-interactively(mail-abbrev-complete-alias) Oort Gnus v0.05 GNU Emacs 21.2.50.1 (i686-pc-linux-gnu, X toolkit) of 2002-03-31 on ccs.covici.com 200 ccs.covici.com InterNetNews server INN 2.3.3 (20010809 prerelease) ready --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-inhibit-startup-message t) (setq gnus-default-nntp-server "") (setq gnus-select-method '(nntp "ccs")) (setq gnus-message-archive-group '((if (message-news-p) (concat "news." (format-time-string "%Y-%m")) (concat "mail." (format-time-string "%Y-%m"))))) (setq gnus-large-newsgroup 10000) (setq gnus-use-cache t) (setq gnus-summary-goto-unread nil) (setq gnus-summary-ignore-duplicates t) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-date)) (setq gnus-select-group-hook '((lambda nil (setq gnus-auto-select-first nil) (gnus-summary-toggle-truncation)))) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-ignored-headers "^Path:\\|^Article\\|^Or\\|^Exp\\|^Fol\\|^Cont\\|^Key\\|^Mime\\|^X\\|^Post\\|^Message\\|^NNTP\\|^Nf-\\|^Approved:\\|^News\\|^dist\\|^Sender:\\|Key\\|Sum") (setq gnus-visible-headers "^From:\\|^Subject:\\|^Date:\\|^Reply-To:\\|^Lines:\\|^To:\\|^Cc:") (setq gnus-default-article-saver 'gnus-summary-save-in-file) (setq gnus-mime-action-alist '(("save to file" . gnus-mime-save-part) ("save and strip" . gnus-mime-save-part-and-strip) ("display as text" . gnus-mime-inline-part) ("view the part" . gnus-mime-view-part) ("pipe to command" . gnus-mime-pipe-part) ("toggle display" . gnus-article-press-button) ("toggle display" . gnus-article-view-part-as-charset) ("view as type" . gnus-mime-view-part-as-type) ("internalize type" . gnus-mime-internalize-part) ("externalize type" . gnus-mime-externalize-part))) (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-alphabetically) ;; (makeunbound 'gnus-asynchronous) ;; (makeunbound 'gnus-use-article-prefetch) ;; (makeunbound 'gnus-prefetched-article-deletion-strategy) ;; (makeunbound 'gnus-use-header-prefetch) ;; (makeunbound 'gnus-async-prefetch-article-p) ;; (makeunbound 'gnus-global-score-files) ;; (makeunbound 'gnus-score-file-single-match-alist) ;; (makeunbound 'gnus-score-file-multiple-match-alist) ;; (makeunbound 'gnus-score-file-suffix) ;; (makeunbound 'gnus-adaptive-file-suffix) ;; (makeunbound 'gnus-score-find-score-files-function) ;; (makeunbound 'gnus-score-interactive-default-score) ;; (makeunbound 'gnus-score-expiry-days) ;; (makeunbound 'gnus-update-score-entry-dates) ;; (makeunbound 'gnus-decay-scores) ;; (makeunbound 'gnus-decay-score-function) ;; (makeunbound 'gnus-score-decay-constant) ;; (makeunbound 'gnus-score-decay-scale) ;; (makeunbound 'gnus-home-score-file) ;; (makeunbound 'gnus-home-adapt-file) ;; (makeunbound 'gnus-default-adaptive-score-alist) ;; (makeunbound 'gnus-adaptive-word-length-limit) ;; (makeunbound 'gnus-ignored-adaptive-words) ;; (makeunbound 'gnus-default-ignored-adaptive-words) ;; (makeunbound 'gnus-default-adaptive-word-score-alist) ;; (makeunbound 'gnus-adaptive-word-minimum) ;; (makeunbound 'gnus-adaptive-word-no-group-words) ;; (makeunbound 'gnus-score-mimic-keymap) ;; (makeunbound 'gnus-score-exact-adapt-limit) ;; (makeunbound 'gnus-score-uncacheable-files) ;; (makeunbound 'gnus-score-default-header) ;; (makeunbound 'gnus-score-default-type) ;; (makeunbound 'gnus-score-default-fold) ;; (makeunbound 'gnus-score-default-duration) ;; (makeunbound 'gnus-score-after-write-file-function) ;; (makeunbound 'gnus-score-thread-simplify) ;; (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-split-methods 'nnmail-split-fancy) (setq nnmail-use-long-file-names t) (setq nnmail-cache-accepted-message-ids t) (setq nnmail-pre-get-new-mail-hook '(gnus-group-split-update)) (setq nnmail-split-fancy '(| (& (any "\\(inn-workers@isc\\.org\\|inn-workers@isc\\.org\\|inn-workers\\)" "inn-workers") (any "\\(ext3-users@redhat\\.com\\|ext3-users@redhat\\.com\\|ext3-users\\)" "ext3-users") (any "\\(emacs-devel@gnu\\.org\\|emacs-devel@gnu\\.org\\|emacs-devel\\)" "emacs-devel") (any "\\(alsa-devel@lists\\.sourceforge\\.net\\|alsa-devel@lists\\.sourceforge\\.net\\|alsa-devel@sourceforge.net\\|alsa-devel\\)" "alsa-devel") (any "\\(aruell@attbi\\.com\\|aruell@attbi\\.com\\|aruell\\)" "aruell") (any "\\(certadvisory\\)" "cert-advisory") (any "\\(netfilter@lists\\.samba\\.org\\|netfilter@lists\\.samba\\.org\\|netfilter.*samba\\.org\\)" "netfilter") (any "\\(debian-user@lists\\.debian\\.org\\|debian-user@lists\\.debian\\.org\\|debian-user\\)" "debian-user") (any "\\(pinstripe-list@redhat\\.com\\|pinstripe-list@redhat\\.com\\)" "pinstripe-list") (any "\\(speakup@speech\\.braille\\.uwo\\.ca\\|speakup@speech\\.braille\\.uwo\\.ca\\|speakup@braille.uwo.ca\\)" "speakup") (any "\\(gw-info@gwmicro\\.com\\|gw-info@gwmicro\\.com\\)" "gwinfo") (any "\\(pro-audio@pgm\\.com\\|pro-audio@pgm\\.com\\|pro-audio\\)" "pro-audio") (any "\\(parrot@yahoogroups\\.com\\|parrot@yahoogroups\\.com\\|parrot@egroups.com\\|parrot\\)" "parrot") (any "\\(blinux-announce@redhat\\.com\\|blinux-announce@redhat\\.com\\)" "blinux-announce") (any "\\(blinux-list@redhat\\.com\\|blinux-list@redhat\\.com\\)" "blinux-list") (any "\\(blinux-develop@redhat\\.com\\|blinux-develop@redhat\\.com\\)" "blinux-develop") (any "\\(uaccess-l@trace\\.wisc\\.edu\\|uaccess-l@trace\\.wisc\\.edu\\)" "uaccess") (any "\\(list\\.healthplan@igc\\.topica\\.com\\|list\\.healthplan@igc\\.topica\\.com\\)" "list.healthplan") (any "\\(novalug@tux\\.org\\|novalug@tux\\.org\\|ma-linux@tux\\.org\\|novalug@gwyn\\.tux\\.org\\|ma-linux@gwyn\\.tux\\.org\\|^Sender.*owner-novalug\\@tux.org\\\\|^Sender:.*ma-linux\\)" "novalug") (any "\\(linux-kernel@vger\\.kernel\\.org\\|linux-kernel@vger\\.kernel\\.org\\|linux-kernel-owner\\)" "linux-kernel") (any "\\(guispeak@listserv\\.nas\\.net\\|guispeak@listserv\\.nas\\.net\\|guispeak@theta.nas.net\\|guispeak\\)" "guiaccess") (any "\\(blind-l@listserv\\.uark\\.edu\\|blind-l@listserv\\.uark\\.edu\\)" "blind-l") (any "\\(mcl@rtc2\\.icdi\\.wvu\\.edu\\|mcl@rtc2\\.icdi\\.wvu\\.edu\\)" "mcl") (any "\\(computerguys-l@listserv\\.aol\\.com\\|computerguys-l@listserv\\.aol\\.com\\)" "computerguys") (any "\\(linux-msdos@vger\\.rutgers\\.edu\\|linux-msdos@vger\\.rutgers\\.edu\\)" "linux-msdos") (any "\\(pc-audio@yahoogroups\\.com\\|pc-audio@yahoogroups\\.com\\|pc-audio\\)" "pc-audio") (any "\\(blindprogramming@yahoogroups\\.com\\|blindprogramming@yahoogroups\\.com\\|blindprogramming@topica.com\\|blindprogramming\\)" "blindprogramming") (any "\\(bbbs-english-list@bbbs\\.net\\|bbbs-english-list@bbbs\\.net\\)" "bbbs.english") (any "\\(uupc-info@kew\\.com\\|uupc-info@kew\\.com\\)" "uupc") (any "\\(books@lothlorien\\.nfbcal\\.org\\|books@lothlorien\\.nfbcal\\.org\\)" "books")) "mail.misc")) (setq nnmail-split-abbrev-alist '((any . "from\\|to\\|cc\\|sender\\|apparently-to\\|resent-from\\|resent-to\\|resent-cc\\|reply-to") (mail . "mailer-daemon\\|postmaster\\|uucp") (to . "to\\|cc\\|apparently-to\\|resent-to\\|resent-cc") (from . "from\\|sender\\|resent-from") (nato . "to\\|cc\\|resent-to\\|resent-cc") (naany . "from\\|to\\|cc\\|sender\\|resent-from\\|resent-to\\|resent-cc"))) (setq message-kill-buffer-on-exit t) (setq message-make-forward-subject-function '(message-forward-subject-fwd)) (setq message-forward-as-mime nil) (setq message-post-method '(nntp "news")) (setq message-setup-hook '((lambda nil (local-set-key "\033 " 'mail-abbrev-complete-alias)))) (setq message-mode-hook '(#[nil "\301\010!\207" [gnus-setup-message-group gnus-configure-posting-styles] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) (setq message-citation-line-function 'message-insert-citation-line-2) --=-=-= -- John Covici covici@ccs.covici.com --=-=-=--