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 18:34:57 -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 1433802930 26024 80.91.229.3 (8 Jun 2015 22:35:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2015 22:35:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 09 00:35:22 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 1Z25dY-0002VM-HP for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Jun 2015 00:35:20 +0200 Original-Received: from localhost ([::1]:60461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z25dX-00039a-I5 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2015 18:35:19 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx02.eternal-september.org; posting-host="77012b0f00d9770dc77aa2460fdf239b"; logging-data="21575"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198CxQCH3HKx2PAJkhMzpnh" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:MOqGIp+/c9lz+xgbWitWLkKjEQc= sha1:np/Ktm/JUZ5Fa057YXPF+raFjrU= Original-Xref: usenet.stanford.edu gnu.emacs.help:212580 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:104864 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. > I stand corrected; thx. So much the better. Oh, right, actually it's still autoloaded (contrary to all other packages in lisp/obsolete). Stefan