From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 15 13:18:54 2010 Received: (at submit) by debbugs.gnu.org; 15 Jan 2010 18:18:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVql3-0006yZ-RU for submit@debbugs.gnu.org; Fri, 15 Jan 2010 13:18:54 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVql1-0006yU-Nd for submit@debbugs.gnu.org; Fri, 15 Jan 2010 13:18:52 -0500 Received: from mx10.gnu.org ([199.232.76.166]:36492) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVqkx-0006Ur-7C for submit@debbugs.gnu.org; Fri, 15 Jan 2010 13:18:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NVqku-0006rA-F4 for submit@debbugs.gnu.org; Fri, 15 Jan 2010 13:18:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:37489) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVqku-0006qg-3I for submit@debbugs.gnu.org; Fri, 15 Jan 2010 13:18:44 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVqkt-0002Cz-0S for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2010 13:18:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVqkn-00029h-WC for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2010 13:18:41 -0500 Received: from [199.232.76.173] (port=49096 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVqkn-00029N-8w for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2010 13:18:37 -0500 Received: from proxy1.bredband.net ([195.54.101.71]:55072) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVqkm-0006n2-Lf for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2010 13:18:36 -0500 Received: from ipb1.telenor.se (195.54.127.164) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C002658356 for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2010 19:18:34 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao90AGNAUEtV4S1uPGdsb2JhbACBRIMWg1qHZQGLXgEBAQE3RbEpi2mCTYFkBA X-IronPort-AV: E=Sophos;i="4.49,283,1262559600"; d="scan'208";a="26891761" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 15 Jan 2010 19:18:34 +0100 Received: from gaffa.localdomain (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTPS id 234047FA01A for ; Fri, 15 Jan 2010 19:18:34 +0100 (CET) Received: Remove Received: (from jhd@localhost) by gaffa.localdomain (8.14.3/8.14.3/Submit) id o0FIIXnS028725; Fri, 15 Jan 2010 19:18:33 +0100 X-Authentication-Warning: gaffa.localdomain: jhd set sender to jan.h.d@swipnet.se using -f From: jan.h.d@swipnet.se (Jan =?utf-8?Q?Dj=C3=A4rv?=) To: bug-gnu-emacs@gnu.org Subject: 23.1.91; -Q becomes unknown if -displat is given. Date: Fri, 15 Jan 2010 19:18:33 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) Start emacs: % emacs -Q -display :0 A message appears in the minibuffer: Unknown option -Q. This is from command-line-1. -Q has not been handeled since sort_args seems to always put -display before -Q (and others) handled in startup.el. Thus the handling of option stops when -display is seen and -Q gets passed to command-line-1, which chould not happen. I don't understand the comment in emacs.c: /* -d must come last before the options handled in startup.el. */ { "-d", "--display", 60, 1 }, { "-display", 0, 60, 1 }, Changing the prio to 6 cures this bug, but the comment seems to indicate this is the wrong thing to do. In GNU Emacs 23.1.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3) of 2010-01-15 on gaffa Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--prefix=/opt/emacs-cvs' '--verbose' '--enable-asserts' 'CFLAGS=-g'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: sv_SE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: delete-selection-mode: t icomplete-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r t - e m Recent messages: Loading /home/jhd/lib/elisp/BAK-file.el (source)...done Loading /home/jhd/lib/elisp/ccsetup.el (source)...done Loading icomplete...done Loading /home/jhd/lib/elisp/saveframe.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. command-line-1: Unknown option `-Q' Load-path shadows: None found. Features: (shadow sort mail-extr message sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug desktop msb delsel icomplete cc-mode cc-fonts easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt time tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 16 14:30:59 2010 Received: (at 5392) by debbugs.gnu.org; 16 Jan 2010 19:30:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NWEMM-0007qD-BX for submit@debbugs.gnu.org; Sat, 16 Jan 2010 14:30:58 -0500 Received: from pantheon-po43.its.yale.edu ([130.132.50.104]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NWEMI-0007q3-Iw for 5392@debbugs.gnu.org; Sat, 16 Jan 2010 14:30:56 -0500 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0GJUo4j012647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 16 Jan 2010 14:30:50 -0500 Received: by furry (Postfix, from userid 1000) id 11A98C05D; Sat, 16 Jan 2010 12:30:50 -0700 (MST) From: Chong Yidong To: jan.h.d@swipnet.se () Subject: Re: 23.1.91; -Q becomes unknown if -displat is given. Date: Sat, 16 Jan 2010 14:30:50 -0500 Message-ID: <8763717sph.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 5392 Cc: 5392@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) > % emacs -Q -display :0 > > A message appears in the minibuffer: Unknown option -Q. > This is from command-line-1. -Q has not been handeled since > sort_args seems to always put -display before -Q (and others) handled > in startup.el. Thus the handling of option stops when -display is seen > and -Q gets passed to command-line-1, which chould not happen. > > I don't understand the comment in emacs.c: > /* -d must come last before the options handled in startup.el. */ > { "-d", "--display", 60, 1 }, > { "-display", 0, 60, 1 }, > > Changing the prio to 6 cures this bug, but the comment seems to indicate > this is the wrong thing to do. The --display arg is a little funny, because it is handled partly in C and partly in Lisp. That's why it needs to have high priority. I've tweaked `command-line' to handle it specially. Thanks for noticing this. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 16 14:31:10 2010 Received: (at control) by debbugs.gnu.org; 16 Jan 2010 19:31:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NWEMX-0007qt-Qe for submit@debbugs.gnu.org; Sat, 16 Jan 2010 14:31:09 -0500 Received: from pantheon-po19.its.yale.edu ([130.132.50.75]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NWEMW-0007qV-1i for control@debbugs.gnu.org; Sat, 16 Jan 2010 14:31:08 -0500 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po19.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0GJV38W029115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 16 Jan 2010 14:31:03 -0500 Received: by furry (Postfix, from userid 1000) id A1DC9C05D; Sat, 16 Jan 2010 12:31:03 -0700 (MST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 5392 Date: Sat, 16 Jan 2010 14:31:03 -0500 Message-ID: <873a257sp4.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.5 (-----) close 5392 thanks From unknown Thu Jun 19 14:12:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Feb 2010 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator