From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67074 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: BUG: ngnus-0.10 can't send messages Date: Tue, 24 Jun 2008 11:57:47 +0200 Message-ID: <4860C51B.5030604@mat.ucm.es> References: <87od60tp06.fsf@mat.ucm.es> <87hcbpkcb7.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040905040302080505070103" X-Trace: ger.gmane.org 1214301566 7161 80.91.229.12 (24 Jun 2008 09:59:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 09:59:26 +0000 (UTC) To: Uwe Brauer , ding@gnus.org Original-X-From: ding-owner+M15540@lists.math.uh.edu Tue Jun 24 12:00:11 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KB5Jh-0005TS-98 for ding-account@gmane.org; Tue, 24 Jun 2008 12:00:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KB5Hr-00068j-Q3; Tue, 24 Jun 2008 04:58:07 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KB5Hp-00068L-6c for ding@lists.math.uh.edu; Tue, 24 Jun 2008 04:58:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1KB5Hi-0003eX-Ja for ding@lists.math.uh.edu; Tue, 24 Jun 2008 04:58:04 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.244]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1KB5I0-0003xR-00 for ; Tue, 24 Jun 2008 11:58:16 +0200 Original-Received: by an-out-0708.google.com with SMTP id c10so626460ana.45 for ; Tue, 24 Jun 2008 02:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:sender; bh=mqIa8V1Ox1lVvVYXg4+SQW7qJtszEyw+6ZAnhMPMR5U=; b=OLFx9xO1feexIlj8YGRbUhUwCtOQTbjPpcpfFdNkKWAHmxULkfGKC/Jhzg1PycG/74 54hSw24v2/z5b8YECrnAygtdDvcRi+FsPD8kchxatsgFevsYAt1B0IgsLkraLP7K7bPS iw7kE8iyKxlZqdzGmSJlNXZOTI6QH5k3AcQJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:sender; b=M0Kn1XuyN9xJ4cPNaVw0UgNY1ye/rOfb1PXq85+OKiHwlplvk4ypAy4hO7gbQNPyqa SridCQC0zaxxyhgvGstmYlceq5y3lbhk8SpX+VXi7LVogke/3tUKqmngLNWdq3wWfQeV YqrJ76DpR4psU6FVcT5Cd7JJiOqWch8iK7ufY= Original-Received: by 10.100.177.15 with SMTP id z15mr15449334ane.112.1214301473932; Tue, 24 Jun 2008 02:57:53 -0700 (PDT) Original-Received: from ?147.96.6.137? ( [147.96.6.137]) by mx.google.com with ESMTPS id d12sm13941667and.6.2008.06.24.02.57.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Jun 2008 02:57:52 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 In-Reply-To: X-Spam-Score: -1.7 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67074 Archived-At: This is a multi-part message in MIME format. --------------040905040302080505070103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reiner Steib wrote: > [ Please send your reply to ding@gnus.org, see Mail-Followup-To. ] > > On Thu, Jun 19 2008, Uwe Brauer wrote: > >>>>>>> "Reiner" == Reiner Steib writes: >> > I don't think so. >> >> > I can't reproduce (nor understand) this problem. It seems that >> > `mail-extract-address-components' returns something unexpected. >> > Please show us what is returned in your version for the following >> > expressions (use M-x ielm). The current CVS HEAD code of >> > `message-bogus-recipient-p' differs to ngnus-0.10, though it doesn't >> > seem to be relevant. But still, could you also try with current CVS >> > HEAD? >> >> You mean I should download the current CVS version and not ngnus-0.10? > > Yes. > >> > ,----[ M-x ielm RET ] >> > | ELISP> (require 'mail-extr) >> here I got already a problem >> >> --8<------------------------schnipp------------------------->8--- >> Debugger entered--Lisp error: (void-function shell-directory-tracker) >> shell-directory-tracker("(require 'mail-extr)\n") >> run-hook-with-args(shell-directory-tracker "(require 'mail-extr)\n") >> comint-send-input() >> ielm-send-input() >> ielm-return() >> #> #pabbrev-expansion pabbrev-expansion-suggestions last-command >> #prev-binding pabbrev-expand-maybe pabbrev-suggestions-goto-buffer >> #pabbrev-expand nil key-binding char-to-string fboundp] 3 >> #("/home/oub/xemacs/site-lisp/versch/pabbrev.elc" . 18473) nil>() >> call-interactively(pabbrev-expand-maybe) >> recursive-edit() >> byte-code("..." [buffer-read-only noninteractive debugger-buffer >> middlestart debugger-args debugger-batch-max-lines pop-to-buffer >> debugger-mode debugger-setup-buffer count-lines 2 "...\n" message >> buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable >> "" nil recursive-edit standard-output] 3) >> debug(error (buffer-read-only #)) >> call-interactively(delete-blank-lines) >> --8<------------------------schnapp------------------------->8--- >> >> > | mail-extr >> > | ELISP> (mail-extract-address-components "Uwe Brauer " t) >> > | (("Uwe Brauer" "oub@mat.ucm.es")) >> > | >> > | ELISP> (nth 0 (mail-extract-address-components "Uwe Brauer >> > " t)) >> > | ("Uwe Brauer" "oub@mat.ucm.es") >> > | >> > | ELISP> (cadr (nth 0 (mail-extract-address-components "Uwe >> > Brauer " t))) >> > | "oub@mat.ucm.es" >> > | ELISP> (require 'message) >> > | message >> > | ELISP> (message-bogus-recipient-p "Uwe Brauer ") >> > | nil >> > | ELISP> emacs-version >> > | "21.5 (beta27) \"fiddleheads\" (+CVS-20060704) XEmacs Lucid" >> > | ELISP> >> > `---- >> the other call do not work neither; all the time I obtain the same error. >> But now it seems that pabbrev might be the problem, a very nifty >> function which I use frequently > > > So it seem pabbrev breaks ielm? Please try without pabbrev, starting > from "xemacs -vanilla -f ielm". Replace "~/src/links/plain_No/lisp" > with the directory of No Gnus on your system. > > > ,----[ xemacs -vanilla -f ielm ] > | *** Welcome to IELM *** Type (describe-mode) for help. > | ELISP> (progn > | (push "~/src/links/plain_No/lisp" load-path) > | (car load-path)) > | "~/src/links/plain_No/lisp" > | ELISP> (require 'mail-extr) > | mail-extr > | ELISP> (locate-library "mail-extr") > | "/usr/share/xemacs/xemacs-packages/lisp/mail-lib/mail-extr.elc" > | ELISP> (mail-extract-address-components "Uwe Brauer " t) > | (("Uwe Brauer" "oub@mat.ucm.es")) > | > | ELISP> (nth 0 (mail-extract-address-components "Uwe Brauer " t)) > | ("Uwe Brauer" "oub@mat.ucm.es") > | > | ELISP> (cadr (nth 0 (mail-extract-address-components "Uwe Brauer " t))) > | "oub@mat.ucm.es" > | ELISP> (require 'message) > | message > | ELISP> (locate-library "message") > | "/home/dept/ste/src/links/plain_No/lisp/message.elc" > | ELISP> (message-bogus-recipient-p "Uwe Brauer ") > | nil > | ELISP> emacs-version > | "21.5 (beta27) \"fiddleheads\" (+CVS-20060704) XEmacs Lucid" > | ELISP> > `---- > > Bye, Reiner. Thanks for your answer. I did all the steps without a problem, I attach the ilm buffer the question still puzzles me, why does everything work with ngnus-0.6? Uwe --------------040905040302080505070103 Content-Type: text/plain; name="ngus-0.10-ilem-21.4" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="ngus-0.10-ilem-21.4" KioqIFdlbGNvbWUgdG8gSUVMTSAqKiogIFR5cGUgKGRlc2NyaWJlLW1vZGUpIGZvciBoZWxw LgpFTElTUD4gKHByb2duCiAgIChwdXNoICJ+L3hlbWFjcy9zaXRlLWxpc3AvcGFja2FnZXMv bmdudXMtMC4xMC9saXNwIiBsb2FkLXBhdGgpCiAgIChjYXIgbG9hZC1wYXRoKSkKIn4veGVt YWNzL3NpdGUtbGlzcC9wYWNrYWdlcy9uZ251cy0wLjEwL2xpc3AiCkVMSVNQPiAocmVxdWly ZSAnbWFpbC1leHRyKQptYWlsLWV4dHIKRUxJU1A+IChsb2NhdGUtbGlicmFyeSAibWFpbC1l eHRyIikKIi91c3Ivc2hhcmUveGVtYWNzMjEveGVtYWNzLXBhY2thZ2VzL2xpc3AvbWFpbC1s aWIvbWFpbC1leHRyLmVsYyIKRUxJU1A+IChtYWlsLWV4dHJhY3QtYWRkcmVzcy1jb21wb25l bnRzICJVd2UgQnJhdWVyIDxvdWJAbWF0LnVjbS5lcz4iIHQpCigoIlV3ZSBCcmF1ZXIiICJv dWJAbWF0LnVjbS5lcyIpKQoKRUxJU1A+IChudGggMCAobWFpbC1leHRyYWN0LWFkZHJlc3Mt Y29tcG9uZW50cyAiVXdlIEJyYXVlciA8b3ViQG1hdC51Y20uZXM+IiB0KSkKKCJVd2UgQnJh dWVyIiAib3ViQG1hdC51Y20uZXMiKQoKRUxJU1A+IChjYWRyIChudGggMCAobWFpbC1leHRy YWN0LWFkZHJlc3MtY29tcG9uZW50cyAiVXdlIEJyYXVlciA8b3ViQG1hdC51Y20uZXM+IiB0 KSkpCiJvdWJAbWF0LnVjbS5lcyIKRUxJU1A+IChyZXF1aXJlICdtZXNzYWdlKQptZXNzYWdl CkVMSVNQPiAobG9jYXRlLWxpYnJhcnkgIm1lc3NhZ2UiKQoiL2hvbWUvb3ViL3hlbWFjcy9z aXRlLWxpc3AvcGFja2FnZXMvbmdudXMtMC4xMC9saXNwL21lc3NhZ2UuZWxjIgpFTElTUD4g KG1lc3NhZ2UtYm9ndXMtcmVjaXBpZW50LXAgIlV3ZSBCcmF1ZXIgPG91YkBtYXQudWNtLmVz PiIpCm5pbApFTElTUD4gZW1hY3MtdmVyc2lvbgoiMjEuNCAocGF0Y2ggMTkpIFwiQ29uc3Rh bnQgVmFyaWFibGVcIiBYRW1hY3MgTHVjaWQiCkVMSVNQPiA= --------------040905040302080505070103--