From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33902 Path: main.gmane.org!not-for-mail From: Mike Pullen Newsgroups: gmane.emacs.gnus.general Subject: enable-multibyte-characters error with recent CVS Date: 25 Dec 2000 23:23:27 -0600 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 1035169923 27594 80.91.224.250 (21 Oct 2002 03:12:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:12:03 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 1A6FFD049E for ; Tue, 26 Dec 2000 00:32:32 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id XAB18743; Mon, 25 Dec 2000 23:24:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 25 Dec 2000 23:23:19 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id XAA11297 for ; Mon, 25 Dec 2000 23:23:08 -0600 (CST) Original-Received: from smtp06.mail.onemain.com (SMTP-OUT003.ONEMAIN.COM [63.208.208.73]) by mailhost.sclp.com (Postfix) with SMTP id 9E776D049E for ; Tue, 26 Dec 2000 00:23:32 -0500 (EST) Original-Received: (qmail 22557 invoked from network); 26 Dec 2000 05:23:30 -0000 Original-Received: from ilmetr01-37.midwest.net (HELO lohad.darby.net) ([208.235.14.168]) (envelope-sender ) by 10.209.20.36 (qmail-ldap-1.03) with SMTP for ; 26 Dec 2000 05:23:30 -0000 Original-Received: (from mtp@localhost) by lohad.darby.net (8.11.0/8.11.0) id eBQ5NRD18338; Mon, 25 Dec 2000 23:23:27 -0600 Original-To: ding@gnus.org Original-Lines: 110 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33902 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33902 --=-=-= I cannot send mail with recent CVS. When I send the message I get the following backtrace. I am using an Xemacs without mule. Any ideas? Signaling: (void-variable enable-multibyte-characters) message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) Following is the output from gnus-bug: Oort Gnus v0.01 XEmacs 21.1 (patch 12) "Channel Islands" [Lucid] (i386-redhat-linux) of Thu Aug 24 2000 on porky.devel.redhat.com 200 Leafnode NNTP Daemon, version 1.9.17 running at localhost. --=-=-= Content-Type: application/x-emacs-lisp Content-Disposition: inline Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-select-method '(nntp "localhost")) (setq gnus-message-archive-group '((if (message-news-p) "misc-news" (concat "mail." (format-time-string "%Y" (current-time)))))) (setq gnus-secondary-select-methods '((nnml ""))) (setq gnus-large-newsgroup 1000) (setq gnus-suppress-duplicates t) (setq gnus-novice-user nil) (setq gnus-interactive-catchup nil) (setq gnus-group-change-level-function 'gnus-topic-change-level) (setq gnus-visual '(summary-highlight group-highlight 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)) (setq gnus-thread-hide-subtree t) (setq gnus-auto-select-first nil) (setq gnus-article-sort-functions '(gnus-article-sort-by-score)) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-subject 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-extra-headers '(To From Newsgroups)) (setq gnus-group-mode-hook '(gnus-topic-mode gnus-xmas-setup-group-toolbar gnus-xmas-group-menu-add)) (setq gnus-group-catchup-group-hook '(gnus-topic-update-topic)) (setq gnus-article-x-face-command 'gnus-xmas-article-display-xface) (setq gnus-save-all-headers nil) (setq gnus-prompt-before-saving nil) (setq gnus-default-article-saver 'gnus-summary-write-to-file) (setq gnus-article-mode-hook '(gnus-xmas-article-menu-add)) (setq gnus-article-prepare-hook '(bbdb/gnus-pop-up-bbdb-buffer)) (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-treat-strip-pgp nil) (setq gnus-treat-strip-trailing-blank-lines t) (setq gnus-treat-strip-leading-blank-lines t) (setq gnus-treat-strip-multiple-blank-lines t) (setq gnus-treat-display-smileys nil) (setq gnus-treat-display-picons nil) (setq gnus-check-new-newsgroups nil) (setq gnus-save-killed-list nil) (setq gnus-check-bogus-groups-hook '(gnus-topic-clean-alist)) (setq gnus-startup-hook '(bbdb-insinuate-gnus)) (setq gnus-save-newsrc-hook '(bbdb-offer-save)) (setq gnus-topic-mode-hook '(gnus-xmas-topic-menu-add)) (setq nnmail-split-fancy "") (setq nnmail-extra-headers '(To From Newsgroups)) (setq message-make-forward-subject-function 'message-forward-subject-fwd) (setq message-wash-forwarded-subjects t) (setq message-sendmail-f-is-evil t) (setq message-qmail-inject-args '("-f" "mpullen@midwest.net")) (setq message-post-method '(nntp "news")) (setq message-mode-hook '(gnus-configure-posting-styles turn-on-auto-fill message-xmas-maybe-fontify)) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) --=-=-= -- Mike Pullen http://www.midwest.net/scribers/mpullen --=-=-=--