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: Not loading the Registry settings Date: Mon, 14 Sep 2009 15:54:48 +0200 Message-ID: References: <4AAB93D4.8070201@harpegolden.net> <87skerr30v.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1252936653 7968 80.91.229.12 (14 Sep 2009 13:57:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 13:57:33 +0000 (UTC) Cc: David De La Harpe Golden , Emacs developers , Miles Bader To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 14 15:57:25 2009 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 1MnC3W-0002Tc-S2 for ged-emacs-devel@m.gmane.org; Mon, 14 Sep 2009 15:57:23 +0200 Original-Received: from localhost ([127.0.0.1]:49685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnC3W-0002Ai-4q for ged-emacs-devel@m.gmane.org; Mon, 14 Sep 2009 09:57:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnC3R-0002AG-9d for emacs-devel@gnu.org; Mon, 14 Sep 2009 09:57:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnC3M-0002A2-AG for emacs-devel@gnu.org; Mon, 14 Sep 2009 09:57:16 -0400 Original-Received: from [199.232.76.173] (port=58881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnC3M-00029z-6F for emacs-devel@gnu.org; Mon, 14 Sep 2009 09:57:12 -0400 Original-Received: from mail-fx0-f226.google.com ([209.85.220.226]:53796) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnC2p-0004Ql-6N; Mon, 14 Sep 2009 09:56:39 -0400 Original-Received: by fxm26 with SMTP id 26so2222045fxm.42 for ; Mon, 14 Sep 2009 06:56:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=clxDgHoYk+7/XjXudLKIGX0HHnyBd02wwngLs2sr/ZA=; b=d+Lka9YVUyRCLeVu6YL09dm+Fr9qV6RkRBzGm9daxvJem0m5xytN8gZOJWG+Fv/86V d6g+8V4ltncHA/cbSeRZ9Mg6xldwCe8V7wUlgjtc1jFavLWreBuQbH/5IO8TehszSK24 IhUhcIyRf8BUI+mKaazz6st2t7oketPCGSqSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uNZ2cs3B7OlrzxStgjXy2u8Qlm5pV9MuMijM6D6mXHDf/5joJR84IhX8UYikL4s70V 4a6r1FUZrlactlWjOwXn9g2XsaEjrOHKawQltWp0MSm9Y0LHpbaGlwY0Y7QRnly0thWy TOsjnJdk5dZLUch/aQi+/DEDfhEgpn/pjkkno= Original-Received: by 10.239.130.154 with SMTP id 26mr541339hbj.57.1252936598071; Mon, 14 Sep 2009 06:56:38 -0700 (PDT) In-Reply-To: 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:115303 Archived-At: On Mon, Sep 14, 2009 at 15:48, Juanma Barranquero wrote: > I think that's OK, but the double-parsing of -Q is not > very satisfactory. =C2=A0I'd rather see a new variable Vinhibit_x_resourc= es > instead, which the Lisp code could set to non-nil when it parses > the -Q argument. I think I've misread this bit in my previous answer. Do you mean that all the -Q processing would be done in startup.el? I think it is too late then to affect to some initializations that read from X resources / Registry. What I did instead was to process -Q in emacs.c and set a Lisp variable for startup.el. Juanma