all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26508: another patch for efaq-w32.texi
@ 2017-04-15  4:43 Tak Kunihiro
  2017-04-15  7:37 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Tak Kunihiro @ 2017-04-15  4:43 UTC (permalink / raw)
  To: 26508; +Cc: tkk

[-- Attachment #1: Type: Text/Plain, Size: 135 bytes --]

I think the most appropriate directory to start with by C-x C-f is,
%HOME% directory.  I add a paragraph to do so even with emacs -Q.


[-- Attachment #2: efaq-w32.texi.patch --]
[-- Type: Text/X-Patch, Size: 523 bytes --]

--- efaq-w32.texi	2017-04-15 07:41:13.130868400 +0900
+++ efaq-w32-b.texi	2017-04-15 13:29:42.148704100 +0900
@@ -320,6 +320,10 @@
 @file{addpm.exe}, which is usually installed into the same @file{bin}
 directory with @file{emacs.exe}.
 
+You can change directory to start with by @kbd{C-x C-f}.  Set `Start in'
+of the shortcut installed in your Start Menu, for example, to
+environment variable such as @code{%HOME%}.
+
 @node Image support
 @section How do I get image support?
 @cindex images, installing libraries for

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#26508: another patch for efaq-w32.texi
  2017-04-15  4:43 bug#26508: another patch for efaq-w32.texi Tak Kunihiro
@ 2017-04-15  7:37 ` Eli Zaretskii
  2017-04-15  9:42   ` Tak Kunihiro
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2017-04-15  7:37 UTC (permalink / raw)
  To: Tak Kunihiro; +Cc: 26508

> Date: Sat, 15 Apr 2017 13:43:52 +0900 (JST)
> From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
> Cc: tkk@misasa.okayama-u.ac.jp
> 
> I think the most appropriate directory to start with by C-x C-f is,
> %HOME% directory.

Why do you think so?

One use case where this could get in the way is if the user uses the
Desktop library to recreate their sessions, and has different
.emacs.desktop files in several directories; then starting Emacs from
one of those directories will recreate the particular session
pertinent for that directory (think or a project and its top-level
directory, for example).

> I add a paragraph to do so even with emacs -Q.
> 
> --- efaq-w32.texi	2017-04-15 07:41:13.130868400 +0900
> +++ efaq-w32-b.texi	2017-04-15 13:29:42.148704100 +0900
> @@ -320,6 +320,10 @@
>  @file{addpm.exe}, which is usually installed into the same @file{bin}
>  directory with @file{emacs.exe}.
>  
> +You can change directory to start with by @kbd{C-x C-f}.  Set `Start in'
> +of the shortcut installed in your Start Menu, for example, to
> +environment variable such as @code{%HOME%}.

Once again, this is described in the Emacs User Manual, so any
clarifications and additions should go there.

In general, we should make most of the information be available in the
manuals, rather than in the FAQ.  The FAQ is much less organized than
a manual, because the FAQ is generally a collection of mostly
unrelated howto's and tricks, whereas the manual has a more defined
structure and organization, so it's easier to search and is likely to
have related info near the one you find.

Thanks.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#26508: another patch for efaq-w32.texi
  2017-04-15  7:37 ` Eli Zaretskii
@ 2017-04-15  9:42   ` Tak Kunihiro
  2017-04-15 10:15     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Tak Kunihiro @ 2017-04-15  9:42 UTC (permalink / raw)
  To: eliz; +Cc: 26508, tkk

>> +You can change directory to start with by @kbd{C-x C-f}.  Set `Start in'
>> +of the shortcut installed in your Start Menu, for example, to
>> +environment variable such as @code{%HOME%}.
> 
> Once again, this is described in the Emacs User Manual, so any
> clarifications and additions should go there.

I see.  I confirm it is shown in `(emacs) Windows Startup'.  I was not
careful.  Sorry for that and I take the patch back.

How do you think adding examples in the 1st item of `(emacs) Windows
Startup'?  When I started to use Emacs on Windows, its configuration
was REALLY hard, and examples should have helped.

> 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.

> 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 such as %HOME%, %USERPROFILE%, or c:\Users\USERNAME.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#26508: another patch for efaq-w32.texi
  2017-04-15  9:42   ` Tak Kunihiro
@ 2017-04-15 10:15     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2017-04-15 10:15 UTC (permalink / raw)
  To: Tak Kunihiro; +Cc: 26508

> Date: Sat, 15 Apr 2017 18:42:14 +0900 (JST)
> Cc: 26508@debbugs.gnu.org, tkk@misasa.okayama-u.ac.jp
> From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
> 
> How do you think adding examples in the 1st item of `(emacs) Windows
> Startup'?  When I started to use Emacs on Windows, its configuration
> was REALLY hard, and examples should have helped.

Please tell which examples you'd like to add there.  I have no
objections if the examples are useful.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-15 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15  4:43 bug#26508: another patch for efaq-w32.texi Tak Kunihiro
2017-04-15  7:37 ` Eli Zaretskii
2017-04-15  9:42   ` Tak Kunihiro
2017-04-15 10:15     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.