From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: Re: undocumented change in mapconcat Date: Thu, 21 Mar 2002 14:45:35 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200203211302.OAA24575@a0.complang.tuwien.ac.at> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1016718511 1111 127.0.0.1 (21 Mar 2002 13:48:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 13:48:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16o2vf-0000Ho-00 for ; Thu, 21 Mar 2002 14:48:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16o2ve-0001HF-00; Thu, 21 Mar 2002 08:48:30 -0500 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16o2sv-000192-00 for ; Thu, 21 Mar 2002 08:45:41 -0500 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id D52A41E461; Thu, 21 Mar 2002 14:45:40 +0100 (MET) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: Ulrich Neumerkel X-Yow: .. I'm IMAGINING a sensuous GIRAFFE, CAVORTING in the BACK ROOM of a KOSHER DELI -- In-Reply-To: <200203211302.OAA24575@a0.complang.tuwien.ac.at> (Ulrich Neumerkel's message of "Thu, 21 Mar 2002 14:02:47 +0100 (MET)") Original-Lines: 24 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:21 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:21 Ulrich Neumerkel writes: |> --text follows this line-- |> |> In GNU Emacs 21.1.2 (i686-pc-linux-gnu, X toolkit) |> of 2002-03-15 on a8.complang.tuwien.ac.at |> configured using `configure --prefix /usr/local --without-toolkit-scroll-bars' |> |> Please describe exactly what actions triggered the bug |> and the precise symptoms of the bug: |> |> in 20.7.2 (mapconcat 'identity '(1 10) ", ") yielded "1, 10" |> but in 21.1.2 this gives an error `concat' does not stringize integers any more, this has been deprecated for a long time already. Use number-to-string as the map function. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs