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: Multi-tty design (Re: Reordering etc/NEWS) Date: Mon, 14 May 2007 09:48:43 -0700 Message-ID: <200705141648.l4EGmmvW007675@oogie-boogie.ics.uci.edu> References: <85ejlmh402.fsf@lola.goethe.zz> <4645AE8D.8080004@lorentey.hu> <85r6pmcgj2.fsf@lola.goethe.zz> <4645F78F.9070406@lorentey.hu> <85y7jtc41t.fsf@lola.goethe.zz> <4646F1C6.4020709@lorentey.hu> <851whkrioc.fsf@lola.goethe.zz> <85hcqg4qxs.fsf@lola.goethe.zz> <85d5144p78.fsf@lola.goethe.zz> <200705131822.l4DIMtXt019128@oogie-boogie.ics.uci.edu> <85abw8o51q.fsf@lola.goethe.zz> <464835DE.3020007@lorentey.hu> <86y7jrr8rx.fsf@lola.quinscape.zz> <86lkfrr3s6.fsf@lola.quinscape.zz> <86d513r2i1.fsf@lola.quinscape.zz> <861whjr097.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179161439 16178 80.91.229.12 (14 May 2007 16:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 16:50:39 +0000 (UTC) Cc: Andreas Schwab , Karoly Lorentey , joakim@verona.se, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 14 18:50:37 2007 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 1Hndkl-0002Wj-7X for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 18:50:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HndsW-0007a0-TW for ged-emacs-devel@m.gmane.org; Mon, 14 May 2007 12:58:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HndsT-0007Z1-Pl for emacs-devel@gnu.org; Mon, 14 May 2007 12:58:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HndsS-0007YK-LQ for emacs-devel@gnu.org; Mon, 14 May 2007 12:58:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HndsS-0007YH-I8 for emacs-devel@gnu.org; Mon, 14 May 2007 12:58:28 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hndke-0003yy-Qa; Mon, 14 May 2007 12:50:25 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l4EGmmvW007675; Mon, 14 May 2007 09:48:48 -0700 (PDT) In-Reply-To: <861whjr097.fsf@lola.quinscape.zz> (David Kastrup's message of "Mon\, 14 May 2007 15\:41\:08 +0200") Original-Lines: 19 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-kernel: Solaris 9 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:71041 Archived-At: David Kastrup writes: > Andreas Schwab writes: > > > David Kastrup writes: > > > >> Thanks for your input. But all other applications (including Emacs > >> 22.x) run in this situation using either tty or DISPLAY. > > > > Worksforme. > > Current checkout of multi-tty from Savannah CVS? Worksforme too, current checkout of multi-tty from Savannah CVS, then ./configure --prefix=..... ; make bootstrap strace of src/emacs -Q -nw shows that it's using terminfo not termcap. What system are you on?