From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81747 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Reading groups without starting Gnus Date: Thu, 12 Apr 2012 21:45:18 +0200 Message-ID: <87r4vsu435.fsf@thinkpad.tsdh.de> References: <874nsoyir2.fsf@thinkpad.tsdh.de> <87vcl4x3el.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334259979 12271 80.91.229.3 (12 Apr 2012 19:46:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2012 19:46:19 +0000 (UTC) Cc: ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M30025@lists.math.uh.edu Thu Apr 12 21:46:18 2012 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 1SIPy9-0001WZ-Lk for ding-account@gmane.org; Thu, 12 Apr 2012 21:46:13 +0200 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 1SIPxU-0002od-Ms; Thu, 12 Apr 2012 14:45:32 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SIPxR-0002oL-T2 for ding@lists.math.uh.edu; Thu, 12 Apr 2012 14:45:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SIPxN-00008d-45 for ding@lists.math.uh.edu; Thu, 12 Apr 2012 14:45:29 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SIPxL-0004nP-Bs for ding@gnus.org; Thu, 12 Apr 2012 21:45:23 +0200 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A09F62096B for ; Thu, 12 Apr 2012 15:45:22 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 12 Apr 2012 15:45:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=yfRHUmK5Sn4kdyEuVcWv3c2SDOk=; b=DsjeRgYV7kMwaEX+nChxsbiEQ5PM fVyzWePT/wNNttz+GvRRzxA23CSHrSPNANeZ1/JaWJKRvmVZW2aVO+TXSbdZ+ogP 9rrVBv1mo85UOfjNSRORb+LC6jpXXi6XK6RWDLonA2hSZnOS86yv5VSVIVW6e7zG ypPaNqJzgGzhmIg= X-Sasl-enc: 58kCHESFaUYKoP6rNAXcBAUYzxB6xf4dnMnZK6S56dk5 1334259922 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8328D8E0154; Thu, 12 Apr 2012 15:45:21 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 12 Apr 2012 20:30:49 +0200") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81747 Archived-At: Lars Magne Ingebrigtsen writes: > This should work now. At least this works for me from "emacs -q": > > (setq load-path (cons (expand-file-name "~/mgnus/lisp") load-path)) > (require 'gnus-group) > (setq debug-on-error t) > (gnus-read-ephemeral-emacs-bug-group "4222") Yes, works like a charm! Bye, Tassilo