From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Raw strings (experimental patches inside) Date: Mon, 06 Aug 2012 12:16:17 -0400 Message-ID: References: <87wr1gux4f.fsf@kuiper.lan.informatimago.com> <87lihutpfw.fsf@kuiper.lan.informatimago.com> <871ujkthkz.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344269788 4159 80.91.229.3 (6 Aug 2012 16:16:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2012 16:16:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Pascal J. Bourguignon" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 18:16:28 2012 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 1SyPyk-0005dG-Vb for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 18:16:27 +0200 Original-Received: from localhost ([::1]:44856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyPyk-0002o8-4b for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 12:16:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyPyd-0002nP-VW for emacs-devel@gnu.org; Mon, 06 Aug 2012 12:16:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyPyd-0007II-12 for emacs-devel@gnu.org; Mon, 06 Aug 2012 12:16:19 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:37708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyPyc-0007IA-T7 for emacs-devel@gnu.org; Mon, 06 Aug 2012 12:16:18 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q76GGHHG014823; Mon, 6 Aug 2012 12:16:18 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id D48EAB41E3; Mon, 6 Aug 2012 12:16:17 -0400 (EDT) In-Reply-To: <871ujkthkz.fsf@kuiper.lan.informatimago.com> (Pascal J. Bourguignon's message of "Mon, 06 Aug 2012 12:55:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4302=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4302> : streams <795356> : uri <1185304> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:152222 Archived-At: >> I think the problem is to get emacs-lisp-mode to understand it. > Indeed, CL reader macros are a problem for editors. [...examples of complex situations...] I do not think the benefits justify such complexity at this point. Stefan