From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#60664: 30.0.50; init.el not read by Emacs Date: Mon, 9 Jan 2023 09:22:30 +0300 Message-ID: References: <0d389ba6064985305c82a0c6233622e1.support1@rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31157"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.2.9+54 (af2080d) (2022-11-21) Cc: 60664@debbugs.gnu.org To: Daniel =?UTF-8?Q?Mart=C3=ADn?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 09 07:37:16 2023 Return-path: Envelope-to: geb-bug-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 1pElmW-0007vo-48 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 09 Jan 2023 07:37:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pElmL-0007aW-1b; Mon, 09 Jan 2023 01:37:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pElmI-0007aL-VC for bug-gnu-emacs@gnu.org; Mon, 09 Jan 2023 01:37:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pElmI-0001an-JP for bug-gnu-emacs@gnu.org; Mon, 09 Jan 2023 01:37:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pElmI-0002OZ-EB for bug-gnu-emacs@gnu.org; Mon, 09 Jan 2023 01:37:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 09 Jan 2023 06:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60664 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 60664-submit@debbugs.gnu.org id=B60664.16732461969172 (code B ref 60664); Mon, 09 Jan 2023 06:37:02 +0000 Original-Received: (at 60664) by debbugs.gnu.org; 9 Jan 2023 06:36:36 +0000 Original-Received: from localhost ([127.0.0.1]:35621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pElls-0002Ns-8K for submit@debbugs.gnu.org; Mon, 09 Jan 2023 01:36:36 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:35153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pElln-0002Nh-BJ for 60664@debbugs.gnu.org; Mon, 09 Jan 2023 01:36:34 -0500 Original-Received: from localhost ([::ffff:197.239.14.132]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000055D58.0000000063BBB5EF.00001259; Sun, 08 Jan 2023 23:36:30 -0700 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:252990 Archived-At: * Daniel Martín [2023-01-09 01:14]: > > I can't tell what is happening, I have compiled new Emacs with make boostrap, but I see that init.el is not read. I can't see any error, neither --debug-init gives me errors. > > > > It is strange. > > What do you mean by "is not read"? Please, describe exactly how Emacs > behaves (don't necessarily assume that Emacs is not reading your init.el > file). Thanks for putting attention. I know it is not read because init.el is not loaded, I can check my variables and I know it is not loaded. How I know it is not loaded? For example I have initial-scratch-message and I don't see it. For example I don't see my customized scratch buffer but default Emacs buffer. For example Emacs starts too fast. > This may not be a bug but a configuration problem. Check that there is > not any init file in your computer that has precedence over init.el, > namely ~/.emacs.el or ~/.emacs. I do not have ~/.emacs.el or ~/.emacs I only have directoy ~/.emacs/ and inside is init.el I did not change nothing, except that I built newest development version of Emacs and instead of Lucid, my common toolkit, I came into Gtk one. That is the only change I know. emasc --debug-init does not give me any errors, nothing. What I currently do, I load Emacs, then manually load init.el to get my configuration. Is there anyway for me to understand why is init.el not loaded? -rw-r--r-- 1 18K Jan 2 11:41 init.el -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/