unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Björn Bidar" <bjorn.bidar@thaodan.de>
To: Arthur Alinovi <aalinovi@riseup.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: End of file during parsing
Date: Fri, 02 Aug 2024 22:22:40 +0300	[thread overview]
Message-ID: <22728.3918576845$1722626614@news.gmane.org> (raw)
In-Reply-To: <87bk2bujyk.fsf@eddie.fios-router.home> (Arthur Alinovi's message of "Fri, 02 Aug 2024 09:34:43 -0400")

Arthur Alinovi <aalinovi@riseup.net> writes:

> My thanks to Steve Berman, Thibaut Verron and Tassilo Horn for taking
> the time to assist me with my problem. Apparently, my difficulty was
> related to a bit of code in my init.el file:
>
> (use-package async
>   :ensure t
>   :init (dired-async-mode 1))
>

You can active dired-async-mode just like this:
(use-package async
  :config
  (setopt async-bytecomp-package-mode nil))

(use-package dired-async  ; Part of async
  :after dired
  :config (dired-async-mode 1))


I have the use-package block for dired-async just after the one after
async, I don't know if it matters.

PS: Please reply in the thread, somehow the reference was missing which
broke the thread.



  reply	other threads:[~2024-08-02 19:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-02 13:34 End of file during parsing Arthur Alinovi
2024-08-02 19:22 ` Björn Bidar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 14:55 Arthur Alinovi
2024-08-01 15:11 ` Stephen Berman
2024-08-01 16:33   ` aalinovi
2024-08-01 16:55     ` Stephen Berman
2024-08-01 15:13 ` Thibaut Verron
2024-08-02  4:39 ` Tassilo Horn

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='22728.3918576845$1722626614@news.gmane.org' \
    --to=bjorn.bidar@thaodan.de \
    --cc=aalinovi@riseup.net \
    --cc=help-gnu-emacs@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.
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).