From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35710: Acknowledgement (26.1; incomplete mapconcat description string) Date: Fri, 07 Jun 2019 16:02:08 +0300 Message-ID: <834l51r1kf.fsf@gnu.org> References: <538e4215-0ff5-ea18-819f-a87c41a94e65@lsv.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="136016"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35710-done@debbugs.gnu.org To: phs@lsv.fr Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 07 15:03:30 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.47]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZEWn-000ZGF-S7 for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Jun 2019 15:03:29 +0200 Original-Received: from localhost ([::1]:50888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZEWm-0006N3-DA for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Jun 2019 09:03:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57610) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZEWW-0006Ki-TT for bug-gnu-emacs@gnu.org; Fri, 07 Jun 2019 09:03:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZEWP-0004Mx-JO for bug-gnu-emacs@gnu.org; Fri, 07 Jun 2019 09:03:07 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZEWM-0004Hq-Ow for bug-gnu-emacs@gnu.org; Fri, 07 Jun 2019 09:03:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZEWM-0003YS-LF for bug-gnu-emacs@gnu.org; Fri, 07 Jun 2019 09:03:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Jun 2019 13:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 35710 X-GNU-PR-Package: emacs Mail-Followup-To: 35710@debbugs.gnu.org, eliz@gnu.org, phs@lsv.fr Original-Received: via spool by 35710-done@debbugs.gnu.org id=D35710.155991255613626 (code D ref 35710); Fri, 07 Jun 2019 13:03:02 +0000 Original-Received: (at 35710-done) by debbugs.gnu.org; 7 Jun 2019 13:02:36 +0000 Original-Received: from localhost ([127.0.0.1]:51518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZEVv-0003Xi-SR for submit@debbugs.gnu.org; Fri, 07 Jun 2019 09:02:36 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54023) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZEVt-0003XV-TU for 35710-done@debbugs.gnu.org; Fri, 07 Jun 2019 09:02:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hZEVl-00038G-8Q; Fri, 07 Jun 2019 09:02:26 -0400 Original-Received: from [176.228.60.248] (port=1774 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hZEVf-0001NG-Rl; Fri, 07 Jun 2019 09:02:22 -0400 In-reply-to: <538e4215-0ff5-ea18-819f-a87c41a94e65@lsv.fr> (message from phs on Tue, 14 May 2019 10:14:02 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:160215 Archived-At: > From: phs > Date: Tue, 14 May 2019 10:14:02 +0200 > > Thanks for the explanations, I never realized that concat was so > versatile (and I'm an emacs lover since 1983). Live and learn ... > > Here is a suggested replacement for the documentation string (patch > attached). It produces > > Apply FUNCTION to each element of SEQUENCE, and concat the results as > strings. > In between each pair of results, stick in SEPARATOR. Thus, " " as > SEPARATOR results in spaces between the values returned by FUNCTION. > SEQUENCE may be a list, a vector, etc. see ‘mapcar’. > SEPARATOR and all values returned by FUNCTION must be accepted by ‘concat’. Thanks, I fixed the doc string in a slightly different way. The fix will be in Emacs 26.3. I'm therefore marking this bug done.