<?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/3628"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3627"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3626"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3625"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3624"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3623"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3622"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3621"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3620"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3609"/>
      </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/3628">
    <title>symbols-mode.el --- List symbols of object files</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3628</link>
    <description>&lt;pre&gt;symbols-mode.el is a major mode for listing the symbols from an object
file. The list of symbols is obtained from the nm tool.

Latest version can be obtained at:

https://gitorious.org/symbols-mode-el

Thanks for reading!
&lt;/pre&gt;</description>
    <dc:creator>Matthias</dc:creator>
    <dc:date>2012-04-27T22:38:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3627">
    <title>erc-avatars.el 1.0</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3627</link>
    <description>&lt;pre&gt;
This module insert custom avatar in front of nicks speaking through IRC.
It has also been designed to work with the bitlbee gateway (probably)
out of the box.

To use is, just load this module, for instance:

  (load-file "/path/to/erc-avatars.el")

ERC avatars will try to match nicks with filenames in the
erc-avatars-dir path, removing common decoration (leading/trailing
underscores or backquotes).  I.e. benj.png will match "_benj_" or
"BeNj``".

Additionally, configuration can be made through the erc-avatar-list
customizable variable in the same manner.

The following will associate &amp;lt;erc-avatars-dirs&amp;gt;/benj.png to "benj",
"_benj_", "bEnj[work]", "moi" or any other combination.  Also, del.png
will be associated to "del", "ailee" and the like.

  (setq erc-avatars-list '(("benj.png" "benj.*" "moi")
                            "del.png" "del" "ailee"))

Code included as an attachement.

&lt;/pre&gt;</description>
    <dc:creator>Benjamin Drieu</dc:creator>
    <dc:date>2012-04-19T11:11:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3626">
    <title>ascii-art-to-unicode.el 1.1</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3626</link>
    <description>&lt;pre&gt;Greetings earthlings,

Behold the power of procrastination!

NEWS excerpt:
  - 1.1 | 2012-04-17
    - TAB agnostic
    - ‘aa2u’ operates on active region if ‘use-region-p’
    - example use case also demonstrates transformation

IOW, slightly less hassle, slightly more flow.

Homepage: &amp;lt;http://www.gnuvola.org/software/j/aa2u/&amp;gt;
Atom feed: &amp;lt;http://www.gnuvola.org/NEWS.atom&amp;gt;

thi


_______________________________________________
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>Thien-Thi Nguyen</dc:creator>
    <dc:date>2012-04-17T08:49:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3625">
    <title>Random name generator for writers</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3625</link>
    <description>&lt;pre&gt;Many creative writing programs have a random name generator, and many of
these can be found online. This made me jealous; I'm current developing
writer-mode, a suite of elisp tools for writers, and I wanted something
similar. So I made one and here is the first attempt; it's obviously
just a start, but it works.

It generates a random male name and a random female name from the 1990
census data. You have to download three files from the census bureau;
they're not terribly large and the link is in the code header.

The code is below. In case of problems with long line wrapping, etc., it
can also be downloaded from

http://www.bobnewell.net/filez/writer-names.el

;; ----------begin writer-names.el
;; Generate random names from the 1990 census lists.

;; For the moment, simply output one completely random male
;; name and one completely random female name. Write to
;; minibuffer and put at end of buffer *Random Names*".

;; Possible extensions are to output a group of names, have
;; male/female selection, have &lt;/pre&gt;</description>
    <dc:creator>Bob Newell</dc:creator>
    <dc:date>2012-04-13T05:43:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3624">
    <title>SML-mode 5.0beta1 pretest</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3624</link>
    <description>&lt;pre&gt;A new version of sml-mode is in pretest.  You can get it from:

   http://www.iro.umontreal.ca/~monnier/elisp/

It should behave mostly identically to the current release (version
4.1), but the version number bump reflects a significant change in the
code: it was reshuffled to use fewer files, and it indentation code was
completely rewritten to use the SMIE engine which provides generic
indentation and navigation support.

The use of SMIE brings a few side-benefits: blink-paren matching of
things like let..end (requires Emacs≥24); auto-fill-mode can choose good
places to cut a line (upcoming in Emacs-24.2); and yet more to come.

On emacsen that do not come with SMIE, sml-mode will automatically
fallback on the old indentation code (stashed in sml-oldindent.el).


        Stefan


Changes since 4.1:

* New indentation code using SMIE when available.

* `sml-back-to-outer-indent' is now on S-tab (aka `backtab') rather than M-tab.

* Support for electric-layout-mode and electric-indent-mode.

* `sml-mark-def&lt;/pre&gt;</description>
    <dc:creator>Stefan Monnier</dc:creator>
    <dc:date>2012-04-12T01:02:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3623">
    <title>artist-mode-to-unicode.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3623</link>
    <description>&lt;pre&gt;Greetings earthlings,

Artist mode is pretty cool, and the rectangle corners,
rendered with ‘+’ (plus), certainly evoke emotion.
But which one?  Fondness, disgust, indifference, round-lust?

How to make do, to attain (for instance):
 http://www.gnuvola.org/art/text/intersection
?

Even w/ ascii-art-to-unicode.el, attached, we remain unsatisfied.
Who will adopt this, execute the TODO items, and slake the angst?
Must we wait for the Author to fall to procrastination yet again?

thi

____________________________________________________
NB: Feature ‘pcase’ is available in Emacs 24.1.
    You don't have it?  Why not?

_______________________________________________
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>Thien-Thi Nguyen</dc:creator>
    <dc:date>2012-04-07T13:23:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3622">
    <title>caps-lock.el --- Caps Lock emulation minor modes</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3622</link>
    <description>&lt;pre&gt;[Forget to post this yesterday!]

See the "Commentary" and "Install" comment sections in the code.

;;; caps-lock.el --- Caps Lock emulation minor modes

;; Copyright (C) 2011 Aaron S. Hawley

;; Author:  Aaron S. Hawley &amp;lt;Aaron S Hawley gmail com&amp;gt;
;; Keywords: convenience, emulations

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation, either version 3 of
;; the License, or (at your option) any later version.

;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program.  If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;.

;; This file is NOT part of Emacs.

;;; Commentary:

;; Emulate Caps Lock key by capitalizing &lt;/pre&gt;</description>
    <dc:creator>Aaron S. Hawley</dc:creator>
    <dc:date>2012-04-02T14:51:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3621">
    <title>;;; wiki-nav.el --- simple file navigation using [[WikiStrings]]</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3621</link>
    <description>&lt;pre&gt;;;; wiki-nav.el --- simple file navigation using [[WikiStrings]]
;;
;; Copyright (c) 2011 D Roland Walker
;;
;; Author: D Roland Walker &amp;lt;walker&amp;lt; at &amp;gt;pobox.com&amp;gt;
;; URL: https://github.com/rolandwalker/button-lock/raw/master/wiki-nav.el
;; Version: 0.11
;; Last-Updated: 29 May 2011
;; EmacsWiki: WikiNavMode
;; Keywords: mouse, button, hyperlink, navigation
;; Package-Requires: ((button-lock "0.8"))
;;
;; Simplified BSD License
;;
;;; Commentary:
;;
;;;;;;;;;;;;;;;;;;;
;;
;; Table of Contents
;;
;; [[Intro]]
;; [[Example usage]]
;; [[See Also]]
;; [[Prior Art]]
;; [[Notes]]
;; [[Bugs]]
;; [[Compatibility]]
;; [[Todo]]
;; [[License]]
;; [[Code]]
;;
;;;;;;;;;;;;;;;;;;;
;;
;; [[&amp;lt;Intro]]
;;
;; Wiki-nav.el is a minor mode which recognizes [[wiki-style]]
;; double-bracketed navigation links in any type of file, providing
;; the ability to jump between sections, between files, or open
;; external links.
;;
;; Wiki-nav.el requires button-lock.el, which in turn requires
;; font-lock.el.  Font-lock.el is provided with Emacs.
&lt;/pre&gt;</description>
    <dc:creator>walker&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2011-05-29T19:05:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3620">
    <title>manutenção computadores jardim da penha vitoria 27 9997- 0099 48172</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3620</link>
    <description>&lt;pre&gt;Contato (27) 9997-0099


Assistência Técnica 
Prestamos assistência técnica nos computadores de sua empresa ou residência, e também possuímos uma equipe qualificada para fazer a manutenção no próprio local.

- Contratos de Suporte e Manutenção
Reduza os custos de sua empresa com solicitações de visitas técnicas para seus computadores, elaboramos um contrato de manutenção integrado para sua empresa onde disponibilizamos: técnicos, equipamentos de suporte e substituição, e atendimento no horário comercial ou plantão sob análise.

- Redes Corporativas (Projetos e Instalações de Cabeamento Estruturado ou Wireless e parte Lógica em Geral)
Projetamos e instalamos desde uma simples rede ponto a ponto, até uma rede de dados mais complexa e segura com compartilhamento de arquivos local e/ou remotamente, impressoras e Internet com Servidores 2003 ou 2008 Server. Disponibilizamos: TS (Terminal Server), VPN (Virtual Private Network) e FTP (File Tranfer Protocol), além de diversos serviços af&lt;/pre&gt;</description>
    <dc:creator>manutencao computadores vitoria</dc:creator>
    <dc:date>2011-10-09T04:08:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3619">
    <title>Tramp 2.2.4</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3619</link>
    <description>&lt;pre&gt;Hello,

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

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.

Tramp 2.2.4 supports Emacs since version 22 and XEmacs since version
21.4.

This is mainly an error correction release.  As new feature, ad-hoc
multi hop declaration is supported.  Read the manual for details.

Error corrections of is release are merged into the Emacs 24 repository
*except* the new feature.  This is because Emacs 24.1 is already in the
pretest phase.

The XEmacs package repository is not updated, we would be happy if an
XEmacs developer could take over this task.

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

Tramp's homepage is http://www.gnu.org/software/tramp/ (for Emacs) or
http:&lt;/pre&gt;</description>
    <dc:creator>Michael Albinus</dc:creator>
    <dc:date>2012-01-15T16:48:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3618">
    <title>sex hustler tv v3.1</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3618</link>
    <description>&lt;pre&gt;sex hustler tv v3.1
This a new program sex tv online, so much chains of sex
Download link: http://www.multiupload.com/XNLFWVKNXH
The key : AD7SA-AFAX-34A0
&lt;/pre&gt;</description>
    <dc:creator>ballox9</dc:creator>
    <dc:date>2011-06-21T10:46:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3617">
    <title>Tramp 2.2.3</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3617</link>
    <description>&lt;pre&gt;Hello,

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

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.

Tramp 2.2.3 supports Emacs since version 22 and XEmacs since version
21.4.

Beside error corrections, Tramp 2.2.3 comes with a new feature, remote
processes on MS Windows hosts. Read the manual for details.

This release is merged into the Emacs 24 repository *except* this new
feature.  This is because Emacs 24.1 is already in the pretest phase.

The XEmacs package repository is not updated, we would be happy if an
XEmacs developer could take over this task.

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

Tramp's homepage is http://www.gnu.org/software/tramp/ (for Emacs) or
http://www.gnu.org/software&lt;/pre&gt;</description>
    <dc:creator>Michael Albinus</dc:creator>
    <dc:date>2011-10-23T16:19:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3616">
    <title>Tramp 2.2.2</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3616</link>
    <description>&lt;pre&gt;Hello,

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

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.

Tramp 2.2.2 supports Emacs since version 22 and XEmacs since version
21.4.  Starting with this release, Tramp 2.2 is the main line of Tramp
development.  It can be used also in production systems.  Tramp 2.1 will
be modified only in case of serious problems.

This release is merged into the Emacs 24 repository.  The XEmacs package
repository is not updated, we would be happy if an XEmacs developer
could take over this task.

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

Tramp's homepage is http://www.gnu.org/software/tramp/ (for Emacs) or
http://www.gnu.org/software/tramp/tramp-xemacs.html (for XEmac&lt;/pre&gt;</description>
    <dc:creator>Michael Albinus</dc:creator>
    <dc:date>2011-07-30T15:14:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3615">
    <title>CC Mode 5.32 has been released.</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3615</link>
    <description>&lt;pre&gt;This message announces the availability of a new version of CC Mode,
an Emacs and XEmacs mode for editing C (ANSI and K&amp;amp;R), C++,
Objective-C, Java, CORBA's IDL, Pike and AWK code.

More information, including links to download the source, are available on
the CC Mode web page:

    &amp;lt;http://cc-mode.sourceforge.net/&amp;gt;

Send email correspondence to

    bug-cc-mode&amp;lt; at &amp;gt;gnu.org

This version contains few, but big, new features, and significant internal
improvements.

** CC Mode is now licensed under the GPL version 3 or any later version.

** Emacs 21 is no longer supported,
although CC Mode might well still work with it.  The minimum versions
supported are Emacs 22 and XEmacs 21.4.

** It is now possible for CC Mode to "guess" an existing buffer's style.
This style can then be used in other buffers.  Contributed by Masatake YAMATO,
after original code by Barry Warsaw.

** Java Mode has been enhanced to support Java 5.0 (Tiger) and Java 6
(Mustang).  Contributed by Nathaniel Flath.

** c-beginning-of-defun and c-end-&lt;/pre&gt;</description>
    <dc:creator>Alan Mackenzie</dc:creator>
    <dc:date>2011-08-25T15:37:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3614">
    <title>; ; ; button-lock.el --- clickable text defined by regular expression,controlled by font-lock</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3614</link>
    <description>&lt;pre&gt;;;; button-lock.el --- clickable text defined by regular expression,
controlled by font-lock
;;
;; Copyright (c) 2011 D Roland Walker
;;
;; Author: D Roland Walker &amp;lt;walker&amp;lt; at &amp;gt;pobox.com&amp;gt;
;; URL: https://github.com/rolandwalker/button-lock/raw/master/button-lock.el
;; Version: 0.81
;; Last-Updated: 29 May 2011
;; EmacsWiki: ButtonLockMode
;; Keywords: mouse, button, hyperlink
;;
;; Simplified BSD License
;;
;;; Commentary:
;;
;; Button-lock is a minor mode which provides simple facilities to
;; define clickable text based regular expressions.  Button-lock.el
;; piggybacks on font-lock.el, and is efficient.  Overlays are not
;; used.
;;
;; Button-lock buttons (links) can execute any function.
;;
;; See wiki-nav.el for a user-friendly library built on top of
;; button-lock.el.  Wiki-nav.el is available here:
;;
;;    https://github.com/rolandwalker/button-lock
;;
;; Example usage
;;
;;    (require 'button-lock)
;;    (global-button-lock-mode 1)
;;
;;    ; add a button to the current buffer
;;    (button-lock-set-bu&lt;/pre&gt;</description>
    <dc:creator>walker&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2011-05-29T19:04:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3613">
    <title>A package to write LaTeX files with help of package aucTeX andauto-complete</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3613</link>
    <description>&lt;pre&gt;Hi,

This is a package writen with the help of aucTeX and
auto-complete packages.

It is very useful for me.

Happy TeXing,

GYe

%===============================================================================

;;; auto-complete-latex  --- auto-complete for LaTeX auctex

;; Copyright (C) 2010 Guy Yeterian gyecmonet &amp;lt;&amp;lt; at &amp;gt;&amp;gt; free &amp;lt;dot&amp;gt; fr

;; Author: Guy Yeterian
;; Maintainer: the author
;; Created: 07 Aug 2010
;; Version: 1.0
;; version  1.8 Jun 2011
;; Keywords: auctex auto-complete


;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 1, or (at your option)
;; any later version.

;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; A copy of the GNU General Public License can&lt;/pre&gt;</description>
    <dc:creator>Paul.Lennon&lt; at &gt;beatles.com</dc:creator>
    <dc:date>2011-06-30T20:32:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3612">
    <title>M-x in Lisp</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3612</link>
    <description>&lt;pre&gt;M-x or `execute-extended-command' is a C primitive.  Here's a Lisp
version that works *only* in the Emacs 24 pretest.  I've purposely
cargo culted the original C version, including carrying over the
comments.  I've been using using and maintaining this code since 2008
and haven't had any issues.  After 24.1 is released (any day now), I'm
hoping to contribute it back so it can be included in a future release
of Emacs (24.2, 25.1?).  Send me comments off-list if you come across
any issues with using it.

Install by putting the following snippet in your .emacs, and putting
the library m-x.el (attached) in your load-path.

(unless (fboundp 'primitive-execute-extended-command)
  (fset 'primitive-execute-extended-command
        (symbol-function 'execute-extended-command)))
(defalias 'execute-extended-command 'ash-execute-extended-command)

(autoload 'ash-execute-extended-command "m-x"
  "Read function name, then read its arguments and call it.

\(fn prefixarg)"
  'interactive)
____________________________________&lt;/pre&gt;</description>
    <dc:creator>Aaron S. Hawley</dc:creator>
    <dc:date>2012-03-21T13:49:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3611">
    <title>Ioccur v2.4</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3611</link>
    <description>&lt;pre&gt;Hi all,
Ioccur version 2.4 is available here:
http://mercurial.intuxication.org/hg/ioccur
and
http://repo.or.cz/w/Emacs-ioccur.git

Include few bugfixes and cursor movements (C-a/e/b/f) in the read-key
prompt.

&lt;/pre&gt;</description>
    <dc:creator>Thierry Volpiatto</dc:creator>
    <dc:date>2012-03-11T07:54:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3610">
    <title>Iedit 0.95 -- Edit multiple regions in the same way simultaneously</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3610</link>
    <description>&lt;pre&gt;Hello,

I am glad to announce the new Iedit package release.  Several
enhancements had been made since last post here.

- Renaming refactoring is more convenient

- A lot of operation on the whole occurrences are added

- A *Visual Rectangle" support is added.

You can obtain it here: http://www.emacswiki.org/emacs/iedit.el or
https://github.com/victorhge/iedit/blob/master/iedit.el.

It is also attached.

Readme
----
This package is an Emacs minor mode and allows you to edit one
occurrence of some text in a buffer or region, and simultaneously have
other occurrences edited in the same way, with visual feedback as you
type.

Normal scenario of Iedit mode is like:

- Highlight certain contents - by press C-;

  All occurrences of a symbol, string or a rectangle in the buffer or
a
  region may be highlighted corresponding to current mark, point and
  prefix argument. Refer to the document of `iedit-mode' for details.

- Edit one of the occurrences
  The change is applied to other occurrences simultaneously&lt;/pre&gt;</description>
    <dc:creator>Ren Victor</dc:creator>
    <dc:date>2012-03-08T14:09:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3609">
    <title>which-field - return field number cursor is in</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3609</link>
    <description>&lt;pre&gt;Cheers,

Andreas

--
http://launchpad.net/python-mode
http://launchpad.net/s-x-emacs-werkstatt/
_______________________________________________
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>Andreas Röhler</dc:creator>
    <dc:date>2012-03-01T13:30:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3608">
    <title>unicode-disp.el v.5</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3608</link>
    <description>&lt;pre&gt;This is a bit of a window display table hack I've used for a while to
mangle unicode chars to something viewable on a latin1 tty.  It's very
limited but might inspire other or similar things.

Exactly what you want to see for undisplayables tends to be a matter of
personal preference and/or how often you strike offending chars.  The
quote marks are probably the most common nonsense encountered.
Multi-char replacements tend to make a mess of table columns etc.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQBPKwjkLFMCIV9q3ToRAgw/AJ0T3u+q3TAEkdtGDZ+xPqpHGJwPCgCfSj+G
h3Aghb/nLjrRAZ/ffH1ddD4=
=r33R
-----END PGP SIGNATURE-----
_______________________________________________
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>Kevin Ryde</dc:creator>
    <dc:date>2012-02-03T23:47:59</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>

