Tag: Emacs
a.el: Emacs Lisp Functions for Associative Data Structures
The a.el Emacs Lisp library contains functions for handling associative lists and hash tables. It provides an API in a consistent and functional way,...
rx.el: Providing s-expression notation for regular expressions
The rx.el Emacs Lisp module provides s-expression notation for regular expressions. It is a macro that can generate regular expressions from readable s-expressions. This...
The Association List (alist) Emacs Lisp Library: An Overview
The Association List Emacs Lisp library provides a comprehensive API to work with alists. It has been written by Troy Pracy and the latest...
Loops in Emacs Lisp
This article in the Emacs series explores looping techniques that are available with Emacs Lisp.
T here are built-in constructs such as while and dolist...
The Emacs Series ht.el: The Hash Table Library for Emacs
In this article, we explore the various hash table functions and macros provided by the ht.el library.
The ht.el hash table library for Emacs has...
Debugging in Emacs: The Grand Unified Debugger
This article briefly explores the features of the Grand Unified Debugger, a debugging tool for Emacs.
If you are a C/C++ developer, it is highly...
The Emacs Series Exploring ts.el
In this article, the author reviews the ts.el date and time library for Emacs. Written by Adam Porter, ts.el is still in the development...
The Emacs Series Exploring dash.el Further
We will continue to look at the functions available in dash.el, which is a list library for Emacs, in this third part of the...
The Emacs Series Exploring dash.el
dash.el is a list library for Emacs released under the GNU General Public License v3.0. It has been written by Magnar Sveen and the...
Emacs String Manipulation
s.el is an Emacs string manipulation library released under the GNU General Public License v3.0. It has been written by Magnar Sveen and the...