From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24145 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus 0.94 Signaling: (void-variable buffer-file-coding-system) Date: 11 Jul 1999 11:03:01 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2npv1zvmui.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161762 7118 80.91.224.250 (21 Oct 2002 00:56:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:56:02 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA02915 for ; Sun, 11 Jul 1999 05:25:59 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB02752; Sun, 11 Jul 1999 04:22:38 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 11 Jul 1999 04:23:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA03420 for ; Sun, 11 Jul 1999 04:22:38 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA02812 for ; Sun, 11 Jul 1999 05:21:22 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id LAA12751; Sun, 11 Jul 1999 11:22:03 +0200 Mail-Copies-To: never X-Now-Reading: Bryan Cholfin (ed.)'s _The Best of Crank!_ X-Now-Playing: A. C. Marias's _One of Our Girls (Has Gone Missing)_: "Time Was" Original-To: ding@gnus.org In-Reply-To: Shenghuo ZHU's message of "11 Jul 1999 00:20:37 -0400" User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > | (let ((coding-system-for-write > | (if (equal "text" (mm-handle-media-supertype handle)) > | buffer-file-coding-system > | 'binary)) > `-------- > > I guess using nil instead of buffer-file-coding-system should fix the > bug, because in XEmacs w/ mule, buffer-file-coding-system is used for > writing if coding-system-for-write is nil, and in XEmacs w/o mule, it > will not cause unbounded error. Perhaps coding-system-for-write should be 'binary in all cases, since we are in `mm-with-unibyte-buffer' anyway... I've made this fix to 0.96. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen