From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien 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: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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 ) 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 ; Sun, 23 Oct 2011 10:52:11 -0700 (PDT) In-Reply-To: (Michael Sperber's message of "Sun, 23 Oct 2011 10:15:51 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 Cc: Robert Pluim , emacs-orgmode@gnu.org, carsten.dominik@gmail.com Hello Michael, Michael Sperber 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