⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 emacs.1

📁 windows版本的emacs
💻 1
📖 第 1 页 / 共 2 页
字号:
.\" Copyright (C) 1995, 1999, 2000, 2001  Free Software Foundation, Inc..\".\" This file is part of GNU Emacs..\".\" GNU Emacs is free software; you can redistribute it and/or modify.\" it under the terms of the GNU General Public License as published by.\" the Free Software Foundation; either version 2, or (at your option).\" any later version..\".\" GNU Emacs is distributed in the hope that it will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the.\" GNU General Public License for more details..\".\" You should have received a copy of the GNU General Public License.\" along with GNU Emacs; see the file COPYING.  If not, write to the.\" Free Software Foundation, Inc., 59 Temple Place - Suite 330,.\" Boston, MA 02111-1307, USA..\".TH EMACS 1 "1995 December 7".UC 4.SH NAMEemacs \- GNU project Emacs.SH SYNOPSIS.B emacs[.I command-line switches] [.I files ...].br.SH DESCRIPTION.I GNU Emacsis a version of .I Emacs,written by the author of the original (PDP-10) .I Emacs,Richard Stallman..brThe primary documentation of GNU Emacs is in the GNU Emacs Manual,which you can read on line using Info, a subsystem of Emacs.  Pleaselook there for complete and up-to-date documentation.  This man pageis updated only when someone volunteers to do so; the Emacsmaintainers' priority goal is to minimize the amount of time this manpage takes away from other more useful projects..brThe user functionality of GNU Emacs encompasseseverything other .I Emacs editors do, and it is easily extensible since itsediting commands are written in Lisp..PP.I Emacshas an extensive interactive help facility,but the facility assumes that you know how to manipulate.I Emacswindows and buffers.CTRL-h (backspaceor CTRL-h) enters the Help facility.  Help Tutorial (CTRL-h t)requests an interactive tutorial which can teach beginners the fundamentalsof .I Emacs in a few minutes.Help Apropos (CTRL-h a) helps youfind a command given its functionality, Help Character (CTRL-h c)describes a given character's effect, and Help Function (CTRL-h f)describes a given Lisp function specified by name..PP.I Emacs'sUndo can undo several steps of modification to your buffers, so it iseasy to recover from editing mistakes..PP.I GNU Emacs'smany special packages handle mail reading (RMail) and sending (Mail),outline editing (Outline), compiling (Compile), running subshellswithin.I Emacswindows (Shell), running a Lisp read-eval-print loop(Lisp-Interaction-Mode), and automated psychotherapy (Doctor)..PPThere is an extensive reference manual, butusers of other Emacsesshould have little trouble adapting evenwithout a copy.  Users new to.I Emacswill be ableto use basic features fairly rapidly by studying the tutorial andusing the self-documentation features..PP.SM Emacs Options.PPThe following options are of general interest:.TP 8.I fileEdit.I file..TP.BI \+ numberGo to the line specified by.I number(do not insert a space between the "+" sign andthe number)..TP.B \-qDo not load an init file..TP.BI \-u " user"Load.I user'sinit file..TP.BI \-t " file"Use specified.I fileas the terminal instead of using stdin/stdout.This must be the first argument specified in the command line..PPThe following options are lisp-oriented(these options are processed in the order encountered):.TP 8.BI \-f " function"Execute the lisp function.I function..TP.BI \-l " file"Load the lisp code in the file.I file..PPThe following options are useful when running.I Emacsas a batch editor:.TP 8.BI \-batchEdit in batch mode.  The editor will send messages to stderr.  Thisoption must be the first in the argument list.  You must use -l and -foptions to specify files to execute and functions to call..TP.B \-killExit .I Emacs while in batch mode..\" START DELETING HERE IF YOU'RE NOT USING X.PP.SM Using Emacs with X.PP.I Emacshas been tailored to work well with the X window system.If you run.I Emacsfrom under X windows, it will create its own X window todisplay in.  You will probably want to start the editoras a background processso that you can continue using your original window..PP.I Emacscan be started with the following X switches:.TP 8.BI \-name " name"Specifies the name which should be assigned to the initial.I Emacswindow.  This controls looking up X resources as well as the window title..TP 8.BI \-title " name"Specifies the title for the initial X window..TP 8.B \-rDisplay the.I Emacswindow in reverse video..TP.B \-iUse the "kitchen sink" bitmap icon when iconifying the.I Emacswindow..TP.BI \-font " font, " \-fn " font"Set the.I Emacswindow's font to that specified by.I font.You will find the various.I Xfonts in the.I /usr/lib/X11/fontsdirectory.Note that.I Emacswill only accept fixed width fonts.Under the X11 Release 4 font-naming conventions, any font with thevalue "m" or "c" in the eleventh field of the font name is a fixedwidth font.  Furthermore, fonts whose name are of the form.IR width x heightare generally fixed width, as is the font.IR fixed .See.IR xlsfonts (1)for more information.When you specify a font, be sure to put a space between theswitch and the font name..TP.BI \-bw " pixels"Set the.I Emacswindow's border width to the number of pixels specified by.I pixels.Defaults to one pixel on each side of the window..TP.BI \-ib " pixels"Set the window's internal border width to the number of pixels specifiedby .I pixels.Defaults to one pixel of padding on each side of the window..PP.TP 8.BI \-geometry " geometry"Set the.I Emacswindow's width, height, and position as specified.  The geometryspecification is in the standard X format; see.IR X (1)for more information.The width and height are specified in characters; the default is 80 by24..PP.TP 8.BI \-fg " color"On color displays, sets the color of the text.See the file.I /usr/lib/X11/rgb.txtfor a list of validcolor names..TP.BI \-bg " color"On color displays,sets the color of the window's background..TP.BI \-bd " color"On color displays,sets the color of the window's border..TP.BI \-cr " color"On color displays,sets the color of the window's text cursor..TP.BI \-ms " color"On color displays,sets the color of the window's mouse cursor..TP.BI \-d " displayname, " \-display " displayname"Create the.I Emacswindow on the display specified by.IR displayname .Must be the first option specified in the command line..TP.B \-nwTells.I Emacsnot to use its special interface to X.  If you use thisswitch when invoking.I Emacsfrom an.IR xterm (1)window, display is done in that window.This must be the first option specified in the command line..PP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -