<div>Hi Vegard,</div><div><br></div><div>Thanks for your reply, the version of vimpulse I'm using was just pulled from git using git clone "git://<a href="http://gitorious.org/vimpulse/vimpulse.git">gitorious.org/vimpulse/vimpulse.git</a>". My emacs version is v23.3.</div>
<div><br></div><div>The "vimpulse-want-vi-keys-in-Info" variable works. Thanks a lot.</div><div><br></div><div>I just noticed another issue, the '+' for next line doesn't seem to be working correctly, it always goes to the previous line, the same as '-'.</div>
<div><br></div><div><br></div><div>Have a nice weekend,</div><div><br></div><div>York</div><div><br></div><div>On Fri, Apr 1, 2011 at 5:31 PM, Vegard �ye <<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>> wrote:</div>
<div>On 2011-04-01 21:59 +0100, York Zhao wrote:</div><div><br></div><div>> But, most importantly, in INFO mode, pressing C-z should be able to</div><div>> turn off the vim mode and this doesn't work.</div><div>
<br></div><div>I'm unable to reproduce this. What version are you using?</div><div><br></div><div>> This has made me unable to navigate in INFO mode, e.g., when I press</div><div>> 'l', I want to go back to the previous page but 'l' is still being</div>
<div>> handled by vim mode which moves the cursor to right, keep in mind</div><div>> that this is so even when in 'E' mode.</div><div><br></div><div>Vimpulse defines the `vimpulse-want-vi-keys-in-Info' variable,</div>
<div>which you can set to nil before loading it:</div><div><br></div><div>�� (setq vimpulse-want-vi-keys-in-Info nil)</div><div>�� (require 'vimpulse)</div><div><br></div><div>That will permanently disable vi keys in Info.</div>
<div><br></div><div>--</div><div>Vegard</div><div><br></div>