From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: error "Cannot switch buffers in (minibuffer | a dedicated) window" Date: Thu, 20 Dec 2007 19:43:12 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198197809 10612 80.91.229.12 (21 Dec 2007 00:43:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 00:43:29 +0000 (UTC) Cc: Emacs-Devel To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 21 01:43:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J5VzG-00014l-Rh for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 01:43:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5Vyx-0007fl-AC for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 19:43:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5Vyt-0007cG-Ei for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:43:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5Vys-0007aR-MR for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:43:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5Vys-0007aI-C3 for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:43:14 -0500 Original-Received: from bas-flu-bbcs-dynip-199-119.vtx.ch ([83.228.199.119] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5Vyr-0005c6-US for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:43:14 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id E9471B40F3; Thu, 20 Dec 2007 19:43:12 -0500 (EST) In-Reply-To: (Drew Adams's message of "Mon, 17 Dec 2007 14:27:00 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85323 Archived-At: > Am I missing something, or is this a gratuitous error that just gets > in the way? It's just a way to say "please get all authors to stop using switch-to-buffer from their elisp package and replace them with calls to pop-to-buffer". Stefan