From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Bug in outline-magic.el Date: Fri, 28 Jun 2013 18:59:39 +0200 Message-ID: <87a9mauq6c.fsf@gmail.com> References: <877ghe43u1.fsf@steelpick.2x.cz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372439120 29588 80.91.229.3 (28 Jun 2013 17:05:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 17:05:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 28 19:05:22 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Usc6s-0007u4-Kv for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 19:05:22 +0200 Original-Received: from localhost ([::1]:48758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usc6s-0003iz-2g for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 13:05:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usc6g-0003hZ-E8 for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 13:05:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Usc6f-0004An-3t for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 13:05:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usc1Y-00025Y-VF for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 12:59:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Usc1W-00035Z-5X for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 18:59:50 +0200 Original-Received: from g231232253.adsl.alicedsl.de ([92.231.232.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jun 2013 18:59:50 +0200 Original-Received: from tjolitz by g231232253.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jun 2013 18:59:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231232253.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:iIRcOPlJ6rV0HhZVAaS9LmDjv1Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91821 Archived-At: Michal Sojka writes: Hi Michal, > I think that there is a bug in outline-magic.el. See below. I put the > same text also at > http://www.emacswiki.org/emacs/Comments_on_outline-magic.el. I kind of took over outline-magic.el from Carsten when I merged it into outshine.el and he asked me if I want to be the new maintainer. I remember I hit the same bug like you and fixed it - but nothing else ;) There is a version 0.9.1 available on github: ,-------------------------------------- | https://github.com/tj64/outline-magic `-------------------------------------- and I think its this version I merged into outshine.el ,--------------------------------- | https://github.com/tj64/outshine `--------------------------------- and since outshine does not have the problem you describe any more, I conclude that its fixed in version 0.9.1 of outline-magic too. May be you can check it out? PS If you use outshine.el in combination with outorg.el and navi-mode.el (all available in my github account) you get everything outline-magic offers (since it is merged into outshine.el) + the extensions from out-xtra.el + many new ideas and features, see this tutorial ,----------------------------------------------------------- | http://orgmode.org/worg/org-tutorials/org-outside-org.html `----------------------------------------------------------- on Worg (there are links to related screencasts on youtube at the end of the page). HTH -- cheers, Thorsten