From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934262Ab2HWSzq (ORCPT ); Thu, 23 Aug 2012 14:55:46 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:37344 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754566Ab2HWSzo (ORCPT ); Thu, 23 Aug 2012 14:55:44 -0400 From: Benjamin Poirier To: Michal Marek Cc: 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 Subject: [PATCH v2 0/6] menuconfig: jump to search results Date: Thu, 23 Aug 2012 14:55:02 -0400 Message-Id: <1345748108-12206-1-git-send-email-bpoirier@suse.de> X-Mailer: git-send-email 1.7.7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds "jump to" keys (similar to the cscope interface) to the search results of "make menuconfig" so that we can go directly to the menu entry for a config option after searching for it. Patches 1-4 implement the basic functionality. Patches 5-6 are an optional improvement. Changes v1-v2: * add a short description to patches 2 & 3 * correct checkpatch style warnings on patch 6 It should be targeted for v3.7 Enjoy, -Benjamin