unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Emily Seville <emilyseville7cf@gmail.com>
To: 56878@debbugs.gnu.org
Subject: bug#56878: Emacs 28.1 is broken even after restart
Date: Tue, 2 Aug 2022 15:18:52 +1000	[thread overview]
Message-ID: <CAGVHxD31gzsJsd0Ztcbi418VL_GGgbXF1F0Frh7s=3o3iUPFgQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]

After I've tried to execute *(setq package-load-list nil)* Emacs became
broken. When I start it I obtain this weird error: *Symbol's function
definition is void: nil*. How can I fix it? Here is my *.emacs*:

(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)

(setq packages '(soft-stone-theme flycheck))

(dolist (package packages)
  (package-install package))

(add-hook 'after-init-hook (lambda () (load-theme 'soft-stone t)))
(add-hook 'after-init-hook global-flycheck-mode)

(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.
 '(display-line-numbers 'relative)
 '(package-selected-packages '(flycheck soft-stone-theme)))
(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.
 )

-- 
*# Best regards, Emily Grace Seville.*
*[contacts]*
site *=* "*https://github.com/EmilySeville7cfg
<https://github.com/EmilySeville7cfg>"*
phone *=* "+79245201384*"*

[-- Attachment #2: Type: text/html, Size: 2584 bytes --]

             reply	other threads:[~2022-08-02  5:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02  5:18 Emily Seville [this message]
2022-08-02  6:56 ` bug#56878: Emacs 28.1 is broken even after restart Gerd Möllmann
2022-08-02 10:12   ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGVHxD31gzsJsd0Ztcbi418VL_GGgbXF1F0Frh7s=3o3iUPFgQ@mail.gmail.com' \
    --to=emilyseville7cf@gmail.com \
    --cc=56878@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).