From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11380 Path: main.gmane.org!not-for-mail From: David Moore Newsgroups: gmane.emacs.gnus.general Subject: Re: saving to nnml groups Date: 17 Jun 1997 18:19:01 -0700 Message-ID: References: <873eresl3p.fsf@perv.daft.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151098 29923 80.91.224.250 (20 Oct 2002 21:58:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:58:18 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id UAA15286 for ; Tue, 17 Jun 1997 20:29:59 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.5/8.8.5) with ESMTP id UAA18940 for ; Tue, 17 Jun 1997 20:30:24 -0700 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id WAA17205 for ; Tue, 17 Jun 1997 22:29:38 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 18 Jun 1997 03:19:00 +0200 Original-Received: (qmail 16536 invoked by uid 504); 18 Jun 1997 01:18:53 -0000 Original-Received: (qmail 16533 invoked from network); 18 Jun 1997 01:18:52 -0000 Original-Received: from mailbox1.ucsd.edu (132.239.1.53) by claymore.vcinet.com with SMTP; 18 Jun 1997 01:18:52 -0000 Original-Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox1.ucsd.edu (8.8.5/8.6.9) with SMTP id SAA07638 for ; Tue, 17 Jun 1997 18:18:50 -0700 (PDT) Original-Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4) id SAA08461; Tue, 17 Jun 1997 18:19:02 -0700 Original-To: ding@gnus.org X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L Mail-Copies-To: never In-Reply-To: Paul Graham's message of "16 Jun 1997 13:51:07 -0400" X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo" Original-Lines: 13 Original-Xref: altair.xemacs.org dgnus-list:1770 Xref: main.gmane.org gmane.emacs.gnus.general:11380 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11380 Paul Graham writes: > + (call-process "lockfile" nil nil nil > + (concat ,temp-file ".lock")) > (write-region (point-min) (point-max) > ,temp-file nil 'nomesg) > + ;; release the lock > + (call-process "rm" nil nil nil "-f" > + (concat ,temp-file ".lock")) will you be shipping lockfile as well? I beleive it comes with mh and procmail, but it's hardly a standard utility (unfortunately).