jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: svn.sl from jedmodes


On 27.04.07, Joachim Schmitz wrote:
> G. Milde schrieb:
> >Cc: 
> >Bcc: 
> >Subject: Re: svn.sl problems
> >Reply-To: 
> >In-Reply-To: <4630FC85.5050302@xxxxxxxxxxxxx>
> >
> >On 26.04.07, Joachim Schmitz wrote:
> >  
> >>Hi,
> >>    
> >
> >  
> >>Some problems prevent the attached svn.sl mode to be fully usable. If I 
> >>do a
> >>'Open directory list' in a single window, the directory list is shown in 
> >>a new buffer in that window.
> >>But when I do that in a split window, the directory list is shown in the 
> >>dirlist-buffer, and the output of postprocess_dirlist_buffer is inserted 
> >>in the other buffer, which contains a file I edit.
> >>    
> >
> >Could you try if the version on http://jedmodes.sourceforge.net/mode/svn/
> >fixes this problem?
> >
> >  
> That fixes that problem, thanks.

> When I now try todo something in the *CVS directory list* Buffer, I get 
> always

> Unable to find namespace called cvs.

Does this patch help?

--- /home/milde/.jed/jedmodes/src/mode/svn/svn.sl	2007-04-27 11:08:45.000000000 +0200
+++ /home/milde/.jed/lib/svn.sl	2007-04-27 16:10:46.000000000 +0200
@@ -178,8 +178,9 @@
 autoload("popup_buffer", "bufutils");
 
 %% Variables %{{{
-implements("svn");
+implements("cvs");
 provide("svn");
+% provide("cvs");
 
 custom_variable("cvs_executable", "/usr/bin/svn");
 custom_variable("cvs_set_reserved_keybindings", 1);


Its also commited to the jedmodes CVS.

Have a nice weekend.

Guenter

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]