From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14359 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: F... F... Uh. Date: 28 Feb 1998 17:10:23 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <86afbbp668.fsf@kramer.in.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153562 14453 80.91.224.250 (20 Oct 2002 22:39:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:39:22 +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 RAA21594 for ; Sat, 28 Feb 1998 17:17:38 -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 TAA17996 for ; Sat, 28 Feb 1998 19:13:23 -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 TAH23315; Sat, 28 Feb 1998 19:12:07 -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 19:10:46 -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 TAA23302 for ; Sat, 28 Feb 1998 19:10:35 -0600 (CST) Original-Received: (qmail 29354 invoked by uid 504); 1 Mar 1998 01:10:26 -0000 Original-Received: (qmail 29351 invoked from network); 1 Mar 1998 01:10:26 -0000 Original-Received: from newman.aventail.com (root@199.238.236.1) by claymore.vcinet.com with SMTP; 1 Mar 1998 01:10:26 -0000 Original-Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.100.12]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id RAA23991 for ; Sat, 28 Feb 1998 17:10:24 -0800 (PST) Original-Received: (from wmperry@localhost) by kramer.in.aventail.com (8.8.5/8.8.5) id RAA04823; Sat, 28 Feb 1998 17:10:24 -0800 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Lars Magne Ingebrigtsen 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). This is known lossage with Emacs 20 - welcome to hell lars! Its not just that you are inserting it without ?\200, but just that its a weird iso char and you haven't done all the funky make-char crap on it. Even then, you can still run into this grief. can you say, condition-case or special lookup table? :) -Bill P.