help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [BUG] 'outline-change-heading' in outline-magic.el adds extra spaces


From: Thorsten Jolitz
Subject: Re: [BUG] 'outline-change-heading' in outline-magic.el adds extra spaces
Date: Mon, 18 Feb 2013 15:34:09 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux)

Thorsten Jolitz <tjolitz@gmail.com> writes:

Following up to my own post: 

as a result of a private conversation with the author of
outline-magic.el (Carsten Dominik) I took over maintainership for
outline-magic.el, you can find the library (with the proposed tiny fix
already done) on github now:

,--------------------------------------
| https://github.com/tj64/outline-magic
`--------------------------------------

,------------------------------------------------
| git clone git@github.com:tj64/outline-magic.git
`------------------------------------------------

BTW, I'm writing an enhanced/modified version of Per Abrahamsen's
'out-xtra.el', called 'outxxtra.el', another extension library for
'outline(-minor)-mode'. You can find it here:

,---------------------------------
| https://github.com/tj64/outxxtra
`---------------------------------

,-------------------------------------------
| git clone git@github.com:tj64/outxxtra.git
`-------------------------------------------


[...]

> Proposed FIX:
> replace the last line of 'outline-change-heading' in outline-magic.el
>
> ,--------------------------------------
> | (replace-match newhead t t nil 1)))))
> `--------------------------------------
>
> with
>
> ,--------------------------------------------------------------
> | (replace-match (outline-cleanup-match newhead) t t nil 1)))))
> `--------------------------------------------------------------

-- 
cheers,
Thorsten




reply via email to

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