<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ewus.de"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Erik Wegners Universelles Sammelsurium - Emacs</title>
 <link>http://www.ewus.de/taxonomy/term/16/0</link>
 <description></description>
 <language>de</language>
<item>
 <title>Ispell und Emacs</title>
 <link>http://www.ewus.de/tipp-0020.html</link>
 <description>&lt;p&gt;Quelle: &lt;a href=&quot;http://portal.suse.com/sdb/de/1999/04/me_emacs-ispell.html&quot;&gt;SuSE Support Datenbank&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Der Ispell-Aufruf aus dem GNU-Emacs funktioniert nicht korrekt. An Stellen, die dt. Umlaute enthalten, tritt sinngemäß eine Fehlermeldung wie diese auf:&lt;/p&gt;
&lt;p class=&quot;tipCmdLn&quot;&gt;Ispell misalignment: word `ötige&#039; point 9; probably incompatible versions&lt;/p&gt;
&lt;p&gt;Zur Behebung dieses »Fehlers« müssen in der &lt;span class=&quot;tipDatei&quot;&gt;~/.emacs&lt;/span&gt; folgende Zeilen (für ISO-8859-1 kodierte Texte) stehen:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ewus.de/tipp-0020.html&quot; target=&quot;_blank&quot;&gt;Weiterlesen&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0020.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/emacs">Emacs</category>
 <category domain="http://www.ewus.de/category/hint-categories/konsole">Konsole</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">83 at http://www.ewus.de</guid>
</item>
<item>
 <title>Ergänzungen in der Datei .emacs</title>
 <link>http://www.ewus.de/tipp-1002.html</link>
 <description>&lt;pre class=&quot;tipCmdLn&quot;&gt;
(add-hook &#039;LaTeX-mode-hook &#039;turn-on-font-lock)
(add-hook &#039;tex-mode-hook &#039;turn-on-font-lock)
(add-hook &#039;LaTeX-mode-hook &#039;flyspell-mode)
(setq ispell-dictionary &quot;german-utf8&quot;)
(add-hook &#039;tex-mode-hook &#039;(lambda () (local-unset-key &amp;quot;\&amp;quot;&amp;quot;)))
(setq-default TeX-master nil) ; Query for master file.
(setq-default transient-mark-mode t)
(setq-default latex-run-command &quot;pdflatex&quot;)
(show-paren-mode t)
(add-hook &#039;latex-mode-hook &#039;turn-on-reftex)
(add-hook &#039;LaTeX-mode-hook &#039;turn-on-reftex)
(setq load-path (cons &amp;quot;/usr/share/emacs/site-lisp/auctex&amp;quot; load-path))
(r&lt;/pre&gt;&lt;p&gt;&lt;a href=&quot;http://www.ewus.de/tipp-1002.html&quot; target=&quot;_blank&quot;&gt;Weiterlesen&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-1002.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/emacs">Emacs</category>
 <category domain="http://www.ewus.de/category/hint-categories/latex">LaTeX</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">95 at http://www.ewus.de</guid>
</item>
<item>
 <title>X11-Schriftgröße ändern</title>
 <link>http://www.ewus.de/tipp-0048.html</link>
 <description>&lt;p&gt;in der Datei &lt;span class=&quot;tipDatei&quot;&gt;~/.Xdefaults&lt;/span&gt; steuert der folgende Eintrag, welche Schriftgröße Emacs zur Anzeige verwendet. Der hier gezeigte Eintrag wählt eine Festbreitenschrift mit 20 Pixeln Höhe:&lt;/p&gt;
&lt;p class=&quot;tipCmdLn&quot;&gt;Emacs.font:-*-fixed-*-r-*-*-20-*-*-*-*-*-*-*&lt;/p&gt;
&lt;p&gt;Zur Auswahl der Schriftart kann das Programm &lt;span class=&quot;tipCmd&quot;&gt;xfontsel&lt;/span&gt; genutzt werden. Ein Aufruf mit dem Parameter &lt;span class=&quot;tipParam&quot;&gt;-print&lt;/span&gt; gibt die gewählte Schrift auf der Standardausgabe aus.&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0048.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/emacs">Emacs</category>
 <category domain="http://www.ewus.de/category/hint-categories/x11">X11</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">104 at http://www.ewus.de</guid>
</item>
<item>
 <title>LaTeX-Ergänzungen für Emacs</title>
 <link>http://www.ewus.de/tipp-1001.html</link>
 <description>&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.gnu.org/software/auctex/&quot;&gt;AUC Tex&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://staff.science.uva.nl/~dominik/Tools/reftex/&quot;&gt;RefTeX&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://schlosser.info/latexsystem&quot;&gt;LaTeX – ein komplettes Setup unter Windows&lt;/a&gt; (inkl. Emacs, AucTeX, RefTeX, Preview-LATEX und Ispell)&lt;/li&gt;
&lt;/ul&gt;</description>
 <comments>http://www.ewus.de/tipp-1001.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/emacs">Emacs</category>
 <category domain="http://www.ewus.de/category/hint-categories/latex">LaTeX</category>
 <pubDate>Thu, 01 Apr 2010 20:27:44 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">11 at http://www.ewus.de</guid>
</item>
</channel>
</rss>


