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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
22a89ee8
Commit
22a89ee8
authored
Jul 14, 1992
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9d7ad1b3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
38 additions
and
11 deletions
+38
-11
lisp/tabify.el
lisp/tabify.el
+4
-0
lisp/tar-mode.el
lisp/tar-mode.el
+8
-3
lisp/telnet.el
lisp/telnet.el
+6
-1
lisp/term-nasty.el
lisp/term-nasty.el
+11
-6
lisp/textmodes/texnfo-upd.el
lisp/textmodes/texnfo-upd.el
+5
-1
lisp/textmodes/text-mode.el
lisp/textmodes/text-mode.el
+4
-0
No files found.
lisp/tabify.el
View file @
22a89ee8
;;; tabify.el --- tab conversion commands for Emacs
;;; tabify.el --- tab conversion commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 9 May 1991
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; This file is part of GNU Emacs.
...
@@ -18,6 +21,7 @@
...
@@ -18,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
;;;###autoload
;;;###autoload
(
defun
untabify
(
start
end
)
(
defun
untabify
(
start
end
)
...
...
lisp/tar-mode.el
View file @
22a89ee8
;;; tar-mode.el --- simple editing of tar files from GNU emacs
;;; tar-mode.el --- simple editing of tar files from GNU emacs
;;; Author: Jamie Zawinski <jwz@lucid.com>
;; Author: Jamie Zawinski <jwz@lucid.com>
;;; Created: 4 Apr 1990
;; Created: 4 Apr 1990
;;; Version: 1.21, 10 Mar 91
;; Version: 1.21
;; Last-Modified: 10 Mar 1991
;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;;;
;;;
...
@@ -22,6 +23,8 @@
...
@@ -22,6 +23,8 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;;; This package attempts to make dealing with Unix 'tar' archives easier.
;;; This package attempts to make dealing with Unix 'tar' archives easier.
;;; When this code is loaded, visiting a file whose name ends in '.tar' will
;;; When this code is loaded, visiting a file whose name ends in '.tar' will
;;; cause the contents of that archive file to be displayed in a Dired-like
;;; cause the contents of that archive file to be displayed in a Dired-like
...
@@ -87,6 +90,8 @@
...
@@ -87,6 +90,8 @@
;;; o Block files, sparse files, continuation files, and the various header
;;; o Block files, sparse files, continuation files, and the various header
;;; types aren't editable. Actually I don't know that they work at all.
;;; types aren't editable. Actually I don't know that they work at all.
;;; Code:
(
defvar
tar-anal-blocksize
20
(
defvar
tar-anal-blocksize
20
"*The blocksize of tar files written by Emacs, or nil, meaning don't care.
"*The blocksize of tar files written by Emacs, or nil, meaning don't care.
The blocksize of a tar file is not really the size of the blocks; rather, it is
The blocksize of a tar file is not really the size of the blocks; rather, it is
...
...
lisp/telnet.el
View file @
22a89ee8
;;; telnet.el --- run a telnet session from within an Emacs buffer
;;; telnet.el --- run a telnet session from within an Emacs buffer
;; Author: William F. Schelter
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; This file is part of GNU Emacs.
...
@@ -17,7 +22,7 @@
...
@@ -17,7 +22,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
Author William F. Schelter
;;
; Code:
;;to do fix software types for lispm:
;;to do fix software types for lispm:
;;to eval current expression. Also to try to send escape keys correctly.
;;to eval current expression. Also to try to send escape keys correctly.
...
...
lisp/term-nasty.el
View file @
22a89ee8
;;; term-nasty.el --- Damned Things from terminfo.el
;;; term-nasty.el --- Damned Things from terminfo.el
Some
people
used
to
be
bothered
by
the
following
comments
that
were
;; Maintainer: FSF
found
in
terminal.el.
We
decided
they
were
distracting,
and
that
it
was
better
not
to
have
them
there.
On
the
other
hand,
we
didn
't
want
to
appear
to
be
giving
in
to
the
pressure
to
censor
obscenity
that
currently
threatens
freedom
of
speech
and
of
the
press
in
the
US.
So
we
decided
to
put
the
comments
here.
;;; Commentary:
;; Some people used to be bothered by the following comments that were
;; found in terminal.el. We decided they were distracting, and that it
;; was better not to have them there. On the other hand, we didn't want
;; to appear to be giving in to the pressure to censor obscenity that
;; currently threatens freedom of speech and of the press in the US.
;; So we decided to put the comments here.
;;; Code:
These
comments
were
removed
from
te-losing-unix.
These
comments
were
removed
from
te-losing-unix.
;(what lossage)
;(what lossage)
...
...
lisp/textmodes/texnfo-upd.el
View file @
22a89ee8
;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files.
;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files.
;;;; Version 2.00 14 Dec 1990
;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
;; Version: 2.00
;; Last-Modified: 14 Dec 1990
;;;; Copyright 1989, 1990, 1992 Free Software Foundation
;;;; Copyright 1989, 1990, 1992 Free Software Foundation
...
@@ -20,6 +22,7 @@
...
@@ -20,6 +22,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;;;; Summary
;;;; Summary
...
@@ -143,6 +146,7 @@
...
@@ -143,6 +146,7 @@
; Since node names should be more concise than section or chapter
; Since node names should be more concise than section or chapter
; titles, node names so inserted will need to be edited manually.
; titles, node names so inserted will need to be edited manually.
;;; Code:
;;;; Menu Making Functions
;;;; Menu Making Functions
...
...
lisp/textmodes/text-mode.el
View file @
22a89ee8
;;; text-mode.el --- text mode, and its idiosyncratic commands.
;;; text-mode.el --- text mode, and its idiosyncratic commands.
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Copyright (C) 1985, 1992 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; This file is part of GNU Emacs.
...
@@ -18,6 +21,7 @@
...
@@ -18,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
defvar
text-mode-syntax-table
nil
(
defvar
text-mode-syntax-table
nil
"Syntax table used while in text mode."
)
"Syntax table used while in text mode."
)
...
...
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