From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13846 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Bad .newsrc.eld created by Gnus Date: 09 Feb 1998 10:47:22 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035153138 11477 80.91.224.250 (20 Oct 2002 22:32:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:32: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 BAA23583 for ; Mon, 9 Feb 1998 01:52:02 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA24013 for ; Mon, 9 Feb 1998 03:49:01 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id EAN04772; Mon, 9 Feb 1998 04:25:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 09 Feb 1998 03:47:49 -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 DAA19319 for ; Mon, 9 Feb 1998 03:47:40 -0600 (CST) Original-Received: (qmail 11435 invoked by uid 504); 9 Feb 1998 09:47:32 -0000 Original-Received: (qmail 11432 invoked from network); 9 Feb 1998 09:47:31 -0000 Original-Received: from elc1.dina.kvl.dk (130.225.40.228) by claymore.vcinet.com with SMTP; 9 Feb 1998 09:47:30 -0000 Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id KAA28923; Mon, 9 Feb 1998 10:47:23 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id KAA03125; Mon, 9 Feb 1998 10:47:23 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: SL Baur's message of 08 Feb 1998 16:29:40 -0800 Original-Lines: 17 X-Mailer: Gnus v5.5/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13846 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13846 SL Baur writes: > Eze Ogwuma writes: > > > This is part of my file. It is the only part that contains "#". > > > > (#("nntp+news.dircon.co.uk:comp.lang.java.help" 0 23 nil 23 42 > ... > > (#("nntp+news.dircon.co.uk:comp.lang.java.programmer" 0 23 nil 23 48 > > Who put in the #'s? That's not valid Emacs or XEmacs. It look like Emacs print syntax for strings containing text properties. They usually occur when someone calls `buffer-substring' instead of `buffer-substring-no-properties'.