From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Weird Asymptote mode behaviour in org Date: Mon, 24 Aug 2015 10:08:36 +0300 Message-ID: <871tet17uz.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTlsD-0007m8-Vc for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 03:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTls9-0002Op-0H for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 03:08:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:54197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTls8-0002Oj-Q8 for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 03:08:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZTls6-0001GF-Fx for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 09:08:46 +0200 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2015 09:08:46 +0200 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2015 09:08:46 +0200 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 Greetings. When editing Asymptote code in org, a comma sometimes appears out of nowhere into the Asymptote code. The org code below explains how to reproduce this. (I am using the version of org pulled this morning.) Jarmo * description Move cursor into the code below. Press ~C-c '~ to edit the code in Asymptote mode. Do not change anything in the code, just press ~C-c '~ to return to org. You will notice that a comma has been inserted into the code. * test case #+BEGIN_SRC asymptote real s = 50 * 21.1; #+END_SRC