<div>Hi Vegard,</div><div><br></div><div>Thanks for your change in the Makefile and I&#39;m sorry it was my problem. It turned out that it was because I re-binded the &#39;f&#39; 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&#39;t understand why this did harm, I&#39;m pretty new to emacs, can you give me any suggestion on how to archive the same thing in a &quot;better&quot; way?</div>
<div><br></div><div>(define-key viper-vi-basic-map &quot;f&quot; &#39;york/viper-find-char-forward)</div><div><br></div><div>(defun york/viper-find-char-forward (arg)</div><div>� (interactive &quot;P&quot;)</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 &lt;<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>&gt; wrote:</div>
<div>On 2011-06-11 04:41 +0200, York Zhao wrote:</div><div><br></div><div>&gt; Just noticed a problem: the command &quot;df[char]&quot; is not deleting the</div><div>&gt; searched character [char] itself, making this command no difference</div>
<div>&gt; to &quot;dt[char]&quot;.</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&#39;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>