aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-02-18 12:25:38 +0200
committerEli Zaretskii2017-02-18 12:25:38 +0200
commit2fdb5a90bb80d527496ec873ec8ab3b229bd2035 (patch)
tree419735ab2005352886eb6d34903d1f042256c544
parent5c3105e55bd28f2d4786b798a11566f6876c237a (diff)
downloademacs-2fdb5a90bb80d527496ec873ec8ab3b229bd2035.tar.gz
emacs-2fdb5a90bb80d527496ec873ec8ab3b229bd2035.zip
; 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.
105 + runemacs.exe - A wrapper for running Emacs as a GUI application 105 + runemacs.exe - A wrapper for running Emacs as a GUI application
106 without popping up a command prompt window. If you create a 106 without popping up a command prompt window. If you create a
107 desktop shortcut for invoking Emacs, make it point to this 107 desktop shortcut for invoking Emacs, make it point to this
108 executable, not to emacs.exe. 108 executable, not to emacs.exe. If you pin Emacs to the task bar,
109 edit the properties of the pinned shortcut (with Shift-right mouse
110 click) to point to this executable.
109 111
110 + emacsclient.exe - A command-line client program that can 112 + emacsclient.exe - A command-line client program that can
111 communicate with a running Emacs process. See the `Emacs Server' 113 communicate with a running Emacs process. See the `Emacs Server'