From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: How to select one of the buffers that match a substring in "switch-to-buffer"? Date: Mon, 08 Jun 2015 16:33:49 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433795728 7630 80.91.229.3 (8 Jun 2015 20:35:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2015 20:35:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 08 22:35:26 2015 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 1Z23lR-0001u8-3o for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2015 22:35:21 +0200 Original-Received: from localhost ([::1]:60128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z23lQ-0008KW-9G for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2015 16:35:20 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Injection-Info: mx02.eternal-september.org; posting-host="6551a55313eeb1483cdfad32ce9cec6d"; logging-data="23324"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wr+qe0dzplId5DIZAEx02" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:bgnIZIucUCV7pYLEiTnCyFXI/Lc= sha1:GmNr0UlxZ0381GWX61MD8kVWYs4= Original-Xref: usenet.stanford.edu gnu.emacs.help:212576 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104860 Archived-At: > The fact that it is no longer distributed with Emacs does not mean > that you can't still use it. Huh? It's still very much distributed with Emacs. It's just not auto-loaded, so you need to (require 'iswtchb) if you want it. That's been the standard way to handle obsoleted packages for the last ... 10 years at least. Stefan