From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73549 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Cannot enter one specific group anymore Date: Sun, 24 Oct 2010 21:29:42 +0200 Message-ID: <87fwvvpexl.fsf@thinkpad.tsdh.de> References: <87y69nj54i.fsf@thinkpad.tsdh.de> <87tykb1rr5.fsf@mid.gehheimdienst.de> <87ocaj33li.fsf@thinkpad.tsdh.de> <8762wrqy4c.fsf@thinkpad.tsdh.de> <87vd4rpino.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287948595 26152 80.91.229.12 (24 Oct 2010 19:29:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 19:29:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21918@lists.math.uh.edu Sun Oct 24 21:29:54 2010 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.69) (envelope-from ) id 1PA6GQ-0003Mi-01 for ding-account@gmane.org; Sun, 24 Oct 2010 21:29:54 +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 1PA6GO-00011Z-Ri; Sun, 24 Oct 2010 14:29:52 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PA6GN-00011F-At for ding@lists.math.uh.edu; Sun, 24 Oct 2010 14:29:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PA6GJ-0006F0-4t for ding@lists.math.uh.edu; Sun, 24 Oct 2010 14:29:51 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PA6GI-0002eb-00 for ; Sun, 24 Oct 2010 21:29:46 +0200 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9CDB5599 for ; Sun, 24 Oct 2010 15:29:45 -0400 (EDT) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 24 Oct 2010 15:29:45 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=+qC/+3/2oiQBNH3fUdJwn8T62Jg=; b=EzZCQ4l5zmlaloP5rRVZ8jxaAwDaomeJtKGzS8vjmvKA+MAsK7U69EBuPfFjB/3DtgXnPIOhTIjEvmuzEObNYL2F80GcPu5hFnxVTpvncso3uBlPFo+MLaru5tg/KNkp9OEFeQce3jLjLxsWUz+9A2rzp5sOus4INQsWOVqe/7A= X-Sasl-enc: fSdJIm/Ax9biknb3PpJneirYb4A85Zm+nNysk6KYHRaN 1287948585 Original-Received: from thinkpad.tsdh.de (p54AF063F.dip0.t-ipconnect.de [84.175.6.63]) by mail.messagingengine.com (Postfix) with ESMTPA id 9D3994034A9 for ; Sun, 24 Oct 2010 15:29:44 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 24 Oct 2010 20:19:54 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73549 Archived-At: Lars Magne Ingebrigtsen writes: >> I wanted to attach the mail by using Attachments > Attach Buffer and >> declaring it as message/rfc822, but when I tried to send it, I got: >> Debugger entered--Lisp error: (cl-assertion-failed (save-excursion (goto-char (point-min)) (not (re-search-forward "[^.-\377]" nil t)))) >> signal(cl-assertion-failed ((save-excursion (goto-char (point-min)) (not (re-search-forward "[^.-\377]" nil t))))) >> message-send-mail(nil) > > Hm. Anybody know what's this about? By the way, that `.' in the regex was indeed a ^@ (DEVICE CONTROL ONE). Bye, Tassilo