<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz - Developer Logbuch - PuTTY</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Programmierung und Administration</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 15 Nov 2021 06:44:58 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz - Developer Logbuch - PuTTY - Notizen aus der Welt der Programmierung und Administration</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Mit Emacs im PuTTY-Terminal arbeiten</title>
    <link>http://fseitz.de/blog/index.php?/archives/167-Mit-Emacs-im-PuTTY-Terminal-arbeiten.html</link>
            <category>Emacs</category>
            <category>PuTTY</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/167-Mit-Emacs-im-PuTTY-Terminal-arbeiten.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=167</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=167</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;p class=&quot;sdoc-fig-p&quot;&gt;
  &lt;a href=&quot;https://www.gnu.org/software/emacs/&quot;&gt;&lt;img class=&quot;sdoc-fig-img&quot; src=&quot;http://fseitz.de/blog/uploads/emacs-logo-470x475.png&quot; width=&quot;49&quot; height=&quot;49&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;Mausunterstützung&lt;/h1&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die Mausunterstützug wird im Emacs-Init-File (&lt;tt class=&quot;sdoc-seg-c&quot;&gt;~/.emacs.el&lt;/tt&gt;, &lt;tt class=&quot;sdoc-seg-c&quot;&gt;~/.emacs&lt;/tt&gt;
  oder &lt;tt class=&quot;sdoc-seg-c&quot;&gt;~/.emacs.d/init.el&lt;/tt&gt;) aktiviert mit:
&lt;/p&gt;
&lt;div class=&quot;sdoc-code-div&quot;&gt;
  &lt;pre class=&quot;sdoc-code-pre&quot;&gt;(xterm-mouse-mode 1)&lt;/pre&gt;
&lt;/div&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Auch das Mausrad wird unterstützt. Eine Markierung wird in den
  Paste-Buffer (Copy &amp;amp; Paste) kopiert, wenn gleichzeitig die SHIFT-Taste
  gehalten wird.  Aus dem Paste-Buffer wird per Default mit SHIFT
  MOUSE-RIGHT eingefügt. Wer lieber mit der mittleren Maustaste
  (MOUSE-MIDDLE) einfügen möchte, wie man es von X11 her kennt, kann
  diese Bedienlogik unter &lt;tt class=&quot;sdoc-seg-c&quot;&gt;Window / Selection / Action of mouse buttons
  / xterm&lt;/tt&gt; aktivieren.
&lt;/p&gt;

&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;Cursorsteuerung via Numeric Keypad&lt;/h1&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Funktioniert im Emacs die Cursorsteuerung über das Numeric Keypad
  nicht (das Verhalten ist wie im NumLock-Modus, d.h. anstatt
  Cursorbewegungungen auszuführen zeigt der Emacs Ziffern an), muss der
  &quot;Application Keypad mode&quot; in PuTTY abgeschaltet werden. Zu finden
  ist die Option in den Einstellungen unter &lt;tt class=&quot;sdoc-seg-c&quot;&gt;Terminal / Features /
  Disable application keypad mode&lt;/tt&gt;. Die Cursorsteuerung funktioniert
  natürlich nur, wenn der NumLock-Modus auf dem Keyboard tatsächlich
  abgeschaltet ist.
&lt;/p&gt;

&lt;h1 class=&quot;sdoc-sec-h1&quot;&gt;Links&lt;/h1&gt;
&lt;ul class=&quot;sdoc-list-ul&quot;&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;&lt;a class=&quot;sdoc-seg-u&quot; href=&quot;https://unix.stackexchange.com/questions/252995/how-can-mouse-support-be-enabled-in-terminal-emacs&quot;&gt;How can mouse support be enabled in terminal Emacs?&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;&lt;a class=&quot;sdoc-seg-u&quot; href=&quot;https://kb.iu.edu/d/axpf&quot;&gt;Why does PuTTY not recognize input from the numeric keypad?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
 
    </content:encoded>

    <pubDate>Wed, 15 Sep 2021 13:07:39 +0200</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/167-guid.html</guid>
    
</item>

</channel>
</rss>