From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacsclient in elisp Date: Sat, 22 May 2021 09:12:46 +0300 Message-ID: <83wnrrl2jl.fsf@gnu.org> References: <6fed43bb-d880-bcd5-6f6f-004b6182e539@daniel-mendler.de> <83pmxlo2z0.fsf@gnu.org> <831ra0o96r.fsf@gnu.org> <83v97cml87.fsf@gnu.org> <8335ugm187.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18845"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mail@daniel-mendler.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 22 08:13:24 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lkKt2-0004jC-AA for ged-emacs-devel@m.gmane-mx.org; Sat, 22 May 2021 08:13:24 +0200 Original-Received: from localhost ([::1]:37374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkKt1-000765-Dq for ged-emacs-devel@m.gmane-mx.org; Sat, 22 May 2021 02:13:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lkKsP-0006RG-Qq for emacs-devel@gnu.org; Sat, 22 May 2021 02:12:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51906) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkKsP-0002Gz-Je; Sat, 22 May 2021 02:12:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3111 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lkKsP-0003D2-6V; Sat, 22 May 2021 02:12:45 -0400 In-Reply-To: (message from Jean Louis on Sat, 22 May 2021 01:05:33 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269595 Archived-At: > Date: Sat, 22 May 2021 01:05:33 +0300 > From: Jean Louis > Cc: mail@daniel-mendler.de, monnier@iro.umontreal.ca, > emacs-devel@gnu.org > > * Eli Zaretskii [2021-05-21 20:44]: > > > Date: Fri, 21 May 2021 19:07:59 +0300 > > > From: Jean Louis > > > Cc: mail@daniel-mendler.de, monnier@iro.umontreal.ca, > > > emacs-devel@gnu.org > > > > > > If `read-from-string' also reading from standard input? > > > > The doc string says: > > > > Read a string from the minibuffer, prompting with string PROMPT. > > > > Given that you just read what happens with reading from minibuffer in > > batch mode, what do you think is the answer to that question? > > The answer is: maze in documentation. If I am not listening to you I > would not get it from manual. Don't listen to me, listen to what the manual says in the sections which you already read.