From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alice.et.bocholt.fh-gelsenkirchen.de ([193.175.197.63]:60055 "EHLO alice.et.bocholt.fh-gelsenkirchen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295Ab2H0Mh7 (ORCPT ); Mon, 27 Aug 2012 08:37:59 -0400 From: Dirk Gouders Subject: Re: [PATCH v2 4/6] menuconfig: Add jump keys to search results In-Reply-To: <1345748108-12206-5-git-send-email-bpoirier@suse.de> (Benjamin Poirier's message of "Thu, 23 Aug 2012 14:55:06 -0400") References: <1345748108-12206-1-git-send-email-bpoirier@suse.de> <1345748108-12206-5-git-send-email-bpoirier@suse.de> Date: Mon, 27 Aug 2012 14:37:11 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Benjamin Poirier Cc: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Randy Dunlap , Borislav Petkov , "Yann E. MORIN" , Jean Sacren , Arnaud Lacombe , Lucas De Marchi , Davidlohr Bueso , Wang YanQing , Paul Gortmaker , Cheng Renquan Benjamin Poirier writes: > makes it possible to jump directly to the menu for a configuration entry after > having searched for it with '/'. If this menu is not currently accessible we > jump to the nearest accessible parent instead. After exiting this menu, the > user is returned to the search results where he may jump further in or > elsewhere. I applied your patches, played with menuconfig and did not notice any problems. What I especially like is that if I am guided to a nearest accessible parent in cases where a menu is not currently accessible and do modifications there, these modifications are visible in the search results when I return to them. Dirk