From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs,gmane.emacs.pretest.bugs Subject: bug#1212: 23.0.60; split-string-and-unquote problems Date: Mon, 20 Oct 2008 19:01:12 +0200 Message-ID: References: Reply-To: Andreas Schwab , 1212@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224538888 24765 80.91.229.12 (20 Oct 2008 21:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 21:41:28 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, 1212@emacsbugs.donarmstrong.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 23:42:27 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Krybb-00063N-GS for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Oct 2008 19:31:47 +0200 Original-Received: from localhost ([127.0.0.1]:38665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KryaW-0000tu-4a for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Oct 2008 13:30:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Krya9-0000fX-KT for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:30:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Krya7-0000eu-UP for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:30:17 -0400 Original-Received: from [199.232.76.173] (port=40782 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Krya7-0000ei-Qc for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:30:15 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:49011) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Krya7-0008IA-SM for bug-gnu-emacs@gnu.org; Mon, 20 Oct 2008 13:30:16 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KHU1o8012533; Mon, 20 Oct 2008 10:30:01 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9KHA59J008041; Mon, 20 Oct 2008 10:10:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Andreas Schwab Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 20 Oct 2008 17:10:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1212 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1212-submit@emacsbugs.donarmstrong.com id=B1212.12245220775861 (code B ref 1212); Mon, 20 Oct 2008 17:10:05 +0000 Original-Received: (at 1212) by emacsbugs.donarmstrong.com; 20 Oct 2008 17:01:17 +0000 Original-Received: from mx1.suse.de (mail.suse.de [195.135.220.2]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9KH1Ddt005855 for <1212@emacsbugs.donarmstrong.com>; Mon, 20 Oct 2008 10:01:15 -0700 Original-Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 815D342688; Mon, 20 Oct 2008 19:06:55 +0200 (CEST) X-Yow: Here we are in America... when do we collect unemployment? In-Reply-To: (Eli Zaretskii's message of "Mon, 20 Oct 2008 18:04:41 +0200") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux) X-MIME-Autoconverted: from 8bit to quoted-printable by rzlab.ucr.edu id m9KHU1o8012533 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Mon, 20 Oct 2008 13:30:17 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21706 gmane.emacs.pretest.bugs:23262 Archived-At: Eli Zaretskii writes: > (split-string-and-unquote "foo\ bar") > =3D> ("foobar") [where's my blank?] (elisp)Syntax for Strings. Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany PGP key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED= 5 "And now for something completely different."