From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: deech Newsgroups: gmane.emacs.help Subject: Unexpected behaviour using multiple TTY emacsclient Date: Sun, 20 Jul 2008 13:34:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <41e6d751-3cde-4041-83a2-12a92e8d4d6c@i76g2000hsf.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: ger.gmane.org 1216586455 15607 80.91.229.12 (20 Jul 2008 20:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2008 20:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 20 22:41:43 2008 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 1KKfii-0001zI-70 for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Jul 2008 22:41:28 +0200 Original-Received: from localhost ([127.0.0.1]:37355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKfhp-0007dP-8Y for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Jul 2008 16:40:33 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i76g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 71.11.139.247 Original-X-Trace: posting.google.com 1216586063 17958 127.0.0.1 (20 Jul 2008 20:34:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 20 Jul 2008 20:34:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i76g2000hsf.googlegroups.com; posting-host=71.11.139.247; posting-account=iIbT1QoAAAAvuMyxrxgetIu9BJhvSidP User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1pre) Gecko/2008070108,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160410 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:55758 Archived-At: Today, I downloaded and installed emacs from CVS. The following article (http://shreevatsa.wordpress.com/2008/05/11/multi-tty-emacs-on- ubuntu/) demonstrated using emacsclient to pop up new instances of the editor, but the behaviour seems unstable. Here are my test sessions: ------ Open Emacs in new X window. Start server with 'M-x start-server' Open a new frame using: emacsclient -c Close the client using C-x C-c => Unexpectedly, both the server and client disappear. ------ Open Emacs in new X window. Start server with 'M-x start-server' Open a terminal session using: emacsclient -t Close the client using C-x C-c => This works, the client disappears and the server stays up. ------ Open Emacs as a terminal session. Start server with 'M-x start-server' Open a new frame using: emacsclient -c Close the client using C-x C-c => Unexpectedly, the server segfaults and client disappears. ------ Open Emacs as a terminal session. Start server with 'M-x start-server' Open a terminal session using: emacsclient -t Close the client using C-x C-c => This works, the client disappears and the server stays up.