From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: Re: Finding a easy way for prototype tipping Date: Fri, 15 Dec 2006 08:57:30 +0100 Message-ID: References: <1166104989.808680.119430@l12g2000cwl.googlegroups.com> NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166169603 24329 80.91.229.10 (15 Dec 2006 08:00:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 08:00:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 15 09:00:00 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gv7z4-0004aH-PH for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 08:59:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gv7z4-0004E1-9X for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 02:59:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gv7yp-0004B2-LM for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 02:59:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gv7yn-0004Ac-UJ for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 02:59:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gv7yn-0004AZ-Ix for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 02:59:41 -0500 Original-Received: from [212.77.101.5] (helo=mx1.wp.pl) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gv7yn-0004Z6-0t for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 02:59:41 -0500 Original-Received: (wp-smtpd smtp.wp.pl 23460 invoked from network); 15 Dec 2006 08:59:36 +0100 Original-Received: from jupiter.adlex.com (HELO localhost.localdomain) (null7@[157.25.157.162]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 15 Dec 2006 08:59:36 +0100 Original-To: "Robert Thorpe" Original-Newsgroups: gnu.emacs.help In-Reply-To: <1166104989.808680.119430@l12g2000cwl.googlegroups.com> X-MAILER: KMail/1.7.1 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO(Body=2 Fuz1=2 Fuz2=2) AS2=NO(0.500000) AS3=NO AS4=NO AS5=NO 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:39549 Archived-At: > reading the info files not the man pages. To do this, when point is on > a function name type C-h C-i and it will jump to the relevant part of > the Glibc manual. when I press C-h C-i on, let's say memset function in my *.c file, I get the following error: Symbol's value as variable is void: Info-mode-map To make sure that info pages contain information on memset I found one with C-h i, in entry: * Libc: (libc). C library. That's it -- Function: void * memset (void *BLOCK, int C, size_t SIZE) This function copies the value of C (converted to an `unsigned char') into each of the first SIZE bytes of the object beginning at BLOCK. It returns the value of BLOCK. Is there something wrong with my system? Regards > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >