From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68154 Path: news.gmane.org!not-for-mail From: Michael Baer Newsgroups: gmane.emacs.gnus.general Subject: Error sending attached files Date: Mon, 12 Jan 2009 21:52:18 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231867404 21833 80.91.229.12 (13 Jan 2009 17:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2009 17:23:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16598@lists.math.uh.edu Tue Jan 13 18:24:35 2009 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 1LMn00-0003WN-1i for ding-account@gmane.org; Tue, 13 Jan 2009 18:24:20 +0100 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 1LMmyg-00063t-Ra; Tue, 13 Jan 2009 11:22:58 -0600 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 1LMcCK-0002YC-Iy for ding@lists.math.uh.edu; Mon, 12 Jan 2009 23:52:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LMcCH-0005Bm-DR for ding@lists.math.uh.edu; Mon, 12 Jan 2009 23:52:20 -0600 Original-Received: from dns.mikesoffice.com ([76.216.12.217] helo=tirnagith.dyn.mikesoffice.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LMcCX-000480-00 for ; Tue, 13 Jan 2009 06:52:34 +0100 Original-Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by tirnagith.dyn.mikesoffice.com (Postfix) with ESMTP id 1636F26EB8; Mon, 12 Jan 2009 21:52:19 -0800 (PST) User-Agent: Gnus/5.101 (Gnus v5.10.10) XEmacs/21.5-b28 (linux) X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68154 Archived-At: Hi, I've been having an error when sending attached files with gnus email that has been driving me crazy. I was hoping someone on this list might have some insight into the problem. It is somewhat inconsistent and seems to happen more often with pdf and MS Word files. If it happens with a file, it won't send that file and will continue to fail on repeated tries. Although, if I reopen and save a doc again with Openoffice or convert a pdf to something else, it often will send the new file. I usually attach the file with mml-attach-file (C-c C-a), but when I try to send I get the error message below: Invalid operation: No more character sets free for this dimension, 1 The error message is kind of amusing, but doesn't really make much sense to me in this context. I'm using a Fedora 9 on a PPC platform, and I was using the version of gnus that is standard on F9 (I forget what version gnus is, it's xemacs 21.5.28-6) but I switched to the source gnus-5.10.10 with no noticeable change in this error. The debug on error output is: Debugger entered--Lisp error: (invalid-operation "No more character sets free for this dimension" 1) insert-file-contents-internal("~/wtemp/scan/temp.pdf" nil nil nil nil undecided used-codesys) byte-code("..." [buffer-file-coding-system-for-read coding-system-for-read return-val visit filename coding-system run-hook-with-args insert-file-contents-access-hook run-hook-with-args-until-success insert-file-contents-pre-hook find-file-coding-system-for-read-from-filename raw-text find-coding-system lwarn notice "Invalid coding-system (%s), using 'undecided" undecided insert-file-contents-internal used-codesys start end replace] 9) insert-file-contents("~/wtemp/scan/temp.pdf" nil nil nil nil) mm-insert-file-contents("~/wtemp/scan/temp.pdf" nil nil nil nil t) mml-compute-boundary-1((part (type . "application/pdf") (filename . "~/wtemp/scan/temp.pdf") (disposition . "attachment") (description . "temp.pdf") (tag-location . 305) (contents . ""))) mapcar(mml-compute-boundary-1 ((part (type . "application/pdf") (filename . "~/wtemp/scan/temp.pdf") (disposition . "attachment") (description . "temp.pdf") (tag-location . 305) (contents . "")) (part (type . "text/plain") (contents . "\n\n-- \nMichael Baer\nbaerm@mikesoffice.com\n")))) mml-compute-boundary-1((multipart (type . "mixed") (part (type . "application/pdf") (filename . "~/wtemp/scan/temp.pdf") (disposition . "attachment") (description . "temp.pdf") (tag-location . 305) (contents . "")) (part (type . "text/plain") (contents . "\n\n-- \nMichael Baer\nbaerm@mikesoffice.com\n")))) mml-compute-boundary((multipart (type . "mixed") (part (type . "application/pdf") (filename . "~/wtemp/scan/temp.pdf") (disposition . "attachment") (description . "temp.pdf") (tag-location . 305) (contents . "")) (part (type . "text/plain") (contents . "\n\n-- \nMichael Baer\nbaerm@mikesoffice.com\n")))) mml-generate-mime-1((multipart (type . "mixed") (part (type . "application/pdf") (filename . "~/wtemp/scan/temp.pdf") (disposition . "attachment") (description . "temp.pdf") (tag-location . 305) (contents . "")) (part (type . "text/plain") (contents . "\n\n-- \nMichael Baer\nbaerm@mikesoffice.com\n")))) mml-generate-mime() message-encode-message-body() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) It's not making much sens to me, but any suggestions would definitely be appreciated, Thanks, Mike -- Michael Baer gnus@mikesoffice.com