From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Sojka Newsgroups: gmane.emacs.help Subject: Re: Bug in outline-magic.el Date: Sun, 30 Jun 2013 22:58:51 +0200 Message-ID: <871u7j48ok.fsf@steelpick.2x.cz> References: <877ghe43u1.fsf@steelpick.2x.cz> <87a9mauq6c.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372625952 16606 80.91.229.3 (30 Jun 2013 20:59:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 20:59:12 +0000 (UTC) To: Thorsten Jolitz , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 30 22:59:14 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 1UtOiI-0002Pd-MB for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Jun 2013 22:59:14 +0200 Original-Received: from localhost ([::1]:34235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtOiI-0000Is-2L for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Jun 2013 16:59:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtOi9-0000In-24 for help-gnu-emacs@gnu.org; Sun, 30 Jun 2013 16:59:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtOi6-0002RL-QP for help-gnu-emacs@gnu.org; Sun, 30 Jun 2013 16:59:05 -0400 Original-Received: from max.feld.cvut.cz ([147.32.192.36]:42667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtOi6-0002R9-Jk for help-gnu-emacs@gnu.org; Sun, 30 Jun 2013 16:59:02 -0400 Original-Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id 893FD19F35C6; Sun, 30 Jun 2013 22:59:00 +0200 (CEST) X-Virus-Scanned: IMAP STYX AMAVIS Original-Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id ALtl4rd-ssWq; Sun, 30 Jun 2013 22:58:56 +0200 (CEST) Original-Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id B3C5719F3437; Sun, 30 Jun 2013 22:58:56 +0200 (CEST) Original-Received: from wsh by steelpick.2x.cz with local (Exim 4.80) (envelope-from ) id 1UtOhv-0007pd-51; Sun, 30 Jun 2013 22:58:51 +0200 In-Reply-To: <87a9mauq6c.fsf@gmail.com> User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 147.32.192.36 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:91878 Archived-At: On Fri, Jun 28 2013, Thorsten Jolitz wrote: > 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. outshine.el seems interesting. I think I'll give it a try. > 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 > `-------------------------------------- Hmm, what about modifying the pages on Emacs Wiki [1], [2] to reflect the location of the new version. I installed outline-magic from MELPA, which contains the version from wiki. If you want, I can do it. [1] http://www.emacswiki.org/emacs/OutlineMagic [2] http://www.emacswiki.org/emacs/outline-magic.el [...] > 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). Thanks for the link, this all seems quite interesting :) Cheers, -Michal