Thank you. It's been applied. I would like to see the indentation amounts be a bit more configurable. I think designating multiple variables using defcustom for this is a better option.
That said, isn't there another way in which a set of numbers can be edited from "customize"? What is your opinion? Regards, Elias On 1 August 2014 10:17, David B. Lamkins <da...@lamkins.net> wrote: > Elias, > > I took the liberty of rewriting `gnu-apl--indent-this'. > > The function now takes indentation amounts from > `gnu-apl--indent-amounts'; this variable specifies the indentation for > header (between del and the first nonblank character; del is still > flush-left), comment, label and other within a function. > > Everything outside a function is still flush-left. > > Patch attached. > >