emacs-package-dev-handbook VS font-lock-studio

Compare emacs-package-dev-handbook vs font-lock-studio and see what are their differences.

emacs-package-dev-handbook

An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers. (by alphapapa)

font-lock-studio

Debugger for Font Lock keywords (by Lindydancer)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
emacs-package-dev-handbook font-lock-studio
13 4
1,098 131
- -
5.8 0.0
21 days ago 3 months ago
JavaScript Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

emacs-package-dev-handbook

Posts with mentions or reviews of emacs-package-dev-handbook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.

font-lock-studio

Posts with mentions or reviews of font-lock-studio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-18.
  • Debugging fontification error while writing a new mode
    3 projects | /r/emacs | 18 Dec 2022
  • Any experts on font-lock here?
    1 project | /r/emacs | 23 Nov 2022
    In general, https://github.com/Lindydancer/font-lock-studio can help.
  • Modifying text foreground/background colour while font-lock is active
    3 projects | /r/emacs | 19 May 2022
    I am not sure how font-lock works in details, I don't use to tinker with it much, but there is a precedence between font-lock methods keyword-based font locking, function based, in which order they are specified etc, as well as syntax-table and font-lock. Check that something else takes precedence over your properties. You will have to do more research on the subject to sort it out. I am not an expert, I can't help you much more with that, maybe someone else can, but definitely check font-lock docs. As a tip, font-lock-studio is useful when looking at font-lock properties.
  • Demonstrating how font-lock-studio makes debugging font-lock-keywords easy
    3 projects | /r/emacs | 27 Dec 2020
    Anders Lindgren's font-lock-studio package makes debugging font-lock-keywords easy, allowing you to step through each keyword as a buffer is fontified. In the linked issue, you can see how I used it to quickly find which of the keywords used in git-commit-mode was matching too much. Without font-lock-studio, it would have required tedious testing of each regexp.

What are some alternatives?

When comparing emacs-package-dev-handbook and font-lock-studio you can also consider the following projects:

mw-thesaurus.el - Merriam-Webster Thesaurus in Emacs

magit - It's Magit! A Git Porcelain inside Emacs.

elisp-slime-nav - Slime-style navigation of Emacs Lisp source with M-. & M-,

color-theme-buffer-local - Set emacs color themes by buffer.

xenodium - Config files for my GitHub profile.

ox-tagfilter-js - Dynamic content filtering in org-mode exported HTML documents based on tags.

fanyi.el - Not only English-Chinese translator for Emacs.

wiktionary-bro.el - Browse Wiktionary entries in Emacs

elisp-guide - A quick guide to Emacs Lisp programming

yasnippet-snippets - a collection of yasnippet snippets for many languages

org-html-theme-darksun - A Solarized Dark version of the Bigblow Org HTML export theme

elisp-repo-kit - Emacs Lisp package for creating an Emacs Lisp Github repo with CI