From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10778 Path: main.gmane.org!not-for-mail From: Tony Bennett Newsgroups: gmane.emacs.gnus.general Subject: Re: url-insert-file-contents Date: Tue, 22 Apr 1997 12:20:20 -0400 (EDT) Message-ID: <199704221620.MAA15871@uh-oh.chapelhill.hp.com> References: <86pvvnds5o.fsf@kramer.in.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150592 26336 80.91.224.250 (20 Oct 2002 21:49:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:49:52 +0000 (UTC) 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 JAA17260 for ; Tue, 22 Apr 1997 09:55:44 -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 18:21:43 +0200 Original-Received: (qmail 7346 invoked by uid 504); 22 Apr 1997 16:19:22 -0000 Original-Received: (qmail 7343 invoked from network); 22 Apr 1997 16:19:22 -0000 Original-Received: from hpcsos.col.hp.com (15.255.240.16) by claymore.vcinet.com with SMTP; 22 Apr 1997 16:19:22 -0000 Original-Received: from palrel1.hp.com by hpcsos.col.hp.com with ESMTP (1.37.109.20/15.5+IOS 3.14) id AA285516096; Tue, 22 Apr 1997 10:21:36 -0600 Original-Received: from meijin.chapelhill.hp.com (meijin.chapelhill.hp.com [15.77.32.4]) by palrel1.hp.com with ESMTP (8.7.5/8.7.3) id JAA14506 for ; Tue, 22 Apr 1997 09:20:22 -0700 (PDT) Original-Received: from uh-oh.chapelhill.hp.com (uh-oh.chapelhill.hp.com [15.77.33.18]) by meijin.chapelhill.hp.com (8.7.1/8.7.3) with ESMTP id MAA15698 for ; Tue, 22 Apr 1997 12:20:21 -0400 (EDT) Original-Received: (from tbennett@localhost) by uh-oh.chapelhill.hp.com (8.7.1/8.6.12) id MAA15871; Tue, 22 Apr 1997 12:20:20 -0400 (EDT) Original-To: ding@gnus.org In-Reply-To: message of William M. Perry (on , Apr 22/1997) X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Xref: main.gmane.org gmane.emacs.gnus.general:10778 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10778 William> url-insert-file-contents has not changed in ages. It has always William> returned: William> (kill-buffer url-working-buffer) William> docs for kill-buffer say: William> Value is t if the buffer is actually killed, nil if user says no. My XEmacs 19.15 kill-buffer returns nil on success. But I just noticed it has following note in docstring, so gnuserv is overriding at least some its behavior: NOTE: This function has been enhanced to allow for remote editing in the following way: ... --tony