From mboxrd@z Thu Jan 1 00:00:00 1970 From: E Sabof Subject: Re: org-bullets extension Date: Mon, 28 Jan 2013 00:41:26 +0000 Message-ID: References: <87fw37n0j4.fsf@gmail.com> <87obhri9ta.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3074d59482f9cc04d44e89d2 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzcmw-00058D-2o for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 19:41:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzcmt-0002YG-Cy for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 19:41:29 -0500 Received: from mail-qc0-f178.google.com ([209.85.216.178]:46509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzcmt-0002YB-8N for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 19:41:27 -0500 Received: by mail-qc0-f178.google.com with SMTP id j34so1064479qco.9 for ; Sun, 27 Jan 2013 16:41:26 -0800 (PST) In-Reply-To: <87obhri9ta.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, Jambunathan K --20cf3074d59482f9cc04d44e89d2 Content-Type: text/plain; charset=ISO-8859-1 What is the current status of the package? Was it accepted? Was it superseded? If it wasn't superseded, I might spend some time re-implementing it. Evgeni On Tue, Dec 18, 2012 at 11:05 AM, Bastien wrote: > Hi Jambunathan, > > Jambunathan K writes: > > > (font-lock-add-keywords > > 'org-mode `(("\\(?:^\\(?1:\\*+\\)[[:blank:]]\\)" > > (0 (progn (compose-region > > (match-beginning 1) (match-end 1) > > (pcase (length (match-string 1)) > > (1 ?\u2219) > > (2 ?\u2022) > > (3 ?\u25c9) > > (_ ?\u25CB))) > > nil))))) > > This does convert all headlines characters (*+) to a single > unicode character. Close to what many users are looking for, > but extending this snippet to handle converting several * > characters would come closer. > > Are you working on this? If so, could this be a minor mode? > > Thanks, > > -- > Bastien > --20cf3074d59482f9cc04d44e89d2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
What is the current status of the package? Was it accepted= ? Was it superseded?=A0

If it wasn't supersede= d, I might spend some time re-implementing it.

Evgeni


On Tue, Dec 18, 2012 at 11:05 AM, Bastien <bzg@altern.org>= wrote:
Hi Jambunathan,

Jambunathan K <kjambunathan@gm= ail.com> writes:

> =A0 =A0 (font-lock-add-keywords
> =A0 =A0 =A0'org-mode `(("\\(?:^\\(?1:\\*+\\)[[:blank:]]\\)&qu= ot;
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 (0 (progn (compose-region
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(match-begi= nning 1) (match-end 1)
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(pcase (len= gth (match-string 1))
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(1 ?\u2= 219)
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(2 ?\u2= 022)
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(3 ?\u2= 5c9)
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(_ ?\u2= 5CB)))
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 nil)))))

This does convert all headlines characters (*+) to a single
unicode character. =A0Close to what many users are looking for,
but extending this snippet to handle converting several *
characters would come closer.

Are you working on this? =A0If so, could this be a minor mode?

Thanks,

--
=A0Bastien

--20cf3074d59482f9cc04d44e89d2--