From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: conover@panix.com (John Conover) Newsgroups: gmane.emacs.help Subject: iconify-frame on emacs 28.2 Date: Fri, 15 Mar 2024 19:11:35 -0700 Message-ID: <20240316021135.28863.qmail@panix.com> Reply-To: John Conover Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31237"; 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 Sat Mar 16 03:12:26 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 1rlJX8-0007zK-1d for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 16 Mar 2024 03:12:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rlJWS-0008TZ-Ax; Fri, 15 Mar 2024 22:11:44 -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 1rlJWR-0008TM-Lo for help-gnu-emacs@gnu.org; Fri, 15 Mar 2024 22:11:43 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlJWQ-0002i6-2Q for help-gnu-emacs@gnu.org; Fri, 15 Mar 2024 22:11:43 -0400 Original-Received: from localhost.localdomain (c-98-210-53-45.hsd1.ca.comcast.net [98.210.53.45]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4TxPkK2vWZz4Pfs for ; Fri, 15 Mar 2024 22:11:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1710555097; bh=eS1YBMyr3QN0bW3wdnldTeJa9SUiRB2eZnujBb8DQLI=; h=Date:To:Subject:Reply-To:From; b=fu4YGYMXsvKyMxRmjzmAUv08WIghHq0T/Uay8qbAOvNzD3Tubh2sCg5O7ZN0X2VJW Hd2RkrjFUN29NsYhqj6XPMYxKL5jWwNx5/P+EKsttY38WcJFprsXiGHANgFzKMg098 N3pvjJx5T2LW5kPWdsPiT8v9DZTvSds4vvIMlFks= Original-Received: (qmail 28864 invoked by uid 4199); 16 Mar 2024 02:11:35 -0000 X-Mailer: VM 7.19 under Emacs 27.1 Received-SPF: pass client-ip=166.84.1.89; envelope-from=conover@panix.com; helo=mailbackend.panix.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:146101 Archived-At: I make extensive use of emacsclient across a network of machines, and iconify-frame has stopped working with emacsclient; it just hangs showing the "*scratch*" buffer, and will not iconify emacs without killing the emacsclient process, and starting all over. Typing M-x iconify-frame produces: "You can run the command 'iconify-frame' with M-x ico-f RET" Replacing iconify-frame with ico-f in ~/.emacs.elc produces: "Symbol's function is void: ico-f" Anyone have any ideas? Thanks, John -- John Conover, conover@panix.com, http://www.johncon.com/