]> code.delx.au - gnu-emacs/commitdiff
* eintr: updated `Introduction to Programming in Emacs Lisp'
authorRobert J. Chassell <bob@rattlesnake.com>
Tue, 31 Oct 2006 18:03:03 +0000 (18:03 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Tue, 31 Oct 2006 18:03:03 +0000 (18:03 +0000)
info/eintr

index b7864c63e0f936734f6e5b0ec9edae4c3a3eaf38..37ba238fabab589fc19a24e89b01a378e1214b90 100644 (file)
@@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
 This is an `Introduction to Programming in Emacs Lisp', for people who
 are not programmers.
 
-Edition 3.00, 2006 Oct 31
+Edition 3.01, 2006 Oct 31
 
 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,    2002,
 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -41,311 +41,311 @@ Software Foundation raise funds for GNU development."
 \1f
 Indirect:
 eintr-1: 1466
-eintr-2: 301398
-eintr-3: 599839
+eintr-2: 299621
+eintr-3: 597715
 \1f
 Tag Table:
 (Indirect)
 Node: Top\7f1466
-Node: Preface\7f20357
-Node: Why\7f21456
-Node: On Reading this Text\7f22097
-Node: Who You Are\7f24261
-Node: Lisp History\7f26960
-Node: Note for Novices\7f27711
-Node: Thank You\7f30170
-Node: List Processing\7f30651
-Ref: List Processing-Footnote-1\7f31544
-Node: Lisp Lists\7f31747
-Node: Numbers Lists\7f32457
-Node: Lisp Atoms\7f33484
-Node: Whitespace in Lists\7f37146
-Node: Typing Lists\7f38387
-Node: Run a Program\7f39467
-Node: Making Errors\7f41879
-Node: Names & Definitions\7f46793
-Node: Lisp Interpreter\7f48627
-Node: Complications\7f49680
-Node: Byte Compiling\7f51224
-Node: Evaluation\7f52267
-Node: Evaluating Inner Lists\7f53923
-Node: Variables\7f56384
-Node: fill-column Example\7f57737
-Node: Void Function\7f59216
-Node: Void Variable\7f60323
-Node: Arguments\7f62102
-Ref: Arguments-Footnote-1\7f63343
-Node: Data types\7f64155
-Node: Args as Variable or List\7f66119
-Node: Variable Number of Arguments\7f67639
-Node: Wrong Type of Argument\7f68444
-Ref: Wrong Type of Argument-Footnote-1\7f71821
-Node: message\7f71888
-Ref: message-Footnote-1\7f75681
-Node: set & setq\7f75855
-Node: Using set\7f76437
-Node: Using setq\7f78676
-Node: Counting\7f80793
-Node: Summary\7f82734
-Node: Error Message Exercises\7f84507
-Node: Practicing Evaluation\7f85004
-Node: How to Evaluate\7f85835
-Node: Buffer Names\7f87334
-Node: Getting Buffers\7f92927
-Ref: Getting Buffers-Footnote-1\7f95399
-Node: Switching Buffers\7f95617
-Ref: Switching Buffers-Footnote-1\7f98872
-Ref: Switching Buffers-Footnote-2\7f99144
-Node: Buffer Size & Locations\7f99801
-Node: Evaluation Exercise\7f101786
-Node: Writing Defuns\7f102057
-Node: Primitive Functions\7f102904
-Node: defun\7f104073
-Node: Install\7f110517
-Node: Effect of installation\7f111781
-Node: Change a defun\7f112574
-Node: Interactive\7f114241
-Node: Interactive multiply-by-seven\7f115238
-Node: multiply-by-seven in detail\7f117046
-Node: Interactive Options\7f119663
-Node: Permanent Installation\7f122714
-Node: let\7f124794
-Node: Prevent confusion\7f126061
-Node: Parts of let Expression\7f127925
-Node: Sample let Expression\7f129444
-Ref: Sample let Expression-Footnote-1\7f131174
-Node: Uninitialized let Variables\7f131422
-Node: if\7f132952
-Node: if in more detail\7f133746
-Node: type-of-animal in detail\7f136454
-Node: else\7f138874
-Node: Truth & Falsehood\7f141655
-Node: nil explained\7f142503
-Node: save-excursion\7f144503
-Node: Point and mark\7f145191
-Node: Template for save-excursion\7f148148
-Node: Review\7f149380
-Node: defun Exercises\7f157017
-Node: Buffer Walk Through\7f157432
-Node: Finding More\7f158216
-Node: simplified-beginning-of-buffer\7f162076
-Node: mark-whole-buffer\7f166416
-Node: mark-whole-buffer overview\7f167170
-Node: Body of mark-whole-buffer\7f168529
-Node: append-to-buffer\7f171530
-Node: append-to-buffer overview\7f172073
-Node: append interactive\7f174728
-Node: append-to-buffer body\7f177079
-Node: append save-excursion\7f179119
-Node: Buffer Related Review\7f183885
-Node: Buffer Exercises\7f185814
-Node: More Complex\7f186247
-Node: copy-to-buffer\7f186948
-Node: insert-buffer\7f189523
-Node: insert-buffer code\7f190521
-Node: insert-buffer interactive\7f191520
-Node: Read-only buffer\7f191925
-Node: b for interactive\7f192537
-Node: insert-buffer body\7f193632
-Node: if & or\7f194774
-Node: Insert or\7f197745
-Node: Insert let\7f199944
-Node: New insert-buffer\7f203572
-Node: beginning-of-buffer\7f204723
-Node: Optional Arguments\7f206209
-Node: beginning-of-buffer opt arg\7f209444
-Node: Disentangle beginning-of-buffer\7f210277
-Node: Large buffer case\7f211521
-Node: Small buffer case\7f213952
-Node: beginning-of-buffer complete\7f215565
-Node: Second Buffer Related Review\7f218428
-Node: optional Exercise\7f220052
-Node: Narrowing & Widening\7f220512
-Node: Narrowing advantages\7f220970
-Node: save-restriction\7f222848
-Node: what-line\7f224731
-Node: narrow Exercise\7f228733
-Node: car cdr & cons\7f229692
-Node: Strange Names\7f230352
-Node: car & cdr\7f231351
-Node: cons\7f235534
-Node: Build a list\7f236385
-Ref: Build a list-Footnote-1\7f237873
-Node: length\7f238050
-Node: nthcdr\7f239528
-Node: nth\7f242320
-Node: setcar\7f243639
-Node: setcdr\7f245840
-Node: cons Exercise\7f247296
-Node: Cutting & Storing Text\7f247656
-Node: Storing Text\7f248625
-Node: zap-to-char\7f250637
-Node: Complete zap-to-char\7f251498
-Node: zap-to-char interactive\7f253398
-Node: zap-to-char body\7f254870
-Node: search-forward\7f256454
-Node: progn\7f259394
-Node: Summing up zap-to-char\7f261039
-Node: kill-region\7f262116
-Node: Complete kill-region\7f262975
-Node: condition-case\7f267091
-Node: Lisp macro\7f269565
-Node: copy-region-as-kill\7f271616
-Node: Complete copy-region-as-kill\7f272402
-Node: copy-region-as-kill body\7f275153
-Node: last-command & this-command\7f276120
-Node: kill-append function\7f278369
-Node: kill-new function\7f282338
-Node: Digression into C\7f292559
-Ref: Digression into C-Footnote-1\7f297912
-Node: defvar\7f298084
-Node: See variable current value\7f299536
-Node: defvar and asterisk\7f301398
-Node: cons & search-fwd Review\7f303167
-Node: search Exercises\7f305681
-Node: List Implementation\7f306403
-Node: Lists diagrammed\7f307414
-Node: Symbols as Chest\7f313381
-Node: List Exercise\7f315367
-Node: Yanking\7f315694
-Node: Kill Ring Overview\7f316893
-Node: kill-ring-yank-pointer\7f318540
-Node: yank nthcdr Exercises\7f320889
-Node: Loops & Recursion\7f321588
-Ref: Loops & Recursion-Footnote-1\7f322548
-Node: while\7f323047
-Node: Looping with while\7f324135
-Node: Loop Example\7f325891
-Node: print-elements-of-list\7f329179
-Node: Incrementing Loop\7f331625
-Node: Incrementing Example\7f333144
-Node: Inc Example parts\7f335510
-Node: Inc Example altogether\7f339355
-Node: Decrementing Loop\7f342770
-Node: Decrementing Example\7f344042
-Node: Dec Example parts\7f345518
-Node: Dec Example altogether\7f347469
-Node: dolist dotimes\7f349652
-Node: dolist\7f350374
-Node: dotimes\7f353419
-Node: Recursion\7f354939
-Node: Building Robots\7f355824
-Node: Recursive Definition Parts\7f357531
-Node: Recursion with list\7f359911
-Node: Recursive triangle function\7f363439
-Node: Recursive Example arg of 1 or 2\7f364707
-Node: Recursive Example arg of 3 or 4\7f366911
-Node: Recursion with cond\7f369839
-Node: Recursive Patterns\7f372114
-Node: Every\7f372511
-Node: Accumulate\7f374945
-Node: Keep\7f376178
-Node: No Deferment\7f378031
-Node: No deferment solution\7f380655
-Ref: No deferment solution-Footnote-1\7f384521
-Ref: No deferment solution-Footnote-2\7f384622
-Node: Looping exercise\7f385114
-Node: Regexp Search\7f386289
-Node: sentence-end\7f387975
-Node: re-search-forward\7f391624
-Node: forward-sentence\7f394067
-Node: Complete forward-sentence\7f394714
-Node: fwd-sentence while loops\7f398090
-Node: fwd-sentence re-search\7f401556
-Node: forward-paragraph\7f403626
-Node: forward-paragraph in brief\7f405190
-Node: fwd-para let\7f406631
-Node: fwd-para while\7f411779
-Node: etags\7f419953
-Node: Regexp Review\7f424222
-Node: re-search Exercises\7f426544
-Node: Counting Words\7f427295
-Node: Why Count Words\7f427829
-Node: count-words-region\7f428769
-Node: Design count-words-region\7f429877
-Node: Whitespace Bug\7f436288
-Node: recursive-count-words\7f445562
-Node: Counting Exercise\7f457365
-Node: Words in a defun\7f457724
-Node: Divide and Conquer\7f458855
-Node: Words and Symbols\7f460077
-Node: Syntax\7f462011
-Node: count-words-in-defun\7f465581
-Node: Several defuns\7f471588
-Node: Find a File\7f473904
-Node: lengths-list-file\7f476387
-Node: Several files\7f481531
-Node: lengths-list-many-files\7f482131
-Node: append\7f484818
-Node: Several files recursively\7f485410
-Node: Prepare the data\7f488158
-Node: Sorting\7f489830
-Node: Files List\7f491425
-Node: Counting function definitions\7f498654
-Node: Readying a Graph\7f507682
-Node: Columns of a graph\7f508782
-Node: graph-body-print\7f522065
-Node: recursive-graph-body-print\7f526661
-Node: Printed Axes\7f529299
-Node: Line Graph Exercise\7f530009
-Node: Emacs Initialization\7f530186
-Node: Default Configuration\7f530964
-Ref: Default Configuration-Footnote-1\7f532912
-Node: Site-wide Init\7f533209
-Node: defcustom\7f535143
-Node: Beginning a .emacs File\7f540594
-Node: Text and Auto-fill\7f542908
-Node: Mail Aliases\7f546701
-Node: Indent Tabs Mode\7f547577
-Node: Keybindings\7f548492
-Node: Keymaps\7f551884
-Node: Loading Files\7f554042
-Node: Autoload\7f556866
-Node: Simple Extension\7f559663
-Ref: Simple Extension-Footnote-1\7f562905
-Node: X11 Colors\7f563164
-Ref: X11 Colors-Footnote-1\7f564980
-Node: Miscellaneous\7f565131
-Node: Mode Line\7f569231
-Node: Debugging\7f574650
-Node: debug\7f575215
-Node: debug-on-entry\7f578211
-Node: debug-on-quit\7f581277
-Node: edebug\7f582238
-Node: Debugging Exercises\7f586234
-Node: Conclusion\7f587892
-Node: the-the\7f593043
-Node: Kill Ring\7f595759
-Node: current-kill\7f597676
-Node: Understanding current-kill\7f599839
-Node: Digression concerning error\7f603283
-Node: Determining the Element\7f604451
-Node: yank\7f607874
-Node: yank-pop\7f610783
-Node: ring file\7f613179
-Node: Full Graph\7f613520
-Node: Labelled Example\7f614097
-Node: print-graph Varlist\7f616071
-Node: print-Y-axis\7f617718
-Node: Height of label\7f618891
-Node: Compute a Remainder\7f620850
-Node: Y Axis Element\7f624580
-Node: Y-axis-column\7f628121
-Node: print-Y-axis Penultimate\7f629698
-Node: print-X-axis\7f631541
-Node: Similarities differences\7f632652
-Node: X Axis Tic Marks\7f633452
-Node: Print Whole Graph\7f640290
-Node: The final version\7f641028
-Node: Test print-graph\7f645251
-Node: Graphing words in defuns\7f646829
-Node: lambda\7f649376
-Node: mapcar\7f651012
-Node: Another Bug\7f652966
-Node: Final printed graph\7f658408
-Node: Free Software and Free Manuals\7f659320
-Node: GNU Free Documentation License\7f665566
-Node: Index\7f687989
-Node: About the Author\7f722743
+Node: Preface\7f20343
+Node: Why\7f21442
+Node: On Reading this Text\7f22083
+Node: Who You Are\7f24247
+Node: Lisp History\7f26946
+Node: Note for Novices\7f27697
+Node: Thank You\7f30156
+Node: List Processing\7f30637
+Ref: List Processing-Footnote-1\7f31530
+Node: Lisp Lists\7f31733
+Node: Numbers Lists\7f32443
+Node: Lisp Atoms\7f33470
+Node: Whitespace in Lists\7f37132
+Node: Typing Lists\7f38373
+Node: Run a Program\7f39453
+Node: Making Errors\7f41865
+Node: Names & Definitions\7f46779
+Node: Lisp Interpreter\7f48613
+Node: Complications\7f49666
+Node: Byte Compiling\7f51210
+Node: Evaluation\7f52253
+Node: Evaluating Inner Lists\7f53909
+Node: Variables\7f56370
+Node: fill-column Example\7f57723
+Node: Void Function\7f59202
+Node: Void Variable\7f60309
+Node: Arguments\7f62088
+Ref: Arguments-Footnote-1\7f63329
+Node: Data types\7f64141
+Node: Args as Variable or List\7f66105
+Node: Variable Number of Arguments\7f67625
+Node: Wrong Type of Argument\7f68430
+Ref: Wrong Type of Argument-Footnote-1\7f71807
+Node: message\7f71874
+Ref: message-Footnote-1\7f75667
+Node: set & setq\7f75841
+Node: Using set\7f76423
+Node: Using setq\7f78662
+Node: Counting\7f80779
+Node: Summary\7f82720
+Node: Error Message Exercises\7f84493
+Node: Practicing Evaluation\7f84990
+Node: How to Evaluate\7f85821
+Node: Buffer Names\7f87320
+Node: Getting Buffers\7f92913
+Ref: Getting Buffers-Footnote-1\7f95385
+Node: Switching Buffers\7f95603
+Ref: Switching Buffers-Footnote-1\7f98858
+Ref: Switching Buffers-Footnote-2\7f99130
+Node: Buffer Size & Locations\7f99787
+Node: Evaluation Exercise\7f101772
+Node: Writing Defuns\7f102043
+Node: Primitive Functions\7f102890
+Node: defun\7f104059
+Node: Install\7f110503
+Node: Effect of installation\7f111767
+Node: Change a defun\7f112560
+Node: Interactive\7f114227
+Node: Interactive multiply-by-seven\7f115224
+Node: multiply-by-seven in detail\7f117032
+Node: Interactive Options\7f119649
+Node: Permanent Installation\7f122700
+Node: let\7f124780
+Node: Prevent confusion\7f126047
+Node: Parts of let Expression\7f127911
+Node: Sample let Expression\7f129430
+Ref: Sample let Expression-Footnote-1\7f131160
+Node: Uninitialized let Variables\7f131408
+Node: if\7f132938
+Node: if in more detail\7f133732
+Node: type-of-animal in detail\7f136440
+Node: else\7f138860
+Node: Truth & Falsehood\7f141641
+Node: nil explained\7f142489
+Node: save-excursion\7f144489
+Node: Point and mark\7f145177
+Node: Template for save-excursion\7f148134
+Node: Review\7f149366
+Node: defun Exercises\7f157102
+Node: Buffer Walk Through\7f157517
+Node: Finding More\7f158301
+Node: simplified-beginning-of-buffer\7f162161
+Node: mark-whole-buffer\7f166501
+Node: mark-whole-buffer overview\7f167255
+Node: Body of mark-whole-buffer\7f168614
+Node: append-to-buffer\7f171615
+Node: append-to-buffer overview\7f172158
+Node: append interactive\7f174813
+Node: append-to-buffer body\7f177164
+Node: append save-excursion\7f179204
+Node: Buffer Related Review\7f183970
+Node: Buffer Exercises\7f185899
+Node: More Complex\7f186332
+Node: copy-to-buffer\7f187033
+Node: insert-buffer\7f189608
+Node: insert-buffer code\7f190606
+Node: insert-buffer interactive\7f191605
+Node: Read-only buffer\7f192010
+Node: b for interactive\7f192622
+Node: insert-buffer body\7f193717
+Node: if & or\7f194859
+Node: Insert or\7f197830
+Node: Insert let\7f200029
+Node: New insert-buffer\7f203657
+Node: beginning-of-buffer\7f204808
+Node: Optional Arguments\7f206294
+Node: beginning-of-buffer opt arg\7f209529
+Node: Disentangle beginning-of-buffer\7f210362
+Node: Large buffer case\7f211606
+Node: Small buffer case\7f214037
+Node: beginning-of-buffer complete\7f215650
+Node: Second Buffer Related Review\7f218513
+Node: optional Exercise\7f220137
+Node: Narrowing & Widening\7f220597
+Node: Narrowing advantages\7f221055
+Node: save-restriction\7f222933
+Node: what-line\7f224816
+Node: narrow Exercise\7f228818
+Node: car cdr & cons\7f229777
+Node: Strange Names\7f230437
+Node: car & cdr\7f231436
+Node: cons\7f235619
+Node: Build a list\7f236470
+Ref: Build a list-Footnote-1\7f237958
+Node: length\7f238135
+Node: nthcdr\7f239613
+Node: nth\7f242405
+Node: setcar\7f243724
+Node: setcdr\7f245925
+Node: cons Exercise\7f247381
+Node: Cutting & Storing Text\7f247741
+Node: Storing Text\7f248710
+Node: zap-to-char\7f250722
+Node: Complete zap-to-char\7f251583
+Node: zap-to-char interactive\7f253483
+Node: zap-to-char body\7f254955
+Node: search-forward\7f256539
+Node: progn\7f259479
+Node: Summing up zap-to-char\7f261124
+Node: kill-region\7f262201
+Node: Complete kill-region\7f263060
+Node: condition-case\7f267176
+Node: Lisp macro\7f269650
+Node: copy-region-as-kill\7f271701
+Node: Complete copy-region-as-kill\7f272487
+Node: copy-region-as-kill body\7f275238
+Node: last-command & this-command\7f276205
+Node: kill-append function\7f278454
+Node: kill-new function\7f282423
+Node: Digression into C\7f292644
+Ref: Digression into C-Footnote-1\7f297997
+Node: defvar\7f298169
+Node: See variable current value\7f299621
+Node: defvar and asterisk\7f301483
+Node: cons & search-fwd Review\7f303252
+Node: search Exercises\7f305766
+Node: List Implementation\7f306488
+Node: Lists diagrammed\7f307499
+Node: Symbols as Chest\7f313466
+Node: List Exercise\7f315452
+Node: Yanking\7f315779
+Node: Kill Ring Overview\7f316978
+Node: kill-ring-yank-pointer\7f318625
+Node: yank nthcdr Exercises\7f320974
+Node: Loops & Recursion\7f321673
+Ref: Loops & Recursion-Footnote-1\7f322633
+Node: while\7f323132
+Node: Looping with while\7f324220
+Node: Loop Example\7f325976
+Node: print-elements-of-list\7f329264
+Node: Incrementing Loop\7f331710
+Node: Incrementing Example\7f333229
+Node: Inc Example parts\7f335595
+Node: Inc Example altogether\7f339440
+Node: Decrementing Loop\7f342855
+Node: Decrementing Example\7f344127
+Node: Dec Example parts\7f345603
+Node: Dec Example altogether\7f347554
+Node: dolist dotimes\7f349737
+Node: dolist\7f350459
+Node: dotimes\7f353504
+Node: Recursion\7f355024
+Node: Building Robots\7f355909
+Node: Recursive Definition Parts\7f357616
+Node: Recursion with list\7f359996
+Node: Recursive triangle function\7f363524
+Node: Recursive Example arg of 1 or 2\7f364792
+Node: Recursive Example arg of 3 or 4\7f366996
+Node: Recursion with cond\7f369924
+Node: Recursive Patterns\7f372199
+Node: Every\7f372596
+Node: Accumulate\7f375030
+Node: Keep\7f376263
+Node: No Deferment\7f378116
+Node: No deferment solution\7f380740
+Ref: No deferment solution-Footnote-1\7f384606
+Ref: No deferment solution-Footnote-2\7f384707
+Node: Looping exercise\7f385199
+Node: Regexp Search\7f386374
+Node: sentence-end\7f388060
+Node: re-search-forward\7f391709
+Node: forward-sentence\7f394152
+Node: Complete forward-sentence\7f394799
+Node: fwd-sentence while loops\7f398175
+Node: fwd-sentence re-search\7f401641
+Node: forward-paragraph\7f403711
+Node: forward-paragraph in brief\7f405275
+Node: fwd-para let\7f406716
+Node: fwd-para while\7f411864
+Node: etags\7f420038
+Node: Regexp Review\7f424307
+Node: re-search Exercises\7f426629
+Node: Counting Words\7f427380
+Node: Why Count Words\7f427914
+Node: count-words-region\7f428854
+Node: Design count-words-region\7f429962
+Node: Whitespace Bug\7f436373
+Node: recursive-count-words\7f445647
+Node: Counting Exercise\7f457450
+Node: Words in a defun\7f457809
+Node: Divide and Conquer\7f458940
+Node: Words and Symbols\7f460162
+Node: Syntax\7f462096
+Node: count-words-in-defun\7f465666
+Node: Several defuns\7f471673
+Node: Find a File\7f473989
+Node: lengths-list-file\7f476472
+Node: Several files\7f481616
+Node: lengths-list-many-files\7f482216
+Node: append\7f484903
+Node: Several files recursively\7f485495
+Node: Prepare the data\7f488243
+Node: Sorting\7f489915
+Node: Files List\7f491510
+Node: Counting function definitions\7f498739
+Node: Readying a Graph\7f507767
+Node: Columns of a graph\7f508867
+Node: graph-body-print\7f522150
+Node: recursive-graph-body-print\7f526746
+Node: Printed Axes\7f529384
+Node: Line Graph Exercise\7f530094
+Node: Emacs Initialization\7f530271
+Node: Default Configuration\7f531049
+Ref: Default Configuration-Footnote-1\7f532997
+Node: Site-wide Init\7f533294
+Node: defcustom\7f535228
+Node: Beginning a .emacs File\7f540679
+Node: Text and Auto-fill\7f542993
+Node: Mail Aliases\7f546786
+Node: Indent Tabs Mode\7f547662
+Node: Keybindings\7f548577
+Node: Keymaps\7f551969
+Node: Loading Files\7f554127
+Node: Autoload\7f556951
+Node: Simple Extension\7f559748
+Ref: Simple Extension-Footnote-1\7f562990
+Node: X11 Colors\7f563249
+Ref: X11 Colors-Footnote-1\7f565065
+Node: Miscellaneous\7f565216
+Node: Mode Line\7f569316
+Node: Debugging\7f574689
+Node: debug\7f575254
+Node: debug-on-entry\7f578250
+Node: debug-on-quit\7f581316
+Node: edebug\7f582277
+Node: Debugging Exercises\7f586273
+Node: Conclusion\7f587931
+Node: the-the\7f593082
+Node: Kill Ring\7f595798
+Node: current-kill\7f597715
+Node: Understanding current-kill\7f599878
+Node: Digression concerning error\7f603322
+Node: Determining the Element\7f604490
+Node: yank\7f607913
+Node: yank-pop\7f610822
+Node: ring file\7f613218
+Node: Full Graph\7f613559
+Node: Labelled Example\7f614136
+Node: print-graph Varlist\7f616110
+Node: print-Y-axis\7f617757
+Node: Height of label\7f618930
+Node: Compute a Remainder\7f620889
+Node: Y Axis Element\7f624619
+Node: Y-axis-column\7f628160
+Node: print-Y-axis Penultimate\7f629737
+Node: print-X-axis\7f631580
+Node: Similarities differences\7f632691
+Node: X Axis Tic Marks\7f633491
+Node: Print Whole Graph\7f640329
+Node: The final version\7f641067
+Node: Test print-graph\7f645290
+Node: Graphing words in defuns\7f646868
+Node: lambda\7f649415
+Node: mapcar\7f651051
+Node: Another Bug\7f653005
+Node: Final printed graph\7f658447
+Node: Free Software and Free Manuals\7f659359
+Node: GNU Free Documentation License\7f665605
+Node: Index\7f688028
+Node: About the Author\7f722782
 \1f
 End Tag Table