From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: minibuffer-exit when emacsclient executes Lisp code Date: Fri, 25 May 2007 03:37:54 -0400 Message-ID: References: <464A1C4B.8060504@gmail.com> <464AEAD4.8010102@gmail.com> <4654139C.7000403@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1180078757 25574 80.91.229.12 (25 May 2007 07:39:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 May 2007 07:39:17 +0000 (UTC) Cc: kzeitler@alcatel-lucent.com, lennart.borgman@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 25 09:39:15 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 1HrUOJ-0000fP-CZ for ged-emacs-devel@m.gmane.org; Fri, 25 May 2007 09:39:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrUOI-00010w-W3 for ged-emacs-devel@m.gmane.org; Fri, 25 May 2007 03:39:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HrUNL-0000Xy-J9 for emacs-devel@gnu.org; Fri, 25 May 2007 03:38:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HrUNK-0000XV-Uf for emacs-devel@gnu.org; Fri, 25 May 2007 03:38:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrUNK-0000XL-J8 for emacs-devel@gnu.org; Fri, 25 May 2007 03:38:14 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HrUNK-000658-8k for emacs-devel@gnu.org; Fri, 25 May 2007 03:38:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HrUN0-0007rr-C9; Fri, 25 May 2007 03:37:54 -0400 In-reply-to: (message from Stefan Monnier on Thu, 24 May 2007 09:13:13 -0400) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71793 Archived-At: I think the right solution will look different, and also the right solution will depend on what the multi-tty's server.el does, so it's probably better to fix it in the multi-tty branch than in the trunk, or else to wait until the multi-tty branch is merged into the trunk. Would someone please fix it in the multi-tty branch?