From mboxrd@z Thu Jan  1 00:00:00 1970
From: "Mikhail Titov" <mlt@gmx.us>
Subject: Re: python/babel inline images
Date: Wed, 6 Jun 2012 14:32:37 -0500
Message-ID: <002301cd441b$23b877b0$6b296710$@us>
References: <87pq9egifm.fsf@bye.fritz.box>
	<874nqp9580.fsf@gmx.com>	<87ehpt8k1l.wl%william.lechelle@ens-lyon.fr>	<87d35cwjrt.fsf@bye.fritz.box>
	<001801cd4418$e34e5d40$a9eb17c0$@us> <873968qm43.fsf@gmx.com>
Mime-Version: 1.0
Content-Type: text/plain;
	charset="koi8-r"
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([208.118.235.92]:33357)
	by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <mlt@gmx.us>)
	id 1ScLyF-0002cd-OU
	for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 15:32:48 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <mlt@gmx.us>) id 1ScLyD-00021V-Vr
	for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 15:32:43 -0400
Received: from mailout-us.gmx.com ([74.208.5.67]:41961)
	by eggs.gnu.org with smtp (Exim 4.71) (envelope-from <mlt@gmx.us>)
	id 1ScLyD-00021R-OJ
	for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 15:32:41 -0400
In-Reply-To: <873968qm43.fsf@gmx.com>
Content-Language: en-us
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: 'Eric Schulte' <eric.schulte@gmx.com>
Cc: emacs-orgmode@gnu.org, 'henry atting' <nsmp_06@online.de>

> -----Original Message-----
> From: emacs-orgmode-bounces+mlt=gmx.us@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx.us@gnu.org] On Behalf Of Eric Schulte
> Sent: Wednesday, June 06, 2012 2:25 PM
> To: Mikhail Titov
> Cc: emacs-orgmode@gnu.org; 'henry atting'
> Subject: Re: [O] python/babel inline images
> 
> > Meanwhile I've noticed that I can't return back from editing python code
in
> > a sub-editing buffer. C-c ' does not work and M-x org-edit-src-exit says
> > "This is not a sub-editing buffer, something is wrong".
> >
> 
> This works on my system, perhaps the problem is due to something in your
> configuration.  Do you still notice this problem when launching emacs
> with the -Q option.

Huh... -Q solves it. I'm loading CEDET early in dot emacs for matlab-emacs
(as per manual) and it does something nasty that ruins normal behavior of
C-c '. Bummer.

Outdated eieio 1.3 shadowed to meet minimum version 1.4
Outdated semantic 2.0 shadowed to meet minimum version 2.1
Outdated srecode 1.0 shadowed to meet minimum version 1.1
Outdated ede 1.0 shadowed to meet minimum version 1.1
Outdated speedbar 1.0 shadowed to meet minimum version 1.0.4
Setting up CEDET packages...done

M.