From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: minibuffer-exit when emacsclient executes Lisp code Date: Wed, 16 May 2007 16:58:52 +0200 Message-ID: References: <20070516140157.55B3B78EF@chatsubo.ninsei.hu> <86d510rfuj.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179327542 3992 80.91.229.12 (16 May 2007 14:59:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 May 2007 14:59:02 +0000 (UTC) Cc: karoly@lorentey.hu, emacs-devel@gnu.org To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 16:59:00 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 1HoKxw-0000e5-7Z for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 16:59:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoL5v-0003HV-JX for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 11:07:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HoL5s-0003HJ-AV for emacs-devel@gnu.org; Wed, 16 May 2007 11:07:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HoL5p-0003EZ-L4 for emacs-devel@gnu.org; Wed, 16 May 2007 11:07:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoL5p-0003EW-GU for emacs-devel@gnu.org; Wed, 16 May 2007 11:07:09 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoKxp-0001Bn-EA for emacs-devel@gnu.org; Wed, 16 May 2007 10:58:53 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so201499wxc for ; Wed, 16 May 2007 07:58:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uc0eiF3h1GGA6t3eYExi05Gtlr2vq7F96Ip4I4p7kMJzb2/nz/fduy7jgiHrEiE7fu9JcqspdlGzkukqcYmDadvWDpp4PrzUdj48tv+GPbgLdIx5qCEV42CXcsoRESjK5U6aMhqt5awr35p0AxhHIhdWQszE7vMhATmJGNt60iE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fM2w3z2l7F7cdhF2zKkuh8G8APWcKT4XXJTwNYnzSYZsLiHW8QSLEiXpHG+in/IWUyiTsX7vsrP3zy2OB1J4DWiPzD2YRBq0qMH4GDHZrMuKZIFcOtnAXRjX49/2GkETqmeIJ/DzzliZoAdU1Ky5F8aTwZ6XAOKd/KiSchYPcpE= Original-Received: by 10.90.87.5 with SMTP id k5mr8103484agb.1179327532853; Wed, 16 May 2007 07:58:52 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Wed, 16 May 2007 07:58:52 -0700 (PDT) In-Reply-To: <86d510rfuj.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:71176 Archived-At: On 5/16/07, David Kastrup wrote: > Since multi-tty is planned for Emacs 23, polishing the uni-tty > emacsclient appears like a waste of effort. Before believing that I'd like to know how the multi-tty features are going to affect the current functionality. For example, does implementing some variant of Lennart's much-wanted Emacs auto-start make sense, or is that functionality subsumed somehow for the multi-tty feature set? Juanma