From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Links in WoMan buffer should not call `man' Date: Fri, 25 Aug 2006 21:52:21 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156535882 14474 80.91.229.2 (25 Aug 2006 19:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Aug 2006 19:58:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 25 21:58:01 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 1GGhoV-0001sj-8b for ged-emacs-devel@m.gmane.org; Fri, 25 Aug 2006 21:58:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGhoU-00054m-BN for ged-emacs-devel@m.gmane.org; Fri, 25 Aug 2006 15:57:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GGhoJ-00053H-9e for emacs-devel@gnu.org; Fri, 25 Aug 2006 15:57:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GGhoI-000535-9E for emacs-devel@gnu.org; Fri, 25 Aug 2006 15:57:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGhoI-000532-6X for emacs-devel@gnu.org; Fri, 25 Aug 2006 15:57:46 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GGhwd-00015h-IR for emacs-devel@gnu.org; Fri, 25 Aug 2006 16:06:23 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GGhnw-0001li-Bb for emacs-devel@gnu.org; Fri, 25 Aug 2006 21:57:24 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Aug 2006 21:57:24 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Aug 2006 21:57:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:SF3Ng/eRMl+ofCkkXH+6keDuJTQ= 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:58870 Archived-At: Hi, in GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.8.3) of 2006-08-24 on viandante, following manual links in WoMan buffers should create new WoMan buffers, not new man buffers. To reproduce: - emacs -Q - M-x woman RET procmailex RET ,----[ *WoMan 5 procmailex* ] | PROCMAILEX(5) -- 2001/08/04 -- BuGless | | NAME | procmailex - procmail rcfile examples | | SYNOPSIS | $HOME/.procmailrc examples | | DESCRIPTION | For a description of the rcfile format see procmailrc(5). | [...] `---- - Move cursor to "procmailrc(5)" and hit RET. Result: A buffer `*Man 5 procmailrc*' is created in the other window. Expected result: New WoMan buffer with procmailrc(5) man page should be created. Note: Following links from the "See also:" section of `*WoMan 5 procmailex*' in fact open new WoMan buffers, i.e. the expected behavior. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/