<?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://blog.gmane.org/gmane.emacs.eev.devel">
    <title>gmane.emacs.eev.devel</title>
    <link>http://blog.gmane.org/gmane.emacs.eev.devel</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://comments.gmane.org/gmane.emacs.eev.devel/107"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/106"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/105"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/98"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/97"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/90"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/85"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/84"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/83"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/82"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/79"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/78"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/77"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/75"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/73"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/62"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/61"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/60"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/59"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.eev.devel/55"/>
      </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://comments.gmane.org/gmane.emacs.eev.devel/107">
    <title>manpages from remote machines</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/107</link>
    <description>Hi Xavier,


You can use something like this...

  (defun find-netbsdman (manpage &amp;rest rest)
    (let ((buffername (format "*netbsdman: %s*" manpage))
          (format-string "ssh edrx&lt; at &gt;caramelo \"sh -c 'PAGER=cat man %s'\"")
          (command (format format-string manpage)))
      (apply 'find-eoutput-reuse
             buffername
             `(progn (insert (find-sh0 ,command))
                     (Man-fontify-manpage))
             rest)))

Note that the name of the remote machine is fixed ("caramelo"),
and that you will need to be able to run commands on the remote
mahine using ssh without it asking for a password... this is what
I use to make ssh copy the adequate authorization keys:

  # (find-man "1 ssh-copy-id")
  # (find-man "1 ssh")
  # (find-fline "~/.ssh/")
  # (find-sh "locate ssh-copy-id")
  # (find-fline "/usr/bin/ssh-copy-id")
  ssh-copy-id -i ~/.ssh/id_rsa.pub edrx&lt; at &gt;caramelo
  ssh-copy-id -i ~/.ssh/id_rsa.pub edrx&lt; at &gt;dekooning

And here are some definitions to make it easier to access files </description>
    <dc:creator>Eduardo Ochs</dc:creator>
    <dc:date>2008-04-12T11:00:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/106">
    <title>Success !</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/106</link>
    <description>Hi,

Just a quick message to say how thankful I am to all of you.

I have successfully done my *real* first e-script in the *real*
life. The job was way way easier to do with eepitch-shell than if
I had to type all again by hand. I successfully migrated an
Oracle Dataguard from one machine to another with very few
keystrokes !!

Thank you.

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-04-12T00:00:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/105">
    <title>Questions</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/105</link>
    <description>Hi,

Is there an easy way to the equivalent (find-man "blah") remotely
instead of the current machine ?

For the e-script needs I mentionned earlier, I typed my commands
through eepitch-shell on a HP-UX commands which had different
commands than the one I am using here.

For example, (find-man "newfs") could not work on my notebook
whereas it could have been on the remote host.

Any clue ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-04-12T00:00:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/98">
    <title>F3 binding conflict in emacs22</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/98</link>
    <description>Hello group,

in emacs22 and higher f3 is by default bound to
"kmacro-start-macro-or-insert-counter", a very convenient key IMHO.
Unfortunately this binding conflicts with eev that bounds that key
to "eeb-default".  I use kboard macros all the time and I've grown
accustomed to the f3 key so every time I (re-)install eev I cancel
this binding and bound "eeb-default" to f7 instead.  I wonder
whether you could change this eev binding "officially".

Thanks,
Nikos
</description>
    <dc:creator>Nikos Apostolakis</dc:creator>
    <dc:date>2008-04-08T16:49:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/97">
    <title>Interacting with SQL servers</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/97</link>
    <description>Hi Xavier,


can you check if this makes sense, and report back?

  http://angg.twu.net/e/sqlite.e.html#sqlite3
  http://angg.twu.net/e/sqlite.e

Cheers, TIA,
  Edrx
</description>
    <dc:creator>Eduardo Ochs</dc:creator>
    <dc:date>2008-04-06T06:27:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/90">
    <title>Difference between eechannel-xterm and eebg-channel-xterm</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/90</link>
    <description>Hi,

I am not sure I see differences between these two items.

Can you explain it to me ?

Regards,

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-04-05T00:00:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/85">
    <title>any people around ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/85</link>
    <description>Hi,

This is a control message to check that I am not alone on this
mailing list :)

Please get back to us so we can discuss tips and tricks about
eev. Did you all quit ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-04-02T06:04:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/84">
    <title>Spread emacswiki ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/84</link>
    <description>Hi,

[This is for eev gurus]

Why don't we try to show examples (even simple) of what an
escript looks like and what we can do ?

I am pretty sure it would help eev to be known.

WDYT ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-03-27T01:00:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/83">
    <title>Your recipes</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/83</link>
    <description>Hi,

I am finding myselft to be not productive enough when writing
escripts. I like the way they work, I like what I can do with
them _but_ I guess I do not have the *good* method to feed my
escripts all day long. Thus, I have almost nothing and I am still
switching from emacs to a regular term/console window to type my
commands.

What would you recommend to help me be less shell-dependant ?
What do you use ? Do you have "skeletons"/templates ?

Regards

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-03-27T01:00:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/82">
    <title>Any future for eev ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/82</link>
    <description>Hi,

since I did not ear anything from you for ages, I am asking if
you aare still working on it and with it.

No rant, just a question :)

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-03-27T01:00:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/79">
    <title>eechannel-do-this-line is not exactly working</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/79</link>
    <description>Hello group,

For some reason the eechannel-do-this-line function is not working
properly in my system.  If I do:

(eechanel-xterm "A")
(eechannel "A")

an xterm is opened as expected.  But when I try to send lines to
this xterm using &lt;f9&gt; I get the following messages:

,----
| Wrote /home/nea/.eev/eeg.A.str
| apply: Searching for program: no such file or directory, kill -USR1 15387
`----

After that if I do (shell-command "kill -USR1 15387") the line is
send to xterm and gets executed.

This happens on a Debian/sid both with emacs22 and with the emacs
snapshot (GNU Emacss 23.0.60.1). 

,----[ cat ~/eev-current/VERSION ]
| Wed Feb  1 04:18:06 GMT 2006
| Wed Feb  1 02:18:06 BRST 2006
`----

TIA,
Nikos
</description>
    <dc:creator>Nikos Apostolakis</dc:creator>
    <dc:date>2008-03-02T14:34:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/78">
    <title>eebg-gv does not working + eebg-xpdf</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/78</link>
    <description>Hello group,

for some reason the original code of eebg doesn't work on my system
(Debian sid, gv 3.6.2).  With the following, rather trivial
modification it seems to work fine:

(defun find-pspage (fname &amp;optional n &amp;rest ignore)
  (interactive "fPS or PDF file: ")
;;;;;;  nea: The following doesn't work:
;;  (let ((command (format "gv -page %d %s &amp;" (or n 1) fname))) 
;; nea: begin my correction
  (let ((command (format "gv --page=%d %s &amp;" (or n 1) fname)))
;; nea: end my correction
    (eev command nil)
    command))

(defun eebg-gv (fname &amp;optional page gvargs)
  (interactive "fPS or PDF file: ")
  (apply 'start-process "gv" "*Messages*"
   (ee-flatten
;;;;;; nea: The following doesn't work:
;;   "gv" (if page (list "-page" (format "%d" page))) gvargs 
;; nea: begin my correction
     "gv" (if page (format "--page=%d" page)) gvargs
;; nea: end my correction.
     (ee-expand fname))))


Also, I usually prefer to open pdf files in xpdf since it offers
options that gv is lacking, for example following hyper</description>
    <dc:creator>Nikos Apostolakis</dc:creator>
    <dc:date>2008-03-02T13:44:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/77">
    <title>on glyphs and CVS Emacs (or: everything is one)</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/77</link>
    <description>Hello, and sorry for the delay again...

I owe you some big answers, but at this moment I only have some brief
notes about all the topics that I would like to cover, and I will have
very little free time in the next 24 or 48 hours...

A *very* quick summary, then... the unicode-2 branch was merged into
CVS emacs; with this, my code for glyphs, and some other things,
stopped working. The bugs that Xavier reported here:

  http://lists.gnu.org/archive/html/eev/2008-02/msg00010.html
  http://article.gmane.org/gmane.emacs.eev.devel/70

are all related to that.

I spent a lot of time trying to track down what was happening, and
trying to fix the code for glyphs and other stuff, and in the process
I wrote a big bug report to bug-gnu-emacs:

  http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00132.html
  http://article.gmane.org/gmane.emacs.bugs/17576

as a response to that Kim Storm added a new feature to CVS Emacs:

  http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00163.html
  http://article</description>
    <dc:creator>Eduardo Ochs</dc:creator>
    <dc:date>2008-02-28T16:43:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/75">
    <title>Is eev functionality now integrated into the latest emacs22.1? What are the ramifications?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/75</link>
    <description>_______________________________________________
eev mailing list
eev-qX2TKyscuCcdnm+yROfE0A&lt; at &gt;public.gmane.org
http://lists.nongnu.org/mailman/listinfo/eev
</description>
    <dc:creator>Jeff Barczewski</dc:creator>
    <dc:date>2008-02-25T17:17:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/73">
    <title>Eev development repository ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/73</link>
    <description>Hi there,

Is the CVS repository opened to external contributions ? I'd be
willing to help (not with code at first) by providing docs,
e-scripts, etc... If not, is there a way to cvs update a local
copy of my eev environment from time to time ?

Also, are you considering to submit eev into GNU Emacs TRUNK
sooner or later ?

Thank you very much for your time and patience.

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-02-18T02:00:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/62">
    <title>eev and terminals (console)</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/62</link>
    <description>Hi,

I am reconsidering using eev for my daily work as a DBA. I am
playing most of the time into linux console sending orders to
several DB servers either using my local client or by connecting
onto them through telnet/ssh.

Is there some way to "command" a linux terminal (console) with
the help of eev ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-02-15T13:04:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/61">
    <title>Repository of the best escripts</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/61</link>
    <description>Hi,

Are there any people interested in having a "community git
repository" of our best productions (even if a escript could be
quite "personnal") ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-02-15T13:04:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/60">
    <title>C-q C-o ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/60</link>
    <description>Hi again,

New message, new problem.

What font do you use either on a normal linux vt (console) and in
a graphical GNU Emacs session ?

When I type C-q C-o in GNU Emacs when in the linux console, I am
seeing ^O instead of the red star. In GNU Emacs on X, I am seeing
a little square. This is not satisfying.

What font are you using ?

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2008-02-15T13:04:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/59">
    <title>`ee' with history</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/59</link>
    <description>Hi,

I redefined `ee' to place the contents of $EE in the history list.

function ee () { set -v; print -s -f "%s" "`cat $EE`"; . $EE $*; set +v; }

--
rubikitch
http://www.rubyist.net/~rubikitch/
</description>
    <dc:creator>rubikitch-X+L+6nJQZ58h9ZMKESR00Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2007-09-27T02:58:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/55">
    <title>eev vs linkd vs eon vs org</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/55</link>
    <description>Hi,

I am keeping on trying to use eev, convinced by the fact that it
could be useful at some point ;)

I red a lot about eev and since I am also a great fan of dto's
productions, I also tried his modes (linkd and derivated).

My problem is this: how does eev differ from linkd exactly ? Do
they deserve the same goals/objectives ? What about org-mode too
?

I hope you wouldn't flame at me due to my lack of knowledge, I am
just trying to understand all that stuff.

Regards,
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2007-09-10T04:56:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.eev.devel/54">
    <title>eev vs linkd vs org ?</title>
    <link>http://comments.gmane.org/gmane.emacs.eev.devel/54</link>
    <description>Hi,

I am keeping on trying to use eev, convinced by the fact that it
could be useful at some point ;)

I red a lot about eev and since I am also a great fan of dto's
productions, I also tried his modes (linkd and derivated).

My problem is this: how does eev differ from linkd exactly ? Do
they deserve the same goals/objectives ? What about org-mode too
?

I hope you wouldn't flame at me due to my lack of knowledge, I am
just trying to understand all that stuff.

Regards,

Xavier
</description>
    <dc:creator>Xavier Maillard</dc:creator>
    <dc:date>2007-09-11T01:00:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.eev.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.eev.devel</link>
  </textinput>
</rdf:RDF>
