<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/emacspeakwin/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/emacspeakwin/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 23 Apr 2017 17:28:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/emacspeakwin/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Jarek Czekalski</title><link>https://sourceforge.net/p/emacspeakwin/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,3 +11,7 @@
     (eval-after-load 'emacspeak-setup '(my-key-bindings))

 Alternatively you can change or copy `emacspeak.bat` file and change the way it starts Emacspeak.
+
+**I would rather start Emacspeak by loading `emacspeak-setup.el` from my `init.el` file. Is this supported?**
+
+Yes. After modyfying your init file, modify the `emacspeak.bat`. Remove the line referring to `emacspeak-setup.el`. Then `emacspeak.bat` would actually run pure Emacs, but with all the necessary environment settings applied.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jarek Czekalski</dc:creator><pubDate>Sun, 23 Apr 2017 17:28:43 -0000</pubDate><guid>https://sourceforge.net1ed7a8afc12568650abf88f694cfc6f44e72cd76</guid></item><item><title>FAQ modified by Jarek Czekalski</title><link>https://sourceforge.net/p/emacspeakwin/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;I put some customization lines in my &lt;code&gt;init.el&lt;/code&gt; file, but Emacspeak does not respect them. Why?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is due to the way Emacspeak is loaded, through &lt;code&gt;emacspeak.bat&lt;/code&gt; file. But you may configure Emacspeak using Emacs command &lt;code&gt;customize&lt;/code&gt;. It exposes all the Emacs (and also Emacspeak) configuration and allows to save it permanently. I results in adding lines similar to the following to your init file:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;(custom-set-variables
 '(emacspeak-character-echo nil)
 '(emacspeak-word-echo nil))
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Sometimes it's necessary to use a hook to apply the settings after Emacspeak loads. This can be achieved this way:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;(eval-after-load 'emacspeak-setup '(my-key-bindings))
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Alternatively you can change or copy &lt;code&gt;emacspeak.bat&lt;/code&gt; file and change the way it starts Emacspeak.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jarek Czekalski</dc:creator><pubDate>Sun, 23 Apr 2017 16:08:59 -0000</pubDate><guid>https://sourceforge.net3632f62a5853b926c965322609295dab8280fc33</guid></item></channel></rss>