From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [sven_joachim@web.de: Pressing RET in woman-mode calls man] Date: Thu, 13 Oct 2005 00:52:18 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129179245 19772 80.91.229.2 (13 Oct 2005 04:54:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 04:54:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 06:53:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPv5E-0000B0-Fc for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 06:52:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPv5D-0002Wx-UA for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 00:52:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPv4n-0002Lm-SX for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:52:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPv4m-0002KW-Kg for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:52:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPv4l-0002K3-M0 for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:52:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPv4m-0007Lh-02 for emacs-devel@gnu.org; Thu, 13 Oct 2005 00:52:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EPv4k-0007uM-Ki; Thu, 13 Oct 2005 00:52:18 -0400 Original-To: miles@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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:43964 Archived-At: [I sent this message two weeks ago but did not get a response.] Since this concerns buttons, can you tell us where we should look? ------- Start of forwarded message ------- Date: Mon, 26 Sep 2005 13:49:54 +0200 From: Sven Joachim X-Accept-Language: de-DE, de, en-us, en To: emacs-pretest-bug@gnu.org X-Sender: sven_joachim@web.de Subject: Pressing RET in woman-mode calls man Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Pressing RET in woman-mode when point is on a "reference word" (e.g. in the "SEE ALSO" section of the man page) invokes man, not woman, on the manpage. The same applies to mouse-1 and mouse-2. Pressing C-h k in woman-mode gives the following information: at that spot is remapped to which runs the command push-button which is an interactive compiled Lisp function in `button'. It is bound to , RET. (push-button &optional pos use-mouse-action) If I want to invoke woman instead of man, I have to press M-mouse-2, which is cumbersome: woman-follow-word is on . I used "M-x debug-on entry man-follow" to find out that push-button in turn calls man-follow, as seen in the backtrace: Debugger entered--entering a function: * man-follow("dpatch") #[(button) "ΑΒ!!‡" [button man-follow button-label] 3](#) push-button(11300) call-interactively(push-button) Probably push-button should call woman-follow-word rather than man-follow in woman-mode. I noticed this in GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-09-23 on debian, modified by Debian X server distributor `The X.Org Foundation', version 11.0.60802000 . _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------