emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100170: Fix bug #7300.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100170: Fix bug #7300.
Date: Sat, 06 Nov 2010 12:23:33 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100170
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-11-06 12:23:33 +0200
message:
  Fix bug #7300.
  
   msdog.texi (Windows HOME): Add information regarding startup
   directory when invoking Emacs from a desktop shortcut.
modified:
  doc/emacs/ChangeLog
  doc/emacs/msdog.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-10-12 23:25:19 +0000
+++ b/doc/emacs/ChangeLog       2010-11-06 10:23:33 +0000
@@ -1,3 +1,8 @@
+2010-11-06  Eli Zaretskii  <address@hidden>
+
+       * msdog.texi (Windows HOME): Add information regarding startup
+       directory when invoking Emacs from a desktop shortcut.  (bug#7300)
+
 2010-09-14  Glenn Morris  <address@hidden>
 
        * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be

=== modified file 'doc/emacs/msdog.texi'
--- a/doc/emacs/msdog.texi      2010-06-23 02:46:43 +0000
+++ b/doc/emacs/msdog.texi      2010-11-06 10:23:33 +0000
@@ -31,7 +31,8 @@
 * Text and Binary::     Text files use CRLF to terminate lines.
 * Windows Files::       File-name conventions on Windows.
 * ls in Lisp::          Emulation of @code{ls} for Dired.
-* Windows HOME::        Where Emacs looks for your @file{.emacs}.
+* Windows HOME::        Where Emacs looks for your @file{.emacs} and
+                          where it starts up.
 * Windows Keyboard::    Windows-specific keyboard features.
 * Windows Mouse::       Windows-specific mouse features.
 * Windows Processes::   Running subprocesses on Windows.
@@ -329,7 +330,7 @@
 @end ifnottex
 
 @node Windows HOME
address@hidden HOME Directory on MS-Windows
address@hidden HOME and Startup Directories on MS-Windows
 @cindex @code{HOME} directory on MS-Windows
 
   The Windows equivalent of the @code{HOME} directory is the
@@ -371,6 +372,13 @@
 @file{_emacs} as a fallback, if such a file exists in the home
 directory, whereas @file{.emacs} does not.
 
address@hidden start directory, MS-Windows
address@hidden directory where Emacs starts on MS-Windows
+  If you use a Windows desktop shortcut to start Emacs, it starts in
+the directory specified by the shortcut.  To control where that is,
+right-click on the shortcut, select ``Properties'', and in the
+``Shortcut'' tab modify the ``Start in'' field to your liking.
+
 @node Windows Keyboard
 @section Keyboard Usage on MS-Windows
 @cindex keyboard, MS-Windows


reply via email to

[Prev in Thread] Current Thread [Next in Thread]