<?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 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/3077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.sources/3058"/>
      </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/3077">
    <title>auto-complete.el: Auto completion with popup menu</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3077</link>
    <description>Hi, all.

I have created a extension auto-complete.
auto-complete can show completion candidates with popup menu visually and
users can select a candidate by &lt;up&gt;, &lt;down&gt; and RET.

You can try this extension by executing
M-x auto-complete-mode and typing some characters.
Maybe it seems very good :-)

Please refer the following link if you want to get more information.
http://www.emacswiki.org/emacs/AutoComplete

Enjoy.

MATSUYAMA
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
</description>
    <dc:creator>Tomohiro MATSUYAMA</dc:creator>
    <dc:date>2008-11-30T09:28:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3076">
    <title>Re: whole-line-or-region</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3076</link>
    <description>This is what I have had in my .emacs for years.  It is one of those
things that I miss most when using an Emacs that I have not yet
customised:

(defun kill-entire-line (n)
  "Kill ARG entire lines starting from the one where point is."
  (interactive "*p")
  (beginning-of-line)
  (kill-line n))
(global-set-key "\M-k" 'kill-entire-line)
</description>
    <dc:creator>Francesco Potortì</dc:creator>
    <dc:date>2008-11-29T17:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3075">
    <title>Re: whole-line-or-region</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3075</link>
    <description>

The thing that makes my package more flexible is not in the killing,
but in the yanking.  Knowing that the line was killed as a whole line
allows the line to be yanked as a whole line, a big difference.

--
Regards,


joe
Joe Casadonte
jcasadonte&lt; at &gt;northbound-train.com

------------------------------------------------------------------------------
         Llama Fresh Farms =&gt; http://www.northbound-train.com
    Ramblings of a Gay Man =&gt; http://www.northbound-train.com/ramblings
               Emacs Stuff =&gt; http://www.northbound-train.com/emacs.html
          Music CD Trading =&gt; http://www.northbound-train.com/cdr.html
------------------------------------------------------------------------------
                       Live Free, that's the message!
------------------------------------------------------------------------------
</description>
    <dc:creator>Joe Casadonte</dc:creator>
    <dc:date>2008-11-29T22:17:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3074">
    <title>Re: whole-line-or-region</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3074</link>
    <description>This is what I have had in my .emacs for years.  It is one of those
things that I miss most when using an Emacs that I have not yet
customised:

(defun kill-entire-line (n)
  "Kill ARG entire lines starting from the one where point is."
  (interactive "*p")
  (beginning-of-line)
  (kill-line n))
(global-set-key "\M-k" 'kill-entire-line)
</description>
    <dc:creator>Francesco Potortì</dc:creator>
    <dc:date>2008-11-29T17:24:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3073">
    <title>Re: whole-line-or-region</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3073</link>
    <description>
That seems to beg the question: Why isn't there a convenient command and
key binding to mark the current line?

;; Cribbed from mark-whole-buffer:
(defun mark-line ()
   "Put point at beginning and mark at end of line.
You probably should not use this function in Lisp programs;
it is usually a mistake for a Lisp function to use any subroutine
that uses or sets the mark."
   (interactive)
   (push-mark (point))
   (let ((inhibit-field-text-motion t))
     (push-mark (point-at-eol) nil t)
     (goto-char (point-at-bol))))

Keybinding suggestions?  Here are the other mark commands:

C-x C-pmark-page
C-x hmark-whole-buffer
C-M-&lt; at &gt;mark-sexp
C-M-hmark-defun
M-&lt; at &gt;mark-word
M-hmark-paragraph
C-M-SPCmark-sexp

</description>
    <dc:creator>Kevin Rodgers</dc:creator>
    <dc:date>2008-11-29T16:32:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3072">
    <title>Re: peg.el 0.3 -- Parsing Expression Grammars in Emacs Lisp</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3072</link>
    <description>

I fixed various issues:

 * make it run (and compile) in Emacs 21 and newer

 * fix a bug with range expressions at eob.  Reported by Hugo Schmitt.

 * stop using rx-to-string because that's not portable to older
   Emacs versions

Helmut.

;;; peg.el --- Parsing Expression Grammars in Emacs Lisp
;;
;; Copyright 2008  Helmut Eller &lt;eller.helmut&lt; at &gt;gmail.com&gt;.
;;
;; Version: 0.3 (2008-Nov-28)
;;
;; This file is licensed under the terms of the GNU General Public
;; License as distributed with Emacs (press C-h C-c for details).
;;
;;; Commentary:
;;
;; Parsing Expression Grammars (PEG) are a formalism in the spirit of
;; Context Free Grammars (CFG) with some simplifications which makes
;; the implementation of PEGs as top-down parser particularly simple
;; and easy to understand [Baker].
;;
;; This file implements a macro `peg-parse' which parses the current
;; buffer according to a PEG.  E.g. we can match integers with a PEG
;; like this:
;;
;;  (peg-parse (number   sign digit (* digit))
;;             (sign   </description>
    <dc:creator>Helmut Eller</dc:creator>
    <dc:date>2008-11-28T09:13:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3071">
    <title>whole-line-or-region</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3071</link>
    <description>
;;; &lt; at &gt;(#) whole-line-or-region.el -- operate on current line if region undefined
;;; &lt; at &gt;(#) $Id: whole-line-or-region.el,v 1.2 2008/11/27 15:52:02 joe Exp $

;; This file is not part of Emacs

;; Copyright (C) 2001 by Joseph L. Casadonte Jr.
;; Author:          Joe Casadonte (emacs&lt; at &gt;northbound-train.com)
;; Maintainer:      Joe Casadonte (emacs&lt; at &gt;northbound-train.com)
;; Created:         July 1, 2001
;; Keywords:        kill yank cut copy paste whole lines
;; Latest Version:  http://www.northbound-train.com/emacs.html

;; COPYRIGHT NOTICE

;; 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 2, 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</description>
    <dc:creator>Joe Casadonte</dc:creator>
    <dc:date>2008-11-27T16:01:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3070">
    <title>Re: peg.el --- Parsing Expression Grammars in Emacs Lisp</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3070</link>
    <description>This is nice, thanks. I'll try to start using it in my scripts :)
A quick note: the function characterp doesn't exist here (i'm using
22.3)
Aliasing it to numberp seems to work for now..
Cheers,
Hugo

Helmut Eller wrote:
</description>
    <dc:creator>weber</dc:creator>
    <dc:date>2008-11-27T10:17:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3069">
    <title>Re: peg.el --- Parsing Expression Grammars in Emacs Lisp</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3069</link>
    <description>
New in this version:

 * fix a few bugs, most notably *-expressions didn't backtrack properly.

 * a more convenient syntax for character sets, e.g. [A-Z "-]"] now
   means all charecters from A to Z, minus, and right brackets.

 * more realistic examples

 * minimal test suite

Helmut.

;;; peg.el --- Parsing Expression Grammars in Emacs Lisp
;;
;; Copyright 2008  Helmut Eller &lt;eller.helmut&lt; at &gt;gmail.com&gt;.
;;
;; This file is licensed under the terms of the GNU General Public
;; License as distributed with Emacs (press C-h C-c for details).
;;
;;; Commentary:
;;
;; Parsing Expression Grammars (PEG) are a formalism in the spirit of
;; Context Free Grammars (CFG) with some simplifications which makes
;; the implementation of PEGs as top-down parser particularly simple
;; and easy to understand [**].
;;
;; This file implements a macro `peg-parse' which parses the current
;; buffer according to a PEG.  E.g. we can match integers with a PEG
;; like this:
;;
;;  (peg-parse (number   sign digit (* digit))
;;          </description>
    <dc:creator>Helmut Eller</dc:creator>
    <dc:date>2008-11-27T09:13:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3068">
    <title>java tools</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3068</link>
    <description>_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
</description>
    <dc:creator>Halil Özdemir</dc:creator>
    <dc:date>2008-11-24T22:12:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3067">
    <title>Re: cal-china-plus.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3067</link>
    <description>Thank you for the contribution. Highly appreciated here.

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-11-22T09:28:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3066">
    <title>cal-china-plus.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3066</link>
    <description>Hi there,

This is not another package to customise the appearance of Emacs
calendar for Chinese taste. Instead, it provides the following essential
features:

Key         Command
------------------------------------------------
iCa     diary-chinese-insert-anniversary-entry
iCd     diary-chinese-insert-entry
iCm     diary-chinese-insert-monthly-entry
iCy     diary-chinese-insert-yearly-entry
------------------------------------------------

In Chinese Culture, birthday is celebrated on the Chinese date and
usually not on the gregorian date. Thus, when in 08 Nov 2008 Emacs
calendar failed utterly to notify me the birthday of one of my best
friends while I was travelling in China, I realised the practical
importance of such a package.

To use this package:
(require 'cal-china-plus)
(add-hook 'diary-nongregorian-listing-hook 'diary-chinese-list-entries)
(add-hook 'diary-nongregorian-marking-hook 'diary-chinese-mark-entries)

An example of diary entries:

C1 一月 2009 enquire after every family member
C15 *  </description>
    <dc:creator>Leo</dc:creator>
    <dc:date>2008-11-21T17:05:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3065">
    <title>Re: blog.el - 0.1 - WordPress client for Emacs</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3065</link>
    <description>Hi all,

Sorry for the last posting which got messed up.

Here are the files attached again.

Ashish Shukla
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
</description>
    <dc:creator>Ashish Shukla आशीष शुक्ल</dc:creator>
    <dc:date>2008-11-10T15:12:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3064">
    <title>blog.el - 0.1 - WordPress client for Emacs</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3064</link>
    <description>Hi all,

I'm a new Emacs LISP programmer, and  I've created a blog client similar
to weblogger-mode, but it allows one to type posts in muse-mode. The
client is still in primitive stage but at least it allows one to post to
web-log. It requires muse-mode{,-html}.el and xml-rpc.el Emacs LISP
libraries to be present somewhere in load-path.

To use it, follow the instructions below:

* Copy blog.el and metaweblog.el to some location present in load-path.
* Now load them:

   (require 'blog)

* And, now login to your blog by invoking 'M-x blog-login RET'
  command. This will ask following information:

  Weblog XML-RPC URL ? http://wahjava.wordpress.com/xmlrpc.php
  Weblog User ID ? wahjava
  Weblog ID ? wahjava.wordpress.com
  Weblog Password ? secret

  Please substitute wajava.wordpress.com, wahjava, and secret with your
  blog URL, blog user, and password respectively. During this login
  process, the list of categories will get downloaded.

* Now to start new post, execute 'M-x blog-new-entry RET' . This wi</description>
    <dc:creator>Ashish Shukla आशीष शुक्ल</dc:creator>
    <dc:date>2008-11-10T14:39:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3063">
    <title>thingatpt-utils_1.11, highlight-thing minor-mode</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3063</link>
    <description>
Hi all,

someone wanted to have a mode, where chars within
braces are highlighted, if point is there.

As "highlight-current-line.el" already knows how to do
that kind of work, I took some forms from there and
employed it to all available kind of things: words,
bracketed's , braced etc.

Maybe turn transient-mark-mode off, if it interfers.

For the moment, THING remains highlighted if the
cursor leaves, until a new THING, where the mode is
instrumented for, is found.

Andreas Röhler




_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
</description>
    <dc:creator>Andreas Roehler</dc:creator>
    <dc:date>2008-11-10T09:55:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3062">
    <title>babel.el 0.7</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3062</link>
    <description>I received a lot of feedback (including bug reports) after releasing
0.6. Thanks! This release should fix most issues.

Major changes:

      -  Increased chunk size for better performance
      -  Error handling if no backend is available for translating
      -  Support for all Google languages
;;; babel.el --- interface to web translation services such as Babelfish
;; $Id: babel.el,v 1.22 2008/11/09 19:49:35 juergen Exp $
;;;
;;; Author: Eric Marsden &lt;emarsden&lt; at &gt;laas.fr&gt;
;;;         Juergen Hoetzel &lt;juergen&lt; at &gt;hoetzel.info&gt; 
;;; Keywords: translation, web
;;; Copyright: (C) 1999-2001 Eric Marsden
;;;                2005-2008 Juergen Hoetzel
;;
;;     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 2 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 WAR</description>
    <dc:creator>Jürgen Hötzel</dc:creator>
    <dc:date>2008-11-09T20:13:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3061">
    <title>peg.el --- Parsing Expression Grammars in Emacs Lisp</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3061</link>
    <description>
These days, PEGs seems to be in fashion.  Here's an implementation for
your favorite editor.

Helmut.

;;; peg.el --- Parsing Expression Grammars in Emacs Lisp
;;
;; Copyright 2008  Helmut Eller &lt;eller.helmut&lt; at &gt;gmail.com&gt;.
;;
;; This file is licensed under the terms of the GNU General Public
;; License as distributed with Emacs (press C-h C-c for details).
;;
;;; Commentary:
;;
;; Parsing Expression Grammars (PEG) are a formalism in the spirit of
;; Context Free Grammars (CFG) with some simplifications which makes
;; the implementation of PEGs as top-down parser particularly simple
;; and easy to understand [**].
;;
;; This file implements a macro `peg-parse' which parses the current
;; buffer according to a PEG.  E.g. we can match integers with a PEG
;; like this:
;;
;;  (peg-parse (number   sign digit (* digit))
;;             (sign     (or "+" "-" ""))
;;             (digit    '"09")))
;;
;; In contrast to regexps, PEGs allow us to define recursive rules.  A
;; PEG is a list of rules.  A rule is written as</description>
    <dc:creator>Helmut Eller</dc:creator>
    <dc:date>2008-11-05T12:32:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3060">
    <title>Re: [PHP-mode-announce] PHP mode version 1.5.0</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3060</link>
    <description>Hi Aaron, nice to see this. I am a bit short of time at the moment and
I have some critical changes I must do to mumamo.el (unfortunately
they are difficult too).

But I am reading your messages. And thanks for your support!



On Tue, Nov 4, 2008 at 7:23 PM, Aaron S. Hawley
&lt;ashawley&lt; at &gt;users.sourceforge.net&gt; wrote:
</description>
    <dc:creator>Lennart Borgman</dc:creator>
    <dc:date>2008-11-04T22:20:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3059">
    <title>PHP mode version 1.5.0</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3059</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A new version of PHP mode for Emacs is released.  Version
1.5.0 is the follow-up to the major improvements unveiled
for PHP mode in January.  There are no major new features in
this release, but many bug fixes.

The mode is only tested in Emacs 22 with CC Mode 5.31.
There are still no plans to support Emacs 21 and earlier
versions, nor XEmacs. Patches against the source code or
detailed bug reports for supporting these and other emacsen
are gladly accepted, however.

NEWS for version 1.5.0

* Additions and improvements to the GNU Info (Texinfo)
  manual.
* Add date and time constants of PHP as suggested by Dias
  Badekas.
* Make values used by M-x php-mode-version literal values
  rather than computed ones.
* Change HTML indentation warning to match only HTML at the
  beginning of the line.
* Use font-lock-preprocessor-face for PHP and ASP tags.
* The Emacs Lisp source code has had significant whitespace
  and style consistency changes.
* Remove conditional bind</description>
    <dc:creator>Aaron S. Hawley</dc:creator>
    <dc:date>2008-11-04T18:23:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3058">
    <title>babel.el 0.6</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3058</link>
    <description>babel.el was malfunctioning due to back-end changes.

Major changes:

      - removed Emacs/W3 dependency
      - fixed Google, Yahoo and Free Translation back-end
      - improved XEmacs compatibility 


;;; babel.el --- interface to web translation services such as Babelfish
;; $Id: babel.el,v 1.12 2008/11/02 11:55:48 juergen Exp $
;;;
;;; Author: Eric Marsden &lt;emarsden&lt; at &gt;laas.fr&gt;
;;;         Juergen Hoetzel &lt;juergen&lt; at &gt;hoetzel.info&gt; 
;;; Keywords: translation, web
;;; Copyright: (C) 1999-2001 Eric Marsden
;;;                2005-2008 Juergen Hoetzel
;;
;;     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 2 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 PARTICULA</description>
    <dc:creator>Jürgen Hötzel</dc:creator>
    <dc:date>2008-11-03T20:31:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.sources/3057">
    <title>js-comint.el</title>
    <link>http://permalink.gmane.org/gmane.emacs.sources/3057</link>
    <description>Js-comint.el is a javascript comint mode which lets you run a
javascript interpreter from within emacs.  It's hosted on
http://sourceforge.net/projects/js-comint-el and has a web page which
can be found here:
http://js-comint-el.sourceforge.net/

It works really well in conjunction with js2-mode by Steve Yegge for
javascript editing.  Questions or comments can be sent to me.
Suggestions for imrpovement are always welcome.


;;; js-comint.el --- Run javascript in an inferior process window.

;;; Copyright (C) 2008 Paul Huff
     
;;; Author: Paul Huff &lt;paul.huff&lt; at &gt;gmail.com&gt;
;;; Maintainer: Paul Huff &lt;paul.huff&lt; at &gt;gmail.com&gt;
;;; Created: 26 May 2008
;;; Version: 0.0.1
;;; Package-Requires: ()
;;; Keywords: javascript, inferior-mode, convenience


;; js-comint.el 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 2, or
;; {at your option} any later version.

;; js-comint.el is distributed in </description>
    <dc:creator>paul.huff&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2008-10-31T02:55:18</dc:date>
  </item>
  <textinput 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>
