all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Heime <heimeborgia@protonmail.com>
To: Marcin Borkowski <mbork@mbork.pl>
Cc: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: Colour Capital Letters
Date: Wed, 18 Oct 2023 19:40:07 +0000	[thread overview]
Message-ID: <hN1C-w62RuGVXOsjxzYHdSRRHrBROTUEqafKaw0Bjiiq5QmxWAbYPB1Suv4iJqBqy1oXitOvw_FV-U6DVJPJEbRAf08rNoRt-Nx_-oJhBNI=@protonmail.com> (raw)
In-Reply-To: <877cnjsqoe.fsf@mbork.pl>






Sent with Proton Mail secure email.

------- Original Message -------
On Thursday, October 19th, 2023 at 6:58 AM, Marcin Borkowski <mbork@mbork.pl> wrote:


> On 2023-10-02, at 03:58, Heime heimeborgia@protonmail.com wrote:
> 
> > I want to make a stand alone function that uses a different colour for capital letters
> > in CamelCase names. Possibly taking code from glasses.el.
> > 
> > (defun color-camelcase-capital-letters ()
> > "Color capital letters in CamelCase variables."
> > (interactive)
> > (highlight-regexp "\\(?:^\\|\\b\\)[[:upper:]][[:lower:]]*" 'hi-yellow))
> 
> 
> Just saw this while looking through my email backlog. This is a great
> idea, but I think it can be made even better. How about using two
> colors so that subsequent /words/ in CamelCase identifiers are colored
> differently? I suspect this could be great for readibility!
> 
> > What can I do ?
> 
> 
> Do you have any working code? I might be tempted to try to write
> something like this...
 
Do not have a working one yet.  I wanted to start with something quite 
simple first.  But I was planning to get subsequent words colored differently.

The purpose was about readability, particularly for Latex where one cannot use 
underscore '_'.

> Best,
> 
> --
> Marcin Borkowski
> http://mbork.pl



  reply	other threads:[~2023-10-18 19:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02  1:58 Colour Capital Letters Heime
2023-10-02 10:28 ` Philip Kaludercic
2023-10-18 18:58 ` Marcin Borkowski
2023-10-18 19:40   ` Heime [this message]
2023-10-25 18:30     ` Marcin Borkowski
2023-11-14 19:59       ` Marcin Borkowski
2024-03-31  1:21         ` Heime

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='hN1C-w62RuGVXOsjxzYHdSRRHrBROTUEqafKaw0Bjiiq5QmxWAbYPB1Suv4iJqBqy1oXitOvw_FV-U6DVJPJEbRAf08rNoRt-Nx_-oJhBNI=@protonmail.com' \
    --to=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=mbork@mbork.pl \
    /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.