From: Ihor Radchenko <yantar92@gmail.com>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)]
Date: Sat, 05 Feb 2022 17:37:01 +0800 [thread overview]
Message-ID: <87tudd64ea.fsf@localhost> (raw)
In-Reply-To: <87wni9y9jz.fsf@mat.ucm.es>
Uwe Brauer <oub@mat.ucm.es> writes:
> Running a more or less recent master commit of org-mode and GNU emacs
> when loading the ol-gnus file I receive the following error
>
>
> Debugger entered--Lisp error: (void-variable file)
> (load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el")
> eval((load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el") nil)
> elisp--eval-last-sexp(nil)
> eval-last-sexp(nil)
> funcall-interactively(eval-last-sexp nil)
> call-interactively(eval-last-sexp nil nil)
> command-execute(eval-last-sexp)
When does the error occur? Judging from the backtrace, you tried to
evaluate some kind of elisp expression manually with eval-last-sexp. The
expression appears to be
(load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el")
Indeed, file is undefined. I am not sure what Org has to do with the
error.
Best,
Ihor
next prev parent reply other threads:[~2022-02-05 9:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 8:58 [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)] Uwe Brauer
2022-02-05 9:37 ` Ihor Radchenko [this message]
2022-02-05 10:30 ` [SOLVED] (was: [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)]) Uwe Brauer
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=87tudd64ea.fsf@localhost \
--to=yantar92@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=oub@mat.ucm.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.