From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85981 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Xemacs (Mule) and GNU Emacs, problem with drafts and encoding. Date: Fri, 29 May 2015 11:46:00 +0900 Organization: Emacsen advocacy group Message-ID: References: <87pp5m5glb.fsf@mat.ucm.es> <87k2vthx2i.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1432867636 30214 80.91.229.3 (29 May 2015 02:47:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2015 02:47:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34216@lists.math.uh.edu Fri May 29 04:47:05 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YyAK5-0000aB-4R for ding-account@gmane.org; Fri, 29 May 2015 04:47:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1YyAJK-0006Wv-Uv; Thu, 28 May 2015 21:46:15 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YyAJJ-0006Wb-0t for ding@lists.math.uh.edu; Thu, 28 May 2015 21:46:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YyAJI-0006WP-0V for ding@lists.math.uh.edu; Thu, 28 May 2015 21:46:12 -0500 Original-Received: from memphis-mail.hostforweb.net ([216.246.47.48] helo=memphis.hostforweb.net) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1YyAJG-0002YR-9W for ding@gnus.org; Fri, 29 May 2015 04:46:10 +0200 Original-Received: from localhost ([127.0.0.1]:59053) by memphis.hostforweb.net with esmtp (Exim 4.85) (envelope-from ) id 1YyAJ9-001g1u-1T for ding@gnus.org; Thu, 28 May 2015 21:46:03 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130014 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.14) XEmacs/21.5-b32 (cygwin32) Cancel-Lock: sha1:Q+KpnJx17HvnerLZQhtnnFvPp6c= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - memphis.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: memphis.hostforweb.net: acl_c_authenticated_local_user: yamaokac X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85981 Archived-At: On Thu, 28 May 2015 11:26:45 +0200, Uwe Brauer wrote: [...] > Hm when I use the setting > (setq message-draft-coding-system 'iso-2022-7bit) > and try to enter the draft folder I obtain an error I attach > below [...] > I am on 21.5.33 Mule, so utf8 should be supported, however > (setq message-draft-coding-system 'utf8) > Also gives me an error I attach > Debugger entered--Lisp error: (wrong-type-argument stringp > nil) > file-name-nondirectory(nil) > insert-file-contents("~/News/drafts/drafts/818") It's strange. Could you load code-files.el, not code-files.elc, and fetch the error again? [1] code-files.el defines insert-file-contents, that calls file-name-nondirectory, however I don't see why it gets nil as an argument. I suspect it might not be related to the value of message-draft-coding-system. I got no error whatever the coding system is. [1] To locate code-files.e, use `M-x locate-library'.