From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68181 Path: news.gmane.org!not-for-mail From: Aidan Kehoe Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.beta Subject: Re: Error sending attached files Date: Sun, 18 Jan 2009 10:58:51 +0000 Message-ID: <18803.2923.47279.551408@parhasard.net> References: <877i4tk7i3.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1232276387 9177 80.91.229.12 (18 Jan 2009 10:59:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Jan 2009 10:59:47 +0000 (UTC) Cc: Michael Baer , ding@gnus.org, xemacs-beta@xemacs.org To: Reiner Steib Original-X-From: ding-owner+M16623@lists.math.uh.edu Sun Jan 18 12:00:58 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 1LOVOi-0001VV-8d for ding-account@gmane.org; Sun, 18 Jan 2009 12:00:56 +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 1LOVMS-0001jL-DA; Sun, 18 Jan 2009 04:58:36 -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 1LOVMQ-0001j5-F7 for ding@lists.math.uh.edu; Sun, 18 Jan 2009 04:58:34 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LOVMM-0002r6-FE for ding@lists.math.uh.edu; Sun, 18 Jan 2009 04:58:34 -0600 Original-Received: from daedalus.ipv4.asclepian.ie ([213.133.100.226] helo=daedalus.asclepian.ie) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LOVMd-0005Ly-00 for ; Sun, 18 Jan 2009 11:58:48 +0100 Original-Received: by daedalus.asclepian.ie (Postfix, from userid 1002) id 95116B83C; Sun, 18 Jan 2009 10:58:13 +0000 (GMT) In-Reply-To: <877i4tk7i3.fsf@marauder.physik.uni-ulm.de> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta28) "fuki" 302136a857ec+ XEmacs Lucid (i386-apple-darwin8.11.1) X-NS5-file-as-sent: t X-Echelon-distraction: KGB Ft. Bragg arrangements Paula Corbin Jones Vickie Weaver Area 51 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68181 gmane.emacs.xemacs.beta:29154 Archived-At: Ar an seacht=FA l=E1 d=E9ag de m=ED Eanair, scr=EDobh Reiner Steib:=20 > Looks like a problem in XEmacs' `insert-file-contents-internal' to me. > Cc-ing xemacs-beta... As far as I can tell, our encoding autodetection code thinks the file is = ISO 2022 JP, and is auto-allocating character sets and running out of them. W= hat does Gnus bind coding-system-for-read to? It should be binary for this us= e case. > On Tue, Jan 13 2009, Michael Baer wrote: >=20 > > 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)=20 > > 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), usi= ng > > '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-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, >=20 > Bye, Reiner. > --=20 > ,,, > (o o) > ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.d= e/ >=20 > _______________________________________________ > XEmacs-Beta mailing list > XEmacs-Beta@xemacs.org > http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta --=20 =BFD=F3nde estar=E1 ahora mi sobrino Yoghurtu Nghe, que tuvo que huir precipitadamente de la aldea por culpa de la escasez de rinocerontes?