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, 24 Sep 2015 09:18:37 -0700 Message-ID: References: <87r3low81u.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]:42710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf9EN-0002gi-56 for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:18:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf9EH-0003NZ-KR for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:18:46 -0400 Received: from iport-bcv1-out.ucsd.edu ([132.239.0.119]:23217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf9EH-0003MU-9C for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:18:41 -0400 In-Reply-To: <87r3low81u.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 , Grant Rettke On Thu, 24 Sep 2015, Nicolas Goaziou wrote: > Hello, > > "Charles C. Berry" writes: > >> On Tue, 22 Sep 2015, Charles C. Berry wrote: >> >> Just to tie this up, this is an issue with `org-src-preserve-indentation', >> see >> >> (info "(org) Editing source code") >> >> for the best documentation. I found the "replace sequences of spaces with >> tab characters" for nil values confusing. The opposite is happening in >> this example. > > Would you want to write a documentation patch about it? I'll take a look. There are about 70 places where grep -i -nH -e preserve-indentation\\\|remove-indentation matches in lisp and several different functions. So I feel a need to be sure I get it all right. Chuck