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: Not loading the Registry settings Date: Sat, 12 Sep 2009 13:45:19 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252755963 936 80.91.229.12 (12 Sep 2009 11:46:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 11:46:03 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 12 13:45:56 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 1MmR3D-0000l1-Vu for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 13:45:56 +0200 Original-Received: from localhost ([127.0.0.1]:47128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmR3D-0001PL-E9 for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 07:45:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmR34-0001Kf-Hb for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:45:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmR2z-00017u-Bc for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:45:45 -0400 Original-Received: from [199.232.76.173] (port=38908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmR2z-00017R-1g for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:45:41 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:52591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmR2y-0000LZ-Mc for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:45:40 -0400 Original-Received: by bwz20 with SMTP id 20so1318267bwz.42 for ; Sat, 12 Sep 2009 04:45:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=ni7idBY2ml37V6sxyXpZ9gLPrOtMm8j5c6H5IniUeq0=; b=FqM4L7RN3gyITJyhU+4EMGh6xB7wALrxrjfmi9HTshwkJRqcw7+bPkYy5L8kq43Aap FM936zltsT124g7SuSe1sNzQQ5d8PhG315GxQ+GmnkLdgqFnNiJw73fVCVWved3L40Kr u0Fa99aVVc0vcTqF+QdoQCPub/6q+fg8PzAeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=BQHgG0jbwhr8WvFHATXZUY8/QhOAoxLpKxkNkqNnYb8hRF8DX55l7GVFi/LQOmqYmb vqmguPCXAHySs2f+mvU2k36MdcvZ4n5AixMFU7Ohp0Odu3nvcewkNuo2tU2gFOBdeqV3 mnWyMLI0gWXyUOoNZs1jmNwkA2dQ34UN7mgGk= Original-Received: by 10.239.145.142 with SMTP id s14mr368975hba.144.1252755939149; Sat, 12 Sep 2009 04:45:39 -0700 (PDT) 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:115222 Archived-At: I'd like to have a way to start Emacs with "emacs -Q" and have it not to load the values from the Windows registry. Adding a new command line option is easy, but I'm looking for the best, non-Windows-specific way. How it's Emacs currently forced to ignore X settings? Juanma