From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Automatically switching to a buffer from interactive function Date: Fri, 28 Jun 2024 15:22:43 +0300 Message-ID: <865xtt45po.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6588"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 28 14:23:25 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sNAdP-0001Nt-FJ for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Jun 2024 14:23:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sNAcq-0007Zq-LW; Fri, 28 Jun 2024 08:22:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNAco-0007Zg-Pi for help-gnu-emacs@gnu.org; Fri, 28 Jun 2024 08:22:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNAco-0008VP-Gz for help-gnu-emacs@gnu.org; Fri, 28 Jun 2024 08:22:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=QctX9MTqNKJSTl9a7Ibf0o86KO4InWUyaTkc2qOxgqI=; b=bNdnXHSgIhmC p4HRBcBHeNFGQ84cVPXgaZzkkBkK7zTQWdJcj58UMgYqLdfWquisbytowgCB1xksp136jrkLQCMhQ UP8+t8ypIPKfLhsD6t5qUhStmsEzf9SS2RKxQ8PzkCkk6/P26HUjL3WhzgIqzM7izp3hP2UEZZ9sS /W1e4fPPb1iGrKDAkgoPMjiN7xVNNR8H5EV47yqIFj9xUO2RE53Dzqbfp6khk2kA2Qks0ynS7jLS+ 0KFkrVMqMcOkmphkPrn+LMEgKCtDD4Hf4GMVwl69BfQZMYleeZYCNadQUJ+4ouH+o1V05NlCNCxMv puz8dWbIWsKWY5or5nJtzw==; In-Reply-To: (message from Heime on Fri, 28 Jun 2024 12:08:41 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147015 Archived-At: > Date: Fri, 28 Jun 2024 12:08:41 +0000 > From: Heime > > I am inserting text in buffer "Mondisplay" and want to switch to it automatically > rather than having the user select it from the buffers menu. Use pop-to-buffer after you insert all the text into the buffer.