From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58463 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: text/dns Date: Mon, 13 Sep 2004 14:23:03 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095053030 12726 80.91.229.6 (13 Sep 2004 05:23:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2004 05:23:50 +0000 (UTC) Original-X-From: ding-owner+M7003@lists.math.uh.edu Mon Sep 13 07:23:40 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C6jJU-000835-00 for ; Mon, 13 Sep 2004 07:23:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1C6jJ6-0001td-00; Mon, 13 Sep 2004 00:23:16 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C6jJ2-0001tY-00 for ding@lists.math.uh.edu; Mon, 13 Sep 2004 00:23:12 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C6jJ2-0001AA-IK for ding@lists.math.uh.edu; Mon, 13 Sep 2004 00:23:12 -0500 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 255203A020D for ; Mon, 13 Sep 2004 00:23:11 -0500 (CDT) Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with asmtp (Exim 4.41) id 1C6jJ6-00077L-8G for ding@gnus.org; Mon, 13 Sep 2004 01:23:16 -0400 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:1VhT/iW4a86SDQDqT3vXdE0iQ+I= X-Hashcash: 0:040913:ding@gnus.org:7990282ee10a8197 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58463 >>>>> In Steve Youngs wrote: > * Katsumi Yamaoka writes: >> That occurs only in XEmacs 21.4. > I get the same thing in XEmacs 21.5 too. Oh, how stupid of me. I tested it with modified dns-mode.el. Now I confirmed it. >> - (easy-menu-add-item nil nil dns-mode-menu)) >> + (easy-menu-add dns-mode-menu dns-mode-map)) > This fixes it for me. >> However, I suspect there is something wrong in XEmacs 21.4 and I >> don't think the above patch is a right solution. > Yes I agree that there probably is something amiss in XEmacs, but IMO > `easy-menu-add' is better suited for this occasion and I think your > patch is the right thing[tm]. I agree.