Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76550a57
Commit
76550a57
authored
Mar 17, 1993
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add standard library headers.
parent
aae56ea7
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
52 additions
and
22 deletions
+52
-22
lisp/delsel.el
lisp/delsel.el
+11
-5
lisp/emacs-lisp/lmenu.el
lisp/emacs-lisp/lmenu.el
+2
-0
lisp/emacs-lisp/profile.el
lisp/emacs-lisp/profile.el
+2
-2
lisp/hippie-exp.el
lisp/hippie-exp.el
+2
-2
lisp/isearch.el
lisp/isearch.el
+6
-3
lisp/ls-lisp.el
lisp/ls-lisp.el
+7
-2
lisp/mail/rmailmsc.el
lisp/mail/rmailmsc.el
+1
-0
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+1
-1
lisp/mail/unrmail.el
lisp/mail/unrmail.el
+5
-0
lisp/play/meese.el
lisp/play/meese.el
+2
-1
lisp/rlogin.el
lisp/rlogin.el
+9
-4
lisp/scroll-bar.el
lisp/scroll-bar.el
+2
-0
lisp/textmodes/texinfmt.el
lisp/textmodes/texinfmt.el
+1
-1
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+1
-1
No files found.
lisp/delsel.el
View file @
76550a57
;;; Pending delete selection
;;; pending-del.el --- pending delete selection
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;;; Created: 14 Jul 92, Matthieu Devin <devin@lucid.com>
;;; Last change 18-Feb-93, devin.
;; Author: Matthieu Devin <devin@lucid.com>
;; Created: 14 Jul 92
;; Last change 18-Feb-93, devin.
;;; This file is part of GNU Emacs.
...
...
@@ -19,11 +22,14 @@
;;; 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 file
s
makes the active region be pending delete, meaning that
;;; This file makes the active region be pending delete, meaning that
;;; text inserted while the region is active will replace the region contents.
;;; This is a popular behavior of personal computers text editors.
;;; Code:
(
defvar
pending-delete-mode
t
"*Non-nil means Pending Delete mode is enabled.
In Pending Delete mode, when a region is highlighted,
...
...
@@ -110,4 +116,4 @@ In Transient Mark mode, if the mark is active, just deactivate it."
(
provide
'pending-del
)
;;
End of
pending-del.el
.
;;
;
pending-del.el
ends here
lisp/emacs-lisp/lmenu.el
View file @
76550a57
;;; lmenu.el --- emulate Lucid's menubar support
;; Keywords: emulations
;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/emacs-lisp/profile.el
View file @
76550a57
;;; profile.el -- generate run time measurements of Emacs Lisp functions
;;; profile.el --
-
generate run time measurements of Emacs Lisp functions
;; Copyright (C) 1992 Free Software Foundation, Inc.
...
...
@@ -356,4 +356,4 @@ DEF is (symbol-function FUN) ."
(interactive)
(process-send-string profile-timer-process "
q\n
"
)
)
;; profile.el ends here
;;
;
profile.el ends here
lisp/hippie-exp.el
View file @
76550a57
...
...
@@ -23,7 +23,7 @@
;;
;; Last change: 4 January 1993
;; Commentary:
;;
;
Commentary:
;;
;; `hippie-expand' is a single function for a lot of different kinds
;; of completions and expansions. Called repeatedly it tries all
...
...
@@ -125,7 +125,7 @@
;; how to improve it.
;;
;; Code:
;;
;
Code:
(
defvar
he-num
-1
)
...
...
lisp/isearch.el
View file @
76550a57
;;; isearch.el ---
-
incremental search minor mode.
;;; isearch.el --- incremental search minor mode.
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1993/03/17 1
5:58:09
$|$Revision: 1.2
4
$
;; |$Date: 1993/03/17 1
6:44:50
$|$Revision: 1.2
5
$
;; This file is not yet part of GNU Emacs, but it is based almost
;; entirely on isearch.el which is part of GNU Emacs.
...
...
@@ -92,8 +92,11 @@
;;;====================================================================
;;; Change History
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.2
4
1993/03/17 1
5:58:09
eric Exp eric $
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.2
5
1993/03/17 1
6:44:50
eric Exp eric $
;;; $Log: isearch.el,v $
; Revision 1.25 1993/03/17 16:44:50 eric
; Add standard library headers.
;
; Revision 1.24 1993/03/17 15:58:09 eric
; Add standard library headers.
;
...
...
lisp/ls-lisp.el
View file @
76550a57
;;;; directory.el - emulate insert-directory completely in Emacs Lisp
;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp
;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
;; Copyright (C) 1992 by Sebastian Kremer <sk@thp.uni-koeln.de>
...
...
@@ -45,6 +48,8 @@
;; Recognize some more ls switches: R F
;;; Code:
(
defun
insert-directory
(
file
&optional
switches
wildcard
full-directory-p
)
"Insert directory listing for of FILE, formatted according to SWITCHES.
Leaves point after the inserted text.
...
...
@@ -227,4 +232,4 @@ The switches that work are: A a c i r S s t u"
(
provide
'ls-lisp
)
;
eof
;
;; ls-lisp.el ends here
lisp/mail/rmailmsc.el
View file @
76550a57
...
...
@@ -21,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
defun
set-rmail-inbox-list
(
file-name
)
"Set the inbox list of the current RMAIL file to FILE-NAME.
...
...
lisp/mail/rmailsum.el
View file @
76550a57
;; rmailsum.el --- make summary buffers for the mail reader
;;
;
rmailsum.el --- make summary buffers for the mail reader
;; Copyright (C) 1985, 1993 Free Software Foundation, Inc.
...
...
lisp/mail/unrmail.el
View file @
76550a57
;;; unrmail.el --- convert Rmail files to mailbox files.
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -17,6 +18,8 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
defvar
command-line-args-left
)
;Avoid 'free variable' warning
;;;###autoload
...
...
@@ -47,3 +50,5 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(
rmail-show-message
1
)
(
while
(
not
(
rmail-output
to-file
))
(
setq
message-count
(
1+
message-count
)))))
;;; unrmail.el ends here
lisp/play/meese.el
View file @
76550a57
;; meese.el --- protect the impressionable young minds of America
;;; meese.el --- protect the impressionable young minds of America
;; This is in the public domain on account of being distributed since
;; 1985 or 1986 without a copyright notice.
...
...
lisp/rlogin.el
View file @
76550a57
;;; rlogin.el -- emacs interface using comint routines from CMU
;;;
;;; rlogin.el --- remote login interface
;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
;; Keywords: unix
;;; Copyright (C) 1992 Free Software Foundation, Inc.
;;;
;;; This program is free software; you can redistribute it and/or modify
...
...
@@ -20,10 +23,11 @@
;;; 675 Massachusetts Avenue.
;;; Cambridge, MA 02139, USA.
;;;
;;; Please send bug reports, etc. to friedman@prep.ai.mit.edu
;;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
;;; Code:
(
require
'comint
)
(
defvar
rlogin-program
"rlogin"
...
...
@@ -108,4 +112,5 @@ buffer."
(
send-string
nil
"\C-d"
)
(
delete-char
arg
)))
;; eof
;;; rlogin.el ends here
lisp/scroll-bar.el
View file @
76550a57
...
...
@@ -21,6 +21,8 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
require
'mouse
)
...
...
lisp/textmodes/texinfmt.el
View file @
76550a57
;;;
;
texinfmt.el --- convert Texinfo files to Info files.
;;; texinfmt.el --- convert Texinfo files to Info files.
;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.
...
...
lisp/textmodes/texinfo.el
View file @
76550a57
;;;
;
texinfo.el ---
-
major mode for editing Texinfo files.
;;; texinfo.el --- major mode for editing Texinfo files.
;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
...
...
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