emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG copyright sign


From: Andreas Röhler
Subject: Re: [O] BUG copyright sign
Date: Wed, 27 Feb 2013 10:23:08 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

Am 27.02.2013 10:12, schrieb Bastien:
Hi Andreas,

Andreas Röhler <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]