From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: Raw string literals in Emacs lisp. Date: Fri, 25 Jul 2014 22:45:20 -0700 Message-ID: References: <878ungor1v.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406353554 24334 80.91.229.3 (26 Jul 2014 05:45:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2014 05:45:54 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Matthew Plant Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 26 07:45:47 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XAunj-0004jH-2X for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2014 07:45:47 +0200 Original-Received: from localhost ([::1]:57898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAuni-00057f-C0 for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2014 01:45:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAunW-00057R-Qf for emacs-devel@gnu.org; Sat, 26 Jul 2014 01:45:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAunN-00041Z-E6 for emacs-devel@gnu.org; Sat, 26 Jul 2014 01:45:34 -0400 Original-Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:52105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAunN-00041K-7B for emacs-devel@gnu.org; Sat, 26 Jul 2014 01:45:25 -0400 Original-Received: by mail-pa0-f53.google.com with SMTP id kq14so7131787pab.26 for ; Fri, 25 Jul 2014 22:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Lxg71HWQjWPwiprEu7QSJg5wd4Qx9pudA6XaP1uwe20=; b=BAIQoEdpKkteqOAWx+A8I0GkU078DbA8kCEnTk4HJTIPXqHYlVbvFloj9IThYedMbc vUQBiRqXkVLK3q423sibrvHx9fBjdpC0yEDey+1qWiz5P94ymra/sJkxE1GxJbYbTF6b A3WD6WiS/01lI4lKIaI2b2zPgejO5Gw83d6iB3xLGs7U/IMIWevhAca1rN3m1J8JCcrB DjT82wfJ7ZfW9ddjud0N3qpKBqfmBdyZLGoew5WIUOjPOr7+XdbkmP3rm4dMch6X4i5Q on54L96bO2scKwXi2mqTBc+VLiYuG7op42+Yeibyoy48Byc/d1qmoehZ1KGj9pUncY+7 GG6Q== X-Received: by 10.66.240.140 with SMTP id wa12mr23380347pac.99.1406353523529; Fri, 25 Jul 2014 22:45:23 -0700 (PDT) Original-Received: from [10.0.1.36] (174-21-5-91.tukw.qwest.net. [174.21.5.91]) by mx.google.com with ESMTPSA id l3sm10679988pbq.8.2014.07.25.22.45.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jul 2014 22:45:22 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173165 Archived-At: It might be helpful to canvas the use of #r"string" in [S]XEmacs and see if anything especially nifty shows up. I think Stefan's reservations mostly come from a feeling that the obvious problem has a better solution elsewhere, but they have some actual experience which might shed a different light on the topic. ~Chad