From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14354 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: F... F... Uh. Date: 28 Feb 1998 05:19:45 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=X-CTEXT X-Trace: main.gmane.org 1035153558 14432 80.91.224.250 (20 Oct 2002 22:39:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:39:18 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id FAA09441 for ; Sat, 28 Feb 1998 05:20:52 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA14813 for ; Sat, 28 Feb 1998 07:16:39 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAH03560; Sat, 28 Feb 1998 07:16:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 28 Feb 1998 07:15:54 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id HAA03547 for ; Sat, 28 Feb 1998 07:15:44 -0600 (CST) Original-Received: (qmail 26609 invoked by uid 504); 28 Feb 1998 13:15:36 -0000 Original-Received: (qmail 26606 invoked from network); 28 Feb 1998 13:15:36 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 28 Feb 1998 13:15:36 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.8/8.8.8) id FAA09406; Sat, 28 Feb 1998 05:19:45 -0800 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes: > Ok, so I'm trying not to use naughty words. > A user has sent me this backtrace from Emacs 20.2.89: Hmmm, that sounds like an unreleased version. Can I presume this has been pointed out to Richard and he has indicated it is a new feature and not a bug? Unreleased versions of emacs, like alpha versions of Gnus, are supposed to have bugs (much as we would like it to be otherwise). > Signaling: (error "Invalid character: 4200, 4831827856, 0x0") > insert(" €0 : ") ... > What is happening here is that Gnus is trying to insert \200 into a > buffer, and Emacs (no longer) will let it. What is now the proper > incantation? > It now does something like > (insert 128) That's kind of naughty. > Is > (insert ?\200) That would be better. One is going to come to grief sooner or later being too cavalier about mixing characters and integers in XEmacs 20. > allowed?