From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Terminology in multi-tty primitives Date: Wed, 31 Dec 2008 15:03:48 -0800 (PST) Message-ID: <200812312303.mBVN3mKx005791@mothra.ics.uci.edu> References: <87zlies8wo.fsf@xemacs.org> <200812310220.mBV2KWv4001309@mothra.ics.uci.edu> <200812312139.mBVLdSUA005626@mothra.ics.uci.edu> <200812312155.mBVLtRtF005653@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230764696 28030 80.91.229.12 (31 Dec 2008 23:04:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2008 23:04:56 +0000 (UTC) Cc: cyd@stupidchicken.com, stephen@xemacs.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 01 00:06:02 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 1LIA7t-0001ve-Up for ged-emacs-devel@m.gmane.org; Thu, 01 Jan 2009 00:05:38 +0100 Original-Received: from localhost ([127.0.0.1]:54297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LIA6f-0002f0-1y for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 18:04:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LIA6b-0002ev-Hg for emacs-devel@gnu.org; Wed, 31 Dec 2008 18:04:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LIA6a-0002ei-SL for emacs-devel@gnu.org; Wed, 31 Dec 2008 18:04:01 -0500 Original-Received: from [199.232.76.173] (port=51427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LIA6a-0002ef-PT for emacs-devel@gnu.org; Wed, 31 Dec 2008 18:04:00 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:56352) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LIA6X-0001Pt-Ua; Wed, 31 Dec 2008 18:03:58 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mBVN3mV7007364; Wed, 31 Dec 2008 15:03:48 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBVN3mKx005791; Wed, 31 Dec 2008 15:03:48 -0800 (PST) In-Reply-To: (Eli Zaretskii's message of "Thu, 01 Jan 2009 00:10:31 +0200") Original-Lines: 21 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBVN3mV7007364 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:107487 Eli Zaretskii writes: > > Date: Wed, 31 Dec 2008 13:55:27 -0800 (PST) > > From: Dan Nicolaescu > > Cc: monnier@iro.umontreal.ca, rms@gnu.org, cyd@stupidchicken.com, > > stephen@xemacs.org, emacs-devel@gnu.org > > > > Eli Zaretskii writes: > > > > > > there's a single user (in server.el) in the tree... > > > > > > But that's true for many (most?) of the multi-tty features, isn't it? > > > > Examples please. > > suspend-tty, resume-tty, delete-terminal. Not really similar, these are C functions used in elisp. They have much better defined semantics. make-frame-on-tty is not something that can be really used, and it's just a simple wrapper for make-frame.