all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: SOLUTION - Re:  How to colorize text in square brackets?
Date: Thu, 14 Feb 2019 08:30:01 -0500	[thread overview]
Message-ID: <m24l96pkfa.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <87mumyagf9.fsf@skimble.plus.com>

I have been using
https://github.com/jkitchin/scimax/blob/master/scimax-editmarks.org

for something like this. It allows me to put comments with a little
markup that are colored as you describe. There is also support to show a
listing of all those comments, so that you don't overlook them by
accident. Of course, you can always use occur on the regexp you are
fontifying to find those too.

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> Sharon Kimble <boudiccas@skimble.plus.com> writes:
>
>> How can I colorize text within square brackets please, like [fu] ?
>>
>> I need them colorized as they will hold reminders for myself at that position whilst I'm writing.
>>
>
> When I posted this question I knew that the answer would probably lie somewhere within font-lock-add-keywords, but I was unable to find it until I started googling for 'font-lock-keyword-face' which I was already using. This search then lead me to these two pages [1] and [2].
>
> And that lead to this code which achieves what I was trying to accomplish, the text within the square boxes to be coloured totally different from its surrounding text, meaning that now I can write my book and leave myself reminders of various questions, which when I've found the answers can then be deleted.
>
> --8<---------------cut here---------------start------------->8---
> #+BEGIN_SRC emacs-lisp
> (font-lock-add-keywords 'org-mode
>                         '(("\\[\\(.*\\)\\]"
>                                  1 font-lock-type-face prepend)))
> #+END_SRC
> --8<---------------cut here---------------end--------------->8---
>
> Thanks
> Sharon.
>
> [1] - https://stackoverflow.com/questions/7401787/emacs-mode-how-to-specify-that-thing-in-square-brackets-should-be-colored
> [2] - https://www.gnu.org/software/emacs/manual/html_node/elisp/Faces-for-Font-Lock.html


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

      reply	other threads:[~2019-02-14 13:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-11 14:51 How to colorize text in square brackets? Sharon Kimble
2019-02-14  9:05 ` SOLUTION - " Sharon Kimble
2019-02-14 13:30   ` John Kitchin [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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24l96pkfa.fsf@andrew.cmu.edu \
    --to=jkitchin@andrew.cmu.edu \
    --cc=boudiccas@skimble.plus.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.