jed-users mailing list

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

Re: feature request for svn mode


Dear Joachim, dear Jed users,

I wish you all a happy new year.


On  3.01.08, Joachim Schmitz wrote:
> I found the reason for this:
> diff mode/svn/svn.sl svn.sl
> 1332c1332
> <    definekey("close_buffer", Key_Esc, log_mode);
> ---
> >    definekey_reserved("close_buffer", Key_Esc, log_mode);

Actually, while this might prevent the error from occuring, it does not go
to the core of the problem.

> Joachim Schmitz schrieb:
>> G. Milde schrieb:
>>> The new version of svn.sl at http://jedmodes.sf.net/mode/svn/ is out and
>>> brings:

>>> % 2007-12-11 * Key_Ins selects and moves down one line
>>> %          * vc_list_dir() did open a buffer even if dir not under vc
>>> %          * basic support for SVK (http://svk.bestpractical.com/)
>>> %          * edit log-message in a dedicated buffer
>>> %          * after commit, update all buffers that changed on disk

A bugfix release is out (with some enhancements as well):

% 2007-12-18 * New functions: vc_subtract_selected(), vc_delete_selected,
% 	       vc_commit_dir()
% 	     * remove spurious arg in vc_commit_finish()
%                           

I just tried to use it to commit a new version of itself to the Jedmodes CVS
repo -- with success.

>> When using the svn.sl from cvs, I have the following errors:
>> 1. the directory list is opened in a read-only buffer, so no files can be 
>> marked.

I suppose there was an error somewhere in the process that aborted the
listing function before it could set the buffer to vc-list mode. 
If it re-occures, please try to give more details (in private mail if it is
too verbose).

>> 2. when trying to commit a buffer, I get:
>> Unable to typecast Array_Type to String_Type

This is fixed in the current release.

Please mind that in the current release, the keybindings in the
commit-message buffer are according to CUI conventions:

   Esc -- escape -- quit without changes -> just close the buffer
   <Prefix>c     -- commit                  close and finish commit
   
A mode menu is available as well, with M-o c as hotkey for commit.


GM

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


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