From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52393 Path: main.gmane.org!not-for-mail From: Andreas Jaeger Newsgroups: gmane.emacs.gnus.general Subject: Re: Parsing of Kai's Emails fails now completlty Date: Wed, 07 May 2003 07:34:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1052285629 21664 80.91.224.249 (7 May 2003 05:33:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 05:33:49 +0000 (UTC) Original-X-From: ding-owner+M937@lists.math.uh.edu Wed May 07 07:33:43 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DHYk-0005cu-00 for ; Wed, 07 May 2003 07:33:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DHZf-0001ng-00; Wed, 07 May 2003 00:34:39 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DHZU-0001na-00 for ding@lists.math.uh.edu; Wed, 07 May 2003 00:34:28 -0500 Original-Received: (qmail 35068 invoked by alias); 7 May 2003 05:34:27 -0000 Original-Received: (qmail 35062 invoked from network); 7 May 2003 05:34:27 -0000 Original-Received: from ns.suse.de (HELO Cantor.suse.de) (213.95.15.193) by sclp3.sclp.com with SMTP; 7 May 2003 05:34:27 -0000 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 226F21457A for ; Wed, 7 May 2003 07:34:25 +0200 (MEST) Original-Received: from aj by arthur.inka.de with local (Exim 4.12) id 19DHZP-0007GX-00 for ding@gnus.org; Wed, 07 May 2003 07:34:23 +0200 Original-To: ding@gnus.org In-Reply-To: (Xavier Maillard's message of "Tue, 06 May 2003 22:25:30 +0200") User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Portable Code, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52393 --=-=-= Xavier Maillard writes: > On 4 mai 2003, Andreas Jaeger uttered the following: > >> Xavier Maillard writes: >> >> > On 4 mai 2003, Andreas Jaeger spake thusly: >> > >> > > I just did a cvs update an now get the following when trying to >> > > display one of Kai's mails on the ding list: >> > > >> > > Signaling: (wrong-type-argument char-or-string-p nil) >> > > mail-decode-encoded-word-region(1 2458) >> > > article-decode-encoded-words() >> > > run-hooks(article-decode-encoded-words) >> > > gnus-request-article-this-buffer(1420 >> > > "nnmaildir+gromit:mail.ding") gnus-article-prepare(1420 nil) >> > > gnus-summary-display-article(1420) gnus-summary-next-page(nil) >> > > call-interactively(gnus-summary-next-page) >> > > >> > > Andreas >> > >> > No problem here. Maybe it is related to your settings ? >> >> Might be. What should I check? I just did another CVS update and >> DAve's change: >> (rfc2047-parse-and-decode): Revert last change. >> Fixed the immediate problem. But Kai's from still looks broken: >> From: kai.grossjohann@gmx.net (Kai =?iso-8859-1?q?Gro=DFjohann?=) > > i definetely don't have this problem here even with a recent cvs up. I > can see the weird symbol without problems. Dunno where you should start > your verifications :( Maybe try to check for the default charset you > are using or stuff like that ? I'm appending the contents of a Gnus bug report. The important stuff is: (setq gnus-default-charset 'iso-8859-1) (setq message-default-charset 'iso-8859-1) Andreas Gnus v5.10.2 XEmacs 21.4 (patch 12) "Portable Code" [Lucid] (i386-suse-linux, Mule) of Mon Mar 17 2003 on E120 200 gromit.moeb InterNetNews server INN 2.3.4 ready --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-home-directory "/mail-aj/") (setq gnus-directory "/mail-aj/News") (setq gnus-default-nntp-server "news") (setq gnus-select-method '(nntp "gromit.moeb")) (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-directory "/mail-aj/Mail/archive/") (nnfolder-marks-directory "/mail-aj/Mail/archive/") (nnfolder-active-file "/mail-aj/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) (setq gnus-message-archive-group '((if (message-news-p) (concat "out-news." (format-time-string "%Y-%m")) (concat "out-mail." (format-time-string "%Y-%m"))))) (setq gnus-secondary-select-methods '((nnmaildir "gromit" (directory "/mail-aj/Maildirs/") (get-new-mail nil)) (nnml "" (mail-sources ((directory :path "/mail-aj/Mail/procmail-work/" :plugged t :suffix ".spool")))) (nnfolder "gromit-folders" (nnfolder-directory "/mail-aj/Mail/gromit-folders") (nnfolder-active-file "/mail-aj/Mail/gromit-folders/active") (nnfolder-get-new-mail t) (nnfolder-inhibit-expiry t) (mail-sources ((directory :path "/mail-aj/Mail/procmail-nnfolder/" :plugged t :suffix ".spool")))))) (setq gnus-large-newsgroup 500) (setq gnus-kill-files-directory "/mail-aj/News/") (setq gnus-use-adaptive-scoring t) (setq gnus-summary-prepare-exit-hook nil) (setq gnus-novice-user nil) (setq gnus-interactive-catchup nil) (setq gnus-interactive-exit nil) (setq gnus-group-change-level-function 'gnus-topic-change-level) (setq gnus-agent-cache nil) (setq gnus-default-charset 'iso-8859-1) (setq gnus-agent nil) (setq gnus-summary-gather-subject-limit 'fuzzy) (setq gnus-auto-select-first nil) (setq gnus-auto-select-next 'quietly) (setq gnus-single-article-buffer nil) (setq gnus-unseen-mark ?\ ) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-score)) (setq gnus-summary-mode-hook '(gnus-xmas-switch-horizontal-scrollbar-off gnus-xmas-setup-summary-toolbar gnus-xmas-summary-menu-add)) (setq gnus-select-group-hook '((lambda nil (cond ((string-match "^nnml:mail.glibc-devel$" gnus-newsgroup-name) (setq bbdb/news-auto-create-p t)) ((string-match "^nnml:mail.suse" gnus-newsgroup-name) (setq bbdb/news-auto-create-p t)) ((string-match "^nnml:mail.AMD" gnus-newsgroup-name) (setq bbdb/news-auto-create-p t)) ((string-match "^nnml:mail.hammer-misc" gnus-newsgroup-name) (setq bbdb/news-auto-create-p t)) (t (setq bbdb/news-auto-create-p nil)))))) (setq gnus-exit-group-hook '(gnus-uu-delete-work-dir gnus-uu-clean-up)) (setq gnus-extra-headers '(To)) (setq gnus-keep-same-level 'best) (setq gnus-group-line-format "%M%S%4y %3i %m L%1L: %(%-33G%) %D\n") (setq gnus-group-mode-line-format "Gnus: %%b") (setq gnus-group-catchup-group-hook '(gnus-topic-update-topic)) (setq gnus-group-prepare-hook '(#)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-boring-article-headers '(empty newsgroups followup-to reply-to)) (setq gnus-emphasis-alist '(("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(\\*\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)\\*\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-bold) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(_\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)_\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-underline) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-italic) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(_/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/_\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-underline-italic) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(_\\*\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)\\*_\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-underline-bold) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(\\*/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/\\*\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-bold-italic) ("\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(_\\*/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/\\*_\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)" 2 3 gnus-emphasis-underline-bold-italic) ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)" 2 3 gnus-emphasis-underline))) (setq gnus-default-article-saver 'gnus-summary-save-in-mail) (setq gnus-article-mode-hook '(gnus-xmas-article-menu-add)) (setq gnus-article-prepare-hook '(bbdb/gnus-pop-up-bbdb-buffer)) (setq gnus-unbuttonized-mime-types nil) (setq gnus-article-date-lapsed-new-header t) (setq gnus-treat-buttonize 5000) (setq gnus-treat-emphasize 5000) (setq gnus-treat-strip-banner 5000) (setq gnus-treat-highlight-citation nil) (setq gnus-treat-date-lapsed 'head) (setq gnus-treat-display-smileys nil) (setq gnus-init-file "/home/aj/.xemacs/gnus") (setq gnus-level-default-subscribed 4) (setq gnus-activate-foreign-newsgroups 3) (setq gnus-read-newsrc-file nil) (setq gnus-save-killed-list nil) (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-hierarchically) (setq gnus-save-newsrc-hook '(bbdb-offer-save)) (setq gnus-group-mode-hook '(gnus-xmas-setup-group-toolbar gnus-xmas-group-menu-add gnus-topic-mode)) (setq gnus-use-article-prefetch nil) (setq gnus-use-header-prefetch t) (setq gnus-decay-scores t) (setq gnus-default-adaptive-score-alist '((gnus-unread-mark) (gnus-ticked-mark (from 4)) (gnus-dormant-mark (from 5)) (gnus-del-mark (from -4) (subject -1)) (gnus-read-mark (from 4) (subject 2)) (gnus-expirable-mark (from -1) (subject -1)) (gnus-killed-mark (from -10) (subject -30)) (gnus-kill-file-mark) (gnus-ancient-mark) (gnus-low-score-mark) (gnus-catchup-mark))) (setq gnus-buffer-configuration '((article (vertical 1.0 (summary 0.4 point) (article 1.0))) (group (vertical 1.0 (group 1.0 point) (if gnus-carpal '(group-carpal 4)))) (summary (vertical 1.0 (summary 1.0 point) (if gnus-carpal '(summary-carpal 4)))) (server (vertical 1.0 (server 1.0 point) (if gnus-carpal '(server-carpal 2)))) (browse (vertical 1.0 (browse 1.0 point) (if gnus-carpal '(browse-carpal 2)))) (message (vertical 1.0 (message 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))) (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))) (post (vertical 1.0 (post 1.0 point))) (reply (vertical 1.0 (article 0.5) (message 1.0 point))) (forward (vertical 1.0 (message 1.0 point))) (reply-yank (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) (if gnus-carpal '(summary-carpal 4)) ("*Shell Command Output*" 1.0))) (bug (vertical 1.0 (if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 0.5)) ("*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))))) (setq gnus-topic-mode-hook '(gnus-xmas-topic-menu-add)) (setq gnus-topic-line-format "%i[ %(%{%n%}%) -- %g:%A ]%v\n") (setq gnus-agent-group-mode-hook '(gnus-xmas-agent-group-menu-add)) (setq gnus-agent-summary-mode-hook '(gnus-xmas-agent-summary-menu-add)) (setq gnus-agent-server-mode-hook '(gnus-xmas-agent-server-menu-add)) (setq gnus-server-mode-hook '(gnus-xmas-server-menu-add)) (setq mm-automatic-display '("text/plain" "text/enriched" "text/richtext" "text/x-vcard" "image/.*" "message/delivery-status" "multipart/.*" "message/rfc822" "text/x-patch" "application/pgp-signature" "application/emacs-lisp" "application/x-emacs-lisp" "application/x-pkcs7-signature" "application/pkcs7-signature" "application/x-pkcs7-mime" "application/pkcs7-mime")) (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq nnmail-split-methods '(("mail.xemacs" "(To|X-Mailing-List|CC):.*xemacs-beta@xemacs.org") ("mail.linux-gcc" "Sender.*owner-linux-gcc") ("mail.linux-kernel" "Sender.*owner-linux-kernel") ("mail.bugtraq" "Sender.*Bugtraq") ("mail.kde-announce" "Resent-From.*kde-announce") ("mail.libc-bugs" "(To|CC):.*bugs@.*gnu.ai.mit.edu") ("mail.libc-bugs" "(To|CC):.*gnatsadmin@.*gnu.ai.mit.edu") ("mail.bug-glibc" "(To|CC):.*bug-glibc@") ("mail.other" ""))) (setq nnmail-cache-ignore-groups "nnfolder.*|mail.archive") (setq nnmail-use-long-file-names t) (setq nnmail-treat-duplicates nil) (setq nnmail-extra-headers '(To)) (setq message-directory "/mail-aj/Mail/") (setq message-max-buffers 2) (setq message-required-headers '((X-Draft-From lambda nil (gnus-inews-make-draft-meta-information "nnmaildir+gromit:mail.ding" 'nil)) (optional . References) From)) (setq message-post-method '(nntp "arthur.moeb")) (setq message-setup-hook '(my-signature-setup)) (setq message-mode-hook '(# footnote-mode message-xmas-maybe-fontify)) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) (setq message-cite-function 'message-cite-original-without-signature) (setq message-default-charset 'iso-8859-1) --=-=-= -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj --=-=-=--