<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.emacs Google Group</title>
  <link>http://groups.google.com/group/comp.emacs</link>
  <description>EMACS editors of different flavors.</description>
  <language>en</language>
  <item>
  <title>move cursor to specific buffer</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/f1df3173c1e5f8e3/d2b678988ff98f56?show_docid=d2b678988ff98f56</link>
  <description>
  i am using emacs 21.3.1 &lt;br&gt; i just discovered the emacs &#39;calculator&#39; command (i know... sad). so i &lt;br&gt; bound it to a key for quick access when i need it while programming... &lt;br&gt; no problem. problem is, it always opens in a tiny sliver at the bottom &lt;br&gt; of whatever window im in... &lt;br&gt; is there a way to always make it open at the bottom of a window i
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/f1df3173c1e5f8e3/d2b678988ff98f56?show_docid=d2b678988ff98f56</guid>
  <author>
  trh...@gmail.com
  (toddeman)
  </author>
  <pubDate>Thu, 07 Jan 2010 20:30:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/68bf0c790f74d3a3?show_docid=68bf0c790f74d3a3</link>
  <description>
  Thank you all, the above code worked for me. &lt;br&gt; regards, &lt;br&gt; toddeman
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/68bf0c790f74d3a3?show_docid=68bf0c790f74d3a3</guid>
  <author>
  trh...@gmail.com
  (toddeman)
  </author>
  <pubDate>Thu, 07 Jan 2010 17:41:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/1e33ac5de336a0ab?show_docid=1e33ac5de336a0ab</link>
  <description>
  What does not work? &lt;br&gt; I added another `select-window&#39;, so that I can specify what window has &lt;br&gt; the focus afterwards. By default, the focus follows the active buffer. &lt;br&gt; --8&amp;lt;---------------cut here---------------start------ -------&amp;gt;8--- &lt;br&gt; (defun th-swap-windows (arg) &lt;br&gt; &amp;quot;Make the next window&#39;s buffer the current one&#39;s and vice versa.&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/1e33ac5de336a0ab?show_docid=1e33ac5de336a0ab</guid>
  <author>
  tass...@member.fsf.org
  (Tassilo Horn)
  </author>
  <pubDate>Thu, 07 Jan 2010 10:26:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sunrise Commander: Version 4 released.</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/d6d3cab0d387fb63/c568b3f86b735b17?show_docid=c568b3f86b735b17</link>
  <description>
  (...) &lt;br&gt; Sure. It&#39;s a Midnight/Norton Commander-style file manager (OFM) built &lt;br&gt; atop of dired. &lt;br&gt; Dired is also a &amp;quot;file manager&amp;quot;, it just belongs to a different &lt;br&gt; family. &lt;br&gt; Not instead -- it is dired. More properly said, it&#39;s a major mode &lt;br&gt; derived from dired, with a few added functions to make it work like a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/d6d3cab0d387fb63/c568b3f86b735b17?show_docid=c568b3f86b735b17</guid>
  <author>
  escherdra...@gmail.com
  (José A. Romero L.)
  </author>
  <pubDate>Thu, 07 Jan 2010 09:11:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sunrise Commander: Version 4 released.</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/d6d3cab0d387fb63/e7de0741d43cc192?show_docid=e7de0741d43cc192</link>
  <description>
  In article &amp;lt;880ad156-15ed-4e56-a1bf-8f7c0 bb06...@k19g2000yqc.googlegrou ps.com&amp;gt;, &lt;br&gt; Before I go google it or go to its web-site or the emacs-wiki, &lt;br&gt; could you say just a few words about sunrise commander, maybe? &lt;br&gt; If it relates to a &amp;quot;file manager&amp;quot; on windows, or even on &lt;br&gt; Solaris -- I never use it, since dired is so very, very cool.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/d6d3cab0d387fb63/e7de0741d43cc192?show_docid=e7de0741d43cc192</guid>
  <author>
  dkco...@panix.com
  (David Combs)
  </author>
  <pubDate>Thu, 07 Jan 2010 00:27:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/2c438953d575a859?show_docid=2c438953d575a859</link>
  <description>
  Hi Tassilo Horn, &lt;br&gt; The following works for sure. Unfortunately, not from me... ;-( &lt;br&gt; --8&amp;lt;---------------cut here---------------start------ -------&amp;gt;8--- &lt;br&gt; ;; swap 2 windows &lt;br&gt; (defun my-swap-windows () &lt;br&gt; &amp;quot;If you have 2 windows, it swaps them.&amp;quot; &lt;br&gt; (interactive) &lt;br&gt; (cond ((not (= (count-windows) 2)) &lt;br&gt; (message &amp;quot;You need exactly 2 windows to do this.&amp;quot;))
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/2c438953d575a859?show_docid=2c438953d575a859</guid>
  <author>
  wxhgmqzgw...@spammotel.com
  (Sébastien Vauban)
  </author>
  <pubDate>Wed, 06 Jan 2010 21:19:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/9bf13438f53219c7?show_docid=9bf13438f53219c7</link>
  <description>
  Tassilo, &lt;br&gt; you are correct, i did speak incorrectly. what you suggested IS what i &lt;br&gt; want. i will try that code and post my results. &lt;br&gt; Thank you, &lt;br&gt; toddeman
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/9bf13438f53219c7?show_docid=9bf13438f53219c7</guid>
  <author>
  trh...@gmail.com
  (toddeman)
  </author>
  <pubDate>Wed, 06 Jan 2010 20:26:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/d08904b3b77c9a68?show_docid=d08904b3b77c9a68</link>
  <description>
  Are you sure that you want exactly that? This would mean, that if you &lt;br&gt; have two buffers corresponding to files &lt;br&gt; foo.c | bar.c &lt;br&gt; the contents of foo.c are in bar.c and vice versa afterwards. &lt;br&gt; I think you want to swap the buffer-window associations. This is &lt;br&gt; untested, but may do the trick. &lt;br&gt; --8&amp;lt;---------------cut here---------------start------ -------&amp;gt;8---
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/d08904b3b77c9a68?show_docid=d08904b3b77c9a68</guid>
  <author>
  tass...@member.fsf.org
  (Tassilo Horn)
  </author>
  <pubDate>Wed, 06 Jan 2010 19:08:58 UT
</pubDate>
  </item>
  <item>
  <title>swap contents of two buffers</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/5985025af68780d2?show_docid=5985025af68780d2</link>
  <description>
  i am running emacs 21.3.1 &lt;br&gt; i have a constant layout (when coding) of two upper buffers (for code) &lt;br&gt; and three lower buffers (for grep, completion, and compilation &lt;br&gt; respectively). all i want is a method to swap the contents of the top &lt;br&gt; two buffers that i can then bind to a key. what is the easiest way to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/606d50be939d6b4c/5985025af68780d2?show_docid=5985025af68780d2</guid>
  <author>
  trh...@gmail.com
  (toddeman)
  </author>
  <pubDate>Wed, 06 Jan 2010 17:27:05 UT
</pubDate>
  </item>
  <item>
  <title>Incorrect Display of Diary Entries</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/83c0f3d0848acd69/967c57dab489060e?show_docid=967c57dab489060e</link>
  <description>
  [ Ubuntu 9.10; Emacs 23.1.1 ] &lt;br&gt; Something *very* strange started happening with my calendar/diary. &lt;br&gt; Up until this morning, running the &#39;calendar&#39; command would display the &lt;br&gt; diary entries for the next few days. &lt;br&gt; Now, all of a sudden, running &#39;calendar&#39; (or &#39;diary&#39;) causes the &lt;br&gt; contents of the entire &amp;quot;.diary&amp;quot; file to be displayed instead of the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/83c0f3d0848acd69/967c57dab489060e?show_docid=967c57dab489060e</guid>
  <author>
  k...@be.cs.appstate.edu
  (Kenneth Jacker)
  </author>
  <pubDate>Wed, 06 Jan 2010 15:36:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to use font-lock-add-keywords</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/a33c85a11cc4441d/ed30b5fd98bc9b64?show_docid=ed30b5fd98bc9b64</link>
  <description>
  Spend time solving people&#39;s problem. &lt;br&gt; Try to see if it works by looking at &lt;br&gt; the group for some days. &lt;br&gt; No answer, no thanks, no get lost, &lt;br&gt; the dude most probably didn&#39;t even &lt;br&gt; look back -- &lt;br&gt; Happy new year :( A.O.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/a33c85a11cc4441d/ed30b5fd98bc9b64?show_docid=ed30b5fd98bc9b64</guid>
  <author>
  o...@nowhere.wd
  (Olivier)
  </author>
  <pubDate>Wed, 06 Jan 2010 12:42:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: cperl indentation problem, Whitesmith style</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/f2eb044e9c5b4186/df39d57018cdef7c?show_docid=df39d57018cdef7c</link>
  <description>
  Upgraded to version 6.2, but same issue.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/f2eb044e9c5b4186/df39d57018cdef7c?show_docid=df39d57018cdef7c</guid>
  <author>
  jan...@jandernet.com
  (jander)
  </author>
  <pubDate>Tue, 05 Jan 2010 13:27:13 UT
</pubDate>
  </item>
  <item>
  <title>cperl indentation problem, Whitesmith style</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/f2eb044e9c5b4186/718a6181e42dfdbf?show_docid=718a6181e42dfdbf</link>
  <description>
  Here&#39;s an example of the issue. &lt;br&gt; ------------------------------ ----------------- &lt;br&gt; sub a &lt;br&gt; { &lt;br&gt; } &lt;br&gt; sub b &lt;br&gt; { &lt;br&gt; } &lt;br&gt; sub c &lt;br&gt; { &lt;br&gt; } &lt;br&gt; ------------------------------ ----------------- &lt;br&gt; As you can see, each time I create a new sub the curlie braces are &lt;br&gt; indented an add&#39;l 3 spaces. I&#39;ve looked at the doc and played with the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/f2eb044e9c5b4186/718a6181e42dfdbf?show_docid=718a6181e42dfdbf</guid>
  <author>
  jan...@jandernet.com
  (jander)
  </author>
  <pubDate>Mon, 04 Jan 2010 14:17:08 UT
</pubDate>
  </item>
  <item>
  <title>[announce] gpicker 2.0</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/b23026826806b5ab/c2a610edbfe07156?show_docid=c2a610edbfe07156</link>
  <description>
  Hi. &lt;br&gt; I&#39;m pleased to announce release 2.0.0 of gpicker. gpicker is a program &lt;br&gt; and it&#39;s Emacs integration that allows you to quickly and conveniently &lt;br&gt; pick file in a (possibly very large) project. Get it from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://savannah.nongnu.org/projects/gpicker&quot;&gt;[link]&lt;/a&gt;. Note that savannah seem &lt;br&gt; to be insisting on use of mirror, so you may need to wait for mirrors
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/b23026826806b5ab/c2a610edbfe07156?show_docid=c2a610edbfe07156</guid>
  <author>
  alkondrate...@gmail.com
  (Aliaksey Kandratsenka)
  </author>
  <pubDate>Sun, 03 Jan 2010 02:38:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can I use Notepad-Plus default highlight style(PHP) on Emacs?</title>
  <link>http://groups.google.com/group/comp.emacs/browse_thread/thread/bda19af3a4837df0/e1b425c28d3f5b7d?show_docid=e1b425c28d3f5b7d</link>
  <description>
  yes, you need to customize the font for various things. &lt;br&gt; i don&#39;t recommend it because emacs&#39;s font style for programing &lt;br&gt; languages are used across all languages. For example, function is &lt;br&gt; blue, strings is a bit orange, coments are red, etc., in any &lt;br&gt; language. Also, emacs face coloring are designed so it&#39;s also usable
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.emacs/browse_thread/thread/bda19af3a4837df0/e1b425c28d3f5b7d?show_docid=e1b425c28d3f5b7d</guid>
  <author>
  xah...@gmail.com
  (Xah Lee)
  </author>
  <pubDate>Sat, 02 Jan 2010 01:49:19 UT
</pubDate>
  </item>
  </channel>
</rss>
