From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Error processing some command line arguments Date: Wed, 12 Jun 2002 19:22:54 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020612192025.C628.LEKTU@terra.es> References: <20020606183231.E3D9.LEKTU@terra.es> <200206072322.g57NMjh27253@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023902688 23257 127.0.0.1 (12 Jun 2002 17:24:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 17:24:48 +0000 (UTC) Cc: eliz@is.elta.co.il, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17IBrU-000630-00 for ; Wed, 12 Jun 2002 19:24:48 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ICFO-0003XT-00 for ; Wed, 12 Jun 2002 19:49:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IBqt-0003x0-00; Wed, 12 Jun 2002 13:24:11 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IBpg-0003op-00; Wed, 12 Jun 2002 13:22:57 -0400 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g5CHMrU30396; Wed, 12 Jun 2002 19:22:54 +0200 Original-To: rms@gnu.org In-Reply-To: <200206072322.g57NMjh27253@aztec.santafe.edu> X-Mailer: Becky! ver. 2.00.11 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4801 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4801 On Fri, 7 Jun 2002 17:22:45 -0600 (MDT), Richard Stallman wrote: > "The arg is consumed" could mean many different things. > Could you state what you observe in terms of values of specific > variables and contents of specific data? My mistake, it was not a C-level bug, but a misplaced parenthesis in x-handle-switch (term/w32-win.el) so it didn't update x-invocation-args after processing a "-switch value" pair. It is fixed now. /L/e/k/t/u