From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: minibuffer-exit when emacsclient executes Lisp code Date: Thu, 24 May 2007 09:13:13 -0400 Message-ID: References: <464A1C4B.8060504@gmail.com> <464AEAD4.8010102@gmail.com> <4654139C.7000403@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180012408 7804 80.91.229.12 (24 May 2007 13:13:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 May 2007 13:13:28 +0000 (UTC) Cc: kzeitler@alcatel-lucent.com, "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 24 15:13:22 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 1HrD84-0003NI-6D for ged-emacs-devel@m.gmane.org; Thu, 24 May 2007 15:13:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrD86-0003LF-JA for ged-emacs-devel@m.gmane.org; Thu, 24 May 2007 09:13:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HrD82-0003KI-UJ for emacs-devel@gnu.org; Thu, 24 May 2007 09:13:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HrD81-0003Js-IU for emacs-devel@gnu.org; Thu, 24 May 2007 09:13:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrD81-0003Jo-Ap for emacs-devel@gnu.org; Thu, 24 May 2007 09:13:17 -0400 Original-Received: from 4.red-83-41-5.dynamicip.rima-tde.net ([83.41.5.4] helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HrD7z-0005dx-Qs; Thu, 24 May 2007 09:13:16 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 66AC11C008; Thu, 24 May 2007 09:13:13 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Wed\, 23 May 2007 14\:56\:33 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 2) 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:71743 Archived-At: >> your patch works great. Thanks a lot. I'm afraid this patch will not make it >> into the upcoming emacs 22 nor into trunk? > No, I would not expect that. > Should we install the fix in the trunk? 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. Stefan