DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦e2e5f55ec⟧ TextFile

    Length: 5512 (0x1588)
    Types: TextFile
    Names: »lispref.texinfo«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦c06c473ab⟧ »./UNRELEASED/lispref.tar.Z« 
        └─⟦1b57a2ffe⟧ 
            └─⟦this⟧ »lispref.texinfo« 

TextFile

\input texinfo  @c -*-texinfo-*-
@c %**start of header
@setfilename lispref
@settitle The GNU Emacs Lisp Reference Manual
@c %**end of header

@c ================================================================
@c THIS file has the new style title page commands.
@c Also, it uses `@@include' files instead of `@@input' files.

@c Run using special version of `texinfo.tex'.

@c Also, run `makeinfo' rather than `texinfo-format-buffer'.
@c ================================================================

@c smallbook

@c tex
@c \overfullrule=0pt
@c end tex

@c
@c Combine indices.
@synindex vr fn
@synindex cp fn
@synindex ky fn
@synindex pg fn
@synindex tp fn
@c oops: texinfo-format-buffer ignores synindex
@c

@ifinfo
This file documents GNU Emacs Lisp.

This is Edition 0.1 Beta of the GNU Emacs Lisp Reference Manual,  
for Emacs Version 18, with some references to Emacs Version 19.

Please read this document for review purposes.

Published by the Free Software Foundation,
675 Massachusetts Avenue, 
Cambridge, MA 02139 USA

Copyright (C) 1989 Free Software Foundation, Inc. 

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

@ignore
Permission is granted to process this file through TeX and print the
results, provided the printed document carries copying permission
notice identical to this one except for the removal of this paragraph
(this paragraph not being relevant to the printed manual).

@end ignore
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the Foundation.
@end ifinfo
@c

@c
@setchapternewpage odd

@titlespec
@subtext Emacs Version 18
@subtext for Unix Users
@subtext June 1989
@sp 2
@subtext Edition 0.1 beta

@author by Bil Lewis, Dan LaLiberte, and the GNU Manual Group
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1989 Free Software Foundation, Inc. 

@sp 2
This is Edition 0.1 Beta of the @cite{GNU Emacs Lisp Reference Manual},  @*
for Emacs Version 18, with some references to Emacs Version 19.

@sp 2
Published by the Free Software Foundation, @*
675 Massachusetts Avenue, @*
Cambridge, MA 02139 USA @*

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the Foundation.
@end titlespec
@page

@node Top, Introduction, (dir), (dir)

@ifinfo
This Info file documents GNU Emacs Lisp.
@end ifinfo

@menu
* Introduction::	
* Types of Lisp Object::	
* Numbers::	
* Strings and Characters::	

* Lists::	
* Sequences Arrays Vectors::   
* Symbols::	
* Variables::	

* Functions::	
* Macros::	
* Control Structures::	
* Evaluation::	

* Loading::	
* Byte Compilation::	
* Debugging::	
* Streams::	

* Minibuffers::	
* Command Loop::	
* Keymaps::	
* Major and Minor Modes::	

* Documentation::	
* Files::	
* Backups and Auto Saving::	
* Buffers::	

* Windows::	
* Positions::	
* Markers::	
* Text::	

* Searching and Matching::	
* Syntax Tables::	
* Lisp Expressions::	
* Abbreviations::

* Processes::	
* Operating System Interface::	
* Emacs Display::	

Appendices
* Tips and Standards::
* GNU Emacs Internals::	
* Standard Errors::	
* Standard Buffer Local Variables::	
* Standard Keymaps::	
* Hooks::	

* Index::
@end menu

@include intro.texinfo
@include objects.texinfo
@include numbers.texinfo
@include strings.texinfo

@include lists.texinfo
@include sequences.texinfo
@include symbols.texinfo
@include variables.texinfo

@include functions.texinfo
@include macros.texinfo
@include control.texinfo
@include eval.texinfo

@include loading.texinfo
@include compilation.texinfo
@include debugging.texinfo
@include streams.texinfo

@include minibuffer.texinfo
@include command-loop.texinfo
@include keymaps.texinfo
@include modes.texinfo

@include help.texinfo
@include files.texinfo
@include backups.texinfo
@include buffers.texinfo

@include windows.texinfo
@include positions.texinfo
@include markers.texinfo
@include text.texinfo

@include searching.texinfo
@include syntax.texinfo
@include sexps.texinfo
@include abbrevs.texinfo

@include processes.texinfo
@include os-interface.texinfo
@include display.texinfo

@c MOVE to Emacs Manual:  include misc-modes.texinfo

@c appendices

@c  REMOVE this:  include non-hacker.texinfo

@include tips.texinfo
@include internals.texinfo
@include errors.texinfo
@include buffer-local.texinfo
@include maps.texinfo
@include hooks.texinfo

@include index.texinfo

@c Print the tables of contents
@summarycontents
@contents

@c That's all
@bye

\f


These words prevent "local variables" above from confusing Emacs.