From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Walrond Newsgroups: gmane.emacs.help Subject: Re: Emacsclient, multiple displays and hanging Date: Thu, 04 Oct 2007 10:20:59 +0100 Message-ID: <4704B07B.2070709@walrond.org> References: <1191125384.791451.257590@57g2000hsv.googlegroups.com> <470158ff$0$90263$14726298@news.sunsite.dk> <1191433519.648378.222710@57g2000hsv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191489527 31002 80.91.229.12 (4 Oct 2007 09:18:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 09:18:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 04 11:18:44 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdMqc-0001sn-Sc for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2007 11:18:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdMqY-0001cj-1u for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2007 05:18:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdMq6-0001Z5-RR for help-gnu-emacs@gnu.org; Thu, 04 Oct 2007 05:17:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdMq4-0001Wo-Es for help-gnu-emacs@gnu.org; Thu, 04 Oct 2007 05:17:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdMq4-0001WH-9S for help-gnu-emacs@gnu.org; Thu, 04 Oct 2007 05:17:48 -0400 Original-Received: from marvin.h-e-r-e-s-y.com ([87.106.62.5]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IdMq3-0004Vo-Tr for help-gnu-emacs@gnu.org; Thu, 04 Oct 2007 05:17:48 -0400 Original-Received: from host86-151-174-133.range86-151.btcentralplus.com ([86.151.174.133] helo=[192.168.1.67]) by marvin.h-e-r-e-s-y.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IdMxV-0001ky-Gc for help-gnu-emacs@gnu.org; Thu, 04 Oct 2007 09:25:29 +0000 User-Agent: Icedove 1.5.0.12 (X11/20070731) In-Reply-To: X-Enigmail-Version: 0.94.2.0 X-Detected-Kernel: Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48106 Archived-At: poppyer wrote: > any good tips about your .screenrc file? > Gnu Screen's equivalent of emacs inhibit-startup-message: startup_message off Since I use emacs 24/7 and need C-a, change screens escape to C-z (and C-z to C-z z) escape ^zz I copied this hardstatus config from the example .screenrc I think hardstatus on hardstatus alwayslastline hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " This allows emacs, less etc to reinstate the screen when they exit: altscreen And a lot of stuff doesn't like TERM=screen, so I change it term xterm Anyone else got useful .screenrc tips? Andrew Walrond