Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: info-gnus-english@gnu.org
Subject: Re: gnus-read-init-file: Error in ~/.gnus: disroot.org
Date: Wed, 23 Nov 2022 09:47:16 -0800	[thread overview]
Message-ID: <87fse9a7h7.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <0017698120a8aa94bd7192e5e9ea9ce8c8ed796a@disroot.org>

"jindam, vani" <jindam.vani@disroot.org> writes:

> November 22, 2022 at 6:56 PM, "Adam Sjøgren" <asjo@koldfront.dk> wrote:
>
>
>> 
>> vani writes:
>> 
>> > 
>> > running M-x gnus has thrown another error:
>> >  Debugger entered--Lisp error: (void-function nnimap)
>
> i intentionally did not provided full log:
>
> Debugger entered--Lisp error: (void-function nnimap)
>   (nnimap "disroot.org" (nnimap-inbox "INBOX") (nnimap-split-methods
> default) (nnimap-expunge t) (nnimap-stream ssl))
>   eval-buffer(#<buffer *load*> nil "/home/jindam/.gnus" nil t) ;
> Reading at buffer position 440

You're missing a quote before this definition. However you've got it in
your init file, say if you're defining this as a part of
`gnus-secondary-select-methods', the value of that variable needs to be
quoted:

(setq gnus-secondary-select-methods '((nnimap "disroot.org" (nnimpa...

Note the quote before the value.



  parent reply	other threads:[~2022-11-23 17:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 13:50 jindam, vani
2022-11-22 17:26 ` Adam Sjøgren
2022-11-22 18:10 ` jindam, vani
2022-11-22 18:55   ` Adam Sjøgren
2022-11-23  5:21   ` jindam, vani
2022-11-23  5:25     ` Emanuel Berg
2022-11-23 17:47     ` Eric Abrahamsen [this message]
2022-11-22 19:36 ` Adam Sjøgren
2022-11-22 21:11   ` Björn Bidar

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=87fse9a7h7.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=info-gnus-english@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 NNTP newsgroup(s).