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: How to get "emacsclient --eval x" to DWIM when Emacs is not started Date: Mon, 31 Mar 2008 01:24:49 +0200 Message-ID: References: <7dbe73ed0803301309t3de07534w9b86159192214e07@mail.gmail.com> <47EFF64F.7080408@gmail.com> <47F01A61.6010508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206919508 11673 80.91.229.12 (30 Mar 2008 23:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 23:25:08 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , Mathias Dahl To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 01:25:38 2008 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 1Jg6u8-0000ef-8N for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 01:25:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6tW-0004CN-Ap for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 19:24:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg6tR-0004Ad-MX for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:24:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg6tP-0004A1-D9 for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:24:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6tP-00049q-8q for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:24:51 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg6tP-0005O1-4T for emacs-devel@gnu.org; Sun, 30 Mar 2008 19:24:51 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1686576wah.10 for ; Sun, 30 Mar 2008 16:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=dfCagp3fVzv+XKdSumI/rq5O6FrEkpcmYj5kpEj3Xv0=; b=txIUnEuF9JBoieoCBGzxKLN11hjfWkPI91Sf/jyRSIsIjJjV67WOmcE5usZjTbeWnTWzryOPeiQE8thgTpjySxp4ej0eTBeTMMheqIfNJ4VrIxMhyFZoc4NRie5rxR6C3bU7MwL6ByMugwJPsLpMNdWjZ62941F3XwJPASN8vEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KNKnzDNJ9VWnES8pcpPwi/ddGR83b/iENLOxwKm6YSSR3VJb+KNedXqpAN0TKPxH0hlT6gCHCMkN9uCEpA4MulTaCo+6yDEA8tZe0OSAd+bOaw/AeF2JrzJYDe0jjp27Fch5SYdq/HpTdCILSO4Jmy4q0fXV/LpO6MU4rDIqX6Y= Original-Received: by 10.114.151.13 with SMTP id y13mr8647851wad.134.1206919489986; Sun, 30 Mar 2008 16:24:49 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Sun, 30 Mar 2008 16:24:49 -0700 (PDT) In-Reply-To: <47F01A61.6010508@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:93986 Archived-At: On Mon, Mar 31, 2008 at 12:55 AM, Lennart Borgman (gmail) wrote: > Juanma, I think that it would be best to do some more restructuring off > the list just to avoid unnecessary noise. What do you think? After you sent me your code there were some changes to emacsclient. Try to make as clean a version of your changes as you can (I mean, as similar to what is in the CVS as possible) and I'll make time to look at it this week. Juanma