From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: Re: Jump to man page buffer Date: Tue, 12 Sep 2006 01:07:49 +0200 Organization: CERN LHC - http://public.web.cern.ch/public/ Message-ID: <87zmd6xare.fsf@gmail.com> References: <8764fw22a3.fsf@gmail.com> <1157989359.152128.173990@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158018042 18985 80.91.229.2 (11 Sep 2006 23:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 23:40:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 12 01:40:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMvO5-0005qc-LA for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Sep 2006 01:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMvO5-00027f-4x for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Sep 2006 19:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-X-Trace: individual.net lWNzI13zXp/6B6HOJn8dtgip+UWhRfg3vakZwtJLOgb4SEA7Nx X-Orig-Path: news.ibm.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:9G5IJ9f4qZswAJqmHS5igDxMhpU= Original-Xref: shelby.stanford.edu gnu.emacs.help:141675 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37297 Archived-At: robert.thorpe@antenova.com writes: > Hadron Quark wrote: >> I have the following code mapped to f1. >> >> "manual-entry (current-word)" >> >> How to make emacs also jump to the buffer showing the resulting >> man-page? >> >> thanks for any help. > > As a side-note, using man pages as references is trouble in systems > that use GNU components heavily. > > The best docs of most of the general utilities are the info pages, the > best docs to glibc are generally the info pages. The best/only docs to > the kernel stuff and system utilities are the man pages. > Didnt know that. I tried "info(current-word)" but it doesnt work. How would I bring up the info for C functions then? Ideally use the info page if it exists or else revert to the man page. --