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: Thu, 13 Nov 2008 17:05:22 +0100 Message-ID: References: <200811131545.mADFjTVr010085@mothra.ics.uci.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 1226592384 31173 80.91.229.12 (13 Nov 2008 16:06:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2008 16:06:24 +0000 (UTC) Cc: cyd@stupidchicken.com, Stefan Monnier , emacs-devel@gnu.org To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 17:07:25 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 1L0eiO-0006JQ-AQ for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 17:06:40 +0100 Original-Received: from localhost ([127.0.0.1]:56336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0ehF-0001VW-VZ for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2008 11:05:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0ehB-0001Ty-2r for emacs-devel@gnu.org; Thu, 13 Nov 2008 11:05:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0eh9-0001Tm-KV for emacs-devel@gnu.org; Thu, 13 Nov 2008 11:05:24 -0500 Original-Received: from [199.232.76.173] (port=58552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0eh9-0001Tj-FI for emacs-devel@gnu.org; Thu, 13 Nov 2008 11:05:23 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.251]:30741) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0eh9-0000oW-Hb for emacs-devel@gnu.org; Thu, 13 Nov 2008 11:05:23 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so430530ana.21 for ; Thu, 13 Nov 2008 08:05:22 -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=vwj8f1SlQ6QYOEDacMNgxA5yephj3wBhglxbcDacZrM=; b=Ud0wOmndOulxzJpOVwq24bHKofDMxZBQvDOsTi6pMxMMp3uMkeIo+hRRwu01+NyR13 Ies3Nmw81rOY03i+dTMgyqIhKiRihXlsVjwPY9hIXa864kiROn/b78QpmAofp78sUMOm +B9ZnKdK1xAmJgMk6JzdY6PZ4VgXdw6N191Xw= 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=xhntoHyKQz6tVpvbf8tK5+W9IxeTEv+qE+yW9U+tkMv2ZS/peO4LaYVjuGhtQWC9Q1 xi5hO77B8lFGPyZqEmPjQviPD2KQzkJEY1tngTMKPNWEDiVoCh8vDaytGw+GrjMcNeuv jxKTLnR5COtX2tLVo9xFIx+2nZTPtwuY0oWbM= Original-Received: by 10.100.207.14 with SMTP id e14mr4776441ang.60.1226592322680; Thu, 13 Nov 2008 08:05:22 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Thu, 13 Nov 2008 08:05:22 -0800 (PST) In-Reply-To: <200811131545.mADFjTVr010085@mothra.ics.uci.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:105645 Archived-At: On Thu, Nov 13, 2008 at 16:45, Dan Nicolaescu wrote: > This is suspicious. Does it work when doing > emacs -Q -nw -f server-start > emacsclient -c No, and I don't have a way to test it. > Sorry, I haven't followed this long thread, so I don't know what > problems this is trying to fix. But given where we are in the release > process, it would be good if changes to the X code would be tested > on X in all possible scenarios. Of course. Could you please apply the patch and try it? Juanma