From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [BUG] R src blocks untabify literal constant TABs Date: Thu, 8 Oct 2015 10:51:20 -0700 Message-ID: References: <87r3low81u.fsf@nicolasgoaziou.fr> <87vbaijve9.fsf@nicolasgoaziou.fr> <87io6hie0z.fsf@nicolasgoaziou.fr> <87ziztpa09.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkFMj-0001tX-6w for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 13:52:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkFMd-00038p-PD for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 13:52:28 -0400 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:52733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkFMd-00038d-GQ for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 13:52:23 -0400 In-Reply-To: <87ziztpa09.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org-Mode mailing list On Thu, 8 Oct 2015, Nicolas Goaziou wrote: > "Charles C. Berry" writes: > >> If `org-src-preserve-indentation' is nil, then embedded (not just >> leading/trailing) tabs in src blocks are converted to spaces when >> `org-edit-src-code' is called > > This is now fixed in master. Thank you. > >> or when exported. > > I cannot reproduce it. Do you have an ECM ? > I forgot `org-reload', I think. Seems AOK now. >> Not sure I would call this a bug. > > I think it is one. > >> If that is not deemed a bug, the docstring needs to mention that >> embedded tabs get converted. >> >> Apart from that, the documentation needs to reverse this in 14.2: >> >> "may replace sequences of spaces with tab characters" >> >> as it is spaces that replace tab characters. > > OK. So with the new behaviour, this is the only necessary change to > documentation? Yes. Chuck