From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dr. Volker Zell" Subject: Re: Xemacs incompatibilities Date: Thu, 20 May 2010 18:31:34 +0200 Message-ID: <7z1vd67cwp.fsf@vzell-de.de.oracle.com> References: <7z632uzu5k.fsf@vzell-de.de.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39059 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF8g1-0001nd-M2 for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF8fv-0006dO-Uv for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:32:53 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:38808) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF8fu-0006cT-Ba for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:32:46 -0400 In-Reply-To: (Michael Sperber's message of "Mon, 17 May 2010 16:39:18 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Sperber Cc: Dan Davison , mailing-list-org-mode Mode , "Dr. Volker Zell" , Carsten Dominik >>>>> Michael Sperber writes: > Could you provide a little bit more context on what you did? I'm not > very familiar with org-src (which I assume this is about), so a > step-by-step recipe would help me greatly. I'm using o XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i686-pc-cygwin, Mule) of Sat Jan 31 2009 on vzell-de Here the recipe: * xemacs -no-init-file * Evaluate in the *scratch* buffer (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (require 'org-install) * Open a file test.org with the following contents: #+BEGIN_SRC emacs-lisp -n (setq a t) #+END_SRC * With the cursor inside the source code press C-c ' * An emacs-lisp buffer pops up with the following message in the minibuffer: -> Edit, then exit with C-c ' (C-c and single quote) * After editing press C-c ' again, and you're back in the org buffer with the source code replaced * Now try to save the buffer. From now on, when you try to save any buffer you'll get -> This is not a sub-editing buffer, something is wrong.. in the minibuffer Ciao Volker