Emacs Lisp Code
All these files are free software under the terms of the GNU General
Public license.
-
recent-files.el:
Maintain a menu of recently visitied files. Part of XEmacs since 19.12.
(Does not work with GNU Emacs.)
-
replace-umlauts.el:
Replace transcriptions with german umlauts (ae, oe, etc.) interactively;
keep database of known words.
-
find-atfs.el:
Transparent find-file access to AtFS Versions. Part of the
ShapeTools
software configuration management toolkit.
-
callp-err.el:
Call a process (like call-process) and correctly return error code.
Necessary for older Emacs 18 version where call-process does not
return an error code. Used by find-atfs.el.
-
complete-fn.el:
The command complete-filename lets you use filename completion on
a filename the cursor is at or after in a text buffer.
complete-filename tries to guess what text in the buffer already
belongs to a filename. file-name-boundary-regexp is used to find
possible delimiters of the filename.
-
close-defun.el:
Insert enough close parentheses to close current defun or defmacro.
-
iso.el:
Enter characters from the ISO 8859-1 (latin-1) table.
-
itemize.el:
Convert ASCII text region to list of items
for LaTeX or troff -ms.
For a Tcl/Tk-based non-waiting Emacsclient variant follow
this link.
22.9.1996