emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for delete-indentation in simple.el


From: Josh
Subject: Re: Patch for delete-indentation in simple.el
Date: Fri, 23 Aug 2013 09:16:44 -0700

On Fri, Aug 23, 2013 at 6:31 AM, Gian Fontanilla <address@hidden> wrote:
> Just some clarifications:
>
> 1) Should I create a separate function which does `delete-indentation' on a 
> region, and not change `delete-indentation' itself?
>
> 2) If the answer to 1 is yes, what name should I give it? The feature I'm 
> proposing is semantically closer to "join lines", rather than the inverse of 
> `fill-region' or `fill-paragraph', so I don't think it is correct to call it 
> "unfill". To further explain this, I envision this to be the inverse of a 
> "split" function (not `split-line') , which will split the line into several 
> lines based on a delimiter (whitespace by default or user specified, or can 
> also be fill-prefix).

Thanks for your patch.  In case you weren't already aware of it, there is some
related discussion at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14973 .

Josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]