Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Gijs Hillenius <gijs.hillenius@gmail.com>
Cc: info-gnus-english@gnu.org, ding@gnus.org, emacs-devel@gnu.org
Subject: Re: Gnus Problems with latest Emacs Snapshot
Date: Tue, 08 Apr 2008 11:55:35 +0900	[thread overview]
Message-ID: <b4mwsn9jbrs.fsf@jpl.org> (raw)
In-Reply-To: <874padbvmi.fsf@hillenius.net>

>>>>> Gijs Hillenius wrote:

> I find emacs-cvs could (..) also have caused errors in x-face (does
> not work out of the box anymore). But that is minor.

It's due to this change in the Emacs trunk:

2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
[...]
	* gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
	default-enable-multibyte-characters.

I think it is the right thing but it causes the `uncompface' function,
which `gnus-display-x-face-in-from' calls, to generate a multibyte
temp buffer and to break binary data that the external icontopbm
program generates.  I've fixed it in the Emacs trunk so as to make
that temp buffer unibyte as follows:

*** compface.el~	Tue Jan  8 21:51:25 2008
--- compface.el	Tue Apr  8 02:53:53 2008
***************
*** 33,38 ****
--- 33,39 ----
  GNU/Linux system these might be in packages with names like `compface'
  or `faces-xface' and `netpbm' or `libgr-progs', for instance."
    (with-temp-buffer
+     (unless (featurep 'xemacs) (set-buffer-multibyte nil))
      (insert face)
      (let ((coding-system-for-read 'raw-text)
  	  ;; At least "icontopbm" doesn't work with Windows because




           reply	other threads:[~2008-04-08  2:55 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <874padbvmi.fsf@hillenius.net>]

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=b4mwsn9jbrs.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=gijs.hillenius@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /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).