From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84047 Path: news.gmane.org!not-for-mail From: Chris Warburton Newsgroups: gmane.emacs.gnus.general Subject: Re: Errors parsing .newsrc Date: Sat, 11 Jan 2014 13:09:53 +0000 Message-ID: References: <87y52nb5fi.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1389445840 4521 80.91.229.3 (11 Jan 2014 13:10:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2014 13:10:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32299@lists.math.uh.edu Sat Jan 11 14:10:47 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1yKt-0005kk-Bc for ding-account@gmane.org; Sat, 11 Jan 2014 14:10:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1W1yKD-0000Go-SX; Sat, 11 Jan 2014 07:10:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1W1yKA-0000GW-JZ for ding@lists.math.uh.edu; Sat, 11 Jan 2014 07:10:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W1yK9-0000Ls-Ag for ding@lists.math.uh.edu; Sat, 11 Jan 2014 07:10:02 -0600 Original-Received: from mail-qe0-f50.google.com ([209.85.128.50]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W1yK7-0007hf-Ha for ding@gnus.org; Sat, 11 Jan 2014 14:09:59 +0100 Original-Received: by mail-qe0-f50.google.com with SMTP id 1so5554496qec.37 for ; Sat, 11 Jan 2014 05:09:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2Y5313tmcdRCGDmCiCSpWlIHEQet/uwwPpxAJJQZQ+Q=; b=plMMXOe4rnXgxXZgFdkk6ozhGEdeDSHD6lBOJkBEZTOF4nEd49GgyHcmKMbREYjY6t ZVs1tkwQUfTf5ywKM79XK0hsEGepfyk6KspbB6rsrAXxy/skEETUDkmdxpXRdhWh84Qt pkn14XhGviMcmjgi2q+7z2EvuzaqksuzyodzQun7zNw3x108Wk8l89FiWKkuwM/6oNSk C6RiOAO6NM3GKrM+2/G5FYKQl6fg63R6GeIs8qargH7eJtKzby9BwITkpD6vjk0NGe2f stj7FaH/TewccJAuziCR+6hEFe5j0Ksko+Vs0H2kXrKeeCWUpLF8lBLDgsjtIU30cGNv qRpw== X-Received: by 10.224.95.69 with SMTP id c5mr18542736qan.64.1389445793341; Sat, 11 Jan 2014 05:09:53 -0800 (PST) Original-Received: by 10.224.182.9 with HTTP; Sat, 11 Jan 2014 05:09:53 -0800 (PST) In-Reply-To: <87y52nb5fi.fsf@ericabrahamsen.net> X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84047 Archived-At: On Sat, Jan 11, 2014 at 2:47 AM, Eric Abrahamsen wrote: > I had a related problem, but in the *Server* buffer, not newsrc. I > patched `nnimap-get-groups' to make it read the Gmail group names > correctly, but assumed since no one else was having the problem that it > was something I'd screwed up locally. I've been using the following for a about a year to handle Gmail group names and haven't had an issue before: (setq gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]") > I don't even have a .newsrc here, just the .newsrc.eld. If you've *also* > got the .newsrc.eld, you could try setting gnus-read-newsrc-file to nil > temporarily, which will have it ignore the plain old .newsrc. I tried that but it didn't help I'm afraid :( Chris