Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: Re: Scanning methods that don't have any groups (yet)
Date: Thu, 03 Feb 2011 19:29:26 +0100	[thread overview]
Message-ID: <878vxxynsp.fsf@topper.koldfront.dk> (raw)
In-Reply-To: <87ei7pyp3d.fsf@topper.koldfront.dk>

On Thu, 03 Feb 2011 19:01:26 +0100, Adam wrote:

> When I start Gnus now (647c1789), I see the logo and after a while I
> get: "Buffer is read-only: #<buffer *GNU Emacs*>" and Gnus stops.

This fixes it:

--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -1711,7 +1711,8 @@ If SCAN, request a scan of that group as well."
                          gnus-secondary-select-methods))
       (when (and (not (assoc method type-cache))
                 (gnus-check-backend-function 'request-list (car method)))
-       (gnus-read-active-file-1 method nil)))
+       (with-current-buffer nntp-server-buffer
+         (gnus-read-active-file-1 method nil))))
 
     ;; Do the rest of the retrieval.
     (dolist (elem type-cache)


I hope it is correct.


  Best regards,

     Adam

-- 
 "Här kommer rädslan, gamle vän                               Adam Sjøgren
  När alla fjärilar i magen vaknar upp                   asjo@koldfront.dk
  Viskar välkommen hem"




  reply	other threads:[~2011-02-03 18:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Pikya-0007us-00@quimby.gnus.org>
2011-01-30 10:20 ` [gnus git] branch master updated: =1= gnus-group: fix jump to unknown groups Adam Sjøgren
2011-01-30 11:30   ` Lars Ingebrigtsen
2011-01-30 11:38     ` Adam Sjøgren
2011-01-31  2:13       ` Scanning methods that don't have any groups (yet) (was: [gnus git] branch master updated: =1= gnus-group: fix jump to unknown groups) Lars Ingebrigtsen
2011-01-31 20:06         ` Scanning methods that don't have any groups (yet) Adam Sjøgren
2011-02-01  2:02           ` Lars Ingebrigtsen
2011-02-01 21:30             ` Adam Sjøgren
2011-02-03 15:37               ` Lars Ingebrigtsen
2011-02-03 18:01                 ` Adam Sjøgren
2011-02-03 18:29                   ` Adam Sjøgren [this message]
2011-02-03 19:49                     ` 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

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

  git send-email \
    --in-reply-to=878vxxynsp.fsf@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.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).