<?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.code-browser">
    <title>gmane.emacs.code-browser</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser</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.code-browser/2634"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2633"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2632"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2631"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2630"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2629"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2628"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2627"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2626"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2625"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2624"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2623"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2622"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2621"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2620"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.code-browser/2615"/>
      </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.code-browser/2634">
    <title>Re: Dedicated GDB windows</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2634</link>
    <description>&lt;pre&gt;Wow!  It had not occurred to me to use ecb in this fashion.  If you do
get the kinks worked out can you post more complete details.  I think
many developers would appreciate.

/john

On Wed, Mar 27, 2013 at 10:52 AM, Johannes Goslar
&amp;lt;jogo&amp;lt; at &amp;gt;kronberger-spiele.de&amp;gt; wrote:

------------------------------------------------------------------------------
Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
&lt;/pre&gt;</description>
    <dc:creator>John Yates</dc:creator>
    <dc:date>2013-03-27T17:46:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2633">
    <title>Dedicated GDB windows</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2633</link>
    <description>&lt;pre&gt;Hi,
I am trying to create a gdb layout for ecb which worked well so far via the graphical way.
The buffers are configured with:
(require 'ecb)

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-gud-buffer "*gud*" nil "gdb-gud"
   (switch-to-buffer gud-comint-buffer)
   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-io-buffer "*input/output of *" nil "gdb-io"
   (switch-to-buffer (gdb-get-buffer-create 'gdb-inferior-io))
   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-disas-buffer "*disassembly of *" nil "gdb-disas"
   (switch-to-buffer (gdb-get-buffer-create 'gdb-disassembly-buffer))
   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-vars-buffer "*locals of *" nil "gdb-vars"
   (switch-to-buffer (gdb-get-buffer-create 'gdb-locals-buffer))
   (set-window-dedicated-p (selected-wind&lt;/pre&gt;</description>
    <dc:creator>Johannes Goslar</dc:creator>
    <dc:date>2013-03-27T14:52:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2632">
    <title>Re: ECB-2.40 -- ecb+tramp causes emacs to hang</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2632</link>
    <description>&lt;pre&gt;Hi

I added 'darwin to list of system types that support 'ping -c 2'
command - committed to my fork of ECB - https://github.com/alexott/ecb

On Mon, Mar 25, 2013 at 10:45 AM, Alex Ott &amp;lt;alexott&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Alex Ott</dc:creator>
    <dc:date>2013-03-25T18:27:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2631">
    <title>Re: ECB-2.40 -- ecb+tramp causes emacs to hang</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2631</link>
    <description>&lt;pre&gt;Which OS are you using? I see, that for linux &amp;amp; irix, it will use -c option...

On Sat, Mar 16, 2013 at 8:48 PM, Gerald &amp;lt;gillyspy&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Alex Ott</dc:creator>
    <dc:date>2013-03-25T09:45:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2630">
    <title>Re: ECB-2.40 -- ecb+tramp causes emacs to hang</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2630</link>
    <description>&lt;pre&gt;

I resolved this by  setting my ping command options to only 1 time:
ecb-ping-options is a variable defined in `ecb-file-browser.el'.
Its value is ("-c 1 HOST")
Original value was ("HOST")

i know this is an old question but since it was hard to find answer and
 this was on the google top results I thought i would share


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ecb-list mailing list
Ecb-list&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
&lt;/pre&gt;</description>
    <dc:creator>Gerald</dc:creator>
    <dc:date>2013-03-16T19:48:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2629">
    <title>Re: ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2629</link>
    <description>&lt;pre&gt;I had a similiar problem when trying to reload emacs onto a new install 
- I had to switch from scp or ssh(forgot which one) and had to use the 
scpc protocol.

Also I read somewhere you should delete the tramp.el(or something like 
that don't have time to check) file so tramp will regenerate it with 
your updates.

Hope this maybe helps, if not totally ignore :)

Justin

On 03/06/2013 02:57 PM, Ware, Ryan R wrote:

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>J Cook</dc:creator>
    <dc:date>2013-03-06T20:14:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2628">
    <title>Re: ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2628</link>
    <description>&lt;pre&gt;

On 3/6/13 5:50 AM, "Terrence Brannon" &amp;lt;metaperl&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Take a look at ecb-ping-options.  I had this problem a while ago.  The
system I was trying to ssh in to via tramp would block ecmp packets so a
ping would never be successful.  If I remember correctly I reset the
variable ping options so it would only send one packet regardless of
success of failure; added something like '-c 1'.

Ryan


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Ware, Ryan R</dc:creator>
    <dc:date>2013-03-06T19:57:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2627">
    <title>Re: ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2627</link>
    <description>&lt;pre&gt;


I use the TRAMP ssh method. Locally, I'm running OS X 10.8.2 and Emacs 24.

If you look through these archives, you will see that a lot of people have had
problems with Emacs and TRAMP


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Terrence Brannon</dc:creator>
    <dc:date>2013-03-06T13:50:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2626">
    <title>Re: ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2626</link>
    <description>&lt;pre&gt;

I see. It seems to take a long time to go through the processes. Maybe I should
byte-compile ECB


lol. No the speed is fine. I just noticed a long hang once I managed to get ECB
to parse python files using semantic-mode


Home wireless internet here.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Terrence Brannon</dc:creator>
    <dc:date>2013-03-06T13:41:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2625">
    <title>Re: ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2625</link>
    <description>&lt;pre&gt;
I use tramp to remote access development files on a VM but I experience 
no hang.

What kind of remote do you use? (FTP, SSH,.../ over the LAN, over some 
crappy link?)

Mine is SSH over LAN.

&lt;/pre&gt;</description>
    <dc:creator>Mihamina Rakotomandimby</dc:creator>
    <dc:date>2013-03-05T09:05:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2624">
    <title>ECB hangs with TRAMP</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2624</link>
    <description>&lt;pre&gt;Hello,

Is there any solution for ECB hanging when accessing source 
code on remote machines?

I am using Alex Ott's ECB, Emacs 24.3 on OS X Lion.




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
&lt;/pre&gt;</description>
    <dc:creator>Terrence Brannon</dc:creator>
    <dc:date>2013-03-05T07:49:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2623">
    <title>ecb-activate doesn't honor existing window splits</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2623</link>
    <description>&lt;pre&gt;cedet: rev 8482 from trunk
ecb: commit e239f11f3e7282f518bdbc33a169198ac12fffb3 from 
https://github.com/alexott/ecb.git
emacs: GNU Emacs 24.2.1

First off, kudos to Alex getting a version of Ecb going that can be used w/ 
later versions of cedet, much appreciated.

I am using layout "left9" and in a sense want to use it a "better" sr-speedbar.  
The problem is that if I have existing split windows, the splits are not kept on 
ecb-activate (ideal) or restored on ecb-deactivate (can live with).  I have not 
found a way to get either behavior.

Another irritant has to do w/ ecb-activate on a file, ecb-deactivate, focus on a 
different file and then running ecb-activate again.  The last ecb-activate will 
switch back to the original file.  This is not what I desire.  I thought that 
(ecb-semantic-clear-toplevel-cache) would allow me to have the desired behavior, 
but no.

thank you for any help w/ either issue.



------------------------------------------------------------------------------
The Go Parallel Web&lt;/pre&gt;</description>
    <dc:creator>Erick Bodine</dc:creator>
    <dc:date>2013-02-17T03:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2622">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2622</link>
    <description>&lt;pre&gt;http://www.ferienwohnung-eisenstein.de/qvyyc/86saylw17eiobuu/3.4k9lwe0j1ap8c5ff2o------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/_______________________________________________
Ecb-list mailing list
Ecb-list&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
&lt;/pre&gt;</description>
    <dc:creator>george zhang</dc:creator>
    <dc:date>2013-02-16T04:34:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2621">
    <title>Can I be un-banned now?</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2621</link>
    <description>&lt;pre&gt;I was banned a while ago and I don't know why, under my original email address.

Can I be unbanned?  I've been writing here for a while under this email address.

email:dayalsoap&amp;lt; at &amp;gt;gmail.com
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
Ecb-list mailing list
Ecb-list&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
&lt;/pre&gt;</description>
    <dc:creator>Dayal, Jai</dc:creator>
    <dc:date>2013-02-14T15:49:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2620">
    <title>Re: ecb activation error</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2620</link>
    <description>&lt;pre&gt;Ok, thanks for information :-)

On Tue, Feb 12, 2013 at 9:32 AM, Yong Chul Ju &amp;lt;yochju&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Alex Ott</dc:creator>
    <dc:date>2013-02-12T20:35:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2619">
    <title>Re: ecb activation error</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2619</link>
    <description>&lt;pre&gt;Hi,

thanks for your reply.
I solved this issue.

The reason is because of the file "C:\nppdf32Log\debuglog.txt" in root (/).
Since I use solely fedora or ubuntu, I don't know how it was created.
It triggers also the message "ssh: Could not resolve hostname C: Name or
service not known" etc...
After some googling, it somehow involves with the acrobat plugin.
So when I removed that file, ECB works. :)



2013/2/12 Alex Ott &amp;lt;alexott&amp;lt; at &amp;gt;gmail.com&amp;gt;

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
Ecb-list mailing list
Ecb-list&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
&lt;/pre&gt;</description>
    <dc:creator>Yong Chul Ju</dc:creator>
    <dc:date>2013-02-12T08:32:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2618">
    <title>Re: ecb activation error</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2618</link>
    <description>&lt;pre&gt;Hi

Hmmm, it's interesting - which process caused this error. Do you
activate gtags, ctags, or something else?
For which language do you use ECB? And please, post parts of your CEDET config

On Sun, Feb 10, 2013 at 10:12 PM, Yong Chul Ju &amp;lt;yochju&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Alex Ott</dc:creator>
    <dc:date>2013-02-12T07:03:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2617">
    <title>ecb activation error</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2617</link>
    <description>&lt;pre&gt;Installed version of packages are:
GNU Emacs 24.2.1 on fedora 18 64 bit version
cedet: bzr checkout
bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunkcedet
ecb: git clone git://github.com/alexott/ecb.git

When I activate ecb with the command "M-x ecb-activate",
it creates 5 splitted windows. So far so good.
But when I click one of the windows, it ends up with crashes with error
messages "Wrong type argument: window-live-p, #&amp;lt;window 10&amp;gt;".
In addition, I got the following messages with the command
"toggle-debug-on-error":

Debugger entered--Lisp error: (error "ECB 2.40: Errors during the layout
setup of ECB. (error-type: file-error, error-data: (\"Process died\"))")
  signal(error ("ECB 2.40: Errors during the layout setup of ECB.
(error-type: file-error, error-data: (\"Process died\"))"))
  error("ECB %s: %s (error-type: %S, error-data: %S)" "2.40" "Errors during
the layout setup of ECB." file-error ("Process died"))
  ecb-clean-up-after-activation-failure("Errors during the layout setup of
ECB." (file-&lt;/pre&gt;</description>
    <dc:creator>Yong Chul Ju</dc:creator>
    <dc:date>2013-02-10T21:12:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2616">
    <title>Re: ECB &amp; Fresh CEDET</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2616</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks Alex

adding MELPA to the repos worked.

Cheers,

Rainer


On 06/12/12 11:11, Alex Ott wrote:

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDAcXQACgkQoYgNqgF2egrYqwCeI7DDy03HLwqRengWIsNw+ZH9
KDYAoIDmfxKhmKeCNkjdTA+dh4SpVLIj
=GQOw
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
&lt;/pre&gt;</description>
    <dc:creator>Rainer M Krug</dc:creator>
    <dc:date>2012-12-06T10:20:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2615">
    <title>Re: ECB &amp; Fresh CEDET</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2615</link>
    <description>&lt;pre&gt;Hi

You can clone from https://github.com/alexott/ecb directly, or use
MELPA or el-get to install it automatically

On Thu, Dec 6, 2012 at 11:00 AM, Rainer M Krug &amp;lt;R.M.Krug&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Alex Ott</dc:creator>
    <dc:date>2012-12-06T10:11:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.code-browser/2614">
    <title>ECB &amp; Fresh CEDET</title>
    <link>http://permalink.gmane.org/gmane.emacs.code-browser/2614</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I want to use SCB with CEDET on emacs 24.2.1, but neither ecb nor ecb-snapshot works. Is there a
repo which has a working version for using it "out of the box"?

Thanks,

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDAbK0ACgkQoYgNqgF2egpGWACgggqkQr1Zya0EDgEwGSQVhPsQ
PI4AnihBNwSgVTSXO4b0YbZJycB6iJAH
=bIs8
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
&lt;/pre&gt;</description>
    <dc:creator>Rainer M Krug</dc:creator>
    <dc:date>2012-12-06T10:00:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.code-browser">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.code-browser</link>
  </textinput>
</rdf:RDF>
