summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-02-18 12:25:38 +0200
committerEli Zaretskii <eliz@gnu.org>2017-02-18 12:25:38 +0200
commit2fdb5a90bb80d527496ec873ec8ab3b229bd2035 (patch)
tree419735ab2005352886eb6d34903d1f042256c544
parent5c3105e55bd28f2d4786b798a11566f6876c237a (diff)
downloademacs-2fdb5a90bb80d527496ec873ec8ab3b229bd2035.tar.gz
; Details about pinning Emacs to w32 task bar
* nt/README.W32: Describe how to set up the pinned task-bar shortcut for Emacs. (Bug#8268)
-rw-r--r--nt/README.W324
1 files changed, 3 insertions, 1 deletions
diff --git a/nt/README.W32 b/nt/README.W32
index bdd8bd4cb9f..7f929384ade 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -105,7 +105,9 @@ See the end of the file for license conditions.
+ runemacs.exe - A wrapper for running Emacs as a GUI application
without popping up a command prompt window. If you create a
desktop shortcut for invoking Emacs, make it point to this
- executable, not to emacs.exe.
+ executable, not to emacs.exe. If you pin Emacs to the task bar,
+ edit the properties of the pinned shortcut (with Shift-right mouse
+ click) to point to this executable.
+ emacsclient.exe - A command-line client program that can
communicate with a running Emacs process. See the `Emacs Server'