all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: [BUG] 'outline-change-heading' in outline-magic.el adds extra spaces
Date: Mon, 18 Feb 2013 15:34:09 +0100	[thread overview]
Message-ID: <87r4kdk7xa.fsf@gmail.com> (raw)
In-Reply-To: 874nh9lpbr.fsf@gmail.com

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	other threads:[~2013-02-18 14:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18 13:32 [BUG] 'outline-change-heading' in outline-magic.el adds extra spaces Thorsten Jolitz
2013-02-18 14:34 ` Thorsten Jolitz [this message]
2013-02-18 18:22 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4kdk7xa.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.