From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: inserting code based on syntactic information in cc-mode Date: Fri, 11 Dec 2009 17:42:49 +0100 Message-ID: References: <877hthed3h.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260549885 2484 80.91.229.12 (11 Dec 2009 16:44:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2009 16:44:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: SameerDS Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 11 17:44:38 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NJ8be-0003xO-70 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Dec 2009 17:44:38 +0100 Original-Received: from localhost ([127.0.0.1]:34401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ8bd-00029G-Ue for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Dec 2009 11:44:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJ8aK-00011e-7I for help-gnu-emacs@gnu.org; Fri, 11 Dec 2009 11:43:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJ8aF-0000wH-Ho for help-gnu-emacs@gnu.org; Fri, 11 Dec 2009 11:43:15 -0500 Original-Received: from [199.232.76.173] (port=43252 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ8aF-0000vs-Az for help-gnu-emacs@gnu.org; Fri, 11 Dec 2009 11:43:11 -0500 Original-Received: from mail-gx0-f212.google.com ([209.85.217.212]:45013) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJ8aE-0002r5-WB for help-gnu-emacs@gnu.org; Fri, 11 Dec 2009 11:43:11 -0500 Original-Received: by gxk4 with SMTP id 4so1244453gxk.8 for ; Fri, 11 Dec 2009 08:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=0ssCq7I03RJKExKwWyAvnHF538Jx0Iqx3PRzjth4ZJ4=; b=a7DIQKG/6mPGUtC5a1NJb7EV51j6pUXP/EUKSCvgMnfyfTMyscKbrZ7aDaLQmtnhW6 YyPGy01hfiviRmTzInV2xO5K4OHUWltBD1slF5xWzP/vMJBEoewg0NkGpAAZhriQq9vA BuBpKuICk2rdL0PArbsn3XJopjUI/x8wqkJWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=j3QcJgoPohDZzqnhlnlk9Kb6X4reoVvuqWX+hpGbpcVoDjl5ph2oUfuEbWfM4FxtX+ mSbCIAhs9NeCecvU8lu3Se8/N3ftcBTiEwxFcSamXz122hX7h2khb9vBqFGYwkIPTSy/ UOOU2Pp6BSxo03JlgT1G6IFJ4g9AQpAooLRu8= Original-Received: by 10.101.152.32 with SMTP id e32mr2543544ano.73.1260549789665; Fri, 11 Dec 2009 08:43:09 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:70597 Archived-At: On Fri, Dec 11, 2009 at 12:16 PM, SameerDS wrote: > On Nov 23, 3:42=C2=A0pm, p...@informatimago.com (Pascal J. Bourguignon) > wrote: >> >> Type: C-h f c-show-syntactic-information RET >> then: C-x o TAB RET >> >> Read the source, and learn what lisp function is called to get the synta= x. >> > > Well I finally found some time to try this out ... but C-x o TAB > simply takes me to the [back] link at the bottom of the *Help* buffer > (mainly because that is the only link in the buffer). What I expected > was to be taken to the elisp file that actually contains the function > definition! That does the help buffer show?