ement.el VS unpackaged.el

Compare ement.el vs unpackaged.el and see what are their differences.

ement.el

A Matrix client for GNU Emacs (by alphapapa)

unpackaged.el

A collection of useful Emacs Lisp code that isn't substantial enough to be packaged (by alphapapa)
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
ement.el unpackaged.el
21 9
463 373
- -
9.2 1.6
14 days ago about 1 year ago
Emacs Lisp 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.

ement.el

Posts with mentions or reviews of ement.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.

unpackaged.el

Posts with mentions or reviews of unpackaged.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-14.
  • Repository with code snippets and utility functions
    5 projects | /r/emacs | 14 Sep 2022
  • [ANN] unpackaged/imenu-eww-headings: Offer HTML headings in EWW buffers with Imenu
    2 projects | /r/emacs | 12 Apr 2022
  • unpackaged/custom-toggle-all-more-hide: Expand all options’ documentation
    1 project | /r/emacs | 10 Aug 2021
  • The Emacs Lock-In Effect or the Emacs Sunk Cost Fallacy
    8 projects | news.ycombinator.com | 6 Aug 2021
    The question is almost like asking a fish to describe water. It's the sudden lack of it that produces a really clear example. :)

    Anyway, here's a random example that comes to mind: I have some sexps in a Lisp file and I want to sort them alphabetically. Each sexp (usually a top-level form, but not necessarily) usually spans multiple lines, so line-sorting won't do it. Since they may be top-level forms, there may be comments between them that would lose their context if their position relative to sexps were lost, so comments need to "stick to" sexps they're above.

    How would you solve this in a random text editor?

    In Emacs, I would develop a command that does what I need. At each stage of the development process, I evaluate the command's definition, and it's instantly available to be used and tested. I could even test the function on its own definition, if I wanted to be silly (undoing the sorting after testing, of course).

    When I'm done, I save the command definition to my configuration, and it's now a permanent tool in my toolbox. I didn't have to recompile the editor and start a new process, nor did I have to submit a patch to an upstream and ask for it to be merged. Similarly to a carpenter (forgive me if it sounds silly), my editor is my workbench, and as wood is malleable, so is my editor.

    So, here's the command I came up with (maybe not the prettiest implementation, but maybe not the worst): https://github.com/alphapapa/unpackaged.el#sort-sexps And using Emacs and Org mode, I publish it into this "unpackaged" package, which I then install into my configuration as a package, and other users can then easily install it into theirs, too.

    I don't know of any other editor that can do all of this, certainly not so easily.

  • An Introduction to the Ultimate Git UI, Magit!
    1 project | /r/emacs | 30 Jun 2021
  • Automatically sorting an Org file upon save using multiple sorting criteria
    3 projects | /r/orgmode | 17 Jun 2021
    Here's the code in my Emacs config. I'll probably add these functions to unpackaged.el (the Org sorting function there is more primitive than these).
  • Navigation suggestion needed
    2 projects | /r/orgmode | 10 Jun 2021
    Sorting. This is handled within Org, see org-sort. However, you may find this function helpful for sorting recursively and with multiple methods (e.g. first by priority, then alphabetically): https://github.com/alphapapa/unpackaged.el#sort-tree-by-multiple-methods-at-once
  • Lets talk about Emacs UI
    2 projects | /r/emacs | 24 Dec 2020
    The customize buffers can be used with the keyboard. You can tab between fields, and C-c C-c to set values. See also https://github.com/alphapapa/unpackaged.el#set-value-of-customization-option-at-point

What are some alternatives?

When comparing ement.el and unpackaged.el you can also consider the following projects:

burly.el - Save and restore frames and windows with their buffers in Emacs

lispy - Short and sweet LISP editing

ts.el - Emacs timestamp and date-time library

Emacs-VSCode-Default-High-Contras

ledger - Double-entry accounting system with a command-line reporting interface

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion

svg-lib - Emacs SVG libraries for creatings tags, icons and bars

org-make-toc - Automatic tables of contents for Org-mode files

mu4e-thread-folding - Functions for folding threads in mu4e headers view

org-ql - A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

taxy.el - Programmable taxonomical hierarchies for arbitrary objects

consult - :mag: consult.el - Consulting completing-read