• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..07-Aug-201338

ChangeLogH A D01-Jun-200710.1 KiB

cons-1.epsH A D27-Jan-200712.7 KiB

cons-2.epsH A D27-Jan-200713.1 KiB

cons-2a.epsH A D24-Nov-200112.1 KiB

cons-3.epsH A D27-Jan-200713.5 KiB

cons-4.epsH A D27-Jan-200714.4 KiB

cons-5.epsH A D27-Jan-200713.5 KiB

drawers.epsH A D27-Jan-20077.8 KiB

emacs-lisp-intro.texiH A D30-Jan-2007798.6 KiB

lambda-1.epsH A D27-Jan-200710.8 KiB

lambda-2.epsH A D27-Jan-200710.9 KiB

lambda-3.epsH A D27-Jan-200710.9 KiB

Makefile.inH A D20-Jan-20072 KiB

makefile.w32-inH A D20-Jan-20072.1 KiB

READMEH A D10-Feb-20073.1 KiB

README

1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2  Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
5
6This directory contains the source of the "Introduction to Programming
7in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org.  This
8manual is an elementary introduction to programming in Emacs Lisp for
9people who are not programmers, and who are not necessarily interested
10in programming, but who do want to customize or extend their computing
11environment.
12
13This third edition of 2006 Oct 31 updates the previous editions to GNU
14Emacs 22.
15
16The Texinfo source file `emacs-lisp-intro.texi', formats without
17reported error using `pdfeTeXk', Version 3.141592-1.21a-2.2 (Web2C
187.5.4) and texinfo.tex version 2006-08-26.17 started by `texi2dvi'
19version 4.8, and with `makeinfo' version 4.8.
20
21Also, this tar file contains the following optional Encapsulated Post
22Script figures.
23
24    drawers.eps         7129 bytes
25    cons-1.eps          12136
26    cons-2.eps          12523
27    cons-2a.eps         12420
28    cons-3.eps          12984
29    cons-4.eps          13866
30    cons-5.eps          12986
31    lambda-1.eps        10252
32    lambda-2.eps        10278
33    lambda-3.eps        10275
34
35See the beginning of the `emacs-lisp-intro.texi' file for appropriate
36settings.  These figures are not necessary; they are merely nice to
37look at --- without them you get the same figures printed with ASCII
38characters.
39
40Whether and how you print PostScript depends on your site.  You not
41only need to set 'print-postscript-figures' before creating the .dvi
42file, but then must convert the .dvi file to .ps with a 'dvips' or
43equivalent command.
44
45On some systems you will see an error message when `psfig.tex' is
46loaded for the last two .eps files:
47
48            ! No room for a new \write .
49
50If this happens, try `epsf.tex' instead of `psfig.tex', or try typing
51RET at the error; the formatting may continue successfully.
52
53Or else find the section that says:
54
55 @c !!! Clear print-postscript-figures if the computer formatting this
56 @c     document is too small and cannot handle all the diagrams and figures.
57 @c clear print-postscript-figures
58
59and change the file so it reads:   @clear print-postscript-figures
60This will prevent TeX from attempting to load the last few .eps files.
61
62You will find additional instructions on formatting in the beginning
63of the Texinfo file 'emacs-lisp-intro.texi'.  Best Wishes!
64
652006 Oct 31
66Robert J. Chassell, bob@gnu.org
67
68
69This file is part of GNU Emacs.
70
71GNU Emacs is free software; you can redistribute it and/or modify
72it under the terms of the GNU General Public License as published by
73the Free Software Foundation; either version 2, or (at your option)
74any later version.
75
76GNU Emacs is distributed in the hope that it will be useful,
77but WITHOUT ANY WARRANTY; without even the implied warranty of
78MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
79GNU General Public License for more details.
80
81You should have received a copy of the GNU General Public License
82along with GNU Emacs; see the file COPYING.  If not, write to the
83Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
84Boston, MA 02110-1301, USA.
85