From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: BUG copyright sign
Date: Wed, 27 Feb 2013 10:23:08 +0100 [thread overview]
Message-ID: <512DD07C.2000106@easy-emacs.de> (raw)
In-Reply-To: <87y5eat924.fsf@bzg.ath.cx>
Am 27.02.2013 10:12, schrieb Bastien:
> Hi Andreas,
>
> Andreas Röhler <andreas.roehler@easy-emacs.de> 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
prev parent reply other threads:[~2013-02-27 9:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-27 8:20 BUG copyright sign Andreas Röhler
2013-02-27 8:30 ` Bastien
2013-02-27 8:53 ` Andreas Röhler
2013-02-27 9:12 ` Bastien
2013-02-27 9:23 ` Andreas Röhler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=512DD07C.2000106@easy-emacs.de \
--to=andreas.roehler@easy-emacs.de \
--cc=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).