From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10774 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: url-insert-file-contents Date: 22 Apr 1997 07:54:43 -0700 Sender: wmperry@kramer.in.aventail.com Message-ID: <86pvvnds5o.fsf@kramer.in.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035150588 26310 80.91.224.250 (20 Oct 2002 21:49:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:49:48 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id IAA17004 for ; Tue, 22 Apr 1997 08:12:21 -0700 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 ; Tue, 22 Apr 1997 16:54:51 +0200 Original-Received: (qmail 7138 invoked by uid 504); 22 Apr 1997 14:52:30 -0000 Original-Received: (qmail 7135 invoked from network); 22 Apr 1997 14:52:29 -0000 Original-Received: from newman.aventail.com (HELO newman) (root@199.238.236.1) by claymore.vcinet.com with SMTP; 22 Apr 1997 14:52:29 -0000 Original-Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id GAA11656; Tue, 22 Apr 1997 06:21:44 -0700 Original-To: Lars Magne Ingebrigtsen Errors-to: wmperry@aventail.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > It seems that some people are experiencing problems with nnweb in > relation to `url-insert-file-contents' in some versions of url. nnweb > assumes that it returns nil when the file is retrieved successfully > and non-nil when not. Did this change in recent versions of url? url-insert-file-contents has not changed in ages. It has always returned: (kill-buffer url-working-buffer) docs for kill-buffer say: Value is t if the buffer is actually killed, nil if user says no. -Bill P.