<div>Hi Vegard,</div><div><br></div><div>Thanks for your change in the Makefile and I'm sorry it was my problem. It turned out that it was because I re-binded the 'f' key to my function. But what my function did was simply a check on whether edebug was active, if edebug was not active, it simply called the old function. Here is my customization. I don't understand why this did harm, I'm pretty new to emacs, can you give me any suggestion on how to archive the same thing in a "better" way?</div>
<div><br></div><div>(define-key viper-vi-basic-map "f" 'york/viper-find-char-forward)</div><div><br></div><div>(defun york/viper-find-char-forward (arg)</div><div>� (interactive "P")</div><div>� (if edebug-active (edebug-forward-sexp arg) (viper-find-char-forward arg)))</div>
<div><br></div><div>Thanks,</div><div><br></div><div>York</div><div><br></div><div><br></div><div>On Sat, Jun 11, 2011 at 3:55 PM, Vegard �ye <<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>> wrote:</div>
<div>On 2011-06-11 04:41 +0200, York Zhao wrote:</div><div><br></div><div>> Just noticed a problem: the command "df[char]" is not deleting the</div><div>> searched character [char] itself, making this command no difference</div>
<div>> to "dt[char]".</div><div><br></div><div>I am unable to reproduce this, but I have added a Makefile rule</div><div>in commit 98e464e which creates a fresh instance of Vimpulse.</div><div>Get it with:</div>
<div><br></div><div>� �git pull</div><div><br></div><div>Then type:</div><div><br></div><div>� �make emacs</div><div><br></div><div>Please report if there's any difference.</div><div><br></div><div>--</div><div>Vegard</div>
<div><br></div><div>_______________________________________________</div><div>implementations-list mailing list</div><div><a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a></div>
<div><a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a></div><div><br></div>