Re: [O] org-bullets extension

2013-02-23 Thread Bastien
Hi Evgeni, E Sabof writes: > In any case, I've updated org-bullets to use compose-region. You can > get it from here: > > https://github.com/sabof/org-bullets I've updated the Org's repository with a fresh version of org-bullets.el. Do you want write access to the repository so that you can do

Re: [O] org-bullets extension

2013-02-23 Thread Bastien
E Sabof writes: > Jambunathan K writes: >     (font-lock-add-keywords >      'org-mode `(("\\(?:^\\(?1:\\*+\\)[[:blank:]]\\)" >                   (0 (progn (compose-region >                              (match-beginning 1) (match-end 1) >                              (pcase (length (match-s

Re: [O] org-bullets extension

2013-02-21 Thread François Pinard
E Sabof writes: > In any case, I've updated org-bullets to use compose-region. You can > get it from here: https://github.com/sabof/org-bullets Hi, Evgeni (and gang). I've been trying this new org-bullets today, and I did not meet yet some of the problems I observed before. So, at first glance

Re: [O] org-bullets extension

2013-02-20 Thread E Sabof
In any case, I've updated org-bullets to use compose-region. You can get it from here: https://github.com/sabof/org-bullets Evgeni On Wed, Feb 13, 2013 at 7:40 AM, E Sabof wrote: > I tend to agree. It might also be better to enable it by default. At the > same time I'm not very familiar with

Re: [O] org-bullets extension

2013-02-12 Thread E Sabof
I tend to agree. It might also be better to enable it by default. At the same time I'm not very familiar with org code base, so I'm probably not the best person to do it. Btw, the current version of org-bullets makes it possible to use a separate face for the bullets. It might make sense to implem

Re: [O] org-bullets extension

2013-02-11 Thread Jambunathan K
François Pinard writes: > François Pinard writes: > >> Bastien writes: > >>> org-bullets.el is in the contrib/ directory. > >> Let me try to describe the problem. [...] > > Hmph! My description was not accurate, as I can now observe. Here is a > correction. Instead of: > >> The header gets

Re: [O] org-bullets extension

2013-02-11 Thread François Pinard
François Pinard writes: > Bastien writes: >> org-bullets.el is in the contrib/ directory. > Let me try to describe the problem. [...] Hmph! My description was not accurate, as I can now observe. Here is a correction. Instead of: > The header gets opened, with all items visible, including

Re: [O] org-bullets extension

2013-02-11 Thread François Pinard
Bastien writes: > org-bullets.el is in the contrib/ directory. By the way, I like using this one! It works as well with the newer Org than it did with the previous one, or at least so far that I know. I do not know if it is adequate to discuss contrib/ packages here, let me apologize if I shou

Re: [O] org-bullets extension

2013-02-11 Thread Bastien
E Sabof writes: > What is the current status of the package? Was it accepted? Was it > superseded?  org-bullets.el is in the contrib/ directory. > If it wasn't superseded, I might spend some time re-implementing it. I think it would be nice to adapt Jambunathan's solution for Org's core: somet

Re: [O] org-bullets extension

2013-01-27 Thread E Sabof
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 > > '

Re: [O] org-bullets extension

2012-12-18 Thread Bastien
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

Re: [O] org-bullets extension

2012-12-15 Thread Jambunathan K
E Sabof writes: > Hello, > > I am the author of org-bullets extension, which can be found at > github.com/sabof/org-bullets > > I wondered whether you would like to include it in org-contrib, or > perhaps integrate the functionality in org-mode? I think what the package does can be achieved by

Re: [O] org-bullets extension

2012-12-12 Thread Bastien
Hi Evgeni, E Sabof writes: > I am the author of org-bullets extension, which can be found at  > github.com/sabof/org-bullets This is very nice, we have so many requests about changing the "*" character that I guess people will love this. > I wondered whether you would like to include it in org