From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [PATCH] bug in expansion of variables in babel Perl Date: Mon, 25 Feb 2013 12:48:08 +0000 (UTC) Message-ID: References: <87ppzq138q.fsf@mn.cs.uvic.ca> <87d2vphccc.fsf@Rainer.invalid> <87a9qsvifb.fsf@mn.cs.uvic.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9xTq-0004qv-UL for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 07:48:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9xTp-0008Oy-JK for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 07:48:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:36232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9xTp-0008Of-DH for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 07:48:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U9xU7-0000HS-El for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 13:48:47 +0100 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Feb 2013 13:48:47 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Feb 2013 13:48:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org D M German uvic.ca> writes: > I think the issue is that, at least in my computer the variable $\ > returns empty (the record separator). Thinko on my side, what I wanted was the input record separator "$/" (to avoid specifying a literal newline for those systems where this is actually multi-character). Regards, Achim.