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: Re: man does not use the section name when following links anymore Date: Sun, 02 Apr 2006 23:24:52 -0400 Message-ID: References: <200604030022.k330Marj001375@scanner2.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1144034728 764 80.91.229.2 (3 Apr 2006 03:25:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Apr 2006 03:25:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 03 05:25:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQFgx-0000tm-HL for ged-emacs-devel@m.gmane.org; Mon, 03 Apr 2006 05:25:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQFgw-0007vU-UT for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2006 23:25:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQFgj-0007sv-VY for emacs-devel@gnu.org; Sun, 02 Apr 2006 23:25:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQFgi-0007o5-7c for emacs-devel@gnu.org; Sun, 02 Apr 2006 23:25:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQFgh-0007nZ-WD for emacs-devel@gnu.org; Sun, 02 Apr 2006 23:25:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQFjg-0006V0-13 for emacs-devel@gnu.org; Sun, 02 Apr 2006 23:28:12 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FQFgS-0001wE-1g; Sun, 02 Apr 2006 23:24:52 -0400 Original-To: Dan Nicolaescu In-reply-to: <200604030022.k330Marj001375@scanner2.ics.uci.edu> (message from Dan Nicolaescu on Sun, 02 Apr 2006 17:22:36 -0700) 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:52347 Archived-At: Place cursor on the "open(2)" link in the "SEE ALSO" section. Pressing RET shows the "open(1)" man page instead of "open(2)" It seems that the section number is ignored when trying to follow the link. M-x man open(2) RET and M-x man 2 open RET work fine. Could you write a fix?