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
58142744
Commit
58142744
authored
Jul 22, 1992
by
Eric S. Raymond
Browse files
entered into RCS
parent
eea8d4ef
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
72 additions
and
49 deletions
+72
-49
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+4
-3
lisp/emacs-lisp/tq.el
lisp/emacs-lisp/tq.el
+21
-3
lisp/emulation/mlsupport.el
lisp/emulation/mlsupport.el
+2
-3
lisp/emulation/vi.el
lisp/emulation/vi.el
+0
-1
lisp/emulation/vip.el
lisp/emulation/vip.el
+0
-1
lisp/emulation/ws-mode.el
lisp/emulation/ws-mode.el
+2
-3
lisp/international/swedish.el
lisp/international/swedish.el
+3
-2
lisp/mail/undigest.el
lisp/mail/undigest.el
+2
-3
lisp/play/spook.el
lisp/play/spook.el
+2
-3
lisp/play/studly.el
lisp/play/studly.el
+2
-3
lisp/play/yow.el
lisp/play/yow.el
+2
-3
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+2
-2
lisp/progmodes/modula2.el
lisp/progmodes/modula2.el
+0
-1
lisp/progmodes/simula.el
lisp/progmodes/simula.el
+2
-2
lisp/sun-fns.el
lisp/sun-fns.el
+2
-3
lisp/sun-keys.el
lisp/sun-keys.el
+2
-3
lisp/superyank.el
lisp/superyank.el
+18
-1
lisp/tabify.el
lisp/tabify.el
+2
-3
lisp/telnet.el
lisp/telnet.el
+2
-3
lisp/term/sun-mouse.el
lisp/term/sun-mouse.el
+2
-3
No files found.
lisp/emacs-lisp/copyright.el
View file @
58142744
;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
;; Last-Modified: 03 Jun 1991
;; Keywords: maint
;;;
Copyright (C) 1991, 1992 Free Software Foundation, Inc
.
;;;
;;;
This file is part of GNU Emacs
.
;;; 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)
...
...
lisp/emacs-lisp/tq.el
View file @
58142744
;;; tq.el --- utility to maintain a transaction queue
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
;; Author: Scott Draves <spot@cs.cmu.edu>
;; Adapted-By: ESR
;; Keywords: extensions
;; Commentary:
;; This file is part of GNU Emacs.
;; GNU Emacs 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.
;; GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;;; manages receiving a stream asynchronously,
;;; parsing it into transactions, and then calling
...
...
@@ -18,8 +36,6 @@
;;; Code:
(
provide
'tq
)
(
defun
tq-create
(
process
)
"Create and return a transaction queue. PROCESS should be capable
of sending and receiving streams of bytes. It may be a local process,
...
...
@@ -92,4 +108,6 @@ answer is identified by REGEXP."
(
tq-queue-pop
tq
)
(
tq-process-buffer
tq
))))))
(
provide
'tq
)
;;; tq.el ends here
lisp/emulation/mlsupport.el
View file @
58142744
;;; mlsupport.el --- run-time support for mocklisp code.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/emulation/vi.el
View file @
58142744
...
...
@@ -2,7 +2,6 @@
;; Author: Neal Ziring <nz@rsch.wisc.edu>
;; Felix S. T. Wu <wu@crys.wisc.edu>
;; Last-Modified: 07 Jan 1987
;; Keywords: emulations
;;; Commentary:
...
...
lisp/emulation/vip.el
View file @
58142744
...
...
@@ -2,7 +2,6 @@
;; Author: Masahiko Sato <ms@sail.stanford.edu>
;; Version: 3.5
;; Last-Modified: 15 Sep 1987
;; Keywords: emulations
;;; Commentary:
...
...
lisp/emulation/ws-mode.el
View file @
58142744
;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
;; Copyright (C) 1991 Free Software Foundation, Inc.
;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
;; Last-Modified: 13 Feb 1991
;; Version: 0.7
;; Keywords: emulations
;; Copyright (C) 1991 Free Software Foundation, Inc.
;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY. No author or distributor
;; accepts responsibility to anyone for the consequences of using it
...
...
lisp/international/swedish.el
View file @
58142744
;;; swedish.el --- miscellaneous functions for dealing with Swedish.
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.
...
...
lisp/mail/undigest.el
View file @
58142744
;;; undigest.el --- digest-cracking support for the RMAIL mail reader
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 14 Jul 1992
;; Keywords: mail
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/play/spook.el
View file @
58142744
;;; spook.el --- spook phrase utility for overloading the NSA line eater
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 05 Dec 1991
;; Keywords: games
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/play/studly.el
View file @
58142744
;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx)
;; Maintainer: FSF
;; Keywords: games
;;; This is in the public domain, since it was distributed
;;; by its author without a copyright notice in 1986.
;; Keywords: games
;;; Code:
(
defun
studlify-region
(
begin
end
)
...
...
lisp/play/yow.el
View file @
58142744
;;; yow.el --- generate random zippyisms
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Last-Modified: 14 Jun 1992
;; Keywords: games
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/progmodes/make-mode.el
View file @
58142744
;;; makefile.el --- makefile editing commands for Emacs
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Thomas Neumann <tom@smart.bo.open.de>
;; Adapted-By: ESR
;; Keywords: unix, tools
;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/progmodes/modula2.el
View file @
58142744
...
...
@@ -2,7 +2,6 @@
;; Author: Michael Schmidt <michael@pbinfo.UUCP>
;; Tom Perrine <Perrin@LOGICON.ARPA>
;; Last-Modified: 30 May 1992
;; Keywords: languages
;; The authors distributed this without a copyright notice
...
...
lisp/progmodes/simula.el
View file @
58142744
;;; simula.el --- SIMULA 87 code editing commands for Emacs
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
;; Maintainer: simula-mode@ifi.uio.no
;; Version: 0.99
;; Adapted-By: ESR
;; Keywords: languages
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/sun-fns.el
View file @
58142744
;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Jeff Peck <peck@sun.com>
;; Last-Modified: 14 Aug 1987
;; Keywords: hardware
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/sun-keys.el
View file @
58142744
;;; sun-keys.el --- support for Sun function keys
;;; Copyright (C) 1986 Free Software Foundation, Inc.
;; Author: Ian G. Batten <batten@uk.ac.bham.multics>
;; Last-Modified: 30 May 1992
;; Keywords: terminals
;;; Copyright (C) 1986 Free Software Foundation, Inc.
;;;
;;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/superyank.el
View file @
58142744
;;; superyank.el --- smart message-yanking code for GNUS
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <warsaw@cme.nist.gov>
;; Version: 1.1
;; Last-Modified: 15 Jul 1992
;; Adapted-By: ESR
;; Keywords: news
;; This file is part of GNU Emacs.
;; GNU Emacs 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.
;; GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Inserts the message being replied to with various user controlled
...
...
lisp/tabify.el
View file @
58142744
;;; tabify.el --- tab conversion commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
lisp/telnet.el
View file @
58142744
;;; telnet.el --- run a telnet session from within an Emacs buffer
;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;; Author: William F. Schelter
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/term/sun-mouse.el
View file @
58142744
;;; sun-mouse.el --- mouse handling for Sun windows
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Jeff Peck
;; Maintainer: FSF
;; Last-Modified: 14 Jul 1992
;; Keywords: hardware
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
Prev
1
2
Next
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