From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: extensions for emacsclient (CVS version) Date: 10 Sep 2003 08:38:28 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063198333 31710 80.91.224.253 (10 Sep 2003 12:52:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 12:52:13 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Sep 10 14:52:11 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19x4SB-0005Av-00 for ; Wed, 10 Sep 2003 14:52:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19x4SY-00017e-00 for ; Wed, 10 Sep 2003 14:52:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19x4Rx-00078V-VY for emacs-devel@quimby.gnus.org; Wed, 10 Sep 2003 08:51:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19x4Q9-0005kD-Dm for emacs-devel@gnu.org; Wed, 10 Sep 2003 08:50:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19x4Q6-0005iC-PO for emacs-devel@gnu.org; Wed, 10 Sep 2003 08:50:03 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19x4Q5-0005gF-Op; Wed, 10 Sep 2003 08:50:01 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by mx20.gnu.org with esmtp (Exim 4.22) id 19x4FB-0001db-3L; Wed, 10 Sep 2003 08:38:45 -0400 Original-Received: from noir.iro.umontreal.ca (noir.iro.umontreal.ca [132.204.26.236]) by mercure.iro.umontreal.ca (8.12.9/8.12.9) with ESMTP id h8ACcTHD001359; Wed, 10 Sep 2003 08:38:29 -0400 Original-Received: (from monnier@localhost) by noir.iro.umontreal.ca (8.12.9/8.12.9) id h8ACcSdM003613; Wed, 10 Sep 2003 08:38:28 -0400 Original-To: =?utf-8?b?QW5kcmVhcyBCw7xzY2hpbg==?= =?utf-8?b?Zw==?= In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-MailScanner-DIRO: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16264 >>> Okay, I understand, we _would_ need to find good and emacs like method >>> to handle this potential problem, but what I would like to know first is, >>> if this patch has any chance to get into CVS. >> It seems perfectly reasonable to me. > This sounds great. So I will work on some security stuff and user > feedback, when this error occurs. I also like it (actually, in the past, I've suggested to obey $TMP so as to be able to use different sockets, but an explicit socket-name argument sounds much better). > Is there also a chance to get a patch into CVS which enables > emacsclient to read from stdin? Sounds good to me (especially for the -eval case). Stefan