Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d9ecc911
Commit
d9ecc911
authored
Mar 22, 1993
by
Eric S. Raymond
Browse files
Added or corrected Commentary headers
parent
709f7988
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
125 additions
and
31 deletions
+125
-31
lisp/env.el
lisp/env.el
+8
-1
lisp/help.el
lisp/help.el
+5
-0
lisp/mail/rfc822.el
lisp/mail/rfc822.el
+5
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+5
-0
lisp/play/spook.el
lisp/play/spook.el
+3
-3
lisp/play/studly.el
lisp/play/studly.el
+6
-0
lisp/progmodes/simula.el
lisp/progmodes/simula.el
+5
-1
lisp/register.el
lisp/register.el
+7
-0
lisp/replace.el
lisp/replace.el
+5
-0
lisp/reposition.el
lisp/reposition.el
+1
-2
lisp/rlogin.el
lisp/rlogin.el
+26
-22
lisp/rot13.el
lisp/rot13.el
+6
-1
lisp/scroll-bar.el
lisp/scroll-bar.el
+6
-0
lisp/simple.el
lisp/simple.el
+5
-0
lisp/sort.el
lisp/sort.el
+5
-0
lisp/tabify.el
lisp/tabify.el
+5
-0
lisp/textmodes/scribe.el
lisp/textmodes/scribe.el
+6
-0
lisp/textmodes/sgml-mode.el
lisp/textmodes/sgml-mode.el
+2
-0
lisp/textmodes/spell.el
lisp/textmodes/spell.el
+8
-1
lisp/textmodes/text-mode.el
lisp/textmodes/text-mode.el
+6
-0
No files found.
lisp/env.el
View file @
d9ecc911
...
...
@@ -3,7 +3,7 @@
;;; Copyright Free Software Foundation 1991
;; Maintainer: FSF
;; Keywords:
extensions
;; Keywords:
processes, unix
;;; This file is part of GNU Emacs.
...
...
@@ -21,6 +21,13 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; UNIX processes inherit a list of name-to-string associations from
;; their parents called their `environment'; these are commonly used
;; to control program options. This package permits you to set
;; environment variables to be passed to any sub-process run under Emacs.
;;; Code:
;;;###autoload
...
...
lisp/help.el
View file @
d9ecc911
...
...
@@ -21,6 +21,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This code implements GNU Emac's on-line help system, the one invoked by
;;`M-x help-for-help'.
;;; Code:
;; Get the macro make-help-screen when this is compiled,
...
...
lisp/mail/rfc822.el
View file @
d9ecc911
...
...
@@ -22,6 +22,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Support functions for parsing RFC-822 headers, used by mail and news
;; modes.
;;; Code:
;; uses address-start free, throws to address
...
...
lisp/mail/sendmail.el
View file @
d9ecc911
...
...
@@ -21,6 +21,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This mode provides mail-sending facilities from within Emacs. It is
;; documented in the Emacs user's manual.
;;; Code:
;;;###autoload
...
...
lisp/play/spook.el
View file @
d9ecc911
...
...
@@ -4,6 +4,7 @@
;; Maintainer: FSF
;; Keywords: games
;; Created: May 1987
;; This file is part of GNU Emacs.
...
...
@@ -26,8 +27,7 @@
; Steve Strassmann (straz@media-lab.media.mit.edu) didn't write
; this, and even if he did, he really didn't mean for you to use it
; in an anarchistic way.
; May 1987
;
; To use this:
; Make sure you have the variable SPOOK-PHRASES-FILE pointing to
; a valid phrase file. Phrase files are in the same format as
...
...
@@ -38,7 +38,7 @@
; Just before sending mail, do M-x spook.
; A number of phrases will be inserted into your buffer, to help
; give your message that extra bit of attractiveness for automated
; keyword scanners.
; keyword scanners.
Help defeat the NSA trunk trawler!
;;; Code:
...
...
lisp/play/studly.el
View file @
d9ecc911
...
...
@@ -5,6 +5,12 @@
;; Keywords: games
;;; Commentary:
;; Functions to studlycapsify a region, word, or buffer. Possibly the
;; esoteric significance of studlycapsification escapes you; that is,
;; you suffer from autostudlycapsifibogotification. Too bad.
;;; Code:
(
defun
studlify-region
(
begin
end
)
...
...
lisp/progmodes/simula.el
View file @
d9ecc911
...
...
@@ -26,7 +26,11 @@
;;; Commentary:
;; Hans Henrik Eriksen may be reached at:
;; A major mode for editing the Simula language. It knows about Simula
;; syntax and standard indentation commands. It also provides convenient
;; abbrevs for Simula keywords.
;;
;; Hans Henrik Eriksen (the author) may be reached at:
;; Institutt for informatikk,
;; Universitetet i Oslo
...
...
lisp/register.el
View file @
d9ecc911
...
...
@@ -21,6 +21,13 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This package of functions emulates and somewhat extends the venerable
;; TECO's `register' feature, which permits you to save various useful
;; pieces of buffer state to named variables. The entry points are
;; documented in the Emacs user's manual.
;;; Code:
(
defvar
register-alist
nil
...
...
lisp/replace.el
View file @
d9ecc911
...
...
@@ -18,6 +18,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This package supplies the string and regular-expression replace functions
;; documented in the Emacs user's manual.
;;; Code:
(
defconst
case-replace
t
"\
...
...
lisp/reposition.el
View file @
d9ecc911
...
...
@@ -3,6 +3,7 @@
;; Copyright (C) 1991 Free Software Foundation, Inc.
;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu>
;; Created: Jan 1991
;; Maintainer: FSF
;; This file is part of GNU Emacs.
...
...
@@ -23,8 +24,6 @@
;;; Commentary:
;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, Jan 1991.
;;; Reposition-window makes an entire function definition or comment visible,
;;; or, if it is already visible, places it at the top of the window;
;;; additional invocations toggle the visibility of comments preceding the
...
...
lisp/rlogin.el
View file @
d9ecc911
...
...
@@ -3,28 +3,32 @@
;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
;; Keywords: unix, comm
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 2, or (at your option)
;;; any later version.
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with this program; if not, you can either send email to this
;;; program's author (see below) or write to:
;;;
;;; The Free Software Foundation, Inc.
;;; 675 Massachusetts Avenue.
;;; Cambridge, MA 02139, USA.
;;;
;;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
;; Copyright (C) 1992 Free Software Foundation, Inc.
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, you can either send email to this
;; program's author (see below) or write to:
;;
;; The Free Software Foundation, Inc.
;; 675 Massachusetts Avenue.
;; Cambridge, MA 02139, USA.
;;
;;; Commentary:
;; Support for remote login over Internet using rlogin(1).
;;
;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
;;; Code:
...
...
lisp/rot13.el
View file @
d9ecc911
...
...
@@ -23,8 +23,13 @@
;; Commentary:
;; The single entry point, `rot13-other-window', oerforms a Caesar cipher
;; encrypt/decrypt on the current buffer and displays the result in another
;; window. Rot13 encryption is sometimes used on USENET as a read-at-yur-
;; own-risk wrapper for material some might consider offensive, such as
;; ethnic humor.
;;
;; Written by Howard Gayle. See case-table.el for details.
;; This hack is mainly to show off the char table stuff.
;;; Code:
...
...
lisp/scroll-bar.el
View file @
d9ecc911
...
...
@@ -23,6 +23,12 @@
;;; Code:
;;; Commentary:
;; Window-system-independent bindings of mouse clicks on the scroll bar.
;; Presently emulates the scroll-bar behavior of xterm.
;;; Code:
(
require
'mouse
)
...
...
lisp/simple.el
View file @
d9ecc911
...
...
@@ -18,6 +18,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; A grab-bag of basic Emacs commands not specifically related to some
;; major mode or to file-handling.
;;; Code:
(
defun
open-line
(
arg
)
...
...
lisp/sort.el
View file @
d9ecc911
...
...
@@ -22,6 +22,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;;; This package provides the sorting facilities documented in the Emacs
;;; user's manual.
;;; Code:
(
defun
sort-subr
(
reverse
nextrecfun
endrecfun
&optional
startkeyfun
endkeyfun
)
...
...
lisp/tabify.el
View file @
d9ecc911
...
...
@@ -20,6 +20,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Commands to optimize spaces to tabs or expand tabs to spaces in a region
;; (`tabify' and `untabify'). The variable tab-width does the obvious.
;;; Code:
;;;###autoload
...
...
lisp/textmodes/scribe.el
View file @
d9ecc911
...
...
@@ -21,6 +21,12 @@
;; It should be in a file named COPYING. Among other things, the
;; copyright notice and this notice must be preserved on all copies.
;;; Commentary:
;; A major mode for editing source in written for the Scribe text formatter.
;; Knows about Scribe syntax and standard layout rules. The command to
;; run Scribe on a buffer is bogus; someone interested should fix it.
;;; Code:
(
defvar
scribe-mode-syntax-table
nil
...
...
lisp/textmodes/sgml-mode.el
View file @
d9ecc911
...
...
@@ -24,6 +24,8 @@
;;; Commentary:
;; Major mode for editing the SGML document-markup language.
;;
;; Some suggestions for your .emacs file:
;;
;; (autoload 'sgml-mode "sgml-mode" "SGML mode" t)
...
...
lisp/textmodes/spell.el
View file @
d9ecc911
...
...
@@ -3,7 +3,7 @@
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: wp
;; Keywords: wp
, unix
;; This file is part of GNU Emacs.
...
...
@@ -21,6 +21,13 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This mode orovides an Emacs interface to the UNIX spell(1) program.
;; Entry points are `spell-buffer', `spell-word', `spell-region' and
;; `spell-string'. These facilities are documented in the Emacs user's
;; manual.
;;; Code:
(
defvar
spell-command
"spell"
...
...
lisp/textmodes/text-mode.el
View file @
d9ecc911
...
...
@@ -20,6 +20,12 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; This package provides the fundamental text mode documented in the
;; Emacs user's manual.
;;; Code:
(
defvar
text-mode-syntax-table
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment