comparison man/emacs.texi @ 68456:53cd4aa49c0e

(Top): Add xref to Mac chapter; explain Windows better. (Intro): Refer to "graphical" terminals, rather than X.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Jan 2006 16:56:11 +0000
parents 7a7295b1360a
children e310fc3652fe
comparison
equal deleted inserted replaced
68455:2ccd995850e5 68456:53cd4aa49c0e
905 @iftex 905 @iftex
906 @unnumbered Preface 906 @unnumbered Preface
907 907
908 This manual documents the use and simple customization of the Emacs 908 This manual documents the use and simple customization of the Emacs
909 editor. The reader is not expected to be a programmer; simple 909 editor. The reader is not expected to be a programmer; simple
910 customizations do not require programming skill. But the user who is not 910 customizations do not require programming skill. The user who is not
911 interested in customizing can ignore the scattered customization hints. 911 interested in customizing can ignore the scattered customization hints.
912 912
913 This is primarily a reference manual, but can also be used as a 913 This is primarily a reference manual, but can also be used as a
914 primer. For complete beginners, it is a good idea to start with the 914 primer. For complete beginners, it is a good idea to start with the
915 on-line, learn-by-doing tutorial, before reading the manual. To run the 915 on-line, learn-by-doing tutorial, before reading the manual. To run the
957 last report they charge $2.25 per copy. Another useful publication is LCS 957 last report they charge $2.25 per copy. Another useful publication is LCS
958 TM-165, @cite{A Cookbook for an Emacs}, by Craig Finseth, available from 958 TM-165, @cite{A Cookbook for an Emacs}, by Craig Finseth, available from
959 Publications Department, Laboratory for Computer Science, 545 Tech Square, 959 Publications Department, Laboratory for Computer Science, 545 Tech Square,
960 Cambridge, MA 02139, USA@. The price today is $3. 960 Cambridge, MA 02139, USA@. The price today is $3.
961 961
962 This edition of the manual is intended for use with GNU Emacs installed 962 This edition of the manual is intended for use with GNU Emacs
963 on GNU and Unix systems. GNU Emacs can also be used on VMS, MS-DOS 963 installed on GNU and Unix systems. GNU Emacs can also be used on VMS,
964 (also called MS-DOG), Windows NT, and Windows 95 systems. Those systems use 964 MS-DOS (also called MS-DOG), Microsoft Windows, and Macintosh systems.
965 different file name syntax; in addition, VMS and MS-DOS do not support 965 Those systems use different file name syntax; in addition, VMS and
966 all GNU Emacs features. We don't try to describe VMS usage in this 966 MS-DOS do not support all GNU Emacs features. @xref{MS-DOS}, for
967 manual. @xref{MS-DOS}, for information about using Emacs on MS-DOS. 967 information about using Emacs on MS-DOS and Windows. @xref{Mac OS},
968 for information about using Emacs on Macintosh. We don't try to
969 describe VMS usage in this manual.
968 @end iftex 970 @end iftex
969 971
970 @node Distrib, Intro, Top, Top 972 @node Distrib, Intro, Top, Top
971 @unnumbered Distribution 973 @unnumbered Distribution
972 974
1144 in Lisp but are written in C for efficiency. Although only a programmer 1146 in Lisp but are written in C for efficiency. Although only a programmer
1145 can write an extension, anybody can use it afterward. @xref{Top, 1147 can write an extension, anybody can use it afterward. @xref{Top,
1146 Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in 1148 Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in
1147 Emacs Lisp}, if you want to learn Emacs Lisp programming. 1149 Emacs Lisp}, if you want to learn Emacs Lisp programming.
1148 1150
1149 When run under the X Window System, Emacs provides its own menus and 1151 When running on a graphics terminal, Emacs provides its own menus
1150 convenient bindings to mouse buttons. But Emacs can provide many of the 1152 and convenient handling of mouse buttons. But Emacs provides many of
1151 benefits of a window system on a text-only terminal. For instance, you 1153 the benefits of a window system even on a text-only terminal. For
1152 can look at or edit several files at once, move text between files, and 1154 instance, you can look at or edit several files at once, move text
1153 edit files while running shell commands. 1155 between files, and edit files while running shell commands.
1154 1156
1155 @include screen.texi 1157 @include screen.texi
1156 @include commands.texi 1158 @include commands.texi
1157 @include entering.texi 1159 @include entering.texi
1158 @include basic.texi 1160 @include basic.texi