Mercurial > utils
changeset 596:a3419aa81ca3
Update docs to describe new features and commands.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Thu, 10 Dec 2015 13:23:15 +0200 |
parents | 95fc8aaba9bc |
children | eef72bd9ba9e |
files | emacs/e.1 |
diffstat | 1 files changed, 33 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/emacs/e.1 Thu Dec 10 12:29:32 2015 +0200 +++ b/emacs/e.1 Thu Dec 10 13:23:15 2015 +0200 @@ -3,9 +3,9 @@ .\" or see by .\" $ man ./e.1 .\" -.TH E 1 2009-05-27 "e 0.1" "User Manuals" +.TH E 1 2015-12-10 "e 0.2" "User Manuals" .SH NAME -e, ew, ec \- shortcuts for "emacsclient" +e, ew, ec, et \- shortcuts for "emacsclient" .SH SYNOPSIS .B e .I file... @@ -15,41 +15,54 @@ .br .B ec .I file... +.B et +.I file... .SH DESCRIPTION .B e -is shortcut for "emacsclient -n". Name -.B e -comes from word -.I edit\c -\[char46] +is shortcut for +.B emacsclient -n\c +, which means +.I edit +and +.I no wait\c +\[char46] File will be opened in +.I existing +Emacs window. .B ew -is shortcut for "emacsclient". Name -.B ew -comes from words +is shortcut for +.B emacsclient\c +, which means .I edit and .I wait\c -\[char46] +\[char46] File will be opened in +.I existing +Emacs window. .B ec -is shortcut for "emacsclient -c". Name -.B ec -comes from words +is shortcut for +.B emacsclient -c\c +, which means .I edit -and -.I create frame\c +in +.I new frame\c \[char46] .B et -is shortcut for "emacsclient -t" (wait for exit in terminal)\c +is shortcut for +.B emacsclient -t\c +, which means +.I edit +in +.I current terminal\c \[char46] -Both start Emacs if it's not already running through "-a emacs" option. +Each command start Emacs if it's not already running (via "-a emacs" option). -If first file isn't owned by user - open it in TRAMP sudo. +If first file isn't writable by user - open it with TRAMP sudo method. -Without files open current directory in Dired. +Without arguments opens current directory in Dired. Under Cygwin native Emacs being used. .SH OPTIONS