From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23592 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: enable-multibyte-characters Date: 28 Jun 1999 07:47:39 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86emiwbifo.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161296 2854 80.91.224.250 (21 Oct 2002 00:48:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:48:16 +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 IAA07688 for ; Mon, 28 Jun 1999 08:52:10 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB22186; Mon, 28 Jun 1999 07:51:38 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 28 Jun 1999 07:50:41 -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 HAA15985 for ; Mon, 28 Jun 1999 07:50:30 -0500 (CDT) Original-Received: from newman.aventail.com (root@newman.aventail.com [216.207.80.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA07618 for ; Mon, 28 Jun 1999 08:49:30 -0400 (EDT) Original-Received: from kramer.bp.aventail.com (wmperry@usrpri2-21.kiva.net [206.97.75.86]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id FAA04873 for ; Mon, 28 Jun 1999 05:47:42 -0700 (PDT) Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.9.3/8.9.3) id HAA04333; Mon, 28 Jun 1999 07:47:39 -0500 Original-To: Gnus Beta Testers X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > I've found the origin of my 'enable-multibyte-characters[1] problem (it > was set to nil from time to time with no apparent reason). It happens > when using the picons + network stuff. The function > 'mule-inhibit-code-conversion (from mule-sysdp.el in the w3 package) > contains the following code: > > ,---- > | (if (process-buffer proc) > | (save-excursion > | (set-buffer (process-buffer proc)) > | (set 'mc-flag nil) > | (if (fboundp 'set-buffer-multibyte) > | (set-buffer-multibyte nil) > | (set 'enable-multibyte-characters nil)))) > `----- > > I guess 'enable-multibyte-characters should be made buffer local first. > Bill ? enable-multibyte-characters is _supposed_ to be buffer-local. It has always been that way in Emacs, as far as I know. > Footnotes: > [1] Steve, this is a good example of why it's really bad to have this > meaningless variable in XEmacs. Agreed. :) -bp