From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: BUG copyright sign Date: Wed, 27 Feb 2013 10:23:08 +0100 Message-ID: <512DD07C.2000106@easy-emacs.de> References: <512DC1D1.1080005@easy-emacs.de> <87zjyqupk1.fsf@bzg.ath.cx> <512DC972.6020009@easy-emacs.de> <87y5eat924.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAdDl-0003pE-Uc for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:22:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAdDk-0000wq-N9 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:22:41 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:54227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAdDk-0000wl-EC for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:22:40 -0500 In-Reply-To: <87y5eat924.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode Am 27.02.2013 10:12, schrieb Bastien: > Hi Andreas, > > Andreas Röhler writes: > >> Forms work from all Python shells > > You need to test the form in a regular shell, not a Python shell. Hi Bastien, do you mean this: > python -c "print(u'\xA9')" © > python -c "print(u'\u00A9')" © > python3 -c "print(u'\xA9')" © > python3 -c "print(u'\u00A9')" © > > > See `org-babel-sh-command'. > >> AFAIS bug is caused by calling shell-command-on-region > > See above, and edebug-defun `org-babel-shell-command-on-region' > to see what's wrong here. > Well, that was a long-time bug in python-mode, so I'm not surprised to find it here. BTW org-babel solution looks quite interesting. Just porting existing fix might not be the best. Need to investigate it further. Cheers, Andreas