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

📄 esh-groups.el

📁 windows版本的emacs
💻 EL
字号:
;;; do not modify this file; it is auto-generated(defgroup eshell-alias nil  "Command aliases allow for easy definition of alternate commands."  :tag "Command aliases"  :link '(info-link "(eshell)Command aliases")  :group 'eshell-module)(defgroup eshell-banner nil  "This sample module displays a welcome banner at login.It exists so that others wishing to create their own Eshell extensionmodules may have a simple template to begin with."  :tag "Login banner"  :link '(info-link "(eshell)Login banner")  :group 'eshell-module)(defgroup eshell-basic nil  "The \"basic\" code provides a set of convenience functions whichare traditionally considered shell builtins.  Since all of thefunctionality provided by them is accessible through Lisp, they arenot really builtins at all, but offer a command-oriented way to do thesame thing."  :tag "Basic shell commands"  :group 'eshell-module)(defgroup eshell-cmpl nil  "This module provides a programmable completion function bound tothe TAB key, which allows for completing command names, file names,variable names, arguments, etc."  :tag "Argument completion"  :group 'eshell-module)(defgroup eshell-dirs nil  "Directory navigation involves changing directories, examining thecurrent directory, maintaining a directory stack, and also keepingtrack of a history of the last directory locations the user was in.Emacs does provide standard Lisp definitions of `pwd' and `cd', butthey lack somewhat in feel from the typical shell equivalents."  :tag "Directory navigation"  :group 'eshell-module)(defgroup eshell-glob nil  "This module provides extended globbing syntax, similar what is usedby zsh for filename generation."  :tag "Extended filename globbing"  :group 'eshell-module)(defgroup eshell-hist nil  "This module provides command history management."  :tag "History list management"  :group 'eshell-module)(defgroup eshell-ls nil  "This module implements the \"ls\" utility fully in Lisp.  If it ispassed any unrecognized command switches, it will revert to theoperating system's version.  This version of \"ls\" uses textproperties to colorize its output based on the setting of`eshell-ls-use-colors'."  :tag "Implementation of `ls' in Lisp"  :group 'eshell-module)(defgroup eshell-pred nil  "This module allows for predicates to be applied to globbingpatterns (similar to zsh), in addition to string modifiers which canbe applied either to globbing results, variable references, or justordinary strings."  :tag "Value modifiers and predicates"  :group 'eshell-module)(defgroup eshell-prompt nil  "This module provides command prompts, and navigation between them,as is common with most shells."  :tag "Command prompts"  :group 'eshell-module)(defgroup eshell-rebind nil  "This module allows for special keybindings that only take effectwhile the point is in a region of input text.  By default, it bindsC-a to move to the beginning of the input text (rather than just thebeginning of the line), and C-p and C-n to move through the inputhistory, C-u kills the current input text, etc.  It also, if`eshell-confine-point-to-input' is non-nil, does not allow certaincommands to cause the point to leave the input area, such as`backward-word', `previous-line', etc.  This module intends to mimicthe behavior of normal shells while the user editing new input text."  :tag "Rebind keys at input"  :group 'eshell-module)(defgroup eshell-script nil  "This module allows for the execution of files containing Eshellcommands, as a script file."  :tag "Running script files."  :group 'eshell-module)(defgroup eshell-smart nil  "This module combines the facility of normal, modern shells withsome of the edit/review concepts inherent in the design of Plan 9's9term.  See the docs for more details.Most likely you will have to turn this option on and play around withit to get a real sense of how it works."  :tag "Smart display of output"  :link '(info-link "(eshell)Smart display of output")  :group 'eshell-module)(defgroup eshell-term nil  "This module causes visual commands (e.g., 'vi') to be executed bythe `term' package, which comes with Emacs.  This package handles mostof the ANSI control codes, allowing curses-based applications to runwithin an Emacs window.  The variable `eshell-visual-commands' defineswhich commands are considered visual in nature."  :tag "Running visual commands"  :group 'eshell-module)(defgroup eshell-unix nil  "This module defines many of the more common UNIX utilities asaliases implemented in Lisp.  These include mv, ln, cp, rm, etc.  Ifthe user passes arguments which are too complex, or are unrecognizedby the Lisp variant, the external version will be called (ifavailable).  The only reason not to use them would be because they areusually much slower.  But in several cases their tight integrationwith Eshell makes them more versatile than their traditional cousins\(such as being able to use `kill' to kill Eshell background processesby name)."  :tag "UNIX commands in Lisp"  :group 'eshell-module)(defgroup eshell-xtra nil  "This module defines some extra alias functions which are entirelyoptional.  They can be viewed as samples for how to write Eshell aliasfunctions, or as aliases which make some of Emacs' behavior morenaturally accessible within Emacs."  :tag "Extra alias functions"  :group 'eshell-module)

⌨️ 快捷键说明

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