From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien <bzg@altern.org> Subject: Re: org-capture and XEmacs, indenting too far Date: Sun, 23 Oct 2011 19:53:01 +0200 Message-ID: <87wrbv4mte.fsf@gnu.org> References: <pknlj4b5dhp.fsf@gmail.com> <y9lipnhjd8w.fsf@deinprogramm.de> <y9lwrbwgm2w.fsf@deinprogramm.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([140.186.70.92]:35245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <bastienguerry@googlemail.com>) id 1RI2DW-0004k5-TD for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 13:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <bastienguerry@googlemail.com>) id 1RI2DV-0000tG-Ci for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 13:52:14 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:44455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <bastienguerry@googlemail.com>) id 1RI2DV-0000t2-7Z for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 13:52:13 -0400 Received: by wwf27 with SMTP id 27so2135757wwf.30 for <emacs-orgmode@gnu.org>; Sun, 23 Oct 2011 10:52:11 -0700 (PDT) In-Reply-To: <y9lwrbwgm2w.fsf@deinprogramm.de> (Michael Sperber's message of "Sun, 23 Oct 2011 10:15:51 +0200") 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: Michael Sperber <sperber@deinprogramm.de> Cc: Robert Pluim <rpluim@gmail.com>, emacs-orgmode@gnu.org, carsten.dominik@gmail.com Hello Michael, Michael Sperber <sperber@deinprogramm.de> writes: > Looking at this again, my analysis was stupid: The problem is that the > indirect buffer used for capture is not in org-mode at all, and that is > indeed an XEmacs-specific problem, as `make-indirect-buffer' does not > accept the 'clone argument on XEmacs. I therefore retract the rubbish I > sent earlier and suggest this one instead: Thanks for the analysis and solution. May I ask you to resend the patch with a proper ChangeLog? The simple way is to commit your changes on a newbranch then to create the patches with ~$ git format-patch master..newbranch Thanks a lot for your effort, -- Bastien