From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `call-process', to a string Date: Tue, 30 Oct 2018 13:10:23 +0200 Message-ID: <831s87lmg0.fsf@gnu.org> References: <87woq0sf4a.fsf@portable.galex-713.eu> <87pnvssegv.fsf@portable.galex-713.eu> <87ftwotbkv.fsf@tcd.ie> <83efc7lx4w.fsf@gnu.org> <87y3afivju.fsf@portable.galex-713.eu> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1540897704 22739 195.159.176.226 (30 Oct 2018 11:08:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Oct 2018 11:08:24 +0000 (UTC) Cc: contovob@tcd.ie, emacs-devel@gnu.org To: "Garreau\, Alexandre" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 30 12:08:20 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gHRsh-0005oZ-FV for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2018 12:08:19 +0100 Original-Received: from localhost ([::1]:52167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHRun-0007PQ-Uq for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2018 07:10:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHRug-0007P7-Uf for emacs-devel@gnu.org; Tue, 30 Oct 2018 07:10:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHRuX-00034e-Ff for emacs-devel@gnu.org; Tue, 30 Oct 2018 07:10:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHRuX-00034M-78; Tue, 30 Oct 2018 07:10:13 -0400 Original-Received: from [176.228.60.248] (port=1678 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gHRuW-0007tH-7Z; Tue, 30 Oct 2018 07:10:13 -0400 In-reply-to: <87y3afivju.fsf@portable.galex-713.eu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:230813 Archived-At: > From: "Garreau\, Alexandre" > Cc: "Basil L. Contovounesios" , emacs-devel@gnu.org > Date: Tue, 30 Oct 2018 11:21:57 +0100 > > > Will the following minor change make that abundantly clear? > > > > Insert output in buffer DESTINATION before point; t means current buffer; > > Yes it does. Fixed. > > (What else can "insert in ... before point" mean, in Emacs?) > > In this docstring, it may be interpreted as a filename referred by a > string, or something referred by another value (the two-streams list). "Point" only ever refers to Emacs buffers, never to anything else.