jinx VS esup

Compare jinx vs esup and see what are their differences.

jinx

🪄 Enchanted Spell Checker (by minad)

esup

ESUP - Emacs Start Up Profiler (by jschaf)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jinx esup
16 9
335 394
- -
8.7 1.8
5 days ago about 2 years ago
Emacs Lisp Emacs Lisp
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.

jinx

Posts with mentions or reviews of jinx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Emacs Advent Calendar 9: devdocs, code-cells, dREPL, etc.
    17 projects | /r/emacs | 9 Dec 2023
    jit-spell: Alternative to Flyspell which operates asynchronously and checks the entire screen (not just words you just typed). Similar to u/minad's jinx (which is in fact a fork of jit-spell); jinx runs the spell-checker synchronously inside Emacs via a C module, while jit-spell uses an asynchronous subprocess.
  • How to setup spellchecking in emacs
    1 project | /r/emacs | 5 Jun 2023
    Just use jinx it's dope
  • New package: Auto-Olivetti—automatically turn on olivetti-mode when the window gets wide
    2 projects | /r/emacs | 23 May 2023
    Another recent example is my Jinx package, where people suggested that I should rather put the functionality into Ispell or Flyspell. Neither are good places to put the Jinx functionality as a mode. Obviously Jinx is a large enough and self-contained package providing a well-defined feature set. Furthermore its mode of operation is entirely different from both Ispell and Flyspell, so putting it there wouldn't result in much code reuse. It would look more like two packages cramped into one. Sometimes clean alternative implementations are justified.
  • Is GNU Aspell the best spell checker for emacs on macOS?
    8 projects | /r/emacs | 23 May 2023
    Thank you! I tried to get it working, but unfortunately it isn't compatible with MacOS. https://github.com/minad/jinx/issues/82
  • Emacs-written novel on the German bestseller list
    3 projects | /r/emacs | 21 May 2023
    One thing that had improved recently for writing is the appearance of several new spell-checking packages, the most recent and popular one being jinx. Grammar/style checking is still sub-optimal. Not sure if authors rely on such tools or that your Grammar knowledge is such that you don't need it and for really proof-reading you have an editor anyway.
  • Good Emacs Packages
    7 projects | /r/emacs | 14 May 2023
    Jinx is the new kid on the block for spell-checking, and it is the best!
  • flyspell with hunspell and multiple dictionaries
    1 project | /r/emacs | 9 May 2023
    I can't help you specifically, but have you looked at Jinx by the formidable Daniel Mendler? Jinx lets you use multiple spell-checking backends (hunspell included) with multiple dictionaries—even in the same file. So, for example, I have used German and English dictionaries simultaneously to edit a mixed-language file.
  • Jinx: Enchanted Spell Checker (Package for Emacs)
    1 project | news.ycombinator.com | 24 Apr 2023
  • Why does elpaca make emacs startup so much faster?
    9 projects | /r/emacs | 23 Apr 2023
    Wow, interesting that my response is getting down voted. It seems not enough that I give away my work for free. Nevertheless I appreciate support from the community, as other Emacs package developers. The support is actually helpful. To clarify, publishing my configuration would translate into quite a bit of work, requiring separation of private and public bits.
  • [praise] `jinx` spell checker
    1 project | /r/emacs | 19 Apr 2023
    Just want to praise a package called jinx, it provides a spell checker for Emacs, which is really fast.

esup

Posts with mentions or reviews of esup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Why does elpaca make emacs startup so much faster?
    9 projects | /r/emacs | 23 Apr 2023
    Probably the best way to figure out what's going on at startup time is ESUP (Emacs Start Up Profiler): https://github.com/jschaf/esup You could run it on the old config and the new. Although I suppose the processes may be different enough that there's nothing meaningful to compare.
  • [Emacs] A full fledge configuration
    5 projects | /r/emacs | 8 Dec 2022
    I agree with you. For startup profiling, use-package-report and https://github.com/jschaf/esup can help too.
  • An easy trick I found to improve Emacs start-up time
    1 project | /r/emacs | 19 Nov 2022
    A very useful tool for achieving faster startup is esup (https://github.com/jschaf/esup) which times each code block that runs in the emacs startup.
  • Slow emacs startup only on work laptop
    2 projects | /r/emacs | 3 Apr 2022
    Have you tried running M-x esup with https://github.com/jschaf/esup to see what is taking up the start-up time?
  • Zee: A modern text editor for the terminal written in Rust
    9 projects | news.ycombinator.com | 29 Mar 2022
    Are you on Emacs 28? Native-comp is enabled by default and it's Just Worked™ for me. Or are you on at least Emacs 27? Emacs 27 added native JSON parsing; stuff like lsp-mode works a lot better now.

    (Personally running Emacs 29 built from source on an M1 Pro; everything is instant! Even on my old dumpy i5 machine, everything except startup was pretty snappy, with the exception of startup which took ~4 seconds.)

    If it's startup you're concerned about, try the esup[1] package to figure out what's taking so long.

    [1]: https://github.com/jschaf/esup

  • Emacs taking a lot of time to load
    1 project | /r/emacs | 15 Dec 2021
    If you're really interested what happens on startup, you can play around with the startup profiler( https://github.com/jschaf/esup ) or similar packages that time the execution of your .emacs.
  • Do any of you have some tips on speeding up emacs:
    3 projects | /r/emacs | 17 Apr 2021
    I used the Emacs Startup Profiler (ESUP) https://github.com/jschaf/esup which identified several culprits in my init files. Removing or deferring the loading of those packages took my startup time from ~15 seconds to about 2.5 seconds. (Still room for improvement!)
  • What is your startup time
    2 projects | /r/emacs | 19 Mar 2021
    GitHub - jschaf/esup: ESUP - Emacs Start Up Profiler
  • How to diagnose slow emacs at run-time.
    1 project | /r/emacs | 27 Feb 2021
    Try out esup

What are some alternatives?

When comparing jinx and esup you can also consider the following projects:

languagetool.el - LanguageTool suggestions integrated within Emacs

emacs-from-scratch - An example of a fully custom Emacs configuration developed live on YouTube!

puni - Structured editing (soft deletion, expression navigating & manipulating) that supports many major modes out of the box.

.emacs.d - My current Emacs setup.

flymake-vale

zee - A modern text editor for the terminal written in Rust [Moved to: https://github.com/zee-editor/zee]

emacs-build - Scripts to build a distribution of Emacs from sources, using MSYS2 and Mingw64(32)

digga - A flake utility library to craft shell-, home-, and hosts- environments.

corfu - :desert_island: corfu.el - COmpletion in Region FUnction

config

amx - An alternative M-x interface for Emacs.

helix - A post-modern modal text editor.