Gnus development mailing list
 help / color / mirror / Atom feed
* enable-multibyte-characters
@ 1999-06-28  8:46 Didier Verna
  1999-06-28 12:47 ` enable-multibyte-characters William M. Perry
  0 siblings, 1 reply; 5+ messages in thread
From: Didier Verna @ 1999-06-28  8:46 UTC (permalink / raw)
  Cc: Gnus Beta Testers


        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 ?


Footnotes: 
[1]  Steve, this is a good example of why it's really bad to have this
meaningless variable in XEmacs.

-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /     ENST, INFRES C201.1       mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   +33 (1) 45 81 73 46
                       75013 Paris, France      Fax.   +33 (1) 45 81 31 19


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-07-01  7:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-28  8:46 enable-multibyte-characters Didier Verna
1999-06-28 12:47 ` enable-multibyte-characters William M. Perry
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

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).