[comp.emacs] GNU Emacs Lisp code directory

dsill@NSWC-OAS.ARPA (Dave Sill) (10/20/88)

Following is a first-cut at a directory of elisp code that's been
posted to this list.  I think this code is a valuable resource, and
that it there should be some way to keep track of it.  I don't have
the time or resources to maintain a repository of this code, but I'd
be willing to maintain a directory that would be periodically
re-posted to this list.

Let me know what you think of this idea.

------
		    GNU Emacs Lisp Code Directory


This is a very incomplete directory of GNU Emacs Lisp code that has
been posted to the UNIX-EMACS ARPAnet mailing list (comp.emacs).
Please send additions and corrections to dsill@nswc-oas.arpa.

Key:
	       name: name of command or package, may include version
	     author: primary or most-recent author of package
	    address: email address of author, ARPA is default, (U) is UUCP,
		     (C) is CSnet, (B) is Bitnet
	description: very short description of command or package

Name		Author		Address			Description
-------------------------------------------------------------------------------
ada-mode 1.05	Lynn Slater	lrs@esl.com		Ada-mode, environment
background	Joe Keane	jk3k+@andrew.cmu.edu	csh-like backgrnd jobs
bib-mode	Henry Kautz	(U) allegra!kautz	UNIX bibliography mode
browse-kill	Dave Emme	daveemme@uts.amdahl.com Browse the kill-ring
browse-yank	Robert Mende	mende@rutgers.edu	Kill-ring browse mode
c-prologue	anonymous	liberte@a.cs.uiuc.edu	C-mode utilities
c-style		D. LaLiberte	liberte@a.cs.uiuc.edu	C-mode indentation
c-comment	Kyle E. Jones	kyle@odu.edu		C comment editing
c-comment	R. Mecklenburg	mecklen@gr.utah.edu	C-comment minor mode
calendar	Edward Reingold	reingold@a.cs.uiuc.edu	Calendar in a window
describe	Tom Ekberg	(C) ekberg@ti-cvl	Describe elisp object
				(U) im4u!ti-csl!ekberg
detex		B. Martensson	?			Remove TeX commands
find-alt-file	Dale Worley	(U) compass!worley	Improved find-alternate-file
generate 2.0	Ciaran A Byrne	ciaran@gec-rl-hrc.co.uk	macro-to-elisp conv.
gomoku		P. Schnoebelen	phs@lifia.imag.fr	Gomoku game
grind-DOC	Kyle Jones	kyle@odu.edu		DOC file->troff
isearch		K. Manheimer	klm@cme-durer.arpa	isearch w/regexp toggle
ispell		Ashwin Ram	Ram-Ashwin@cs.yale.edu	ispell interface
				(U) yale!Ram-Ashwin
				(B) Ram@yalecs
make-send-via..	Dale Worley	(U) compass!worley	RMAIL make-send-via-send-and-exit
pascal		Vincent Broman	broman@nosc.mil		Pascal mode
rcs 1.4		Ed Simpson	evs@cs.duke.edu		RCS ci/co interface
save-help	Dale Worley	(U) compass!worley	Save *Help* buffers
shell		Dale Worley	(U) compass!worley	Multiple *Shell* buffers
shell-buffer	Dale Worley	(U) compass!worley	shell-command-on-buffer
shellext	W. Rupprecht	wolfgang@mgm.mit.edu	ksh-like ext. to shell
two-window	D. LaLiberte	liberte@a.cs.uiuc.edu	Mod. compare-windows
unix-apropos	Henry Kautz	(U) allegra!kautz	man -k interface
users		Bill Trost	trost@reed.UUCP		List system users
whinify		Bard (Bloom?)	bard@theory.lcs.mit.edu Silly emacs hack

=========
"Computers should work the way beginners expect them to,
 and one day they will."
					-- Ted Nelson

jr@bbn.com (John Robinson) (10/20/88)

A great offering!  I would suggest that maybe some of the listed
packages are obsoleted by other packages on the list (like the kill
ring browsers).  I will try to send you more entries from my
collection...
-- 
/jr
jr@bbn.com or bbn!jr

dsill@NSWC-OAS.ARPA (Dave Sill) (10/26/88)

Here's the first real version of my directory.  The initial response
was quite favorable, and I've received many additions.  I'm sure there
is still quite a bit missing, though.

--------------------------------------------------------------------------

		    GNU Emacs Lisp Code Directory
			       10/25/88

This is a directory of GNU Emacs Lisp code that has been posted to the
UNIX-EMACS ARPAnet mailing list (comp.emacs) or otherwise made
available to the general public.  Please send additions and
corrections to dsill@nswc-oas.arpa.

Key:
	       name: name of command or package, may include version
	     author: primary or most-recent author of package
	    address: email address of author, ARPA is default, (U) is UUCP,
		     (C) is CSnet, (B) is Bitnet
	description: very short description of command or package

Name		Author		Address			Description
-------------------------------------------------------------------------------
ada-mode 1.05	Lynn Slater	lrs@esl.com		Ada-mode, environment
array		David M. Brown	(U) morgoth!dmb		Array mode
auto-indent	Alan Stebbens	aks@hub.ucsb.edu	Auto-indent minor mode
background	Joe Keane	jk3k+@andrew.cmu.edu	csh-like background jobs
bib-mode	Henry Kautz	(U) allegra!kautz	UNIX bibliography mode
bibtex-mode	David Landskov	dll@usl.edu		bibtex-mode replacement
browse-kill	Dave Emme	daveemme@uts.amdahl.com Browse the kill-ring
browse-yank	Robert Mende	mende@rutgers.edu	Kill-ring browse mode
c++-mode	Dave Detlefs	dld@cs.cmu.edu		C++ major mode
c-prologue	anonymous	liberte@a.cs.uiuc.edu	C-mode utilities
c-style		D. LaLiberte	liberte@a.cs.uiuc.edu	C-mode indentation
c-comment	Kyle E. Jones	kyle@odu.edu		C comment editing
c-comment-mode	R. Mecklenburg	mecklen@gr.utah.edu	C-comment minor mode
cl-cadr		Randal Schwartz	merlyn@intelob.intel.com	Lisp cadr, cddr, etc
compress	Stephen Gildea	gildea@bbn.com		Automatically handle .Z files
context		David M. Neves	neves@ai.cs.wisc.edu	Keep track of files/buffers
crypt		Kyle Jones	kyle@odu.edu		Handle crypt/compress/compact files
dabbrev		Mark Swanson	(U) utah-cs!swanson	Dynamic abbrev expander
date		C. Rasmussen	suneast!symbol!cdr@sun.com	Insert mod date and author
date2		John Sturdy	jcgs@harlqn.co.uk	Insert mod date and author
dbx		Masanobu Umeda	(U) flab!umerin		Interactive interface to DBX
define-fkey	Rob Peck	(U) dana!rap		Assign functions to function keys interactively
describe	Tom Ekberg	(C) ekberg@ti-cvl	Describe elisp object
describe			(U) im4u!ti-csl!ekberg
detex		B. Martensson	bengt@watale.waterloo.edu	Remove TeX commands
dired-extn      Lynn Slater	lrs@esl.com		Yet more for dired
du-sort         Lynn Slater	lrs@esl.com		Unix disk space mgmt
edt-mode	Jesse Heines	heines@ulowell.edu	edt-mode replacement
emacs-tags	Bob Weber, et al	contact jr@bbn.com	Look up tags of Emacs
env		W. Rupprecht	wolfgang@mgm.mit.edu	Manipulate child's environment
fancy-lisp      Lynn Slater	lrs@esl.com		Enhanced lisp mode
fancy-spell	B. Martensson	bengt@watale.waterloo.edu	Improved spell interface
file-declartns  Lynn Slater	lrs@esl.com		More on the Mode: line
file-complete	Bard Bloom	bard@theory.lcs.mit.edu	Expand filenames for shell
file-menu	Stephen Grady	grady@postgres.berkeley.edu	X-windows files menu
find-alt-file	Dale Worley	(U) compass!worley	Improved find-alternate-file
format-date	Damian Cugley	pdc@hplb.lb.hp.co.uk	Prettify ctime() strings
gendoc		Brian Wallis	brw@jim.odr.oz		Produce LaTeX doc. of functions
generate 2.0	Ciaran A Byrne	ciaran@gec-rl-hrc.co.uk	macro-to-elisp conv.
gnews 2.0	M. Wiener	(U)ucbvax!garnet!weemba NNTP rn interface
gnews 2.0			ftp from ucbvax.berkeley.edu /pub/gnews-2.0-tar.Z (229359 bytes)
gnus		Masanobu Umeda	umerin%flab.flab.Fujitsu.junet@uunet.uu.net	NNTP rnews interface
gomoku		P. Schnoebelen	phs@lifia.imag.fr	Gomoku game
grind-DOC	Kyle Jones	kyle@odu.edu		DOC file->troff
header          Lynn Slater	lrs@esl.com		Auto File headers
help.tar        Lynn Slater	lrs@esl.com		Let C-h be backspace
highlight	D. LaLiberte	liberte@cs.uiuc.edu	Temporarily highlight region
hooks		Mark Weissman	(U) apollo!weissman	Add hooks to existing functions
iquery		?		contact jr@bbn.com	Interactive query-replace
isearch		Dick King	king@kestrel.arpa	Improved isearch for 1200 baud
isearch		K. Manheimer	klm@cme-durer.arpa	isearch w/regexp toggle
ispell		Ashwin Ram	Ram-Ashwin@cs.yale.edu	ispell interface
ispell				(U) yale!Ram-Ashwin
ispell				(B) Ram@yalecs
latex-close	Ashwin Ram	Ram-Ashwin@cs.yale.edu	Allow latex blocks in tex-mode
latexify-DOC	Tor Lillqvist	(U) enea!tut!santra!tml	grind-DOC to LaTeX
loadable-p	Bill Janssen	jansen@titan.sw.mcc.com	Is a file loadable?
location        Lynn Slater	lrs@esl.com		Backout of tags
make-send-via..	Dale Worley	(U) compass!worley	RMAIL make-send-via-send-and-exit
meshook		Mark Weissman	(U) apollo!weissman	Save all messages and errors in a buffer
mfe		Peter Mroz	mroz@ge-crd.arpa	Forms entry mode
minibuf		David Gudeman	gudeman@arizona,edu	Completion help in minibuffer
monkey-mode	Thomas Lord	Thomas.Lord@andrew.cmu.edu	Dired replacement
new-shell	Robert Wells	rwells@bbn.com		Named shell buffers; better send-input
newpara		Bruce Israel	israel@brillig.umd.edu	Fill paragraph properly
nrnews		Thomas Narten	narten@cs.purdue.edu	Improved rnews.el
open-line	RMS		rms@prep.ai.mit.edu	Use fill-prefix when opening lines
page-menu	David Epstein	eppstein@cs.columbia.edu	Create a menu of pages in a buffer
pascal		Vincent Broman	broman@nosc.mil		Pascal major mode
pascal-mode	Mosur Mohan	(U) mntgfx!mosurm	Pascal major mode
popmail		W. Rupprecht	wolfgang@mgm.mit.edu	Pop up mail buffer for new mail
pp		Root Boy Jim	rbj@nav.icst.nbs.gov	Lisp pretty printer
pp2		R. Schwartz (?)	merlyn@intelob.intel.com	Lisp pretty printer
prefix-control	Neal Ziring	(U) hotlg!nz		Multicharacter sequences instead of chords
prefix-region	(Ashwin Ram?)				Prefix each line in region
pretty-mode-ln	Andy Gaynor	gaynor@topaz.rutgers.edu	Prettier mode line with long filenames
random		?		contact jr@bbn.com	Random number routines for Gosmacs
rcp		Michael Tran	(U) umn-cs!tran		Remote edit with rcp
rcs 1.4		Ed Simpson	evs@cs.duke.edu		RCS ci/co interface
rcs		Pehong Chen	phc@renoir.berkeley.edu	RCS interface
reduce		Neal Ziring	(U) wucs!nz		Replace numeric expression by its value
rmail-filter    Lynn Slater	lrs@esl.com		Filters of mail
rmail-extn      Lynn Slater	lrs@esl.com		User specified Mboxes
rmail-subj	Ashwin Ram	Ram-Ashwin@cs.yale.edu	Subject search in rmail
save-help	Dale Worley	(U) compass!worley	Save *Help* buffers
scribe          Lynn Slater	lrs@esl.com		Enhanced scribe mode
scribe		Sean Engelson	spe@cad.cs.cmu.edu	Fancy scribe mode
shell		Dale Worley	(U) compass!worley	Multiple *Shell* buffers
shell-buffer	Dale Worley	(U) compass!worley	shell-command-on-buffer
shell-expand	Mark Ardis	maa@sei.cmu.edu		Expand filenames in shell
shell-plus	John Sturdy	jcgs@harlqn.co.uk	Build and use list of command in shell
shell-util	Comor Rafferty	conor@sierra.stanford.edu	Csh-like shell
shellext	W. Rupprecht	wolfgang@mgm.mit.edu	ksh-like ext. to shell
showdiff	W. Rupprecht	wolfgang@mgm.mit.edu	Put diff-file differences in two windows
snarf-doc	Vincent Broman	broman@nosc.mil		Grab function doc from files
sort-col	David Neves	neves@uwvax.arpa	Sort on column defined by region
sort20		Howie Kaye	Sy.Howie@cu20b.arpa	Sort like Tops20 TECO
spell-dict	John Peterson	?			Access to online dict.
stardate	Mark Eichin	eichin@athena.mit.edu	Generate unique time stamps
super-apropos   Lynn Slater	lrs@esl.com		Hackers hound dog
surprise	?		contact jr@bbn.com	Merry Xmas from hanoi
swap-keys	James Driscoll	(U)hao!boulder!driscoll	Swap key meanings
tag-completion	Henry Kautz	kautz@allegra.att.com	Completion of tag names
tags-helper	John Sturdy	jcgs@harlqn.co.uk	Help completing tag names
template	Tom Lord	lord+@andrew.cmu.edu	Create new files from templates
texmatch	Mark Eichin	eichin@athena.mit.edu	Insert matching TeX close
time-auto-save	Kyle Jones	kyle@odu.edu		Auto-save on timer
twinkle		Barry Shein	(U) bu-cs!shein		Create twinkling buffer
two-window	D. LaLiberte	liberte@a.cs.uiuc.edu	Mod. compare-windows
ultra		Kyle Jones	kyle@odu.edu		Save context like Gosling Emacs
undoc		Paul Stygar	(U) inco!pauls		Pretty-up the DOC file
unix		W. Rupprecht	wolfgang@mgm.mit.edu	Interfaces to grep, gid, etc
unix-apropos	Henry Kautz	(U) allegra!kautz	man -k interface
users		Bill Trost	trost@reed.UUCP		List system users
viewless	David Gudeman	gudeman@arizona.edu	Make view-mode like "less"
vkill		Kyle Jones	kyle@odu.edu		View and kill UNIX processes
vn		Karl Kleinpaste	karl@tut.cis.ohio-state.edu	vn newsreader
which		Bill Janssen	janssen@titan.sw.mcc.com	Which file would be loaded?
which-load	Randal Schwartz	merlyn@intelob.intel.com	Find which file will load
whinify		Bard Bloom	bard@theory.lcs.mit.edu Silly emacs hack
wy50            Lynn Slater	lrs@esl.com		Softkeys for wyse50
x-mouse-drag	Peter X Moore	moore@cad.berkeley.edu	Dragging with X mouse
z-mode		Alan Stebbens	aks@hub.ucsb.edu	Auto-uncompress

=========
"Nobody eats at that place anymore, it's always too crowded."

					-- Yogi Berra

billf@hpcvlx.HP.COM (Bill F. Faus) (10/27/88)

A little help for the unenlightened, how should I used this list?

I would like to see the fix called "newpara" for properly filling
paragraphs.

Should I request it from the listed author, or have you compiled
a library somewhere that I can retrieve these from?

Bill Faus
Corvallis Division
Hewlett-Packard

hplabs![hp-pcd,hpcvlx]!billf

dsill@RELAY-NSWC.NAVY.MIL (Dave Sill) (12/21/88)

		    GNU Emacs Lisp Code Directory
			       12/20/88

This is a directory of GNU Emacs Lisp code that has been posted to the
UNIX-EMACS ARPAnet mailing list (comp.emacs) or otherwise made
available to the general public.  If you see something you'd like,
please request a copy directly from the author or contact listed.  If
you're unable to reach him (I believe they're all male), you can
either post a query to the net or ask me if I have a copy.  I don't
have the time or resources to maintain a publicly accessible archive
of all this code, but I *may* have what you want, if not the latest
version.

Please send additions and corrections to dsill@relay-nswc.navy.mil.

Key:
	       name: name of command or package, may include version
	     author: primary or most-recent author of package
	    address: email address of author, ARPA is default, (U) is UUCP,
		     (C) is CSnet, (B) is Bitnet
	description: very short description of command or package

Name		Author		Address			Description
-------------------------------------------------------------------------------
ada-mode 1.05	Lynn Slater	lrs@esl.com		Ada-mode, environment
align-equals	Paul Hudson	(U) ukc!acorn!moncam!paul	Align equals signs in C code
array		David M. Brown	(U) morgoth!dmb		Array mode
auto-indent	Alan Stebbens	aks@hub.ucsb.edu	Auto-indent minor mode
awk-mode	Nelson Beebe	Beebe@science.utah.edu	Awk variation of C-mode
background	Joe Keane	jk3k+@andrew.cmu.edu	csh-like background jobs
bib-mode	Henry Kautz	(U) allegra!kautz	UNIX bibliography mode
bibtex-mode	David Landskov	dll@usl.edu		bibtex-mode replacement
browse-kill	Dave Emme	daveemme@uts.amdahl.com Browse the kill-ring
browse-yank	Robert Mende	mende@rutgers.edu	Kill-ring browse mode
c++-mode	Dave Detlefs	dld@cs.cmu.edu		C++ major mode
c-comment	Kyle E. Jones	kyle@odu.edu		C comment editing
c-comment-mode	R. Mecklenburg	mecklen@gr.utah.edu	C-comment minor mode
c-prologue	Kjell Eriksson	(U)enea!erialfa!kjelle	C-mode utilities
c-src-doc	Vincent Broman	broman@nosc.mil		Format doc strings from C source
c-style		D. LaLiberte	liberte@a.cs.uiuc.edu	C-mode indentation
change-tag	Lars Pensji	lars@myab.se		Change TAGS table w/completion
cl-cadr		Randal Schwartz	merlyn@intelob.intel.com	Lisp cadr, cddr, etc
clisp		C.Martin/A.Segre	segre@cu-arpa.cs.cornell.edu	Common Lisp interface
compress	Stephen Gildea	gildea@bbn.com		Automatically handle .Z files
context		David M. Neves	neves@ai.cs.wisc.edu	Keep track of files/buffers
crypt		Kyle Jones	kyle@odu.edu		Handle crypt/compress/compact files
dabbrev		Mark Swanson	(U) utah-cs!swanson	Dynamic abbrev expander
date		C. Rasmussen	suneast!symbol!cdr@sun.com	Insert mod date and author
date2		John Sturdy	jcgs@harlqn.co.uk	Insert mod date and author
dbx		Masanobu Umeda	(U) flab!umerin		Interactive interface to DBX
define-fkey	Rob Peck	(U) dana!rap		Assign functions to function keys interactively
describe	Tom Ekberg	(C) ekberg@ti-cvl	Describe elisp object
describe			(U) im4u!ti-csl!ekberg
detex		B. Martensson	bengt@watale.waterloo.edu	Remove TeX commands
dired-extn      Lynn Slater	lrs@esl.com		Yet more for dired
du-sort         Lynn Slater	lrs@esl.com		Unix disk space mgmt
edebug		D. LaLiberte	liberte@cs.uiuc.edu	Electric-debug mode or elisp-debug mode
edt-mode	Jesse Heines	heines@ulowell.edu	edt-mode replacement
edt-mode			FTP ~ftp/gnu/edtkeys.el.shar from swan.ulowell.edu
elec-c-mode	Mark Davies	(U) munnari!vuwcomp!mark	Gosmacs-like c-mode
emacs-tags	Bob Weber, et al	contact jr@bbn.com	Look up tags of Emacs
env		W. Rupprecht	wolfgang@mgm.mit.edu	Manipulate child's environment
fancy-lisp      Lynn Slater	lrs@esl.com		Enhanced lisp mode
fancy-spell	B. Martensson	bengt@watale.waterloo.edu	Improved spell interface
file-complete	Bard Bloom	bard@theory.lcs.mit.edu	Expand filenames for shell
file-declartns  Lynn Slater	lrs@esl.com		More on the Mode: line
file-menu	Steven Grady	(U) fxgrp!grady		X-windows files menu
find-alt-file	Dale Worley	(U) compass!worley	Improved find-alternate-file
find-file-compress	Joel Spolsky	spolsky-joel@yale.arpa	Find-file w/auto uncompress
format-date	Damian Cugley	pdc@hplb.lb.hp.co.uk	Prettify ctime() strings
gendoc		Brian Wallis	brw@jim.odr.oz		Produce LaTeX doc. of functions
generate 2.0	Ciaran A Byrne	ciaran@gec-rl-hrc.co.uk	macro-to-elisp conv.
gnews 2.0	M. Wiener	(U)ucbvax!garnet!weemba NNTP rn interface
gnews 2.0			ftp from ucbvax.berkeley.edu /pub/gnews-2.0-tar.Z (229359 bytes)
gnus		Masanobu Umeda	umerin%flab.flab.Fujitsu.junet@uunet.uu.net	NNTP rnews interface
gomoku		P. Schnoebelen	phs@lifia.imag.fr	Gomoku game
grade-mode      Chris Welty     weltyc@cs.rpi.edu       Mode for editing grades
grind-DOC	Kyle Jones	kyle@odu.edu		DOC file->troff
header          Lynn Slater	lrs@esl.com		Auto File headers
help.tar        Lynn Slater	lrs@esl.com		Let C-h be backspace
highlight	D. LaLiberte	liberte@cs.uiuc.edu	Temporarily highlight region
hooks		Mark Weissman	(U) apollo!weissman	Add hooks to existing functions
iquery		?		contact jr@bbn.com	Interactive query-replace
isearch		Dick King	king@kestrel.arpa	Improved isearch for 1200 baud
isearch		K. Manheimer	klm@cme-durer.arpa	isearch w/regexp toggle
ispell		Ashwin Ram	Ram-Ashwin@cs.yale.edu	ispell interface
ispell				(B) Ram@yalecs
ispell				(U) yale!Ram-Ashwin
latex-close	Ashwin Ram	Ram-Ashwin@cs.yale.edu	Allow latex blocks in tex-mode
latexify-DOC	Tor Lillqvist	(U) enea!tut!santra!tml	grind-DOC to LaTeX
loadable-p	Bill Janssen	janssen@titan.sw.mcc.com	Is a file loadable?
location        Lynn Slater	lrs@esl.com		Backout of tags
loop-funcs	Jerry Jackson	esosun!jackson@seismo.css.gov	Lisp editing functions
make-send-via..	Dale Worley	(U) compass!worley	RMAIL make-send-via-send-and-exit
makefile-mode	John Sturdy	jcgs@harlqn.co.uk	Simple makefile mode
meshook		Mark Weissman	(U) apollo!weissman	Save all messages and errors in a buffer
mfe		Peter Mroz	mroz@ge-crd.arpa	Forms entry mode
mini-complete	Bruce Israel	israel@tove.umd.edu	Enhanced minibuf completion
monkey-mode	Thomas Lord	Thomas.Lord@andrew.cmu.edu	Dired replacement
new-shell	Robert Wells	rwells@bbn.com		Named shell buffers; better send-input
newpara		Bruce Israel	israel@brillig.umd.edu	Fill paragraph properly
nrnews		Thomas Narten	narten@cs.purdue.edu	Improved rnews.el
open-line	RMS		rms@prep.ai.mit.edu	Use fill-prefix when opening lines
page-menu	David Epstein	eppstein@cs.columbia.edu	Create a menu of pages in a buffer
pascal		Vincent Broman	broman@nosc.mil		Pascal major mode
pascal-mode	Mosur Mohan	(U) mntgfx!mosurm	Pascal major mode
popmail		W. Rupprecht	wolfgang@mgm.mit.edu	Pop up mail buffer for new mail
postman 1.0	M. Cenkl	cenkl%linus@mitre-bedford.arpa	Mode-line "biff"
pp		Root Boy Jim	rbj@nav.icst.nbs.gov	Lisp pretty printer
pp2		R. Schwartz (?)	merlyn@intelob.intel.com	Lisp pretty printer
prefix-control	Neal Ziring	(U) hotlg!nz		Multicharacter sequences instead of chords
prefix-region	(Ashwin Ram?)				Prefix each line in region
pretty-mode-ln	Andy Gaynor	gaynor@topaz.rutgers.edu	Prettier mode line with long filenames
ps-mode		Dirk Grunwald	grunwald@m.cs.uiuc.edu	Major mode for signalling processes
random		?		contact jr@bbn.com	Random number routines for Gosmacs
rcp		Michael Tran	(U) umn-cs!tran		Remote edit with rcp
rcs		Pehong Chen	phc@renoir.berkeley.edu	RCS interface
rcs 1.4		Ed Simpson	evs@cs.duke.edu		RCS ci/co interface
rec-edit	John Sturdy	 jcgs@uk.co.harlqn	Wander-safe, in-one-window
reduce		Neal Ziring	(U) wucs!nz		Replace numeric expression by its value
remote		N.Tran,E.Raible	raible@orville.nas.nasa.gov	Remote editing via rcp
rmail-extn      Lynn Slater	lrs@esl.com		User specified Mboxes
rmail-extract-reject	Eric Raible	raible@orville.nas.nasa.gov	Extract rejected rmail message
rmail-filter    Lynn Slater	lrs@esl.com		Filters of mail
rmail-subj	Ashwin Ram	Ram-Ashwin@cs.yale.edu	Subject search in rmail
save-help	Dale Worley	(U) compass!worley	Save *Help* buffers
scribe		Sean Engelson	spe@cad.cs.cmu.edu	Fancy scribe mode
scribe          Lynn Slater	lrs@esl.com		Enhanced scribe mode
shell		Dale Worley	(U) compass!worley	Multiple *Shell* buffers
shell-buffer	Dale Worley	(U) compass!worley	shell-command-on-buffer
shell-expand	Mark Ardis	maa@sei.cmu.edu		Expand filenames in shell
shell-plus	John Sturdy	jcgs@harlqn.co.uk	Build and use list of command in shell
shell-util	Comor Rafferty	conor@sierra.stanford.edu	Csh-like shell
shellext	W. Rupprecht	wolfgang@mgm.mit.edu	ksh-like ext. to shell
showdiff	W. Rupprecht	wolfgang@mgm.mit.edu	Put diff-file differences in two windows
snarf-doc	Vincent Broman	broman@nosc.mil		Grab function doc from files
sip		Joe Wells	(U)bucsb!jbw		Improved scroll commands
sort20		Howie Kaye	Sy.Howie@cu20b.arpa	Sort like Tops20 TECO
spell-dict	John Peterson	?			Access to online dict.
stardate	Mark Eichin	eichin@athena.mit.edu	Generate unique time stamps
su-command	John Robinson	jr@bbn.com		Run command as root
super-apropos   Lynn Slater	lrs@esl.com		Hackers hound dog
surprise	?		contact jr@bbn.com	Merry Xmas from hanoi
swap-keys	James Driscoll	(U)hao!boulder!driscoll	Swap key meanings
tag-completion	Henry Kautz	kautz@allegra.att.com	Completion of tag names
tags-helper	John Sturdy	jcgs@harlqn.co.uk	Help completing tag names
template	Tom Lord	lord+@andrew.cmu.edu	Create new files from templates
template-mode	Mark Ardis	comp.sources.unix v11i92	Template minor mode
texmatch	Mark Eichin	eichin@athena.mit.edu	Insert matching TeX close
time-auto-save	Kyle Jones	kyle@odu.edu		Auto-save on timer
trains		John Sturdy	jcgs@harlqn.co.uk	Train schedule lookup
twinkle		Barry Shein	(U) bu-cs!shein		Create twinkling buffer
two-window	D. LaLiberte	liberte@a.cs.uiuc.edu	Mod. compare-windows
ultra		Kyle Jones	kyle@odu.edu		Save context like Gosling Emacs
undoc		Paul Stygar	(U) inco!pauls		Pretty-up the DOC file
unix		W. Rupprecht	wolfgang@mgm.mit.edu	Interfaces to grep, gid, etc
unix-apropos	Henry Kautz	(U) allegra!kautz	man -k interface
users		Bill Trost	trost@reed.UUCP		List system users
viewless	David Gudeman	gudeman@arizona.edu	Make view-mode like "less"
vkill		Kyle Jones	kyle@odu.edu		View and kill UNIX processes
vn		Karl Kleinpaste	karl@tut.cis.ohio-state.edu	vn newsreader
which		Bill Janssen	janssen@titan.sw.mcc.com	Which file would be loaded?
which-load	Randal Schwartz	merlyn@intelob.intel.com	Find which file will load
whinify		Bard Bloom	bard@theory.lcs.mit.edu Silly emacs hack
whist		Gilbert Harris	(U)inria!bdblues!gh	Source code change history command
window-config	Dave Emme	daveemme@uts.amdahl.com	Save/restore window configurations
wy50            Lynn Slater	lrs@esl.com		Softkeys for wyse50
x-mouse-drag	Peter X Moore	moore@cad.berkeley.edu	Dragging with X mouse
z-mode		Alan Stebbens	aks@hub.ucsb.edu	Auto-uncompress

dsill@RELAY-NSWC.NAVY.MIL (01/26/89)

Here's the latest version of my datafile of GNU Emacs Lisp code and
GNU Emacs modifications that have been posted to one of the
Emacs-related mailing lists.  The are now over 170 entries.

In case you missed my December postings, I'm now distributing the
directory as a datafile.  I previously posted a UNIX shell/awk script
to produce a report similar to the earlier directories I posted.  If
you don't have UNIX or a copy of the report generating script, drop me
a line.

I've been hoping someone who Lisps would whup up an interface or
report generator in GNU Lisp, but it hasn't happened yet.  Something
like lisp-dir-apropos which would pop up a window with formatted info
about matching entries would be nice, if anyone's listening....

====SNIP==HERE================================
Name|Author|Contact|Description|Date|Version
ada-mode|Lynn Slater|lrs@esl.com|Ada-mode, environment||1.05
align-equals|Paul Hudson|(U) ukc!acorn!moncam!paul|Align equals signs in C code|88-11-18|
array|David M. Brown|(U) morgoth!dmb|Array mode||
asm-mode|Martin Neitzel|(B)neitzel@dbsinf6.bitnet,(U)unido!infbs!neitzel|Major mode for assembler|89-01-03|
auto-include|Charlie Martin|crm@cs.duke.edu, (U)mcnc!duke!crm|Automatically include files|88-06-01|
auto-indent|Alan Stebbens|aks@hub.ucsb.edu|Auto-indent minor mode||
awk-mode|Nelson Beebe|Beebe@science.utah.edu|Awk variation of C-mode|88-10-17|
background|Joe Keane|jk3k+@andrew.cmu.edu|Csh-like background jobs|88-01-28|
balance-windows|Eric Raible, ?|raible@orville.nas.nasa.gov|Make all visible windows the same size|89-01-18|
batch-doc|Randal Schwartz|merlyn@intelob.biin.com,@intelob.intel.com,(U)...!tektronix!inteloa[!intelob]!merlyn|Batch DOC processor|88-09-09|
better-keypad|Stephen Gildea|gildea@bbn.com|Handle VT200-mode keyboard||
bib-mode|Henry Kautz|kautz@allegra.att.com, (U) allegra!kautz|UNIX bibliography mode|87-06-24|
bibtex-mode|David Landskov|dll@usl.edu|Bibtex-mode replacement||
browse-kill|Dave Emme|daveemme@uts.amdahl.com|Browse the kill-ring|88-09-20|
browse-yank|Robert Mende|mende@rutgers.edu|Kill-ring browse mode|86-??-??|
c++-mode|Dave Detlefs|dld@cs.cmu.edu|C++ major mode|87-08-??|
c-comment-mode|R. Mecklenburg,G. Hartzell|mecklen@gr.utah.edu,hartzell@boulder.colorado.edu|C-comment minor mode|88-04-03|
c-comment|Kyle E. Jones|kyle@odu.edu|C comment editing package|89-01-12|
c-prologue|Kjell Eriksson|(U)enea!erialfa!kjelle|C-mode utilities|87-09-02|
c-src-doc|Vincent Broman|broman@nosc.mil|Format doc strings from C source|87-12-??|
c-style|D. LaLiberte|liberte@a.cs.uiuc.edu|C-mode indentation|87-08-27|
change-tag|Lars Pensji|lars@myab.se|Change TAGS table w/completion|88-11-01|
cl-cadr|Randal Schwartz|merlyn@intelob.intel.com|Lisp cadr, cddr, etc||
clisp|A.Segre/D.Hubbell|segre@gvax.cs.cornell.edu,(U) decvax!cornell!segre|Common Lisp interface|88-12-18|
compress|Stephen Gildea|gildea@bbn.com|Automatically handle .Z files||
context|David M. Neves|neves@ai.cs.wisc.edu|Keep track of files/buffers||
crypt|Kyle Jones|kyle@odu.edu|Handle crypt/compress/compact files||
ctl-meta-prefix|Stephen Gildea|gildea@bbn.com|Control-Meta prefix key|87-??-??|
dabbrev|Mark Swanson|(U) utah-cs!swanson|Dynamic abbrev expander||
date2|John Sturdy|jcgs@harlqn.co.uk|Insert mod date and author||
date|C. Rasmussen|cdr@sun.com,(U)sun!cdr|Insert modification date and author|88-12-27|
dbx|Masanobu Umeda|umerin%flab.flab.fujitsu.junet@uunet.uu.net|Interactive interface to DBX||
define-fkey|Rob Peck|(U) dana!rap|Assign functions to function keys interactively||
describe|Tom Ekberg|ekberg@csc.ti.com|Describe elisp object||
detex|B. Martensson|bengt@watale.waterloo.edu|Remove TeX commands|87-08-18|
dired-exit|Erik Murrey,?|(U)erik@mpx2.UUCP,MAP@lcs.mit.edu|Exit dired session|89-01-07|
dired-extn|Lynn Slater|lrs@esl.com|Yet more for dired|88-07-11|
display-line-numbers|Richard Mlynarik|wheaties.ai.mit.edu!mly@eddie.mit.edu|Momentarily display line numbers|88-12-31|
du-sort|Lynn Slater|lrs@esl.com|Unix disk space mgmt|88-10-21|
edebug|D. LaLiberte|liberte@cs.uiuc.edu|Electric-debug mode or elisp-debug mode|88-11-19|
edt-mode|Jesse Heines|heines@ulowell.edu (FTP ~ftp/gnu/edtkeys.el.shar from swan.ulowell.edu)|Edt-mode replacement||
elec-c-mode|Mark Davies|(U) munnari!vuwcomp!mark|Gosmacs-like c-mode|87-06-??|
elec-m2-mode|Tom Lord|lord+@andrew.cmu.edu|Electric Modula-2 mode|89-01-06|1.0
emacs-tags|Bob Weber, et al|jr@bbn.com|Look up tags of Emacs||
env|W. Rupprecht|wolfgang@mgm.mit.edu|Manipulate child's environment||
fancy-lisp|Lynn Slater|lrs@esl.com|Enhanced lisp mode||
fancy-spell|B. Martensson|bengt@watale.waterloo.edu|Improved spell interface||
file-complete|Bard Bloom|bard@theory.lcs.mit.edu|Expand filenames for shell||
file-declartns|Lynn Slater|lrs@esl.com|More on the Mode: line|88-09-09|
file-menu|Steven Grady|grady@postgres.berkeley.edu|X-windows files menu||
find-alt-file|Dale Worley|(U) compass!worley|Improved find-alternate-file|88-10-17|
find-file-compress|Joel Spolsky|spolsky-joel@yale.arpa|Find-file w/auto uncompress||
finger|Keith Gabryelski|ag@wheaties.ai.mit.edu|Show who's on the system|89-01-16|
flonums|W. Rupprecht|wolfgang@mgm.mit.edu,ftp from mgm.mit.edu /pub/WOLFGANG/float-emacs.diff|True floating point data type for Lisp|87-10-27|
format-date|Damian Cugley|pdc@hplb.lb.hp.co.uk|Prettify ctime() strings||
free-space|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,(U) yale!Ram-Ashwin|Display disk usage in modeline|89-01-12|2.0
functions|Bard Bloom|bard@theory.lcs.mit.edu|Useful macros and basic functions|88-12-15|
gendoc|Brian Wallis|brw@jim.odr.oz|Produce LaTeX doc. of functions||
generate|Ciaran A Byrne|ciaran@gec-rl-hrc.co.uk|Macro-to-elisp converter|87-09-02|2.0
gnews|M. Wiener|(U)ucbvax!garnet!weemba (ftp from ucbvax.berkeley.edu /pub/gnews-2.0-tar.Z (229359 bytes))|NNTP rn interface||2.0
gnus|Masanobu Umeda|umerin%flab.flab.Fujitsu.junet@uunet.uu.net|Rn + vn with NNTP|88-09-19|3.8
gomoku|P. Schnoebelen|phs@lifia.imag.fr|Gomoku game|88-09-13|
grade-mode|Chris Welty|weltyc@cs.rpi.edu|Mode for editing grades|88-10-30|1.2
grind-DOC|Kyle Jones|kyle@odu.edu|DOC file->troff|87-??-??|
header|Lynn Slater|lrs@esl.com|Auto File headers|88-09-06|
help.tar|Lynn Slater|lrs@esl.com|Let C-h be backspace||
hexl-mode|Keith Gabryelski|ag@wheaties.ai.mit.edu|Edit a file in a hex dump format|89-01-19|2.0
highlight|D. LaLiberte|liberte@cs.uiuc.edu|Temporarily highlight region||
hooks|Mark Weissman|(U) apollo!weissman|Add hooks to existing functions||
iquery|?|jr@bbn.com|Interactive query-replace||
isearch|Dick King|king@kestrel.arpa|Improved isearch for 1200 baud||
isearch|K. Manheimer|klm@cme-durer.arpa|Isearch w/regexp toggle|88-02-18|
ispell|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,(U) yale!Ram-Ashwin|Ispell interface|87-10-26|
kill-fix|Joe Wells|jbw%bucsf.bu.edu@bu0it.bu.edu|Enhancement to kill-all-local-variables|89-01-18|
latex-close|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Allow latex blocks in tex-mode||
latexify-DOC|Tor Lillqvist|(U) enea!tut!santra!tml|Grind-DOC to LaTeX|87-??-??|
load-hooks|Dale Worley|compass!worley@think.com|Mods to add load-hooks variable|89-01-10|
loadable-p|Bill Janssen|janssen@titan.sw.mcc.com|Is a file loadable?||
location|Lynn Slater|lrs@esl.com|Backout of tags|88-09-06|
loop-funcs|Jerry Jackson|esosun!jackson@seismo.css.gov|Lisp editing functions|88-12-17|
make-send-via-send-and-exit|Dale Worley|(U) compass!worley|RMAIL make-send-via-send-and-exit|88-10-17|
makefile-mode|John Sturdy|jcgs@harlqn.co.uk|Simple makefile mode|88-10-13|
meshook|Mark Weissman|(U) apollo!weissman|Save all messages and errors in a buffer||
mf-mode|Stephen Gildea|gildea@bbn.com|Major mode for METAFONT||
mfe|Peter Mroz|mroz@ge-crd.arpa|Forms entry mode||
mini-complete|Bruce Israel|israel@tove.umd.edu|Enhanced minibuf completion|87-11-17|
monkey-mode|Thomas Lord|Thomas.Lord@andrew.cmu.edu|Dired replacement||
mutant-isearch|Bard Bloom|bard@theory.lcs.mit.edu|Hacked-up incremental search|89-01-19|1.0
new-cal|Edward Reingold|reingold@a.cs.uiuc.edu|Scrolling calendar, diary|89-01-15|
new-shell|Robert Wells|rwells@bbn.com|Named shell buffers; better send-input||
new-stuff|John Sturdy|jcgs@harlqn.co.uk,(U)mcvax!ukc!harlqn!jcgs|Miscellaneous handy "oddments"|89-01-10|
newpara|Bruce Israel|israel@brillig.umd.edu|Fill paragraph properly||
nrnews|Thomas Narten|narten@cs.purdue.edu|Improved rnews.el||
open-line|RMS|rms@prep.ai.mit.edu|Use fill-prefix when opening lines||
page-menu|David Epstein|eppstein@cs.columbia.edu|Create a menu of pages in a buffer||
pascal-mode|Mosur Mohan|(U) mntgfx!mosurm|Pascal major mode||
pascal|Vincent Broman|broman@nosc.mil|Pascal major mode|88-02-??|2.1
popmail|W. Rupprecht|wolfgang@mgm.mit.edu|Pop up mail buffer for new mail|87-09-17|
postman|M. Cenkl|cenkl%linus@mitre-bedford.arpa|Mode-line "biff"||1.0
pp2|R. Schwartz (?)|merlyn@intelob.intel.com|Lisp pretty printer||
pp|Root Boy Jim|rbj@nav.icst.nbs.gov|Lisp pretty printer||
prefix-control|Neal Ziring|(U) hotlg!nz|Multicharacter sequences instead of chords||
prefix-region|(Ashwin Ram?)|?|Prefix each line in region||
pretty-mode-ln|Andy Gaynor|gaynor@topaz.rutgers.edu|Prettier mode line with long filenames||
previous-buffer|Stephen Gildea|gildea@bbn.com|Select Nth previous buffer|88-12-09|
prolog-etags|Shinichirou Sugou|(U)wheaties.ai.mit.edu!mieko|Mods to make etags recognize .pl as Prolog source|89-01-06|
ps-mode|Dirk Grunwald|grunwald@m.cs.uiuc.edu|Major mode for signalling processes|88-12-19|
random|?|jr@bbn.com|Random number routines for Gosmacs||
rcp|Michael Tran|(U) umn-cs!tran|Remote edit with rcp||
rcs|Ed Simpson|evs@cs.duke.edu|RCS ci/co interface|87-08-05|1.4
rcs|Pehong Chen|phc@renoir.berkeley.edu|RCS interface||
rec-edit|John Sturdy|jcgs@uk.co.harlqn|Wander-safe, in-one-window|88-09-30|
redraw-one-line|Stephen Gildea|gildea@bbn.com|Redraw current line||
reduce|Neal Ziring|(U) wucs!nz|Replace numeric expression by its value||
refer|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(C)Ram@yalecs|Look up references in bibliography files|89-10-08|1.0
refer-to-bibtex|Henry Kautz|kautz%allegra.att.com@research.att.com,(U)allegra!kautz|Convert refer-style bibliographic entries to ones usable by latex bib|89-01-11|
remote|N.Tran,E.Raible,W.Carpenter|raible@orville.nas.nasa.gov,wjc@ho5cad.att.com|Remote editing via rcp|89-01-07|2.6+
resume|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Pass arguments to resumed Emacs process||
rmail-extn|Lynn Slater|lrs@esl.com|User specified Mboxes||
rmail-extract-reject|Eric Raible|raible@orville.nas.nasa.gov|Extract rejected rmail message|88-11-29|
rmail-filter|Lynn Slater|lrs@esl.com|Filters of mail||
rmail-subj|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Subject search in rmail||
save-help|Dale Worley|(U) compass!worley|Save *Help* buffers|88-10-17|
scribe|Lynn Slater|lrs@esl.com|Enhanced scribe mode||
scribe|Sean Engelson|spe@cad.cs.cmu.edu|Fancy scribe mode||
shell-buffer|Dale Worley|(U) compass!worley|Shell-command-on-buffer|88-10-17|
shell-expand|Mark Ardis|maa@sei.cmu.edu|Expand filenames in shell||
shell-plus|John Sturdy|jcgs@harlqn.co.uk|Build and use list of command in shell||
shell-util|Comor Rafferty|conor@sierra.stanford.edu|Csh-like shell||
shellext|W. Rupprecht|wolfgang@mgm.mit.edu|Ksh-like extensions to shell|87-10-12|
shell|Dale Worley|(U) compass!worley|Multiple *Shell* buffers|88-10-17|
shell_mung|Jym Dyer|jym@wheaties.ai.mit.edu|Shell-like I/O redirection/globbing mods for VMS|89-01-09|1.1
show-line-numbers|Nelson Beebe|Beebe@science.utah.edu|Add and remove line numbers in a buffer|88-12-26|
showdiff|W. Rupprecht|wolfgang@mgm.mit.edu|Put diff-file differences in two windows||
sip|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Improved scroll commands|88-12-03|
sml-mode|Lars Bo Nielsen|lbn@ksuvax1.cis.ksu.edu|Major mode for Standard ML|88-12-16|1.0
snarf-doc|Vincent Broman|broman@nosc.mil|Grab function doc from files||
sort20|Howie Kaye|Sy.Howie@cu20b.arpa|Sort like Tops20 TECO|86-01-15|
spell-dict|John Peterson|?|Access to online dict.|86-12-16|
stardate|Mark Eichin|eichin@athena.mit.edu|Generate unique time stamps||
su-command|John Robinson|jr@bbn.com|Run command as root|88-12-16|
sun3-x-arrows|Chris Lott|bob@cis.ohio-state.edu|Arrow key bindings for Sun 3s under X|89-01-04|
super-apropos|Lynn Slater|lrs@esl.com|Hackers hound dog|88-06-15|
surprise|?|jr@bbn.com|Merry Xmas from hanoi|88-12-20|
swap-keys|Jim Driscoll|(U)hao!boulder!driscoll|Swap key meanings|87-09-16|
swap-windows|Stephen Gildea|gildea@bbn.com|Swap window positions|88-11-??|
tag-completion|Henry Kautz|kautz@allegra.att.com|Completion of tag names|88-05-02|
tags-helper|John Sturdy|jcgs@harlqn.co.uk|Help completing tag names|88-10-31|
telnet-rsh|Michael McNamara|mac@ardent.com,(U)ubvax!ardent!mac|Enhancement to telnet.el; rsh mode|89-01-11|
template-mode|Mark Ardis|comp.sources.unix v11i92|Template minor mode|87-??-??|
template|Tom Lord|lord+@andrew.cmu.edu|Create new files from templates||
test|Mark Ardis|comp.sources.unix v11i??|Functions for testing elisp packages||
texmatch|Mark Eichin|eichin@athena.mit.edu|Insert matching TeX close||
time|Kyle Jones|kyle@odu.edu,(U) uunet!talos!kjones|Enhanced time.el|88-12-30|
time-auto-save|Kyle Jones|kyle@odu.edu|Auto-save on timer||
trains|John Sturdy|jcgs@harlqn.co.uk|Train schedule lookup|88-11-30|
twinkle|Barry Shein|(U) bu-cs!shein|Create twinkling buffer||
two-window|D. LaLiberte|liberte@a.cs.uiuc.edu|Modified compare-windows|88-??-??|
ultra|Kyle Jones|kyle@odu.edu|Save context like Gosling Emacs|88-05-05|
uncompress|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Enhanced uncompress||
undoc|Paul Stygar|(U) inco!pauls|Pretty-up the DOC file||
uniquify|Dick King|king@kestrel.arpa|Better unique buffer names||
unix-apropos|Henry Kautz|(U) allegra!kautz|Man -k interface|88-09-06|
unix|W. Rupprecht|wolfgang@mgm.mit.edu|Interfaces to grep, gid, etc||
users|Bill Trost|trost@reed.UUCP|List system users|88-??-??|
viewless|David Gudeman|gudeman@arizona.edu|Make view-mode like "less"||
vkill|Kyle Jones|kyle@odu.edu|View and kill UNIX processes|87-11-10|
vn|Karl Kleinpaste|karl@tut.cis.ohio-state.edu|Vn newsreader||
which-load|Randal Schwartz|merlyn@intelob.intel.com|Find which file will load||
which|Bill Janssen|janssen@titan.sw.mcc.com|Which file would be loaded?|88-08-31|
whinify|Bard Bloom|bard@theory.lcs.mit.edu|Silly emacs hack||
whist|Gilbert Harrus|(U)inria!bdblues!gh|Source code change history command|88-12-10|
window-config|Dave Emme|daveemme@uts.amdahl.com|Save/restore window configurations|88-10-28|
wy50|Lynn Slater|lrs@esl.com|Softkeys for wyse50||
x-mouse-drag|Peter X Moore|moore@cad.berkeley.edu|Dragging with X mouse||
z-mode|Alan Stebbens|aks@hub.ucsb.edu|Auto-uncompress|88-05-19|

dsill@RELAY.NSWC.NAVY.MIL (02/17/89)

Name|Author|Contact|Description|Date|Version
ada-mode|Lynn Slater|lrs@esl.com|Ada-mode, environment||1.05
align-equals|Paul Hudson|(U) ukc!acorn!moncam!paul|Align equals signs in C code|88-11-18|
array|David M. Brown|(U) morgoth!dmb|Array mode||
asm-mode|Martin Neitzel|(B)neitzel@dbsinf6.bitnet,(U)unido!infbs!neitzel|Major mode for assembler|89-01-03|
auto-include|Charlie Martin|crm@cs.duke.edu, (U)mcnc!duke!crm|Automatically include files|88-06-01|
auto-indent|Alan Stebbens|aks@hub.ucsb.edu|Auto-indent minor mode||
awk-mode|Nelson Beebe|Beebe@science.utah.edu|Awk variation of C-mode|88-10-17|
background|Joe Keane|jk3k+@andrew.cmu.edu|Csh-like background jobs|88-01-28|
balance-windows|Eric Raible, Ashwin Ram|raible@orville.nas.nasa.gov|Make all visible windows the same size|89-01-18|
batch-doc|Randal Schwartz|merlyn@intelob.biin.com,@intelob.intel.com,(U)...!tektronix!inteloa[!intelob]!merlyn|Batch DOC processor|88-09-09|
better-keypad|Stephen Gildea|gildea@bbn.com|Handle VT200-mode keyboard|88-??-??|
bib-mode|Henry Kautz|kautz@allegra.att.com, (U) allegra!kautz|UNIX bibliography mode|87-06-24|
bibtex-mode|David Landskov|dll@usl.edu|Bibtex-mode replacement||
browse-kill|Dave Emme|daveemme@uts.amdahl.com|Browse the kill-ring|88-09-20|
browse-yank|Robert Mende|mende@rutgers.edu|Kill-ring browse mode|86-??-??|
c++-mode|Dave Detlefs|dld@cs.cmu.edu|C++ major mode|87-08-??|
c-comment-mode|R. Mecklenburg,G. Hartzell|mecklen@gr.utah.edu,hartzell@boulder.colorado.edu|C-comment minor mode|88-04-03|
c-comment|Kyle E. Jones|kyle@odu.edu|C comment editing package|89-01-12|
c-prologue|Kjell Eriksson|(U)enea!erialfa!kjelle|C-mode utilities|87-09-02|
c-src-doc|Vincent Broman|broman@nosc.mil|Format doc strings from C source|87-12-??|
c-style|D. LaLiberte|liberte@a.cs.uiuc.edu|C-mode indentation|87-08-27|
calendar|Edward Reingold|reingold@a.cs.uiuc.edu|Scrolling calendar, diary, and much more|89-02-09|
cd|Michael Meissner|meissner@dg-trp.dg.com,(U)mcnc!xyzzy!meissner|Replacement for "cd" that knows about CDPATH|89-02-13|
change-tag|Lars Pensji|lars@myab.se|Change TAGS table w/completion|88-11-01|
cl-cadr|Randal Schwartz|merlyn@intelob.intel.com|Lisp cadr, cddr, etc||
clisp|A.Segre/D.Hubbell|segre@gvax.cs.cornell.edu,(U) decvax!cornell!segre|Common Lisp interface|88-12-18|
cmuscheme|Olin Shivers|shivers@cs.cmu.edu|Scheme, TeX, and T process modes based on comint|89-02-09|
cmushell|Olin Shivers|shivers@cs.cmu.edu|Shell and Lisp process modes based on comint|89-02-09|
comint|Olin Shivers|shivers@cs.cmu.edu|Process mode for general command interpreters|89-02-09|
compress|Stephen Gildea|gildea@bbn.com|Automatically handle .Z files|89-02-15|
context|David M. Neves|neves@ai.cs.wisc.edu|Keep track of files/buffers||
crypt|Kyle Jones|kyle@odu.edu|Handle crypt/compress/compact files||
ctl-meta-prefix|Stephen Gildea|gildea@bbn.com|Control-Meta prefix key|87-??-??|
dabbrev|Mark Swanson|(U) utah-cs!swanson|Dynamic abbrev expander||
date2|John Sturdy|jcgs@harlqn.co.uk|Insert mod date and author||
date|C. Rasmussen|cdr@sun.com,(U)sun!cdr|Insert modification date and author|88-12-27|
dbx-fixes|Robert Lupton|lupton@uhccux.uhcc.hawaii.edu|Minor dbx-mode fixes|89-02-07|
define-fkey|Rob Peck|(U) dana!rap|Assign functions to function keys interactively||
describe|Tom Ekberg|ekberg@csc.ti.com|Describe elisp object||
detex|B. Martensson|bengt@watale.waterloo.edu|Remove TeX commands|87-08-18|
dired-erase-extensions|David Gudeman|gudeman@arizona.edu|Remove files matching completion-ignored-extensions|89-02-15|
dired-exit|Erik Murrey,?|(U)erik@mpx2.UUCP,MAP@lcs.mit.edu|Exit dired session|89-01-07|
dired-extensions|Lynn Slater|lrs@esl.com|Yet more for dired|88-07-11|
display-line-numbers|Richard Mlynarik|wheaties.ai.mit.edu!mly@eddie.mit.edu|Momentarily display line numbers|88-12-31|
du-sort|Lynn Slater|lrs@esl.com|Unix disk space mgmt|88-10-21|
edebug|D. LaLiberte|liberte@cs.uiuc.edu|Electric-debug mode or elisp-debug mode|88-11-19|
edt-mode|Jesse Heines|heines@ulowell.edu (FTP ~ftp/gnu/edtkeys.el.shar from swan.ulowell.edu)|Edt-mode replacement||
elec-c-mode|Mark Davies|(U) munnari!vuwcomp!mark|Gosmacs-like c-mode|87-06-??|
elec-m2-mode|Tom Lord|lord+@andrew.cmu.edu|Electric Modula-2 mode|89-01-06|1.0
emacs-tags|Bob Weber, et al|jr@bbn.com|Look up tags of Emacs||
env|W. Rupprecht|wolfgang@mgm.mit.edu|Manipulate child's environment||
fancy-lisp|Lynn Slater|lrs@esl.com|Enhanced lisp mode||
fancy-spell|B. Martensson|bengt@watale.waterloo.edu|Improved spell interface||
file-complete|Bard Bloom|bard@theory.lcs.mit.edu|Expand filenames for shell||
file-declarations|Lynn Slater|lrs@esl.com|More on the Mode: line|88-09-09|
file-menu|Steven Grady|grady@postgres.berkeley.edu|X-windows files menu||
find-alternate-file|Dale Worley|(U) compass!worley|Improved find-alternate-file|88-10-17|
find-file-compress|Joel Spolsky|spolsky-joel@yale.arpa|Find-file w/auto uncompress||
finger|Keith Gabryelski|ag@wheaties.ai.mit.edu|Show who's on the system|89-01-16|
fix-x-mouse|Jean-Francois Lamy|lamy@ai.utoronto.ca|Fix mouse-based cuts and pastes|88-09-21|
flonums|W. Rupprecht|wolfgang@mgm.mit.edu,ftp from mgm.mit.edu /pub/WOLFGANG/float-emacs.diff|True floating point data type for Lisp|87-10-27|
format-date|Damian Cugley|pdc@hplb.lb.hp.co.uk|Prettify ctime() strings||
free-space|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,(U) yale!Ram-Ashwin|Display disk usage in modeline|89-01-12|2.0
gendoc|Brian Wallis|brw@jim.odr.oz|Produce LaTeX doc. of functions||
generate|Ciaran A Byrne|ciaran@gec-rl-hrc.co.uk|Macro-to-elisp converter|87-09-02|2.0
gnews|M. Wiener|(U)ucbvax!garnet!weemba (ftp from ucbvax.berkeley.edu /pub/gnews-2.0-tar.Z (229359 bytes))|NNTP rn interface||2.0
gnus|Masanobu Umeda|umerin%flab.flab.Fujitsu.junet@uunet.uu.net|Rn + vn with NNTP|88-09-19|3.8
gomoku|P. Schnoebelen|phs@lifia.imag.fr|Gomoku game|88-09-13|
grade-mode|Chris Welty|weltyc@cs.rpi.edu|Mode for editing grades|88-10-30|1.2
grind-DOC|Kyle Jones|kyle@odu.edu|DOC file->troff|87-??-??|
hateful-minibuffer|Andy Gaynor|gaynor@rutgers.edu|Workaround for yes-or-no-p allowing y/n|89-02-07|
header|Lynn Slater|lrs@esl.com|Auto File headers|88-09-06|
help.tar|Lynn Slater|lrs@esl.com|Let C-h be backspace||
hexl-mode|Keith Gabryelski|ag@wheaties.ai.mit.edu|Edit a file in a hex dump format|89-01-19|2.0
highlight|D. LaLiberte|liberte@cs.uiuc.edu|Temporarily highlight region||
hooks|Mark Weissman|(U) apollo!weissman|Add hooks to existing functions||
infer-mode|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Infer file mode based on contents|88-11-05|
info-mouse|Bob Weiner|(U)weiner@novavax.UUCP|Walks through Info networks using one mouse button|89-02-08|
iquery|?|jr@bbn.com|Interactive query-replace||
isearch|Dick King|king@kestrel.arpa|Improved isearch for 1200 baud||
isearch|K. Manheimer|klm@cme-durer.arpa|Isearch w/regexp toggle|88-02-18|
ispell|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,(U) yale!Ram-Ashwin|Ispell interface|87-10-26|
kill-fix|Joe Wells|jbw%bucsf.bu.edu@bu0it.bu.edu|Enhancement to kill-all-local-variables|89-01-18|
latex-close|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Allow latex blocks in tex-mode||
latexify-DOC|Tor Lillqvist|(U) enea!tut!santra!tml|Grind-DOC to LaTeX|87-??-??|
line-numbers|Wayne Mesard|Mesard@bbn.com|Two approaches to displaying line numbers|89-02-06|
lisp-code-directory|Ashwin Ram,Dave Sill|Ram-Ashwin@cs.yale.edu,dsill@relay.nswc.navy.mil|Lisp code directory formatter and apropos functions|89-02-16|1.0
load-hooks|Dale Worley|compass!worley@think.com|Mods to add load-hooks variable|89-01-10|
loadable-p|Bill Janssen|janssen@titan.sw.mcc.com|Is a file loadable?||
location|Lynn Slater|lrs@esl.com|Backout of tags|88-09-06|
loop-funcs|Jerry Jackson|esosun!jackson@seismo.css.gov|Lisp editing functions|88-12-17|
lpr|Stephen Gildea|gildea@bbn.com|Enhanced lpr.el; more modular|88-12-??|
mail-yank-prefix|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Enhancements for yanking original messages|89-02-14|
mailalias-local|Marc Shapiro|shapiro@sor.inria.fr,(U)mcvax!inria!shapiro|Expand aliases in mail header|89-02-03|
make-send-via-send-and-exit|Dale Worley|(U) compass!worley|RMAIL make-send-via-send-and-exit|88-10-17|
makefile-mode|John Sturdy|jcgs@harlqn.co.uk|Simple makefile mode|88-10-13|
meshook|Mark Weissman|(U) apollo!weissman|Save all messages and errors in a buffer||
mf-mode|Stephen Gildea|gildea@bbn.com|Major mode for METAFONT|89-02-07|
mfe|Peter Mroz|mroz@ge-crd.arpa|Forms entry mode||
mini-complete|David Gudeman, Bruce Israel|gueman@arizona.edu,israel@tove.umd.edu|Enhanced minibuf completion|87-11-17|
monkey-mode|Thomas Lord|lord+@andrew.cmu.edu|Dired replacement|89-01-25|
mutant-isearch|Bard Bloom|bard@theory.lcs.mit.edu|Hacked-up incremental search|89-01-19|1.0
new-shell|Robert Wells|rwells@bbn.com|Named shell buffers; better send-input||
new-stuff|John Sturdy|jcgs@harlqn.co.uk,(U)mcvax!ukc!harlqn!jcgs|Miscellaneous handy "oddments"|89-01-10|
newpara|Bruce Israel|israel@brillig.umd.edu|Fill paragraph properly||
nrnews|Thomas Narten|narten@cs.purdue.edu|Improved rnews.el||
open-line|RMS|rms@prep.ai.mit.edu|Use fill-prefix when opening lines||
page-menu|David Eppstein|eppstein@cs.columbia.edu|Create a menu of pages in a buffer||
pascal-mode|Mosur Mohan|(U) mntgfx!mosurm|Pascal major mode||
pascal|Vincent Broman|broman@nosc.mil|Pascal major mode|88-02-??|2.1
positions|Bard Bloom|bard@theory.lcs.mit.edu|Enhanced registers, motion undo|89-01-25|
popmail|W. Rupprecht|wolfgang@mgm.mit.edu|Pop up mail buffer for new mail|87-09-17|
postman|M. Cenkl|cenkl%linus@mitre-bedford.arpa|Mode-line "biff"||1.0
pp2|R. Schwartz (?)|merlyn@intelob.intel.com|Lisp pretty printer||
pp|Root Boy Jim|rbj@nav.icst.nbs.gov|Lisp pretty printer||
prefix-control|Neal Ziring|(U) hotlg!nz|Multicharacter sequences instead of chords||
prefix-region|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Prefix each line in region||
pretty-mode-ln|Andy Gaynor|gaynor@topaz.rutgers.edu|Prettier mode line with long filenames||
previous-buffer|Stephen Gildea|gildea@bbn.com|Select Nth previous buffer|89-02-13|
printer-package|Olin Shivers|shivers@cs.cmu.edu|Enhanced printing of buffers and regions|87-11-11|
prolog-etags|Shinichirou Sugou|(U)wheaties.ai.mit.edu!mieko|Mods to make etags recognize .pl as Prolog source|89-01-06|
ps-mode|Dirk Grunwald|grunwald@m.cs.uiuc.edu|Major mode for signalling processes|88-12-19|
random|?|jr@bbn.com|Random number routines for Gosmacs||
rcp|Michael Tran|(U) umn-cs!tran|Remote edit with rcp||
rcs|Ed Simpson|evs@cs.duke.edu|RCS ci/co interface|87-08-05|1.4
rcs|Pehong Chen|phc@renoir.berkeley.edu|RCS interface||
rec-edit|John Sturdy|jcgs@uk.co.harlqn|Wander-safe, in-one-window|88-09-30|
redisplay_window|Lloyd Zusman|ljz@fxgrp.fx.com,(U)ames!fxgrp!ljz|Scroll-step not ignored when inserting text|89-02-14|
redraw-one-line|Stephen Gildea|gildea@bbn.com|Redraw current line|88-12-??|
reduce|Neal Ziring|(U) wucs!nz|Replace numeric expression by its value||
refer|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(C)Ram@yalecs|Look up references in bibliography files|89-10-08|1.0
refer-to-bibtex|Henry Kautz|kautz%allegra.att.com@research.att.com,(U)allegra!kautz|Convert refer-style bibliographic entries to ones usable by latex bib|89-01-11|
remote|N.Tran,E.Raible,W.Carpenter|raible@orville.nas.nasa.gov,wjc@ho5cad.att.com|Remote editing via rcp|89-01-07|2.6+
resume|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Pass arguments to resumed Emacs process||
reverse-lines-in-region|Nate Hess|woodstock@hobbes.intel.com,(U)intelca!mipos!nate|Reverse order of lines in region|89-02-07|
rmail-apply|Dan Pierson|pierson@multimax.encore.com,(U)encore!pierson|Apply function to all messages, babyl-to-mail|89-02-03|
rmail-extension|Lynn Slater|lrs@esl.com|User specified Mboxes||
rmail-extract-reject|Eric Raible|raible@orville.nas.nasa.gov|Extract rejected rmail message|88-11-29|
rmail-filter|Lynn Slater|lrs@esl.com|Filters of mail||
rmail-subj|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Subject search in rmail||
rnews|Richard Hess|(U)cimshop!rhess|Rnews with summary-mode|88-12-27|
save-help|Dale Worley|(U) compass!worley|Save *Help* buffers|88-10-17|
scheme-complete|Mike Clarkson|mike@ists.ists.ca,(U)yunexus!ists!mike|C-Scheme command completion for shell and Scheme modes|89-01-??|
scribe|Lynn Slater|lrs@esl.com|Enhanced scribe mode||
scribe|Sean Engelson|spe@cad.cs.cmu.edu|Fancy scribe mode||
shell-buffer|Dale Worley|(U) compass!worley|Shell-command-on-buffer|88-10-17|
shell-expand|Mark Ardis|maa@sei.cmu.edu|Expand filenames in shell||
shell-patches|Tom Horsley|tahorsley@ssd.harris.com|Patches to shell.el for better directory tracking|89-01-30|
shell-plus|John Sturdy|jcgs@harlqn.co.uk|Build and use list of command in shell||
shell-util|Comor Rafferty|conor@sierra.stanford.edu|Csh-like shell||
shellext|W. Rupprecht|wolfgang@mgm.mit.edu|Ksh-like extensions to shell|87-10-12|
shell|Dale Worley|(U) compass!worley|Multiple *Shell* buffers|88-10-17|
shell_mung|Jym Dyer|jym@wheaties.ai.mit.edu|Shell-like I/O redirection/globbing mods for VMS|89-01-09|1.1
show-line-numbers|Nelson Beebe|Beebe@science.utah.edu|Add and remove line numbers in a buffer|88-12-26|
show-time|Randal Schwartz|merlyn@intelob.intel.com|Digital clock|88-11-25|
showdiff|W. Rupprecht|wolfgang@mgm.mit.edu|Put diff-file differences in two windows||
sip|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Improved scroll commands|88-12-03|
sml-mode|Lars Bo Nielsen|lbn@ksuvax1.cis.ksu.edu|Major mode for Standard ML|89-01-25|2.0
snarf-doc|Vincent Broman|broman@nosc.mil|Grab function doc from files||
sort20|Howie Kaye|Sy.Howie@cu20b.arpa|Sort like Tops20 TECO|86-01-15|
spell-dict|John Peterson|?|Access to online dict.|86-12-16|
stardate|Mark Eichin|eichin@athena.mit.edu|Generate unique time stamps||
su-command|John Robinson|jr@bbn.com|Run command as root|88-12-16|
sun3-x-arrows|Chris Lott|bob@cis.ohio-state.edu|Arrow key bindings for Sun 3s under X|89-01-04|
super-apropos|Lynn Slater|lrs@esl.com|Hackers hound dog|88-06-15|
supress-keymap|Stephen Gildea|gildea@bbn.com|A better suppress-keymap; doesn't clobber all printing characters|89-02-13|
surprise|?|jr@bbn.com|Merry Xmas from hanoi|88-12-20|
swap-keys|Jim Driscoll|(U)hao!boulder!driscoll|Swap key meanings|87-09-16|
swap-windows|Stephen Gildea|gildea@bbn.com|Swap window positions|88-11-??|
tag-completion|Henry Kautz|kautz@allegra.att.com|Completion of tag names|88-05-02|
tags-helper|John Sturdy|jcgs@harlqn.co.uk|Help completing tag names|88-10-31|
telnet-rsh|Michael McNamara|mac@ardent.com,(U)ubvax!ardent!mac|Enhancement to telnet.el; rsh mode|89-01-11|
template-mode|Mark Ardis|comp.sources.unix v11i92|Template minor mode|87-??-??|
template|Tom Lord|lord+@andrew.cmu.edu|Create new files from templates||
test|Mark Ardis|comp.sources.unix v11i??|Functions for testing elisp packages||
texmatch|Mark Eichin|eichin@athena.mit.edu|Insert matching TeX close||
time|Kyle Jones|kyle@odu.edu,(U) uunet!talos!kjones|Enhanced time.el|88-12-30|
time-auto-save|Kyle Jones|kyle@odu.edu|Auto-save on timer||
trains|John Sturdy|jcgs@harlqn.co.uk|Train schedule lookup|88-11-30|
twinkle|Barry Shein|(U) bu-cs!shein|Create twinkling buffer||
two-window|D. LaLiberte|liberte@a.cs.uiuc.edu|Modified compare-windows|88-??-??|
ultra|Kyle Jones|kyle@odu.edu|Save context like Gosling Emacs|88-05-05|
uncompress|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Enhanced uncompress||
undoc|Paul Stygar|(U) inco!pauls|Pretty-up the DOC file||
uniquify|Dick King|king@kestrel.arpa|Better unique buffer names||
unix-apropos|Henry Kautz|(U) allegra!kautz|Man -k interface|88-09-06|
unix|W. Rupprecht|wolfgang@mgm.mit.edu|Interfaces to grep, gid, etc||
users|Bill Trost|trost@reed.UUCP|List system users|88-??-??|
view-buffer-mode|Julian Cowley|julian@uhccux.uhcc.hawaii.edu,(U)uunet!ucsd!nosc!uhccux!julian|Simple viewing minor mode|89-01-29|
viewless|David Gudeman|gudeman@arizona.edu|Make view-mode like "less"||
vkill|Kyle Jones|kyle@odu.edu|View and kill UNIX processes|87-11-10|
vn|Karl Kleinpaste|karl@tut.cis.ohio-state.edu|Vn newsreader||
which-load|Randal Schwartz|merlyn@intelob.intel.com|Find which file will load||
which|Bill Janssen|janssen@titan.sw.mcc.com|Which file would be loaded?|88-08-31|
whinify|Bard Bloom|bard@theory.lcs.mit.edu|Silly emacs hack||
whist|Gilbert Harrus|(U)inria!bdblues!gh|Source code change history command|88-12-10|
window-config|Dave Emme|daveemme@uts.amdahl.com|Save/restore window configurations|88-10-28|
wy50|Lynn Slater|lrs@esl.com|Softkeys for wyse50||
x-mouse-drag|Peter X Moore|moore@cad.berkeley.edu|Dragging with X mouse||
y-or-n-p|Bard Bloom|bard@theory.lcs.mit.edu|Enhanced y-or-n-p, paranoid-confirm|89-02-07|
yes-or-no-keys|Charles Buckley|(U)mcvax!cernvax!ethz!ceb|Functions that reply to yes-or-no-p questions|88-08-05|
z-mode|Alan Stebbens|aks@hub.ucsb.edu|Auto-uncompress|88-05-19|

tale@pawl.rpi.edu (David C Lawrence) (02/22/89)

This is a very good summary of a lot of the available code out there,
but are a couple of the older things redundant to changes that are now
in the 18.52 distribution?  For example, there is Dick King's isearch
listed without any date, which is supposedly better at lower baud
rates.  Is it really functionally different from setting
search-slow-speed and seaarch-slow-window-lines?  Or are they actually
Dick's code but now in the distribution?  Geraldo wants to know!
 
(There are a few other examples which I won't list now, but the same
basic question still applies.)
 
Dave
--
      tale@rpitsmts.bitnet, tale%mts@rpitsgw.rpi.edu, tale@pawl.rpi.edu

dsill@RELAY.NSWC.NAVY.MIL (04/25/89)

Here's an updated copy of my database of freely distributed elisp
code.  If you don't have the `lispdir' package or don't know how to
use the directory, send me a request for one or both of `lispdir.el'
or `lispdir.doc'.

================
Name|Author|Contact|Description.|Date|Version
abbrevlist|Stephen Gildea|18.53 dist|List one abbrev table alphabetically ordered.|87-04-29|
abbrev|FSF|18.53 dist|Abbrev mode commands.|88-08-04|
ada-mode|Lynn Slater|lrs@esl.com|Ada-mode and environment.||1.05
ada|Vincent Broman|18.53 dist|Ada editing support package.|88-04-09|1.0
add-log|FSF|18.53 dist|Change log maintenance commands.|88-08-15|
align-equals|Paul Hudson|ukc!acorn!moncam!paul|Align equals signs in C code.|88-11-18|
alt-dabbrev|Mark Swanson|utah-cs!swanson|Dynamic abbrev expander.||
apollo|Mark Weissman|ftp from labrea.stanford.edu(36.8.0.47):pub/gnu/apollo_emacs_support.tar.Z|Package for ZMACS functionality with GNU Emacs and Common Lisp.||
array|David M. Brown|morgoth!dmb|Array mode.||
asm-mode|Martin Neitzel|(B)neitzel@dbsinf6.bitnet,unido!infbs!neitzel|Major mode for assembler.|89-01-03|
auto-include|Charlie Martin|crm@cs.duke.edu, mcnc!duke!crm|Automatically include files.|88-06-01|
auto-indent|Alan Stebbens|aks@hub.ucsb.edu|Auto-indent minor mode.||
autosave-fix|Skip Gilbrech|pwcmrd!skip,attmail!skipnyc!skip|Source patch to force autosave of shrunken buffers.|89-02-19|
awk-mode|Nelson Beebe|Beebe@science.utah.edu|Awk variation of C-mode.|88-10-17|
background|Joe Keane|jk3k+@andrew.cmu.edu|Csh-like background jobs.|88-01-28|
backquote|Dick King|18.53 dist|Rudimentary backquote package.|88-03-19|
balance-wins|Eric Raible, Ashwin Ram|raible@orville.nas.nasa.gov|Make all visible windows the same size.|89-01-18|
batch-doc|Randal Schwartz|merlyn@intelob.biin.com,@intelob.intel.com,...!tektronix!inteloa[!intelob]!merlyn|Batch DOC processor.|88-09-09|
better-keypd|Stephen Gildea|gildea@bbn.com|Handle VT200-mode keyboard.|88-??-??|
bib-mode|Henry Kautz|kautz@allegra.att.com, allegra!kautz|UNIX bibliography mode.|87-06-24|
bibtex-mode|David Landskov|dll@usl.edu|Bibtex-mode replacement.||
bibtex|Bengt Martensson|18.53 dist|Simple BibTeX mode.|88-05-16|
blackbox|F. Thomas May|18.53 dist|Blackbox game.|87-06-30|
blink-match|Stephen Gildea, Nate Hess, Kayvan Sylvan|gildea@bbn.com,woodstock@hobbes.intel.com,mrspoc!guinan!kayvan@apple.com|Variationon a theme: blinking matching delimiter.|89-03-10|
browse-kill|Dave Emme|daveemme@uts.amdahl.com|Browse the kill-ring.|88-09-20|
browse-yank|Robert Mende|mende@rutgers.edu|Kill-ring browse mode.|86-??-??|
buff-menu|FSF|18.53 dist|Buffer menu main function and support functions.|87-09-16|
bytecomp|FSF|18.53 dist|Compilation of Lisp code into byte code.|88-03-19|
c++-mode|Dave Detlefs, Stewart Clamen|dld@cs.cmu.edu,clamen@cs.cmu.edu|C++ major mode.|89-02-??|
c++-mode-2|Bruce Eckel,Thomas Keffer|eckel@beluga.ocean.washington.edu,uw-beaver!beluga!eckel,keffer@sperm.ocean.washington.edu|Another C++ major mode.|87-12-08|1.0
c-comment|Kyle E. Jones|kyle@odu.edu|C comment editing package.|89-01-12|
c-fill|Robert Mecklenburg, George Hartzell|18.53 dist|An auto-filled comment mode for c-mode.|88-07-18|
c-mode|FSF|18.53 dist|C code editing commands.|88-05-27|
c-prologue|Kjell Eriksson|enea!erialfa!kjelle|C-mode utilities.|87-09-02|
c-src-doc|Vincent Broman|broman@nosc.mil|Format doc strings from C source.|87-12-??|
c-style|D. LaLiberte|liberte@a.cs.uiuc.edu|C-mode indentation.|87-08-27|
calendar|Edward Reingold|reingold@a.cs.uiuc.edu|Scrolling calendar, diary, and much more.|89-04-03|
cal|Edward Reingold|18.53 dist|Calendar.|88-04-20|
cd|Michael Meissner|meissner@dg-trp.dg.com,mcnc!xyzzy!meissner|Replacement for "cd" that knows about CDPATH.|89-02-13|
change-tag|Lars Pensji|lars@myab.se|Change TAGS table w/completion.|88-11-01|
chistory|FSF|18.53 dist|List command history.|88-03-18|
cl-cadr|Randal Schwartz|merlyn@intelob.intel.com|Lisp cadr, cddr, etc.||
cl-indent|Richard Mlynarik|18.53 dist|Common Lisp mode, and its idiosyncratic commands.|88-04-19|
clisp|A.Segre/D.Hubbell|segre@gvax.cs.cornell.edu,decvax!cornell!segre|Common Lisp interface.|88-12-18|
cl|Cesar Quiroz|18.53 dist|Common-Lisp extensions for GNU Emacs Lisp.|88-04-09|
cmacexp|FSF|18.53 dist|Display the result of expanding all C macros occurring in the region.|88-04-10|
cmuscheme|Olin Shivers|shivers@cs.cmu.edu|Scheme, TeX, and T process modes based on comint.|89-02-09|
cmushell|Olin Shivers|shivers@cs.cmu.edu|Shell and Lisp process modes based on comint.|89-02-09|
comint-adds|Dale Worley|worley@compass.com|Allows multiple similar processes.|89-02-24|
comint|Olin Shivers|shivers@cs.cmu.edu|Process mode for general command interpreters.|89-02-09|
compare-w|FSF|18.53 dist|Compare text between windows for Emacs.|86-09-30|
compile|FSF|18.53 dist|Run compiler as inferior of Emacs, and parse its error messages.|88-07-18|
compile-dir|Roland McGrath|mcgrath@paris.berkeley.edu|Directory tracking for compile-mode.|89-04-13|
compress|Stephen Gildea|gildea@bbn.com|Automatically handle .Z files.|89-02-15|
context|David M. Neves|neves@ai.cs.wisc.edu|Keep track of files/buffers.||
copy-char|Mike Heavin|ogccse!littlei!omepd!intelob.biin.com!mgh|Copy character above cursor onto currenty line.|89-02-17|
crypt|Kyle Jones|kyle@odu.edu|Handle crypt/compress/compact files.||
ctl-meta-pfx|Stephen Gildea|gildea@bbn.com|Control-Meta prefix key.|87-??-??|
current-line|Paul Dworkin|paul@media-lab.media.mit.edu|Various current-line functions.|89-03-18|
dabbrev|Spencer Thomas, Richard Stallman|18.53 dist|Dynamic abbreviation package.|87-12-08|
date2|John Sturdy|jcgs@harlqn.co.uk|Insert mod date and author.||
date|C. Rasmussen|cdr@sun.com,sun!cdr|Insert modification date and author.|88-12-27|
dbx-fixed|Robert Lupton|lupton@uhccux.uhcc.hawaii.edu|Minor dbx-mode fixes; includes dbx-use.|89-03-05|
dbx|Masanobu Umeda|18.53 dist|Run dbx under Emacs.|88-02-12|
debug|FSF|18.53 dist|Debuggers and related commands.|88-04-14|
define-fkey|Rob Peck|dana!rap|Assign functions to function keys interactively.||
describe|Tom Ekberg|ekberg@csc.ti.com|Describe elisp object.||
detex|B. Martensson|bengt@mathematik.uni-Bremen.de,unido!mathematik.uni-Bremen.de!bengt|Remove TeX commands.|87-08-18|
dired-erase|David Gudeman|gudeman@arizona.edu|Remove files matching completion-ignored-extensions.|89-02-15|
dired-exit|Erik Murrey,?|erik@mpx2.UUCP,MAP@lcs.mit.edu|Exit dired session.|89-01-07|
dired-extn|Lynn Slater|lrs@esl.com|Yet more for dired.|88-07-11|
dired-hook|Root Boy Jim|rbj@nav.icst.nbs.gov|YADE (Yet Another Dired Enhancement)|89-03-10|
dired|FSF|18.53 dist|Directory editing commands.|88-08-08|
disass|Doug Cutting|18.53 dist|Disassembler for compiled Emacs Lisp code.|87-03-19|
disp-ln-nos|Richard Mlynarik|wheaties.ai.mit.edu!mly@eddie.mit.edu|Momentarily display line numbers.|88-12-31|
dissociate|FSF|18.53 dist|Scramble text amusingly.|86-09-30|
doctex|Kyle Jones, Tor Lillqvist|18.53 dist|Grind GNU Emacs DOC file into LaTeX input.|88-07-08|
doctor|FSF|18.53 dist|Psychological help for frustrated users.|87-01-21|
du-sort|Lynn Slater|lrs@esl.com|Unix disk space mgmt.|88-10-21|
ebuff-menu|Richard Mlynarik|18.53 dist|Electric buffer menu.|87-01-11|
echistory|K. Shane Hartman|18.53 dist|Electric Command History Mode.|86-11-20|
edebug|D. LaLiberte|liberte@cs.uiuc.edu|Electric-debug mode or elisp-debug mode.|89-01-30|1.3
edt-doc|Mike Clarkson|18.53 dist|Documentation for EDT emulation.|87-05-29|
edt-mode|Jesse Heines|heines@ulowell.edu (FTP ~ftp/gnu/edtkeys.el.shar from swan.ulowell.edu)|Edt-mode replacement.||
edt|Mike Clarkson|18.53 dist|EDT emulation.|88-01-22|
ehelp|FSF|18.53 dist|Electric help mode.|87-05-16|
elec-c-mode|Mark Davies|munnari!vuwcomp!mark|Gosmacs-like c-mode.|87-06-??|
elec-m2-mode|Tom Lord|lord+@andrew.cmu.edu|Electric Modula-2 mode.|89-01-06|1.0
electric|K. Shane Hartman|18.53 dist|Window maker and command loop for `electric' modes.|87-05-16|
emacs-tags|Bob Weber, et al|jr@bbn.com|Look up tags of Emacs.||
emacsbug|K. Shane Hartman|18.53 dist|Command to report Emacs bugs to appropriate mailing list (Internet hosts).|86-11-11|
enh-compile|Montanaro, LaLiberte, Robinson|jr@bbn.com|Enhanced compile.el, includes find-this-error and show-nth-error.|89-02-27|
enh-isearch|Dick King|king@kestrel.arpa|Improved isearch for 1200 baud.||
enh-lpr|Stephen Gildea|gildea@bbn.com|Enhanced lpr.el; more modular.|88-12-??|
enh-scribe|Lynn Slater|lrs@esl.com|Enhanced scribe mode.||
enh-telnet|Stephen Gildea|gildea@bbn.com|Better password handling.|89-02-21|
enh-time|Kyle Jones|kyle@odu.edu,uunet!talos!kjones|Enhanced time.el.|88-12-30|
enh-uncomp|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Enhanced uncompress.||
env|W. Rupprecht|wolfgang@mgm.mit.edu|Manipulate child's environment.||
fan-scribe|Sean Engelson|spe@cad.cs.cmu.edu|Fancy scribe mode.||
fancy-lisp|Lynn Slater|lrs@esl.com|Enhanced lisp mode.||
fancy-spell|B. Martensson|bengt@mathematik.uni-Bremen.de,unido!mathematik.uni-Bremen.de!bengt|Improved spell interface.||
fast-apropos|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Much faster apropos.|89-03-23|
file-comp|Bard Bloom|bard@theory.lcs.mit.edu|Expand filenames for shell.||
file-complete|Ashwin Ram, Joe Wells|Ram-Ashwin@yale.arpa|Filename completion with filenames sorted by modtime.|89-03-18|
file-decl|Lynn Slater|lrs@esl.com|More on the Mode: line.|88-09-09|
file-menu|Steven Grady|grady@postgres.berkeley.edu|X-windows files menu.||
files|FSF|18.53 dist|File input and output commands.|88-08-08|
fill|FSF|18.53 dist|Fill commands.|88-08-18|
find-alt|Dale Worley|compass!worley|Improved find-alternate-file.|88-10-17|
find-comp|Joel Spolsky|spolsky-joel@yale.arpa|Find-file w/auto uncompress.||
finger|Keith Gabryelski|ag@wheaties.ai.mit.edu|Show who's on the system.|89-01-16|
fix-x-mouse|Jean-Francois Lamy|lamy@ai.utoronto.ca|Fix mouse-based cuts and pastes.|88-09-21|
flame|Ian G. Batten|18.53 dist|Generate sentences of half-crazed gibberish.|87-01-21|
float|Bill Rosenblatt|18.53 dist|Floating point arithmetic package.|86-12-02|
flonums|W. Rupprecht|wolfgang@mgm.mit.edu,ftp from mgm.mit.edu /pub/WOLFGANG/float-emacs.diff|True floating point data type for Lisp.|87-10-27|
flow-loss|Jason Venner|kadmon!jason@mtxinu.com|Toggle bindings of C-s and C-q using flow-lossage.|89-02-28|
format-date|Damian Cugley|pdc@hplb.lb.hp.co.uk|Prettify ctime() strings.||
fortran|Michael D. Prange|18.53 dist|Fortran mode.|88-09-01|1.21
franz-lisp|Kevin Layer|ucbvax!franz!layer, ftp from ucbarpa.berkeley.edu pub/fi/gnudist_1_3.tar.Z|Franz Inc. GNU Emacs/Lisp interface.|89-02-17|1.3
free-space|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,yale!Ram-Ashwin|Display disk usage in modeline.|89-01-12|2.0
ftp|Richard Mlynarik|18.53 dist|File input and output over Internet using FTP.|88-07-19|
gdb|W. Schelter, Richard Stallman|18.53 dist|Run gdb under Emacs.|88-05-22|
gendoc|Brian Wallis|brw@jim.odr.oz|Produce LaTeX doc. of functions.||
generate|Ciaran A Byrne|ciaran@gec-rl-hrc.co.uk|Macro-to-elisp converter.|87-09-02|2.0
genmouse|Adam de Boor|bsw!promethium.bsw.com!adam|General mouse support. Used both for com43 and x.|89-03-01|1.2
gnews|M. Wiener|ucbvax!garnet!weemba (ftp from ucbvax.berkeley.edu /pub/gnews-2.0-tar.Z (229359 bytes))|NNTP rn interface.||2.0
gnus|Masanobu Umeda|umerin%flab.flab.Fujitsu.junet@uunet.uu.net|Rn + vn with NNTP.|89-02-23|3.11
gomoku|P. Schnoebelen|phs@lifia.imag.fr|Gomoku game.|88-09-13|
gosmacs|FSF|18.53 dist|Rebindings to imitate Gosmacs.|86-12-07|
grade-mode|Chris Welty|weltyc@cs.rpi.edu|Mode for editing grades.|88-10-30|1.2
grind-DOC|Kyle Jones|kyle@odu.edu|DOC file->troff.|87-??-??|
grow-vers|FSF|18.53 dist|Add a new level to the Emacs version number.|86-09-30|
hanoi|Damon Anton Permezel|18.53 dist|Towers of Hanoi.|88-05-30|
hateful-mini|Andy Gaynor|gaynor@rutgers.edu|Workaround for yes-or-no-p allowing y/n.|89-02-07|
header|Lynn Slater|lrs@esl.com|Auto File headers.|88-09-06|
help.tar|Lynn Slater|lrs@esl.com|Let C-h be backspace.||
helper|K. Shane Hartman|18.53 dist|Help package for modes: doesn't relinquish control.|88-05-30|
help|FSF|18.53 dist|Help commands.|88-05-28|
hexl-mode|Keith Gabryelski|ag@wheaties.ai.mit.edu|Edit a file in a hex dump format.|89-01-19|2.0
hideif|Brian Marick, Daniel LaLiberte|18.53 dist|Hides selected code within ifdef.|88-03-19|
highlight|D. LaLiberte|liberte@cs.uiuc.edu|Temporarily highlight region.||
history|David C. Howland|dch%ccird3.uucp|A history package.|89-04-10|
hooks|Mark Weissman|apollo!weissman|Add hooks to existing functions.||
icon|Chris Smith|18.53 dist|Icon code editing commands.|88-05-03|
inc-vers|FSF|18.53 dist|Increment the recorded Emacs version number.|86-09-30|
indent|FSF|18.53 dist|Indentation commands.|86-11-19|
infer-mode|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Infer file mode based on contents.|88-11-05|
info-mouse|Bob Weiner|weiner@novavax.UUCP|Walks through Info networks using one mouse button.|89-03-06|
informat|FSF|18.53 dist|Info support functions.|88-04-20|
info|FSF|18.53 dist|Info, documentation browser.|88-07-26|
init-error|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu,harvard!bu-cs!bucsf!jbw|Better error messages in init files through print-error|89-03-17|
ins-frm-abov|Andy Gaynor|gaynor@rutgers.edu|Insert character at same column from previous line.|89-02-17|
iquery|?|jr@bbn.com|Interactive query-replace.||
iris-ansi|Scott Henry|scotth@sgi.com,sgi!shinobu!scotth|Map Iris 4D function key escape sequences|89-03-13|
isearch|FSF|18.53 dist|Incremental search.|87-12-08|
ispell|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(B) Ram@yalecs,yale!Ram-Ashwin|Ispell interface.|87-10-26|
kermit|Jeff Norden|18.53 dist|Additions to shell mode for use with kermit, etc.|88-04-22|
keypad|FSF|18.53 dist|Terminal-independent keypad and function key bindings.|88-06-12|
kill-fix|Joe Wells|jbw%bucsf.bu.edu@bu0it.bu.edu|Enhancement to kill-all-local-variables.|89-01-18|
kill-ro|Roland McGrath|roland@wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland|Make kill commands work for read-only buffers by copying.|89-04-01|
latex-close|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Allow latex blocks in tex-mode.||
ledit|FSF|18.53 dist|Major mode for editing text and stuffing it to a Lisp job.|86-09-30|
life|Kyle Jones|18.53 dist|Conway's `Life' cellular automaton.|88-08-23|
line-numbers|Wayne Mesard|Mesard@bbn.com|Two approaches to displaying line numbers.|89-02-06|
lint-convert|Lars Pensj|mcvax!kth!draken!chalmers!myab!lars@uunet.uu.net|Convert output of lint for next-error.|89-04-19|
lisp-mode|FSF|18.53 dist|Lisp mode, and its idiosyncratic commands.|88-04-09|
lispdir|Ashwin Ram,Dave Sill|Ram-Ashwin@cs.yale.edu,dsill@relay.nswc.navy.mil|Lisp code directory formatter and apropos functions.|89-02-16|1.0
lisp|FSF|18.53 dist|Lisp editing commands.|87-06-01|
load-hooks|Dale Worley|compass!worley@think.com|Mods to add load-hooks variable.|89-01-10|
loadable-p|Bill Janssen|janssen@titan.sw.mcc.com|Is a file loadable?||
loaddefs|FSF|18.53 dist|Define standard autoloads and keys of other files.|88-08-15|
loadup|FSF|18.53 dist|Load up standardly loaded Lisp files.|88-07-05|
local-tags|Dan LaLiberte|uiucdcs!liberte,liberte@cs.uiuc.edu,liberte%a.cs.uiuc.edu@uiucvmd.bitnet|Buffer-local tag finding.|89-04-07|
location|Lynn Slater|lrs@esl.com|Backout of tags.|88-09-06|
loop-funcs|Jerry Jackson|esosun!jackson@seismo.css.gov|Lisp editing functions.|88-12-17|
lpr|FSF|18.53 dist|Print Emacs buffer on line printer.|88-??-??|
macros|FSF|18.53 dist|Non-primitive commands for keyboard macros.|87-01-21|
mail-plus|Michael Littman|mlittman@wind.bellcore.com|Allows multiple active outgoing mail messages.|88-11-??|
mail-utils|FSF|18.53 dist|Utility functions used both by rmail and rnews.|87-09-12|
mail-yankpfx|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Enhancements for yanking original messages.|89-02-14|
mail-yank|Neitzel, Ram, Lawrence|tale@rpitsmts.bitnet,tale%mts@itsgw.rpi.edu,tale@pawl.rpi.edu|Enhanced enhancements for citing messages.|89-04-12|
mailaliasloc|Marc Shapiro|shapiro@sor.inria.fr,mcvax!inria!shapiro|Expand aliases in mail header.|89-02-03|
mailalias|FSF|18.53 dist|Expand mailing address aliases defined in ~/.mailrc.|87-10-31|
mailpost|Gary Delp|18.53 dist|Sendmail interface for rmail using /usr/uci/post.|86-09-18|
make-send|Dale Worley|compass!worley|RMAIL make-send-via-send-and-exit.|88-10-17|
makefilemode|John Sturdy|jcgs@harlqn.co.uk|Simple makefile mode.|88-10-13|
makesum|FSF|18.53 dist|Generate key binding summary.|86-09-30|
man|FSF|18.53 dist|Read in and display parts of Unix manual.|88-05-08|
medit|K. Shane Hartman|18.53 dist|Lisp interface between GNU Emacs and MEDIT package. Emacs under MDL.|86-09-30|
meese|Richard Stallman|18.53 dist|protect-innocence-hook for etc/sex.6.|88-05-20|
menu|Mark Ardis|encore!pierson,pierson@encore.com|Menu mode for all terminals; part of template package.|87-??-??|
meshook|Mark Weissman|apollo!weissman|Save all messages and errors in a buffer.||
mf-mode|Stephen Gildea|gildea@bbn.com|Major mode for METAFONT.|89-02-07|
mfe|Peter Mroz|mroz@ge-crd.arpa|Forms entry mode.||
mh-e|James Larus, Brian Reid, Stephen Gildea|18.53 dist|Front end to the MH mail system.|88-09-01|3.6
mim-mode|K. Shane Hartman|18.53 dist|Mim (MDL in MDL) mode.|88-04-09|
mim-syntax|K. Shane Hartman|18.53 dist|Syntax checker for Mim (MDL).|86-09-30|
mini-length|Joe Wells|jbw@bucsf.bu.edu,jbw%bucsf.bu.edu@bu-it.bu.edu,harvard!bu-cs!bucsf!jbw|Function to determine the length of the minibuffer prompt.|89-04-19|
minicomplete|David Gudeman, Bruce Israel|gudeman@arizona.edu,israel@tove.umd.edu|Enhanced minibuf completion.|87-11-17|
mlconvert|FSF|18.53 dist|Convert buffer of Mocklisp code to real lisp.|88-05-30|
mlsupport|FSF|18.53 dist|Run-time support for mocklisp code.|86-09-30|
modula-enh|Andrew Macpherson|mcvax!stl.stc.co.uk!Andrew@uunet.uu.net|Slight enhancements to modula-2 mode.|89-03-29|
modula2|Jordan, Robinson, Schmidt, Perrine|18.53 dist|Modula-2 editing support package.|88-05-30|
monkey-glue|Randal Schwartz|@intel-iwarp.arpa:merlyn@intelob|Makes dired use monkey-mode.|89-03-26|
monkey-mode|Thomas Lord|lord+@andrew.cmu.edu|Dired replacement.|89-01-25|
more|Wolgang Rupprecht|wolgang@mgm.mit.edu,mit-eddie!mgm.mit.edu!wolfgang|Just like more(1). Doesn't do a recursive edit.|87-11-19|
multishell|Dale Worley|compass!worley|Multiple *Shell* buffers.|88-10-17|
mutant-isrch|Bard Bloom|bard@theory.lcs.mit.edu|Hacked-up incremental search.|89-01-19|1.0
new-shell|Robert Wells|rwells@bbn.com|Named shell buffers; better send-input.||
new-stuff|John Sturdy|jcgs@harlqn.co.uk,mcvax!ukc!harlqn!jcgs|Miscellaneous handy "oddments".|89-01-10|
newpara|Bruce Israel|israel@brillig.umd.edu|Fill paragraph properly.||
next-line|Bill Wohler|wohler@spam.istc.sri.com,akhanna@alexander.bbn.com|next-line that doesn't add blank lines.|89-04-05|
next-line-2|Tom Horsley|tahorsley@ssd.harris.com|Another next-line that avoids adding blank lines.|89-04-06|
novice|FSF|18.53 dist|Handling of disabled commands ("novice mode").|87-01-21|
nrnews|Thomas Narten|narten@cs.purdue.edu|Improved rnews.el.||
nroff-mode|FSF|18.53 dist|Major mode for editing nroff source.|88-06-22|
open-line|Richard Stallman|rms@prep.ai.mit.edu|Use fill-prefix when opening lines.||
options|FSF|18.53 dist|Edit Options command.|87-12-04|
outline|FSF|18.53 dist|Outline mode commands.|88-07-26|
outline-m|Per Abrahamsen|amanda@iesd.dk, mcvax!diku!iesd!amanda|Outline minor mode.||
page-menu|David Eppstein|eppstein@cs.columbia.edu|Create a menu of pages in a buffer.||
page|FSF|18.53 dist|Page motion commands.|87-11-22|
paragraphs|FSF|18.53 dist|Paragraph and sentence parsing.|88-04-15|
pascal-mode|Mosur Mohan|mntgfx!mosurm|Pascal major mode.||
pascal|Vincent Broman|broman@nosc.mil|Pascal major mode.|88-02-??|2.1
paths|FSF|18.53 dist|Define pathnames for use by various Emacs commands.|88-07-12|
picture|K. Shane Hartman|18.53 dist|"Picture mode" -- editing using quarter-plane screen model.|87-12-09|
popmail|W. Rupprecht|wolfgang@mgm.mit.edu|Pop up mail buffer for new mail.|87-09-17|
positions|Bard Bloom|bard@theory.lcs.mit.edu|Enhanced registers, motion undo.|89-01-25|
postman|M. Cenkl|cenkl%linus@mitre-bedford.arpa|Mode-line "biff".||1.0
pp2|R. Schwartz (?)|merlyn@intelob.intel.com|Lisp pretty printer.||
pp|Root Boy Jim|rbj@nav.icst.nbs.gov|Lisp pretty printer.||
prefix-cntrl|Neal Ziring|hotlg!nz|Multicharacter sequences instead of chords.||
prefix-regn|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Prefix each line in region.||
prettymodeln|Andy Gaynor|gaynor@topaz.rutgers.edu|Prettier mode line with long filenames.||
prev-buffer|Stephen Gildea|gildea@bbn.com|Select Nth previous buffer.|89-02-13|
print-pack|Olin Shivers|shivers@cs.cmu.edu|Enhanced printing of buffers and regions.|87-11-11|
print-select|John Sturdy|jcgs@harlqn.co.uk,mcvax!ukc!harlqn!jcgs|Printer, printer flag, and banner control.|88-04-05|
prolog-etags|Shinichirou Sugou|wheaties.ai.mit.edu!mieko|Mods to make etags recognize .pl as Prolog source.|89-01-06|
prolog|Masanobu Umeda|18.53 dist|Major mode for editing and running Prolog.|88-04-09|
ps-mode|Dirk Grunwald|grunwald@m.cs.uiuc.edu|Major mode for signalling processes.|88-12-19|
random|?|jr@bbn.com|Random number routines for Gosmacs.||
rcp|Michael Tran|umn-cs!tran|Remote edit with rcp.||
rcs-ci-co|Ed Simpson|evs@cs.duke.edu|RCS ci/co interface.|87-08-05|1.4
rcs|Pehong Chen|phc@renoir.berkeley.edu|RCS interface.||
re-isearch|K. Manheimer|klm@cme-durer.arpa|Isearch w/regexp toggle.|88-02-18|
rec-edit|John Sturdy|jcgs@uk.co.harlqn|Wander-safe, in-one-window.|88-09-30|
rect|FSF|18.53 dist|Rectangle functions.|86-09-30|
redisp_win|Lloyd Zusman|ljz@fxgrp.fx.com,ames!fxgrp!ljz|Scroll-step not ignored when inserting text.|89-02-14|
redraw-line|Stephen Gildea|gildea@bbn.com|Redraw current line.|88-12-??|
reduce|Neal Ziring|wucs!nz|Replace numeric expression by its value.||
refer2bibtex|Henry Kautz|kautz%allegra.att.com@research.att.com,allegra!kautz|Convert refer-style bibliographic entries to ones usable by latex bib.|89-01-11|
refer|Ashwin Ram|Ram-Ashwin@cs.yale.edu,(C)Ram@yalecs|Look up references in bibliography files.|89-10-08|1.0
register|FSF|18.53 dist|Register commands.|86-09-30|
remote|N.Tran,E.Raible,W.Carpenter|raible@orville.nas.nasa.gov,wjc@ho5cad.att.com|Remote editing via rcp.|89-01-07|2.6+
rename|Kayvan Sylvan|mrspoc!kayvan@apple.com|Functions to rename buffers.|89-03-16|
replace|FSF|18.53 dist|Replace commands.|88-05-02|
repl-occur|Dave Gentzel|GENTZEL@cpwsca.psc.edu|Minor occur-mode fix; replace.el enhancements.|89-04-16|
replace-mv|Keiji Kanazawa|kgk@cs.brown.edu|Make replace functions leave point where it was.|89-04-19|
resume|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Pass arguments to resumed Emacs process.||
rev-lines|Nate Hess|woodstock@hobbes.intel.com,intelca!mipos!nate|Reverse order of lines in region.|89-02-07|
rfc822|Richard Mlynarik|18.53 dist|Hairy rfc822 parser for mail and news and suchlike.|87-09-02|
rmail-apply|Dan Pierson|pierson@multimax.encore.com,encore!pierson|Apply function to all messages, babyl-to-mail.|89-02-03|
rmail-extn|Lynn Slater|lrs@esl.com|User specified Mboxes.||
rmail-extr|Eric Raible|raible@orville.nas.nasa.gov|Extract rejected rmail message.|88-11-29|
rmail-file|Rusty ?|rusty@garnet.berkeley.edu|Create new rmail file.|89-04-05|
rmail-filt|Lynn Slater|lrs@esl.com|Filters of mail.||
rmail-fund|David Eppstein|garfield!eppstein@columbia.edu|Find undeleted messages after a delete|89-03-22|
rmail-subj|Ashwin Ram|Ram-Ashwin@cs.yale.edu|Subject search in rmail.||
rmailedit|FSF|18.53 dist|"RMAIL edit mode"  Edit the current message.|87-02-28|
rmailkwd|FSF|18.53 dist|Rmail keyword stuff.|88-03-21|
rmailmsc|FSF|18.53 dist|Rmail miscellanea.|87-01-06|
rmailout|FSF|18.53 dist|"RMAIL" mail reader: output message to a file.|88-04-14|
rmailsum|FSF|18.53 dist|Rmail summary things.|88-07-31|
rmail|?, K. Shane Hartman|18.53 dist|"RMAIL" mail reader.|88-07-04|
rnews-wsum|Richard Hess|cimshop!rhess|Rnews with summary-mode.|88-12-27|
rnewspost|Tower, et al|18.53 dist|USENET news poster/mailer.|88-06-15|
rnews|Len Tower, ADS, Sundar, King, Mlynarik|18.53 dist|USENET news reader.|88-05-22|
save-help|Dale Worley|compass!worley|Save *Help* buffers.|88-10-17|
saveconf|Kyle E. Jones|18.53 dist|Save buffer and window configuration between editing sessions.|88-08-15|
scheme-comp|Mike Clarkson|mike@ists.ists.ca,yunexus!ists!mike|C-Scheme command completion for shell and Scheme modes.|89-01-??|
scheme|Bill Rozas|18.53 dist|Scheme mode, and its idiosyncratic commands.|88-07-15|
scommand|Theodore Ts'o|tytso@athena.mit.edu|New and improved shell-command.|89-03-04|
scopy-char|Randal Schwartz|@intel-iwarp.arpa:merlyn@intelob|Untested, simpler copy-character...|89-02-17|
scribe|FSF|18.53 dist|Scribe mode, and its ideosyncratic commands.|87-01-22|
select-buf|Bill Leonard|tahorsley@ssd.harris.com|Interactive buffer selection.|89-03-30|
sendmail|FSF|18.53 dist|Mail sending commands.|88-06-02|
server|William Sommerfeld, Peck, Stallman|18.53 dist|Lisp code for Emacs running as server process.|88-08-04|
server-num|?|msb@ho5cad.att.com,att!ho5cad!msb|Server that handles +line_number.|89-03-21|
shell-buffer|Dale Worley|compass!worley|Shell-command-on-buffer.|88-10-17|
shell-expand|Mark Ardis|maa@sei.cmu.edu|Expand filenames in shell.||
shell-patch|Tom Horsley|tahorsley@ssd.harris.com|Patches to shell.el for better directory tracking.|89-01-30|
shell-plus|John Sturdy|jcgs@harlqn.co.uk|Build and use list of command in shell.||
shell-util|Comor Rafferty|conor@sierra.stanford.edu|Csh-like shell.||
shell_mung|Jym Dyer|jym@wheaties.ai.mit.edu|Shell-like I/O redirection/globbing mods for VMS.|89-01-09|1.1
shellext|W. Rupprecht|wolfgang@mgm.mit.edu|Ksh-like extensions to shell.|87-10-12|
shell|FSF|18.53 dist|Run subshell under Emacs.|88-07-03|
show-lines|Nelson Beebe|Beebe@science.utah.edu|Add and remove line numbers in a buffer.|88-12-26|
show-temp|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Display buffer in window of appropriate size.|89-03-20|
show-time|Randal Schwartz|merlyn@intelob.intel.com|Digital clock.|88-11-25|
showdiff|W. Rupprecht|wolfgang@mgm.mit.edu|Put diff-file differences in two windows.||
simple|FSF|18.53 dist|Basic editing commands.|88-07-22|
simula|Ole Bjorn Hessen|18.53 dist|Simula mode.|88-03-15|
sip|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Improved scroll commands.|89-04-16|
slowsplit|John Robinson|jr@bbn.com|Split window with minimal redisplay.|89-04-05|
sml-mode|Lars Bo Nielsen|lbn@ksuvax1.cis.ksu.edu|Major mode for Standard ML.|89-01-25|2.0
snarf-doc|Vincent Broman|broman@nosc.mil|Grab function doc from files.||
sort20|Howie Kaye|Sy.Howie@cu20b.arpa|Sort like Tops20 TECO.|86-01-15|
sort|FSF|18.53 dist|Commands to sort text in a buffer.|88-05-30|
spell-dict|John Peterson|?|Access to online dict.|86-12-16|
spell|FSF|18.53 dist|Spelling correction interface.|88-08-18|
spook|Not Steve Strassmann|18.53 dist|Spook phrase utility.|88-04-09|
stardate|Mark Eichin|eichin@athena.mit.edu|Generate unique time stamps.||
startup|FSF|18.53 dist|Process Emacs shell arguments.|88-07-10|
studly|FSF|18.53 dist|StudlyCaps package.|86-09-12|
su-command|John Robinson|jr@bbn.com|Run command as root.|88-12-16|
subr|FSF|18.53 dist|Basic lisp subroutines.|87-05-16|
sum-column|Bard Bloom, Dan Pierson|bard@theory.lcs.mit.edu|sum-column and sum-region functions.|89-03-20|
sun-cursors|Jeff Peck|18.53 dist|Cursor definitions for Sun windows.|87-03-13|
sun-fkeys|Paul Davis|davis%scrsu1%sdr.slb.com@relay.cs.net|Enhanced support for Sun function keys.|89-04-07|
sun-fns|Peck, Jefferson, Greenbaum|18.53 dist|Subroutines of Mouse handling for Sun windows.|87-08-14|
sun-keys|Ian G. Batten|18.53 dist|Clean support for Sun function keys.|87-01-03|
sun-mouse|Peck, Jefferson|18.53 dist|Mouse handling for Sun windows.|87-08-14|
sun3-x-arrws|Chris Lott|bob@cis.ohio-state.edu|Arrow key bindings for Sun 3s under X.|89-01-04|
sup-mouse|Rupprecht, Robinson|18.53 dist|supdup mouse support for lisp machines.|86-11-22|
superapropos|Lynn Slater|lrs@esl.com|Hackers hound dog.|88-06-15|
suprss-keymp|Stephen Gildea|gildea@bbn.com|A better suppress-keymap; doesn't clobber all printing characters.|89-02-13|
surprise|?|jr@bbn.com|Merry Xmas from hanoi.|88-12-20|
swap-keys|Jim Driscoll|hao!boulder!driscoll|Swap key meanings.|87-09-16|
swap-windows|Stephen Gildea|gildea@bbn.com|Swap window positions.|88-11-??|
symlink-fix|Joe Wells|jbw%bucsf.bu.edu@bu-it.bu.edu|Fix to expand-file-name to remove symbolic links from pathnames.|89-02-26|
tabify|FSF|18.53 dist|Tab conversion commands.|86-09-30|
tag-comp|Henry Kautz|kautz@allegra.att.com|Completion of tag names.|88-05-02|
tagify|Dan LaLiberte|uiucdcs!liberte,liberte@cs.uiuc.edu,liberte%a.cs.uiuc.edu@uiucvmd.bitnet|Make TAGS files.|89-04-07|
tags-helper|John Sturdy|jcgs@harlqn.co.uk|Help completing tag names.|88-10-31|
tags|FSF|18.53 dist|Tags facility.|88-07-29|
telnet-rsh|Michael McNamara|mac@ardent.com,ubvax!ardent!mac|Enhancement to telnet.el; rsh mode.|89-01-11|
telnet|William Schelter|18.53 dist|Telnet mode.|88-04-10|
templatemode|Mark Ardis|comp.sources.unix v11i92|Template minor mode.|87-??-??|
template|Tom Lord|lord+@andrew.cmu.edu|Create new files from templates.||
terminal|Richard Mlynarik|18.53 dist|Terminal emulator.|88-04-15|
test|Mark Ardis|comp.sources.unix v11i??|Functions for testing elisp packages.||
tex-mode|Schelter, King, Gildea, Prange|18.53 dist|TeX mode commands.|88-05-19|
tex-start|FSF|18.53 dist|Allow switching to Emacs at given line number.|86-08-11|
texinfmt|FSF|18.53 dist|Convert texinfo files to info files.|88-07-21|
texinfo|FSF|18.53 dist|Major mode for editing texinfo files.|88-08-03|
texmatch|Mark Eichin|eichin@athena.mit.edu|Insert matching TeX close.||
text-mode|FSF|18.53 dist|Text mode, and its ideosyncratic commands.|88-07-02|
time|FSF|18.53 dist|Display time and load in mode line.|87-01-21|
trains|John Sturdy|jcgs@harlqn.co.uk|Train schedule lookup.|88-11-30|
twinkle|Barry Shein|bu-cs!shein|Create twinkling buffer.||
two-window|D. LaLiberte|liberte@a.cs.uiuc.edu|Modified compare-windows.|88-??-??|
ultra|Kyle Jones|kyle@odu.edu|Save context like Gosling Emacs.|88-05-05|
uncompress|FSF|18.53 dist|Temporary major mode used for .Z files.|88-07-20|
underline|FSF|18.53 dist|Insert or remove underlining (done by overstriking).|88-05-30|
undigest|FSF|18.53 dist|Rmail undigestifying stuff.|88-08-04|
undoc|Paul Stygar|inco!pauls|Pretty-up the DOC file.||
uniquify|Dick King|king@kestrel.arpa|Better unique buffer names.||
unix-apropos|Henry Kautz|allegra!kautz|Man -k interface.|88-09-06|
unix|W. Rupprecht|wolfgang@mgm.mit.edu|Interfaces to grep, gid, etc.||
unshar|Dave Sill|dsill@relay.nswc.navy.mil|Safely unpack shar archives.|89-04-14|
unused|FSF|18.53 dist|Editing commands that turned out not to be used.|85-12-14|
userlock|FSF|18.53 dist|Autoloaded code to handle certain file-locking conditions.|87-05-26|
users|Bill Trost|trost@reed.UUCP|List system users.|88-??-??|
version|FSF|18.53 dist|Record version number of your Emacs.|?|
view-buffer|Julian Cowley|julian@uhccux.uhcc.hawaii.edu,uunet!ucsd!nosc!uhccux!julian|Simple viewing minor mode.|89-01-29|
viewless|David Gudeman|gudeman@arizona.edu|Make view-mode like "less".||
view|K. Shane Hartman|18.53 dist|Peruse file or buffer without editing.|88-08-21|
vip|Masahiko Sato|18.53 dist|A VI package.|88-02-11|
vi|Neal Ziring, Felix Wu|18.53 dist|Major mode for emulating "vi" editor.|87-01-07|
vkill|Kyle Jones|kyle@odu.edu|View and kill UNIX processes.|87-11-10|
vms-patch|FSF|18.53 dist|Override parts of files.el for VMS.|88-05-06|
vmsproc|Mukesh Prasad|18.53 dist|Run asynchronous VMS subprocesses.|86-09-29|
vn|Karl Kleinpaste|karl@tut.cis.ohio-state.edu|Vn newsreader.||
vt200|Darrell Lipman|prls!philabs!ttidca!retix!derrell|Example bindings for vt200 terminals|89-03-09|
webster|Glasgow, Grunwald, Ram, Sill|dsill@relay.nswc.navy.mil|Look up a word in Webster's 7th Ed.|89-03-20|
which-load|Randal Schwartz|merlyn@intelob.intel.com|Find which file will load.||
which|Bill Janssen|janssen@titan.sw.mcc.com|Which file would be loaded?|88-08-31|
whinify|Bard Bloom|bard@theory.lcs.mit.edu|Silly emacs hack.||
whist|Gilbert Harrus|inria!bdblues!gh|Source code change history command.|88-12-10|
win-config|Dave Emme|daveemme@uts.amdahl.com|Save/restore window configurations.|88-10-28|
window|FSF|18.53 dist|Window commands aside from those written in C.|87-12-21|
wy50|Lynn Slater|lrs@esl.com|Softkeys for wyse50.||
x-menu|FSF|18.53 dist|Major mode for creating permanent menus for use with X.|87-09-15|
x-mouse-drag|Peter X Moore|moore@cad.berkeley.edu|Dragging with X mouse.||
x-mouse|FSF|18.53 dist|Mouse support for X window system.|88-03-24|
x-rebind|Denys Duchier|Duchier-Denys@yale.arpa|Mods to provide x-rebind-keysim.|89-03-18|
xscheme|CPH|18.53 dist|Run Scheme.|88-08-11|1.19
y-or-n-p|Bard Bloom|bard@theory.lcs.mit.edu|Enhanced y-or-n-p, paranoid-confirm.|89-02-07|
yankorig|Barry Warsaw|warsaw@cme.nbs.gov,cme-durer!warsaw|Yet another enhanced mail-yank.|89-02-16|
yes-no-keys|Charles Buckley|mcvax!cernvax!ethz!ceb|Functions that reply to yes-or-no-p questions.|88-08-05|
yow|FSF|18.53 dist|Important pinheaddery.|87-01-21|
z-mode|Alan Stebbens|aks@hub.ucsb.edu|Auto-uncompress.|88-05-19|