emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Info-isearch-skip-history


From: Stefan Monnier
Subject: Re: Info-isearch-skip-history
Date: Sat, 08 May 2010 11:59:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> +(defcustom Info-isearch-skip-history nil
> +  "If non-nil, Isearch in Info doesn't add intermediate nodes to the history.
> +During Isearch Info visits nodes with matches.  All nodes visited while
> +searching are recorded in the Info history.  However, when this variable is
> +non-nil, only the last node (where Isearch ended) is added to the history."
> +  :version "24.1"
> +  :type 'boolean
> +  :group 'info)

I'm not sure this deserves a config var.  Just skip unconditionally.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]