From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66535 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: [ping] inconsistency in gnus-agent-mode Date: Thu, 20 Mar 2008 07:21:22 -0700 Message-ID: <200803201421.m2KELN0h002293@sallyv1.ics.uci.edu> References: <200802220559.m1M5xw7m027660@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206023107 15622 80.91.229.12 (20 Mar 2008 14:25:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2008 14:25:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15021@lists.math.uh.edu Thu Mar 20 15:25:36 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JcLi0-000167-4q for ding-account@gmane.org; Thu, 20 Mar 2008 15:25:32 +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 1JcLhG-0006oj-Ke; Thu, 20 Mar 2008 09:24:46 -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 1JcLhE-0006oP-PP for ding@lists.math.uh.edu; Thu, 20 Mar 2008 09:24:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JcLh8-0006fQ-UV for ding@lists.math.uh.edu; Thu, 20 Mar 2008 09:24:44 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JcLhG-0005KI-00 for ; Thu, 20 Mar 2008 15:24:46 +0100 X-ICS-MailScanner-Watermark: 1206627684.40293@XTXH215tbR2EQ9mQZdsLkA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m2KELN0h002293 for ; Thu, 20 Mar 2008 07:21:23 -0700 (PDT) In-Reply-To: <200802220559.m1M5xw7m027660@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Thu, 21 Feb 2008 21:59:58 -0800") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66535 Archived-At: I sent this about a month ago. Can someone please take a look? Dan Nicolaescu writes: > Hi, > > Currently in emacs CVS HEAD when clicking on a minor mode "lighter" in > the mode-line the minor-mode menu pops up. If the minor mode does not > provide a menu, the an artificial one is created with 2 items: "Turn off > minor mode" and "Help". > > For "Plugged" in groups buffer this should popup the "Agent" menu. But > it does not work. It seems that gnus-agent-mode adds gnus-agent-mode to > minor-mode-alist, but gnus-agent-%s-mode to minor-mode-map-alist. > > Can someone fix this please? > > Thanks > > --dan