Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: Decoding ISO8859-15 -- offending headers
Date: Sun, 18 Aug 2002 13:08:59 +0200	[thread overview]
Message-ID: <iluptwg2zlg.fsf@latte.josefsson.org> (raw)
In-Reply-To: <wtnn0rkjvfq.fsf@licia.dtek.chalmers.se>

Jonas Steverud <d4jonas@dtek.chalmers.se> writes:

> What is the function that prints the contents to the Group buffer
> named? It would help me somewhat to debug this.

I think I found the patch.  I'll boot XEmacs to see what is breaking.
Masatoshi, do you remember the details?

	* gnus-group.el (gnus-group-name-decode): Don't test
	multibyte-string, because it breaks XEmacs.

Index: gnus-group.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-group.el,v
retrieving revision 6.68
retrieving revision 6.69
diff -u -p -r6.68 -r6.69
--- gnus-group.el	2002/02/20 00:15:31	6.68
+++ gnus-group.el	2002/02/20 16:15:00	6.69
@@ -1030,8 +1030,7 @@ The following commands are available:
       result)))
 
 (defun gnus-group-name-decode (string charset)
-  (if (and string charset (featurep 'mule)
-	   (not (mm-multibyte-string-p string)))
+  (if (and string charset (featurep 'mule))
       (mm-decode-coding-string string charset)
     string))
 




  reply	other threads:[~2002-08-18 11:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-18  6:33 Jonas Steverud
2002-07-26 19:39 ` Simon Josefsson
2002-07-27  9:09   ` Jonas Steverud
2002-07-27 14:03     ` Simon Josefsson
2002-07-27 15:17       ` Jonas Steverud
2002-07-27 20:45         ` Simon Josefsson
2002-07-27 21:42           ` Simon Josefsson
2002-07-28  8:46           ` Jonas Steverud
2002-07-28 14:04           ` Reiner Steib
2002-07-29 11:44             ` Simon Josefsson
2002-07-29 14:13               ` Reiner Steib
2002-07-31 15:35                 ` Simon Josefsson
2002-08-01  6:37                   ` Jonas Steverud
2002-08-18  8:42                   ` Jonas Steverud
2002-08-18 10:27                     ` Simon Josefsson
2002-08-18 10:46                       ` Jonas Steverud
2002-08-18 11:08                         ` Simon Josefsson [this message]
2002-08-18 11:38                           ` Jonas Steverud
2002-08-19  3:14                           ` Daiki Ueno
2002-08-19  6:53                             ` Jonas Steverud
2002-08-19  8:54                               ` Kai Großjohann
2002-08-19  9:13                                 ` Simon Josefsson
2002-08-19  9:12                             ` Simon Josefsson
2002-08-19 11:05                               ` Kai Großjohann
2002-08-19 14:28                                 ` Simon Josefsson
2002-08-19 17:02                                   ` Kai Großjohann
2002-08-19 17:13                                     ` Simon Josefsson

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=iluptwg2zlg.fsf@latte.josefsson.org \
    --to=jas@extundo.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).