Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Gnus Problems with latest Emacs Snapshot
@ 2008-04-07  9:14 Damien Wyart
  2008-04-07 14:13 ` Gijs Hillenius
  0 siblings, 1 reply; 4+ messages in thread
From: Damien Wyart @ 2008-04-07  9:14 UTC (permalink / raw)
  To: info-gnus-english

Hello,

When running latest Gnus CVS with latest Emacs snapshot (packaged for
Debian Sid by Romain Francoise), I get two errors :

Invalid buffer type: if

after displaying the group buffer

and

Invalid size: gnus-carpal

after trying to enter a group. This makes Gnus unusable, so I had to
revert to the previous snapshot to post here.

Do other people with the same versions reproduce these problems ? Does
it seems to be Gnus problems (an incompatibilty introduced by Emacs), or
Emacs problems ? If there is a more appropriate place to report this,
suggestions will be welcome, but confirmation from other users would be
interesting.


Thanks,

-- 
DW

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

* Re: Gnus Problems with latest Emacs Snapshot
  2008-04-07  9:14 Gnus Problems with latest Emacs Snapshot Damien Wyart
@ 2008-04-07 14:13 ` Gijs Hillenius
  2008-04-07 14:20   ` Damien Wyart
  2008-04-08  2:55   ` Katsumi Yamaoka
  0 siblings, 2 replies; 4+ messages in thread
From: Gijs Hillenius @ 2008-04-07 14:13 UTC (permalink / raw)
  To: info-gnus-english

On  7 Apr 2008, Damien Wyart wrote:

> Hello,
>
> When running latest Gnus CVS with latest Emacs snapshot (packaged for
> Debian Sid by Romain Francoise), I get two errors :
>
> Invalid buffer type: if
>
> after displaying the group buffer
>
> and
>
> Invalid size: gnus-carpal


See my post of yesterday and the reply from Katsumi Yamaoka.

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




-- 
"Otherwise, please speak to a doctor about removing your head from your
ass, I believe it would be beneficial to all involved."
		-- Zephaniah E. Hull, flaming someone on a mailing list

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

* Re: Gnus Problems with latest Emacs Snapshot
  2008-04-07 14:13 ` Gijs Hillenius
@ 2008-04-07 14:20   ` Damien Wyart
  2008-04-08  2:55   ` Katsumi Yamaoka
  1 sibling, 0 replies; 4+ messages in thread
From: Damien Wyart @ 2008-04-07 14:20 UTC (permalink / raw)
  To: info-gnus-english

* Gijs Hillenius <gijs.hillenius@gmail.com> in gnu.emacs.gnus:
> See my post of yesterday and the reply from Katsumi Yamaoka.

Thanks, the fix suggested works for now.

-- 
DW

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

* Re: Gnus Problems with latest Emacs Snapshot
  2008-04-07 14:13 ` Gijs Hillenius
  2008-04-07 14:20   ` Damien Wyart
@ 2008-04-08  2:55   ` Katsumi Yamaoka
  1 sibling, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2008-04-08  2:55 UTC (permalink / raw)
  To: Gijs Hillenius; +Cc: info-gnus-english, ding, emacs-devel

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




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

end of thread, other threads:[~2008-04-08  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-07  9:14 Gnus Problems with latest Emacs Snapshot Damien Wyart
2008-04-07 14:13 ` Gijs Hillenius
2008-04-07 14:20   ` Damien Wyart
2008-04-08  2:55   ` Katsumi Yamaoka

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