From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: frame-visible-p and suspend-tty Date: Sat, 17 Jan 2009 23:34:44 +0200 Message-ID: References: <87eiz1wx3q.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1232228156 8702 80.91.229.12 (17 Jan 2009 21:35:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2009 21:35:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 17 22:37:06 2009 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 1LOIqo-0000bW-1u for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 22:37:06 +0100 Original-Received: from localhost ([127.0.0.1]:56097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOIpW-0003f8-MM for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 16:35:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOIpS-0003dv-J1 for emacs-devel@gnu.org; Sat, 17 Jan 2009 16:35:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOIpQ-0003bH-NQ for emacs-devel@gnu.org; Sat, 17 Jan 2009 16:35:40 -0500 Original-Received: from [199.232.76.173] (port=51244 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOIpQ-0003bE-IW for emacs-devel@gnu.org; Sat, 17 Jan 2009 16:35:40 -0500 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:30410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOIpP-0006ZL-Ft for emacs-devel@gnu.org; Sat, 17 Jan 2009 16:35:39 -0500 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KDM00200X6N6D00@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Sat, 17 Jan 2009 23:34:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.42.36]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KDM002X5XA4WPE0@i-mtaout7.012.net.il>; Sat, 17 Jan 2009 23:34:53 +0200 (IST) In-reply-to: <87eiz1wx3q.fsf@cyd.mit.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:107943 Archived-At: > From: Chong Yidong > Cc: emacs-devel@gnu.org > Date: Sat, 17 Jan 2009 14:28:41 -0500 > > Eli Zaretskii writes: > > > The documentation of frame-visible-p says: > > > > On a text-only terminal, all frames are considered visible, whether > > they are currently being displayed or not, and this function returns > > @code{t} for all frames. > > > > What about a text-only terminal that has been suspended? The frames > > on such a terminal are neither visible nor being updated, and yet this > > function seems to still return t for them (unless my testing was > > faulty). That doesn't sound right. > > IIUC, a text terminal cannot be suspended unless it is the only existing > terminal. ??? suspend-tty works _only_ if at least one more terminal exists, see its docs.