Home Tags Emacs

Tag: Emacs

a.el: Emacs Lisp Functions for Associative Data Structures

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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...