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: emacsclient's option decoding code Date: Sun, 2 Nov 2008 23:00:53 +0100 Message-ID: References: <87wsflyf80.fsf@cyd.mit.edu> 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 1225663267 29054 80.91.229.12 (2 Nov 2008 22:01:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2008 22:01:07 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 02 23:02:09 2008 connect(): Connection refused 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 1Kwl1M-00036r-Cy for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 23:02:08 +0100 Original-Received: from localhost ([127.0.0.1]:44828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwl0F-0002bf-Kz for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 17:00:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwl0C-0002bN-Dp for emacs-devel@gnu.org; Sun, 02 Nov 2008 17:00:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwl0C-0002bB-0m for emacs-devel@gnu.org; Sun, 02 Nov 2008 17:00:56 -0500 Original-Received: from [199.232.76.173] (port=58299 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwl0B-0002b8-Sc for emacs-devel@gnu.org; Sun, 02 Nov 2008 17:00:55 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:7679) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwl0A-0006wj-M9; Sun, 02 Nov 2008 17:00:54 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so869351ywk.66 for ; Sun, 02 Nov 2008 14:00:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=V1iJ9qdRZ0MpCrnBvXCzBsG9T7jLKRQSZ+dqhq6UHFE=; b=nv2Qe+yKElIZAB8ba/JGHBfm9WpNbudaBlr0z0XCFN/syR2IGwoIklWpEPWh/zcciI eaR0E1CdPOOh7dgV6RquAAr87/fNrTbw1J0F9hDKMQyCX675yOLDLRwp1IYIYbKf87Pb 3lXXqqQMHoGlKj19woqXJNSVG96Q4YAGDcFeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=u+f8MnmNggcz9MaywceElS0bKMnl0wn4uJyGC9it+RysDIRSwFcUVJCojtKkS/kXsG NoLyypudsp229qElS93bJnpLeO70k1OmyCKJddvPP5cNRvoVVIos55ir+z6qwQdNQIoo 1GSdKBKdHavap9gZfpLy7wI3zKHsRXd7rM/KQ= Original-Received: by 10.101.69.10 with SMTP id w10mr2177553ank.98.1225663253632; Sun, 02 Nov 2008 14:00:53 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sun, 2 Nov 2008 14:00:53 -0800 (PST) In-Reply-To: <87wsflyf80.fsf@cyd.mit.edu> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/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:105272 Archived-At: On Sun, Nov 2, 2008 at 22:45, Chong Yidong wrote: > Hopefully nothing broke. My testing indicates no problems. _find_tty is defined inside the "#if !defined (NO_SOCKETS_IN_FILE_SYSTEM)" conditional, so yes, something breaks on Windows: oo-spd/i386/emacsclient.o: In function `main': C:\emacs\lib-src/emacsclient.c:1490: undefined reference to `_find_tty' collect2: ld returned 1 exit status Juanma