From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Infinite loop Date: Thu, 13 May 2010 07:23:36 +0200 Message-ID: <745265F2-BE27-4D42-A102-6605D878B517@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCQth-0001ak-Lh for emacs-orgmode@gnu.org; Thu, 13 May 2010 01:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCQtZ-0007uC-PW for emacs-orgmode@gnu.org; Thu, 13 May 2010 01:23:44 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:34039) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCQtZ-0007u4-4e for emacs-orgmode@gnu.org; Thu, 13 May 2010 01:23:41 -0400 Received: by ewy8 with SMTP id 8so394962ewy.8 for ; Wed, 12 May 2010 22:23:39 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: w t <1218121@gmail.com> Cc: emacs-orgmode@gnu.org On May 1, 2010, at 10:21 PM, w t wrote: > Org-mode 6.35trans from 2010-04-30 > Emacs 23.1 > Linux > > Typing > > |:=$0 > > causes an apparent infinite loop, which can be killed with C-g. Yes, this is true. But not really a problem, is it? $0 is supposed to be used only in a @N$0 context. - Carsten