<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.emacs.sources">
    <title>gmane.emacs.sources</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3796"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3795"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3794"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3793"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3789"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3777"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3796">
    <title>Milonga v1.1</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3796</link>
    <description>&lt;pre&gt;
  Hello,

Milonga 1.1 is released (this is actually the first public announcement).

Milonga is a customizable theme for Emacs, based on the Tango color
palette. The specificity of Milonga is in the way it is
programmed. Every basic color in the palette has a corresponding
foreground and background face, and every themed face inherits from one
or two of them instead of having its color hard-wired. This means that
if you want to change one of the original colors throughout the theme,
you only need to customize one (or two) faces.

Milonga provides the `milonga-theme' Custom group from which you may
access the aforementioned core faces.


Get it at: http://www.lrde.epita.fr/~didier/software/elisp.php#milonga

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2013-05-03T16:59:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3795">
    <title>Re: skeleton-complete.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3795</link>
    <description>&lt;pre&gt;

I have not used auto-complete myself, so I am not sure. (I test drived
it a bit, then still turned back to the old style hippie-expand, maybe
I'll give it another try when I'm free:-)

Thanks for the idea though!
&lt;/pre&gt;</description>
    <dc:creator>Bao Haojun</dc:creator>
    <dc:date>2013-04-22T01:17:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3794">
    <title>Re: skeleton-complete.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3794</link>
    <description>&lt;pre&gt;

Sounds useful.  Would be great if you can integrate it into
auto-complete[1] mode, where the completion list will pop up and disappear
automatically without typing extra key to trigger.


Footnotes: 
[1]  http://cx4a.org/software/auto-complete/

&lt;/pre&gt;</description>
    <dc:creator>William Xu</dc:creator>
    <dc:date>2013-04-17T02:38:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3793">
    <title>skeleton-complete.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3793</link>
    <description>&lt;pre&gt;Dear fellow Emacsians,

I'd like you to try my elisp package: skeleton-complete.el, which works
by regexp rewriting and text matching. It is greatly inspired by
hippie-expand and ecomplete.el and anything.el. With it you can type a
minimum and complete with the existing texts in your buffers.

For e.g., I can type =hex= (here the `=' character is for org-mode
mark-up, meaning verbatim) and press =M-g &amp;lt;return&amp;gt;= and get
`hippie-expand'; or I can type =p:,= and press =M-s &amp;lt;return&amp;gt;= to get
=package: skeleton-complete.el,= (which appeared already in the 3rd line
of this article).

In the first case, =hex= is rewritten as a regexp =h.*e.*x= and it
matched the *identifier* =hippie-expand=. In the second case, =p:,= is
rewritten as a regexp of a different flavor: =p.*?:.*?,= and it matched
the *string* in the 3rd line.

The code is at [[https://github.com/baohaojun/skeleton-complete]], there
is a more detailed description at
[[http://baohaojun.github.io/skeleton-complete.html]]. And it is also
being discussed at [[h&lt;/pre&gt;</description>
    <dc:creator>Bao Haojun</dc:creator>
    <dc:date>2013-04-16T11:44:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3792">
    <title>Re: jumpc version 2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3792</link>
    <description>&lt;pre&gt;

I'll take the patch please.
&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanis</dc:creator>
    <dc:date>2013-04-11T13:03:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3791">
    <title>wacspace.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3791</link>
    <description>&lt;pre&gt;Dear Emacsians,

I'd like to announce my first elisp package: wacspace.el, the WACky
WorkSPACE manager for emACS. Wacspace automatically sets up your
windows/buffers/frames based on the buffer you're visiting and a
configuration you specify. It will also save/restore workspaces
automatically. It's available on Melpa and Marmalade--you can find out
more at https://github.com/shosti/wacspace.el. Any
suggestions/improvements are very welcome!

Best,
Emanuel
&lt;/pre&gt;</description>
    <dc:creator>Emanuel Evans</dc:creator>
    <dc:date>2013-04-10T19:57:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3790">
    <title>Re: jumpc version 2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3790</link>
    <description>&lt;pre&gt;On Sun, 07 Apr 2013 16:35:17 +0200 Ivan Kanis &amp;lt;banana&amp;lt; at &amp;gt;kanis.fr&amp;gt; wrote: 

IK&amp;gt; Changes:
IK&amp;gt;  - don't force vim key bindings (requested by Ted)
IK&amp;gt;  - insert a jump moves the index back to top of list
IK&amp;gt;  - remove debugging message

Very nice, thank you.  Almost perfect, but can you please add
`next-error' bindings?  It's very easy, you just bind
`next-error-function' appropriately.  For examples, see
`occur-next-error' or `compilation-next-error-function'.  Then the
user's keybindings for `next-error' and `previous-error' can take over,
e.g. "keypad /" and "keypad *" for me.

If you prefer I can give you a patch for this.

Thanks
Ted
&lt;/pre&gt;</description>
    <dc:creator>Ted Zlatanov</dc:creator>
    <dc:date>2013-04-07T17:14:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3789">
    <title>jumpc version 2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3789</link>
    <description>&lt;pre&gt;Changes:

 - don't force vim key bindings (requested by Ted)
 - insert a jump moves the index back to top of list
 - remove debugging message
&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanis</dc:creator>
    <dc:date>2013-04-07T14:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3788">
    <title>Re: jumpc version 1, jump to previous insertion points</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3788</link>
    <description>&lt;pre&gt;On Sun, 31 Mar 2013 09:41:53 +0200 Ivan Kanis &amp;lt;banana&amp;lt; at &amp;gt;kanis.fr&amp;gt; wrote: 

IK&amp;gt; It implements the jump cursor feature found in vim.
...
IK&amp;gt; ;; Jumps are remembered in a jump list. With the C-o and C-i
IK&amp;gt; ;; command you can go to cursor positions before older jumps, and back
IK&amp;gt; ;; again. Thus you can move up and down the list.

Hi Ivan,

This is a nice package.  I hope it goes into the GNU ELPA.

I think C-o and C-i are maybe too aggressive as general keybindings.
Could you consider providing `next-error' and `previous-error' bindings
(which the user typically sets to something sensible) instead or in
addition to the default keybindings?

Thanks
Ted
&lt;/pre&gt;</description>
    <dc:creator>Ted Zlatanov</dc:creator>
    <dc:date>2013-04-05T14:03:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3787">
    <title>Re: pcmpl-tlmgr: shell completion for the TeX Live Manager</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3787</link>
    <description>&lt;pre&gt;
You can a slightly updated version here:
https://github.com/leoliu/pcmpl-tlmgr

Leo
&lt;/pre&gt;</description>
    <dc:creator>Leo Liu</dc:creator>
    <dc:date>2013-04-03T07:39:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3786">
    <title>pcmpl-tlmgr: shell completion for the TeX Live Manager</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3786</link>
    <description>&lt;pre&gt;A little package to make using tlmgr easier in emacs.

_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
&lt;/pre&gt;</description>
    <dc:creator>Leo Liu</dc:creator>
    <dc:date>2013-04-02T09:27:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3785">
    <title>psgml fixed to work with Emacs 24</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3785</link>
    <description>&lt;pre&gt;
I am happy to announce that a psgml version that works with Emacs 24
(and which I have called version 1.4.0) is available at:

http://www.fsavigny.de/gpled-software/psgml-1.4.0.tar.gz

There are absolutely nil functional changes or additions; the only
things that have been changed compared to version 1.3.2 have to do
with Elisp syntax that is no longer allowed. (See ChangeLog.)

Please send any comments to my E-mail address.

Best regards,

Florian
&lt;/pre&gt;</description>
    <dc:creator>Florian v. Savigny</dc:creator>
    <dc:date>2013-04-01T10:02:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3784">
    <title>jumpc version 1, jump to previous insertion points</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3784</link>
    <description>&lt;pre&gt;It implements the jump cursor feature found in vim.
&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanis</dc:creator>
    <dc:date>2013-03-31T07:41:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3783">
    <title>Re: Year calendar view version 2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3783</link>
    <description>&lt;pre&gt;Hi Ivan,

Ivan Kanis &amp;lt;banana&amp;lt; at &amp;gt;kanis.fr&amp;gt; writes:


Great, thanks!


This is one line in my .emacs, can live with it:

(define-key caly-calendar-mode-map "d" 'diary-view-entries)

Thanks again,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2013-03-16T15:43:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3782">
    <title>Year calendar view version 2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3782</link>
    <description>&lt;pre&gt;Hi Bastien,

Attached is version 2 of caly.el


Your wish has been granted.


I added that in the 'Maybe' section of the code. I won't do it.
&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanis</dc:creator>
    <dc:date>2013-03-16T12:58:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3781">
    <title>Tramp 2.2.7</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3781</link>
    <description>&lt;pre&gt;Hello,

The Tramp team is happy to announce the release of Tramp 2.2.7.

Tramp is a remote file editing package for Emacs and XEmacs.  Tramp uses
different methods like ssh or scp to access files on remote hosts as if
they were local files.  Access to the remote file system for editing
files, version control, directory editing and running processes on the
remote host are transparently enabled.

This release supports access to Android devices via the Android Debug
Bridge.  Read the manual for the new connection method "adb".

The connection methods "plink1", "ssh1", "ssh2", "scp1", "scp2", "scpc"
and "rsyncc" have been removed from Tramp.  The ssh option
"ControlMaster=auto" is set automatically in all ssh-based methods, when
possible.

Tramp 2.2.7 supports Emacs since version 22 and XEmacs since version
21.4.  It is merged into the Emacs 24 repository as well as into the
XEmacs package repository.

The download files are located at ftp://ftp.gnu.org/gnu/tramp/

Tramp's homepage is http://www.gnu.org/software&lt;/pre&gt;</description>
    <dc:creator>Michael Albinus</dc:creator>
    <dc:date>2013-03-15T13:41:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3780">
    <title>showcss-mode</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3780</link>
    <description>&lt;pre&gt;Showcss a minor mode that people who write html might find
useful.  

It displays the css for the class or id tags as you
navigate around an html file.  It reads the &amp;lt;link&amp;gt; tags or uses
magic comments to get the relevant css files.  If a match is
found, it opens another buffer and highlights the css there.

For more information and bug reports, go to: 
https://github.com/smmcg/showcss-mode


From the README:

1.1 Overview 
=============

Show CSS is a minor mode for emacs.

With showcss-mode turned on, as you navigate around an HTML file the
matching css for that element will be displayed in another buffer.

[http://i.imgur.com/a5PXBQG.gif]

In the current html buffer, if you move the cursor over a class=".*?"
or id=".*?" a buffer will open with the external css file loaded and
scrolled to the matching selector.

Show Css will look at the &amp;lt;link&amp;gt; tags and a custom comment tag to get
the location of external css files.

Show Css looks for a comment with this regex:
&amp;lt;!-- showcss: \\(.*?\\) --&amp;gt;

For example:
&amp;lt;!-&lt;/pre&gt;</description>
    <dc:creator>developer&lt; at &gt;rednemesis.com</dc:creator>
    <dc:date>2013-03-11T22:33:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3779">
    <title>showcss-mode</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3779</link>
    <description>&lt;pre&gt;Showcss a minor mode that people who write html might find
usefull.  It displays the css for the class or id tags as you
navigate around an html file.  It reads the &amp;lt;link&amp;gt; tags or uses
magic comments to get the relevent css files.  If a match is
found, it opens another buffer and highlights the css there.

For more information, go to https://github.com/smmcg/showcss-mode

From the README:

Table of Contents
=================
1 Show CSS
    1.1 Overview
    1.2 Usage
    1.3 Customize options
    1.4 Todo

1 Show CSS
-----------

1.1 Overview
=============

Show CSS is a minor mode for emacs.

With showcss-mode turned on, as you navigate around an HTML file the
matching css for that element will be displayed in another buffer.

[http://i.imgur.com/kYjTqxk.png]

In the current html buffer, if you move the cursor over a class=".*?"
or id=".*?" a buffer will open with the external css file loaded and
scrolled to the matching selector.

Show Css will look at the &amp;lt;link&amp;gt; tags and a custom comment tag to get
the loc&lt;/pre&gt;</description>
    <dc:creator>Sheldon McGrandle</dc:creator>
    <dc:date>2013-03-09T22:45:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3778">
    <title>Re: Year calendar view</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3778</link>
    <description>&lt;pre&gt;

It will work with 24.3. Sorry, I won't invest the time to make it work
with older version.
&lt;/pre&gt;</description>
    <dc:creator>Ivan Kanis</dc:creator>
    <dc:date>2013-03-09T08:30:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3777">
    <title>Re: Year calendar view</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3777</link>
    <description>&lt;pre&gt;

I got this error when running on emacs 24.2.2: 

Debugger entered--Lisp error: (void-variable calendar-month-header)
  (list calendar-month-header)
  (calendar-string-spread (list calendar-month-header) 32 calendar-month-digit-width)
  (insert (calendar-string-spread (list calendar-month-header) 32 calendar-month-digit-width))
  (let ((blank-days (mod (- (calendar-day-of-week (list month 1 year)) calendar-week-start-day) 7)) (last (calendar-last-day-of-month month year)) (trunc (min calendar-intermonth-spacing (1- calendar-left-margin))) (day 1) (row 0) string) (calendar-move-to-column indent) (insert (calendar-string-spread (list calendar-month-header) 32 calendar-month-digit-width)) (calendar-ensure-newline) (calendar-insert-at-column indent calendar-intermonth-header trunc) (dotimes (i 7) (insert (progn (setq string (calendar-day-name (mod (+ calendar-week-start-day i) 7) nil t)) (if enable-multibyte-characters (truncate-string-to-width string calendar-day-header-width) (substring string 0 calendar-day-&lt;/pre&gt;</description>
    <dc:creator>William Xu</dc:creator>
    <dc:date>2013-03-08T14:57:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3775">
    <title>Re: use-package 1.0</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3775</link>
    <description>&lt;pre&gt;

Yes, here is what I use:

    (require 'use-package)
    (eval-when-compile
      (setq use-package-verbose (null byte-compile-current-file)))

John
&lt;/pre&gt;</description>
    <dc:creator>John Wiegley</dc:creator>
    <dc:date>2013-02-12T22:35:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.sources">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.sources</link>
  </textinput>
</rdf:RDF>
