unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* font-lock-mode limitations
@ 2019-03-19 17:11 Aurel Buche
  2019-03-19 18:48 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Aurel Buche @ 2019-03-19 17:11 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

Hi,

I am working for a company that uses a proprietary Scheme based language
The language has a rich API and its own conventions, so I created a new
major mode but I am struggling with fontification:

I have elisp functions to fetch all documented functions and user-defined
functions from my code and add them properly to font-lock-defaults (using
regexp-opt)

Everything was working fine while I was fetching keywords from a very
limited number of modules. But now I am using more of them and I have
hundreds (maybe thousands) of keywords to highlights. Now that I added more
functions to font-lock-defaults nothing is highlighted anymore.

I really need to add those modules and I definitely require fontification
as I am too used to it.
I don't want to replace keywords with more global regular expressions as it
is really helpful to have keywords highlighted only when they are written
properly

I took a quick glimpse at font-core.el and font-lock.el but I could not
find where the regexp match limitations are set

Do you have a solution or an idea to increase the limits of keywords that
can be matched by font-lock-mode ?

I would be extremely grateful if you can help me

Regards,

Aurélien Buchet

[-- Attachment #2: Type: text/html, Size: 1836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-19 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-19 17:11 font-lock-mode limitations Aurel Buche
2019-03-19 18:48 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).