From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: [External] : Re: Running emacs without any customisation Date: Tue, 11 Oct 2022 20:53:46 +0000 Message-ID: References: <87mta2mj1h.fsf@web.de> <87bkqimb0h.fsf@web.de> <875ygqm9i5.fsf@web.de> <7xtB5vvAMg7OMI1FJcXTZz2lwNztvKjAAxb-enb6tfL2-MaXI4pJRaorY3jKTiK-G5Sr3wqrOoNNI4vHijePjFNFrIfjYItShWb2z2urM1s=@proton.me> <87v8oqks1z.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14059"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 11 23:31:13 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oiMqH-0003RX-7V for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Oct 2022 23:31:13 +0200 Original-Received: from localhost ([::1]:53476 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiMqE-0000dD-Ni for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Oct 2022 17:31:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiMGL-0004Uo-U0 for help-gnu-emacs@gnu.org; Tue, 11 Oct 2022 16:54:06 -0400 Original-Received: from mail-40135.protonmail.ch ([185.70.40.135]:18275) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiMGI-0002K6-5H for help-gnu-emacs@gnu.org; Tue, 11 Oct 2022 16:54:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1665521639; x=1665780839; bh=5oSy8UnRWv/IrDXqhVF3yhL6L3DenlLeK13QOV1380I=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=HWwmJJoN4TtQIMhlWbCByUtTZ9RtEyTBG1SedN5Z3XVOs5iaj5C50Ihl6xK4waNTU pLIxIRnVfY6giiZ5AvIQsUXrs4SgxUszlA7H/ecgCU83ipUHxStNuv++ylIujy0DEz BK4Hxc9BUjHKCQjCBMsNMEHa08B7YMPU3HeytgXl+zNvIKE9c3qrppCsElJvW99Fxa U+6qTf+EOc1H2j9FHYS8gKVJFrp1/Q4S1bviiSaq2bFh5NS1Fw9UlAaW0UoQg9XaoA 3LO+AlU0oXBSvk97mznn4iqXiyq5Us0TQWdM9tlvbmQrvbdVEb/Wo41041N6yFrjbp NZkR5CnGmH+fg== In-Reply-To: <87v8oqks1z.fsf@web.de> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.135; envelope-from=uzibalqa@proton.me; helo=mail-40135.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139830 Archived-At: ------- Original Message ------- On Tuesday, October 11th, 2022 at 8:45 PM, Michael Heerdegen wrote: > uzibalqa uzibalqa@proton.me writes: >=20 > > Have also renamed .emacs to .emacs-user. And still I get black > > background. Not being able to revert to a fresh emacs start is a > > problem. >=20 >=20 > Ok, so it's not your init file. >=20 > Had you already tried with the -q flag? >=20 > Michael. Yes I have used "emacs -q" which should disregard the .emacs init file even when it exists. In my case, it does not even exist, and I get black backgr= ound nevertheless.