Show
Ignore:
Timestamp:
05/01/07 18:04:59 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/emacs.1

    r4190 r4204  
    2020.\" 
    2121'\" t 
    22 .TH EMACS 1 "2001 November 23" 
    23 .UC 4 
     22.TH EMACS 1 "2007 April 13" "GNU Emacs 22.1" 
    2423.SH NAME 
    2524emacs \- GNU project Emacs 
     
    4140.br 
    4241The primary documentation of GNU Emacs is in the GNU Emacs Manual, 
    43 which you can read on line using Info, a subsystem of Emacs.  Pleas
    44 look there for complete and up-to-date documentation.  This man page 
    45 is updated only when someone volunteers to do so; the Emacs 
    46 maintainers' priority goal is to minimize the amount of time this man 
    47 page takes away from other more useful projects. 
     42which you can read using Info, either from Emacs or as a standalon
     43program.  Please look there for complete and up-to-date documentation. 
     44This man page is updated only when someone volunteers to do so; the 
     45Emacs maintainers' priority goal is to minimize the amount of time 
     46this man page takes away from other more useful projects. 
    4847.br 
    4948The user functionality of GNU Emacs encompasses 
     
    5958windows and buffers. 
    6059CTRL-h or F1 enters the Help facility.  Help Tutorial (CTRL-h t) 
    61 requests an interactive tutorial which can teach beginners the fundamentals 
     60starts an interactive tutorial which can teach beginners the fundamentals 
    6261of 
    6362.I Emacs 
     
    7877.I Emacs 
    7978windows (Shell), running a Lisp read-eval-print loop 
    80 (Lisp-Interaction-Mode), and automated psychotherapy (Doctor)
     79(Lisp-Interaction-Mode), automated psychotherapy (Doctor), and much more
    8180.PP 
    8281There is an extensive reference manual, but 
     
    159158.BI \-batch 
    160159Edit in batch mode.  The editor will send messages to stderr.  This 
    161 option must be the first in the argument list.  You must use -l and -f 
     160option must be the first in the argument list.  You must use \-l and \-f 
    162161options to specify files to execute and functions to call. 
    163162.TP 
     
    201200.I Emacs 
    202201window in reverse video. 
    203 .TP 
    204 .B \-i 
    205 Use the "kitchen sink" bitmap icon when iconifying the 
    206 .I Emacs 
    207 window. 
    208202.TP 
    209203.BI \-font " font, " \-fn " font" 
     
    263257On color displays, sets the color of the text. 
    264258 
    265 See the file 
    266 .I /usr/lib/X11/rgb.txt 
     259Use the command 
     260.I M-x list-colors-display 
    267261for a list of valid 
    268262color names. 
     
    300294.IR xterm (1) 
    301295window, display is done in that window. 
    302 This must be the first option specified in the command line. 
    303296.PP 
    304297You can set 
     
    407400.\" START DELETING HERE IF YOU'RE NOT USING X MENUS 
    408401CTRL-SHIFT-left T{ 
    409 X buffer menu--hold the buttons and keys 
     402X buffer menu \(em hold the buttons and keys 
    410403down, wait for menu to appear, select 
    411404buffer, and release.  Move mouse out of 
    412405menu and release to cancel. 
    413406T} 
    414 CTRL-SHIFT-middle       X help menu--pop up index card menu for Emacs help. 
     407CTRL-SHIFT-middle       X help menu \(em pop up index card menu for Emacs help. 
    415408.\" STOP DELETING HERE IF YOU'RE NOT USING X MENUS 
    416409CTRL-SHIFT-right        T{ 
     
    432425.PP 
    433426.SH FILES 
    434 /usr/local/share/info - files for the Info documentation browser 
    435 (a subsystem of Emacs) to refer to.  Currently not much of Unix 
    436 is documented here, but the complete text of the Emacs reference 
    437 manual is included in a convenient tree structured form. 
    438  
    439 /usr/local/share/emacs/$VERSION/src - C source files and object files 
     427/usr/local/share/info - files for the Info documentation browser. 
     428The complete text of the Emacs reference manual is included in a 
     429convenient tree structured form.  Also includes the Emacs Lisp 
     430Reference Manual, useful to anyone wishing to write programs in the 
     431Emacs Lisp extension language. 
    440432 
    441433/usr/local/share/emacs/$VERSION/lisp - Lisp source files and compiled files 
     
    443435others are autoloaded from this directory when used. 
    444436 
    445 /usr/local/share/emacs/$VERSION/etc - various programs that are used with 
    446 GNU Emacs, and some files of information. 
     437/usr/local/libexec/emacs/$VERSION/$ARCH - various programs that are 
     438used with GNU Emacs. 
     439 
     440/usr/local/share/emacs/$VERSION/etc - various files of information. 
    447441 
    448442/usr/local/share/emacs/$VERSION/etc/DOC.* - contains the documentation 
     
    451445Emacs proper. 
    452446 
    453 /usr/local/share/emacs/$VERSION/etc/OTHER.EMACSES discusses GNU Emacs 
    454 vs. other versions of Emacs. 
    455447.br 
    456448/usr/local/share/emacs/$VERSION/etc/SERVICE lists people offering 
    457449various services to assist users of GNU Emacs, including education, 
    458450troubleshooting, porting and customization. 
    459 .br 
    460 These files also have information useful to anyone wishing to write 
    461 programs in the Emacs Lisp extension language, which has not yet been fully 
    462 documented. 
    463  
    464 /usr/local/com/emacs/lock - holds lock files that are made for all 
    465 files being modified in Emacs, to prevent simultaneous modification 
    466 of one file by two users. 
    467  
    468 .\" START DELETING HERE IF YOU'RE NOT USING X 
    469 /usr/lib/X11/rgb.txt - list of valid X color names. 
    470 .\" STOP DELETING HERE IF YOU'RE NOT USING X 
     451 
    471452.PP 
    472453.SH BUGS 
     
    489470fixed if they can be isolated, so it is in your interest to report 
    490471them in such a way that they can be easily reproduced. 
    491 .PP 
    492 Bugs that I know about are: shell will not work with programs 
    493 running in Raw mode on some Unix versions. 
    494472.SH UNRESTRICTIONS 
    495473.PP 
     
    520498and urges that 
    521499you contribute your extensions to the GNU library.  Eventually GNU 
    522 (Gnu's Not Unix) will be a complete replacement for Berkeley 
    523 Unix. 
     500(Gnu's Not Unix) will be a complete replacement for Unix. 
    524501Everyone will be free to use, copy, study and change the GNU system. 
    525502.SH SEE ALSO 
    526 X(1), xlsfonts(1), xterm(1), xrdb(1) 
     503emacsclient(1), etags(1), X(1), xlsfonts(1), xterm(1), xrdb(1) 
    527504.SH AUTHORS 
    528505.PP 
     
    533510Copyright 
    534511.if t \(co 
    535 .if n (c
     512.if n (C
    5365131995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 
    537514      2006, 2007 Free Software Foundation, Inc.