[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: customize isearch-repeat-forward
From: |
Mathias Megyei |
Subject: |
Re: customize isearch-repeat-forward |
Date: |
Fri, 14 Sep 2007 09:16:25 +0200 |
Hi Peter,
On Fri, 2007-09-14 at 00:10 -0700, imputerate wrote:
> thanks, Mathias; that was lightning fast and crystal clear;
>
> so, isearch is a mode; guess i should have known that; but how come my
> customized global binding 'C-f' has worked all along?
because isearch-mode-map don't have a binding for 'C-f'.
so the binding from global-map is still valid in isearch-mode.
Regards,
Mathias