From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22282 Path: main.gmane.org!not-for-mail From: paul stevenson Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3.el: Content-Length generation (was: bad (i.e. serious) mail problems Date: 06 Apr 1999 15:10:21 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <99Apr6.143402edt.13876-3@gateway.intersys.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160231 28524 80.91.224.250 (21 Oct 2002 00:30:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:30:31 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA22552 for ; Tue, 6 Apr 1999 15:10:07 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB18403; Tue, 6 Apr 1999 14:09:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 06 Apr 1999 14:09:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA28592 for ; Tue, 6 Apr 1999 14:09:33 -0500 (CDT) Original-Received: from the003.phy.ornl.gov (paul@the003.phy.ornl.gov [134.167.21.104]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA22503 for ; Tue, 6 Apr 1999 15:09:12 -0400 (EDT) Original-Received: (from paul@localhost) by the003.phy.ornl.gov (8.8.7/8.8.7) id PAA29621; Tue, 6 Apr 1999 15:10:23 -0400 Original-To: "(ding)" In-Reply-To: Stainless Steel Rat's message of "Tue, 6 Apr 1999 14:37:13 -0400" Original-Lines: 14 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22282 Stainless Steel Rat writes: > Note: it uses `count-lines-buffer' from simple.el, which might not be part > of FSF Emacs (it is part of XEmacs). If this is the case, does FSF Emacs > have a more or less equivalently useful function, or am I going to have to > roll my own? FSF emacs doesn't have it. I tend to use (count-lines (point-min) (point-max)) in the appropriate buffer. I don't know if there's a nicer way.