new2 new2
WWW http://www.math.utah.edu/~beebe

Emacs tools

Last updates: Fri Oct 29 06:40:56 1999    Fri Nov 12 15:57:19 2004

Table of contents

Up to software index

filehdr

Generate standard file header comments that the checksum utility can generate checksums for.


hash

This library provides fast O(1)-cost lookup in large key/value tables.

Other tools

There is a substantial collection of miscellaneous GNU Emacs editing functions that support creation and maintenance of BibTeX, LaTeX, FORTRAN, Makefile, and SFTRAN3 files: almost 29,500 lines of Emacs Lisp code, with nearly 1000 functions and 200 customization variables.

These files do not have separate documentation files, but they do follow the Lisp practice of having online documentation of every function.


primes

This library provides utilities for prime numbers: primality testing, greatest-common-divisor, least-common-multiple, prime factorization, and prime generation. It is used by the hash.el library.