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: Stefan Monnier
Subject: Re: Patch for delete-indentation in simple.el
Date: Thu, 22 Aug 2013 17:03:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> I'm sending this improvement for delete-indentation in simple.el. Please see
> attached files Description, ChangeLog, and Patch.

IIUC your suggestion is to make delete-indentation work on the region
if active.  That doesn't sound bad.  Of course, another name for it
is unfill-region, which has also been requested.

Could you provide a patch which does that (but please use `use-region-p'
and make the test from within the `interactive' spec rather than
inside the function itself)?


        Stefan


PS: Just include your own ChangeLog comment rather than the whole
ChangeLog file.



reply via email to

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