Gnus development mailing list
 help / color / mirror / Atom feed
From: SL Baur <steve@xemacs.org>
Subject: Re: Pterodactyl Gnus v0.5 is released
Date: 29 Aug 1998 15:35:05 -0700	[thread overview]
Message-ID: <m21zpz1ko6.fsf@altair.xemacs.org> (raw)
In-Reply-To: Hrvoje Niksic's message of "30 Aug 1998 00:09:58 +0200"

Hrvoje Niksic <hniksic@srce.hr> writes in ding@gnus.org:

> SL Baur <steve@xemacs.org> writes:
>> Lars Magne Ingebrigtsen <larsi@gnus.org> writes in ding@gnus.org:
>> 
>> > Michael Harnois <mharnois@sbt.net> writes:
>> >> It's 54 bytes long. That certainly does represent a size reduction ...
>> 
>> > It's the new, effective, but instable compression technology.  The
>> > size spontaneously expanded to ~700kb a few jiffies ago.
>> 
>> Yup.  I'm trying a test build now.

> No go.  encode-coding-string is undefined.

Please try evaluating (fset 'encode-coding-string 'ignore) and
applying this patch and see if you get any further.

1998-08-29  SL Baur  <steve@altair.xemacs.org>

	* gnus-art.el (gnus-article-mode): Don't use `set-buffer-multibyte'
	atrocity in XEmacs.

--- pgnus-0.5/lisp/gnus-art.el~	Sat Aug 29 14:25:45 1998
+++ pgnus-0.5/lisp/gnus-art.el	Sat Aug 29 15:21:31 1998
@@ -1935,7 +1935,7 @@
   (buffer-disable-undo (current-buffer))
   (setq buffer-read-only t)
   (set-syntax-table gnus-article-mode-syntax-table)
-  (set-buffer-multibyte t)
+  (and (fboundp 'set-buffer-multibyte) (set-buffer-multibyte t))
   (gnus-run-hooks 'gnus-article-mode-hook))
 
 (defun gnus-article-setup-buffer ()


  reply	other threads:[~1998-08-29 22:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-29 21:26 Lars Magne Ingebrigtsen
1998-08-29 21:36 ` Michael Harnois
1998-08-29 21:41   ` SL Baur
1998-08-29 21:45   ` Lars Magne Ingebrigtsen
1998-08-29 21:57     ` Lloyd Zusman
1998-08-29 22:01     ` SL Baur
1998-08-29 22:09       ` Hrvoje Niksic
1998-08-29 22:35         ` SL Baur [this message]
1998-08-29 22:45           ` Hrvoje Niksic
1998-08-29 23:05             ` Lars Magne Ingebrigtsen
1998-08-29 22:45           ` Hrvoje Niksic
1998-08-29 22:58         ` Lars Magne Ingebrigtsen
1998-08-29 22:29     ` Michael Harnois
1998-08-29 23:02       ` Lars Magne Ingebrigtsen
1998-08-30  1:28     ` François Pinard
1998-08-29 22:08 ` SL Baur
1998-08-29 22:57   ` Lars Magne Ingebrigtsen
1998-08-31 12:29 ` Hallvard B Furuseth
1998-08-31 12:52   ` Lars Magne Ingebrigtsen
1998-08-31 16:25     ` Hallvard B Furuseth
1998-08-31 21:17       ` Lars Magne Ingebrigtsen
1998-09-12 16:10         ` Hallvard B Furuseth

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=m21zpz1ko6.fsf@altair.xemacs.org \
    --to=steve@xemacs.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).