From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66627 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Info-goto-node in message.el (was: Changes to emacs/lisp/gnus/message.el, v) Date: Mon, 31 Mar 2008 23:03:43 +0200 Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206997470 7469 80.91.229.12 (31 Mar 2008 21:04:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 21:04:30 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 23:05:00 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JgRBb-0007ZR-FY for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 23:04:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgRAz-000748-2G for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 17:04:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgRAu-00073V-FY for emacs-devel@gnu.org; Mon, 31 Mar 2008 17:04:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgRAs-00072f-Hr for emacs-devel@gnu.org; Mon, 31 Mar 2008 17:04:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgRAs-00072U-6w for emacs-devel@gnu.org; Mon, 31 Mar 2008 17:04:14 -0400 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JgRAn-0000Zf-Q0; Mon, 31 Mar 2008 17:04:10 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id m2VL45li011647; Mon, 31 Mar 2008 23:04:06 +0200 (MEST) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 12A7212FF2; Mon, 31 Mar 2008 23:04:05 +0200 (CEST) X-Face: 3Phac&+dw=IZHjhua]bp}LH<*p{qzj8u+ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94068 gmane.emacs.gnus.general:66627 Archived-At: On Mon, Mar 31 2008, Glenn Morris on emacs-diffs: > @@ -2497,8 +2498,11 @@ > manual. With two \\[universal-argument]'s, display the EasyPG or > PGG manual, depending on the value of `mml2015-use'." > (interactive "p") > + ;; Why not `info', which is in loaddefs.el? > (Info-goto-node (format "(%s)Top" Because (info "(pgg)Top") won't work in older XEmacsen, see . I don't know if the patch has been applied in XEmacs 21.4 as well. > - (cond ((eq arg 16) mml2015-use) > + (cond ((eq arg 16) > + (require 'mml2015) > + mml2015-use) Thanks for fixing this. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/