From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56724 Path: main.gmane.org!not-for-mail From: Michael Schierl Newsgroups: gmane.emacs.gnus.general Subject: Re: Exact article count for nnml groups Date: Sat, 13 Mar 2004 17:07:02 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079197269 7400 80.91.224.253 (13 Mar 2004 17:01:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2004 17:01:09 +0000 (UTC) Original-X-From: ding-owner+M5263@lists.math.uh.edu Sat Mar 13 18:01:06 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2CVW-0007WA-00 for ; Sat, 13 Mar 2004 18:01:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B2CVO-0001Tj-00; Sat, 13 Mar 2004 11:00:58 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B2CVK-0001Te-00 for ding@lists.math.uh.edu; Sat, 13 Mar 2004 11:00:54 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 5DF933A003D for ; Sat, 13 Mar 2004 11:00:54 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B2CVJ-0006BG-00 for ; Sat, 13 Mar 2004 18:00:53 +0100 Original-Received: from d18-13.dsl.easysurfnet.de ([83.121.18.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Mar 2004 18:00:53 +0100 Original-Received: from schierlm-usenet by d18-13.dsl.easysurfnet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Mar 2004 18:00:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d18-13.dsl.easysurfnet.de User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:bbFDhKnevE8CjVleMXHS9m9H9us= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56724 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56724 Jesper Harder writes: > David Hanak writes: > >> + (delete-region (point) (line-end-position)) > > You need to use `point-at-bol' to be compatible with XEmacs. I guess you mean `point-at-eol' ;) Michael