1.0 Tinypath.el --- Manage your Emacs startup dynamically
1.1 Preface
1.2 The very fast start
1.3 First user note
1.4 Emacs Lisp install
1.5 Cache file location
1.6 Transparent compression
1.7 Contact and support
2.0 Feature description
2.1 How it all begun
2.2 Overview of features
3.0 How to set up your load path
3.1 XEmacs and Emacs specific directories
3.2 Building part of site-lisp using Net
3.3 XEmacs 21.2+ core packages
3.4 Finding load-path directories
3.5 Gnus and other 3rd party packages
3.6 Updating new lisp package
3.7 Duplicate files in path
3.8 Symlinked directories are ignored
4.0 Using cache
4.1 Cache file and different Emacs versions
4.2 Info file support
4.3 Cygwin suport (Win32 and woman.el)
5.0 Faster Emacs configuration (Perl emacs-util.pl)
5.1 Updating running Emacs
6.0 Compressed lisp file support
6.1 Jka-compr and this package
6.2 How the compressed loading works
6.3 Note: adviced emacs commands
7.0 Implementation Notes
7.1 Code note: General
7.2 Code note: Where is that emacs package
7.3 Code note: Internal optimizations
7.4 Code note: *Messages*
7.5 Code note: Custom
7.6 Todo