From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: egarrulo Newsgroups: gmane.emacs.help Subject: Incremental search of a package Date: Sat, 23 Jul 2016 18:42:17 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1469292367 13149 80.91.229.3 (23 Jul 2016 16:46:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2016 16:46:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 18:46:06 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bR03v-0003cz-FO for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2016 18:46:03 +0200 Original-Received: from localhost ([::1]:52975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR03u-0002xm-Lm for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2016 12:46:02 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net 6tXgfnVsth1m2IYhl5ABdwr88q67/C3tlGtrDmo8J0VtIuRqQF Cancel-Lock: sha1:8BnLLWGXQFenbeOPRY97RbzZnbA= X-Mozilla-News-Host: snews://News.Individual.NET:563 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:218600 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110911 Archived-At: To search for a package in the "*Packages*" buffer after M-x package-show-package-list, I am currently using regular expressions like this: 1. I start an incremental regexp search; 2. I enter the string "^ " (without quotes) because each line starts with two spaces followed by the package name; 3. I start to type the name of the package. Is there a more straightforward way? If not, is it possible to write a command that performs the steps 1 and 2, so that you only need to start typing the name of the package? Thank you.