From: Jean Louis <bugs@gnu.support>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 60664@debbugs.gnu.org, "Daniel Martín" <mardani29@yahoo.es>
Subject: bug#60664: 30.0.50; init.el not read by Emacs
Date: Mon, 9 Jan 2023 15:57:15 +0300 [thread overview]
Message-ID: <Y7wPK2rIgZiiO1OU@protected.localdomain> (raw)
In-Reply-To: <CAAeL0SR_HVOSjK+p6isUs=v0ooo4XGdquXQWhgydzNeL8KEuCQ@mail.gmail.com>
* Juanma Barranquero <lekktu@gmail.com> [2023-01-09 10:20]:
> On Mon, Jan 9, 2023 at 7:37 AM Jean Louis <bugs@gnu.support> wrote:
>
> > I do not have ~/.emacs.el or ~/.emacs
> >
> > I only have directoy ~/.emacs/
> >
> > and inside is init.el
> >
>
> Shouldn't it be ~/.emacs.d/ ?
Mistake, I wanted to say ~/.emac.d/ but exactly this mistake solves
the problem, because I was expanding ~/.emacs in Emacs and was under
impression that it expanded into ~/.emacs.d while it did not, so now I
have verified and found the culprit, there is ~/.emacs directory which
was created probably when I was exploring the option --init-directory
there were some options saved inside. I can't know if this is by bug,
it happened before this used Emacs version, and I can't replicate it.
Solved for me. It can be closed.
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(mail-signature-file "~/.mutt/signatures/bugs")
'(mail-user-agent 'sendmail-user-agent)
'(package-selected-packages '(hyperbole))
'(send-mail-function 'sendmail-send-it)
'(user-full-name "Jean Louis")
'(user-mail-address "bugs@gnu.support"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
next prev parent reply other threads:[~2023-01-09 12:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-08 21:36 bug#60664: 30.0.50; init.el not read by Emacs Jean Louis
2023-01-08 22:13 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-09 6:22 ` Jean Louis
2023-01-09 7:19 ` Juanma Barranquero
2023-01-09 12:57 ` Jean Louis [this message]
2023-01-09 13:23 ` Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y7wPK2rIgZiiO1OU@protected.localdomain \
--to=bugs@gnu.support \
--cc=60664@debbugs.gnu.org \
--cc=lekktu@gmail.com \
--cc=mardani29@yahoo.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.