From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: emacs v28.2 creates some times on exit previously deleted ~/.emacs.d Date: Tue, 17 Oct 2023 23:26:42 +0000 Message-ID: <20231018022642.7b0cf19e@enous-devuan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2112"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 18 01:27:53 2023 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 1qstTc-0000JM-IJ for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 18 Oct 2023 01:27:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qstT2-0006Hm-O1; Tue, 17 Oct 2023 19:27:16 -0400 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 1qstT0-0006HM-Ta for help-gnu-emacs@gnu.org; Tue, 17 Oct 2023 19:27:14 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qstSy-0005tp-GI for help-gnu-emacs@gnu.org; Tue, 17 Oct 2023 19:27:14 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id BE86A240101 for ; Wed, 18 Oct 2023 01:27:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1697585228; bh=41NmaW2cFue1SD/SL8Wbs/C4MvuEUhvJLcqKl4S5nYk=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=HTkWyo5xsThhB56Lo8r0KJU+JKuKldKJ+R4QLeWaDYbTMNv3SjUC2wyJd/FO0LVY1 luIAP4guZu9QegLMn9RLlX3aFT64uU9xgdsY7UqIeBkRH/HywKPXB+q4eDXpXZb2aC /GeI1BCqLyDMTWDyJPnaR+36FY9WqcSehQcEPlyaMd+RePVfAaZlZPwQEC4u7GO+rO x3P4ToJ+fWf/DN+2V1LPlQ91SvCQRmB5xSvZqHfqhj5g5fMkM7NZsqTXGP/B7DAUOj mKXRcaj4TduiGnWP4E+sE2NvjcGej6eULDgKYgJOannECIZsDkX29Y19BPbIVUTIsQ 1Krnm1TaBpIlg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4S999m23WPz9rxV for ; Wed, 18 Oct 2023 01:27:07 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.66; envelope-from=aprekates@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145311 Archived-At: emacs v28.2 on Devuan 5. Wanting to use ~/.config/emacs for my init file i deleted ~/.emacs.d and ~/.emacs as proposed in https://www.gnu.org/software/emacs/manual/html_node/emacs/Find-Init.html in order for emacs to use my ~/.config/emacs/init.el file After casual use. editing org files and using C-x C-c to exit .emacs.d is created (timestamps are minute close to my exit) with a bunch of eln-cache files. So on restarting emacs wont see anymore my ~/.config/emacs/init.el . That happend after an hour of use and having closed a couple of times emacs with no problem. It was proposed to me to set user-emacs-directory. But where could i put it since my init would be bypassed ? Alexandros.