Menu

#6 Incompatibility with pcl-cvs

closed
nobody
None
5
2004-08-12
2002-05-27
No

I'm using ecb-1.70 with xemacs-21.4.6. When I try to
commit changes in pcl-cvs, I get an error. Reason is
that cvs-edit-done calls cvs-edit-callback. The latter
is a buffer-local variable which is definitly set in
the "commit message edit buffer". However, when
cvs-edit-done is called, it seems to be nil. I don't
suppose that ecb "resets" this variable, propably some
side effect causes the buffer to be changed so that
there is no cvs-edit-callback...

Discussion

  • Michael Lipp

    Michael Lipp - 2002-05-29
     
  • Michael Lipp

    Michael Lipp - 2002-05-29

    Logged In: YES
    user_id=77125

    I have found out the cause. The delete-window advise changes
    the current buffer. PCL-CVS on the other hand side relies on
    the current-buffer remaining the same after delete-window. I
    have attached the proposed change.

     
  • Klaus Berndl

    Klaus Berndl - 2004-08-12
    • status: open --> closed
     

Log in to post a comment.