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: Failure in building Emacs 23.0.50 on Cygwin (fwd) Date: Wed, 05 Sep 2007 13:22:37 -0700 Message-ID: <200709052022.l85KMftF014117@oogie-boogie.ics.uci.edu> References: <20070903075037.2652@blackhawk> <20070903092334.2296@blackhawk> <200709041620.l84GKRKJ026897@oogie-boogie.ics.uci.edu> <200709042136.l84Lawms007683@oogie-boogie.ics.uci.edu> <200709051738.l85HcYIp008041@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189023943 15981 80.91.229.12 (5 Sep 2007 20:25:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 20:25:43 +0000 (UTC) Cc: Eli Zaretskii , "d.henman" , emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 22:25:42 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 1IT1RT-0006Hv-Af for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 22:25:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IT1RR-0002yB-0O for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 16:25:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IT1RL-0002xF-VT for emacs-devel@gnu.org; Wed, 05 Sep 2007 16:25:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IT1RL-0002wr-6B for emacs-devel@gnu.org; Wed, 05 Sep 2007 16:25:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IT1RL-0002wo-46 for emacs-devel@gnu.org; Wed, 05 Sep 2007 16:25:31 -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 1IT1RG-00041d-Od; Wed, 05 Sep 2007 16:25:27 -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 l85KMftF014117; Wed, 5 Sep 2007 13:22:41 -0700 (PDT) In-Reply-To: (Angelo Graziosi's message of "Wed\, 5 Sep 2007 21\:58\:50 +0200") Original-Lines: 33 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:77904 Archived-At: Angelo Graziosi writes: > On Wed, 5 Sep 2007, Dan Nicolaescu wrote: > > > > > Can you suspend/resume emacs when using emacs -nw? > > Can you use emacsclient -t? Can you suspend/resume an "emacsclient -t" frame? > > Sorry for my ignorance, but I have not understood! > > How 'suspend/resume' ? > > May you describe the steps ? Sure. Run in a terminal: emacs -nw Press C-z, this should bring back the shell prompt. Type: fg This should display emacs again in the terminal. Make sure that you can still type in it. Another test, run: emacs M-x server-start RET the go to a terminal window and run emacsclient -t This should display an emacs frame in that terminal. Press C-z, this should bring back the shell prompt. Type: fg This should display the emacs frame again in the terminal. Make sure that you can still type in it.