Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Subject: Re: enable-multibyte-characters
Date: 28 Jun 1999 07:47:39 -0500	[thread overview]
Message-ID: <86emiwbifo.fsf@kramer.bp.aventail.com> (raw)
In-Reply-To: Didier Verna's message of "28 Jun 1999 10:46:24 +0200"

Didier Verna <verna@inf.enst.fr> 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


  reply	other threads:[~1999-06-28 12:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-28  8:46 enable-multibyte-characters Didier Verna
1999-06-28 12:47 ` William M. Perry [this message]
1999-06-28 13:26   ` enable-multibyte-characters Didier Verna
1999-06-29 21:39     ` enable-multibyte-characters William M. Perry
1999-07-01  7:56       ` enable-multibyte-characters Didier Verna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86emiwbifo.fsf@kramer.bp.aventail.com \
    --to=wmperry@aventail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).