From: Grant Rettke <gcr@wisdomandwonder.com>
To: alex.helfet@googlemail.com
Cc: Org-mode <emacs-orgmode@gnu.org>
Subject: Re: Highlighting list item bullets
Date: Tue, 18 Sep 2018 10:40:41 -0500 [thread overview]
Message-ID: <CAAjq1md_hS=s=gcTJ7=ereSQY84m6mpjUnwAHOqNueJf_P7aLw@mail.gmail.com> (raw)
In-Reply-To: <CAFt=HX91knnyLZbwAqb3HUe6mWuCXfCLDyBg9Fp-jNFTvqL1YQ@mail.gmail.com>
On Tue, Sep 18, 2018 at 8:25 AM Alex Helfet <alex.helfet@googlemail.com> wrote:
> I have a very early prototype working and wanted some feedback about whether you would be interested in this feature upstream, or perhaps
> including it in a package would be a better bet.
That looks great.
There are already more than a few snippets out there to do something
like that that but they all probably do it differently. For example
mine just because I wanted em-dashes
(font-lock-add-keywords
'org-mode
'(("^[[:space:]]*\\(-\\) "
0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "—")))))
So you've got my vote for putting it in a package:
prev parent reply other threads:[~2018-09-18 15:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-14 9:43 Highlighting list item bullets Alex Helfet
2018-09-18 15:40 ` Grant Rettke [this message]
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAAjq1md_hS=s=gcTJ7=ereSQY84m6mpjUnwAHOqNueJf_P7aLw@mail.gmail.com' \
--to=gcr@wisdomandwonder.com \
--cc=alex.helfet@googlemail.com \
--cc=emacs-orgmode@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).