From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Hori Newsgroups: gmane.emacs.help Subject: Changing the current buffer on a minibuffer-only frame Date: Thu, 14 Oct 2010 20:42:03 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1287114152 7645 80.91.229.12 (15 Oct 2010 03:42:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2010 03:42:32 +0000 (UTC) To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 15 05:42:31 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P6bBe-0004i0-9s for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Oct 2010 05:42:30 +0200 Original-Received: from localhost ([127.0.0.1]:35855 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6bBd-0007OI-5r for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Oct 2010 23:42:29 -0400 Original-Received: from [140.186.70.92] (port=42653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6bBF-0007Nz-Pj for help-gnu-emacs@gnu.org; Thu, 14 Oct 2010 23:42:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6bBE-00031m-QP for help-gnu-emacs@gnu.org; Thu, 14 Oct 2010 23:42:05 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:63476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6bBE-00031b-M9 for help-gnu-emacs@gnu.org; Thu, 14 Oct 2010 23:42:04 -0400 Original-Received: by wyf28 with SMTP id 28so345425wyf.0 for ; Thu, 14 Oct 2010 20:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=UUIfC//KmwXIT0LyQUHtw8Ik38zG2Loc0nix4qWwD0s=; b=c+24uAlru3g3nh7A7rYyV8Hn82V2aSrPc6389oP6IL83BPx1tf/e8oPLSFlMv/a/2j Kq6X4Pxo9unQpp5XYUxaT91NKeioL6sbK9rr9XyO14mEjngiCGxr7xzU7b/s2e0Ob84X X3blsN9LGViaD74VmLEblT1pAaz3LP25Yiwi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=N2arfkXQfvic/AcImzq41rrs9PGNW1OsJxUHR7qLtaGzVd99g9AGYh3O3oUYSNVjgS CqqWtRPP28pv9P7O72V3+DCxlukKdjwWE7aKj0LBUQkTIhIVpiv4pQUTuTFagjJN2FLJ wjiOdQExO+DXEJnZu9uys5k45KJl29BB/X98Q= Original-Received: by 10.216.93.10 with SMTP id k10mr912725wef.38.1287114123172; Thu, 14 Oct 2010 20:42:03 -0700 (PDT) Original-Received: by 10.216.50.209 with HTTP; Thu, 14 Oct 2010 20:42:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75126 Archived-At: A minibuffer-only frame, e.g. (make-initial-minibuffer-frame nil), selects the displayed buffer on a caller window as the default buffer on the newly-created frame. I am unaware of any way to specify or change an arbitrary buffer for this frame. Is there anyone who knows how to do so?