Gnus development mailing list
 help / color / mirror / Atom feed
* another bug report
@ 2000-04-21 20:00 Pavel Janik ml.
  2000-04-21 20:18 ` Shenghuo ZHU
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Janik ml. @ 2000-04-21 20:00 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

Hi,

when trying to send backtrace with some binary stuff to the gorup I just got
the attached backtrace...
-- 
Pavel Janík ml.
Pavel.Janik@inet.cz

[-- Attachment #2: backtrace --]
[-- Type: application/octet-stream, Size: 5591 bytes --]

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

* Re: another bug report
  2000-04-21 20:00 another bug report Pavel Janik ml.
@ 2000-04-21 20:18 ` Shenghuo ZHU
  2000-04-22  8:16   ` Pavel Janik ml.
  2000-04-22  8:21   ` Pavel Janik ml.
  0 siblings, 2 replies; 5+ messages in thread
From: Shenghuo ZHU @ 2000-04-21 20:18 UTC (permalink / raw)


>>>>> "Pavel" == Pavel Janik ml <Pavel.Janik@inet.cz> writes:

Pavel> Hi,

Pavel> when trying to send backtrace with some binary stuff to the
Pavel> gorup I just got the attached backtrace...

Pavel> Signaling: (coding-system-error iso-8895-4)
Pavel>   mm-encode-coding-region(6 7 iso-8895-4)

[...]

Did you accidently put iso-8895-4 in mm-mime-mule-charset-alist?

I guess it should be iso-8859-4.

-- 
Shenghuo



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

* Re: another bug report
  2000-04-21 20:18 ` Shenghuo ZHU
@ 2000-04-22  8:16   ` Pavel Janik ml.
  2000-04-22  8:21   ` Pavel Janik ml.
  1 sibling, 0 replies; 5+ messages in thread
From: Pavel Janik ml. @ 2000-04-22  8:16 UTC (permalink / raw)
  Cc: ding

   From: Shenghuo ZHU <zsh@cs.rochester.edu>
   Date: 21 Apr 2000 16:18:11 -0400

Hi,

   > Pavel> Signaling: (coding-system-error iso-8895-4)
   > Pavel>   mm-encode-coding-region(6 7 iso-8895-4)
   > 
   > [...]
   > 
   > Did you accidently put iso-8895-4 in mm-mime-mule-charset-alist?

NO :-) It is weird.

mm-mime-mule-charset-alist is the same as default. And there is no 95 in it...
-- 
Pavel Janík ml.
Pavel.Janik@inet.cz



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

* Re: another bug report
  2000-04-21 20:18 ` Shenghuo ZHU
  2000-04-22  8:16   ` Pavel Janik ml.
@ 2000-04-22  8:21   ` Pavel Janik ml.
  2000-04-22 12:36     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Pavel Janik ml. @ 2000-04-22  8:21 UTC (permalink / raw)
  Cc: ding

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

   From: Shenghuo ZHU <zsh@cs.rochester.edu>
   Date: 21 Apr 2000 16:18:11 -0400

Hi,

   > Did you accidently put iso-8895-4 in mm-mime-mule-charset-alist?
   > 
   > I guess it should be iso-8859-4.

again: no and it can be easily reproduced here... Try to insert (not attach)
the attached file and send it to youself...
-- 
Pavel Janík ml.
Pavel.Janik@inet.cz

[-- Attachment #2: buggy file --]
[-- Type: application/octet-stream, Size: 5591 bytes --]

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

* Re: another bug report
  2000-04-22  8:21   ` Pavel Janik ml.
@ 2000-04-22 12:36     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-22 12:36 UTC (permalink / raw)
  Cc: Gerd Moellmann

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Pavel.Janik@inet.cz (Pavel Janik ml.) writes:

>    > Did you accidently put iso-8895-4 in mm-mime-mule-charset-alist?
>    > 
>    > I guess it should be iso-8859-4.
> 
> again: no and it can be easily reproduced here... Try to insert (not attach)
> the attached file and send it to youself...

I get the same thing:

Invalid coding system: iso-8895-4

Must be a typo somewhere in Emacs 20.6.  *time passes*  Yes:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: b --]
[-- Type: text/x-patch, Size: 436 bytes --]

--- /local/src/emacs-20.6/lisp/language/european.el     Mon Sep 20 04:19:25 1999
+++ /tmp/european.el    Sat Apr 22 14:34:05 2000
@@ -154,7 +154,7 @@
  '(ascii latin-iso8859-4 nil nil
    nil nil nil nil nil nil nil)
  '((safe-charsets ascii latin-iso8859-4)
-   (mime-charset . iso-8895-4)))
+   (mime-charset . iso-8859-4)))
 
 (define-coding-system-alias 'iso-8859-4 'iso-latin-4)
 (define-coding-system-alias 'latin-4 'iso-latin-4)

[-- Attachment #3: Type: text/plain, Size: 104 bytes --]


-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen

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

end of thread, other threads:[~2000-04-22 12:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-21 20:00 another bug report Pavel Janik ml.
2000-04-21 20:18 ` Shenghuo ZHU
2000-04-22  8:16   ` Pavel Janik ml.
2000-04-22  8:21   ` Pavel Janik ml.
2000-04-22 12:36     ` Lars Magne Ingebrigtsen

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