From b100e30c5423f309939a0118767147609038709e Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sun, 17 Mar 2013 20:39:30 +0530 Subject: [PATCH] Initial commit --- book.html | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 book.html diff --git a/book.html b/book.html new file mode 100644 index 0000000..17d9192 --- /dev/null +++ b/book.html @@ -0,0 +1,255 @@ + + + + + + + + + + + +
+

+ +
+

1 Goals and non-Goals

+
+

+ This book will teach you +

+ +
    +
  1. To use Emacs. +
  2. +
  3. To customize Emacs to your specific needs. +
  4. +
+ +

+ This book will not +

+ +
    +
  1. Teach you to program in Emacs lisp +
  2. +
  3. Document third-party libraries which don't ship with Emacs or GNU + ELPA. +
  4. +
+
+
+
+

2 Audience

+
+

+ New Emacs users who are also non-programmers. +

+
+
+
+

3 Installing Emacs

+
+

+ The latest stable release of Emacs as on the day of writing is Emacs + 24.3. +

+ +

+ You can download the pre-build binaries from GNU FTP Archives. If you + are on Windows, you can download the binaries from Windows + subdirectory. +

+
+
+
+

4 Text editing

+
+ +
+

5 Reporting bugs

+
+

+ You can submit a bug report with +

+ +
+	    M-x report-emacs-bug RET
+	  
+
+
+
+

6 Emacs Community

+
+

+ The Emacs project has many mailing lists. You may wish to subscribe + to one or more of these mailing lists. +

+ +
    +
  1. Emacs news +
  2. +
  3. Emacs users +
  4. +
  5. Emacs developers +
  6. +
  7. Emacs bugs +
  8. +
  9. Emacs sources +
  10. +
+ +

+ See Emacs project page for more information. +

+ +

+ Emacswiki +

+ +

+ IRC: #emacs @ irc.freenode.net +

+
+
+
+

7 Contributing to Emacs

+
+

+ Emacs sources are maintained using Bazaar version control system. You + can obtain the version controlled source tree with +

+ +
+	    bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk
+	  
+ +

+ You can also browse the source repository for one-off purposes using + the following URLs: Bzr Loggerhead or Cgit web interface. +

+ +

+ If you are a Git user, you can checkout the source tree using git as + follows +

+ +
+	    git clone git://git.savannah.gnu.org/emacs.git
+	  
+ +

+ See for more information on using git. +

+
+
+
+

8 Building Emacs from sources

+
+

+ If you are a developer or a user who is interested in testing out + Emacs trunk see instructions at Emacswiki. +

+
+
+
+
+

Author: Jambunathan K

+

Created: 2013-03-17 Sun 20:39

+

Generated by Org mode 8.0-pre in Emacs 24.3.50.8.

+

Validate XHTML 1.0

+
+ + -- 2.11.4.GIT