From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Bacic Newsgroups: gmane.emacs.help Subject: Re: How to pass parameters to compile ? And how to use CScope like features ? Date: Mon, 01 Dec 2008 21:25:43 +1100 Message-ID: <4933BBA7.5000801@pobox.com> References: <767a01f1-dfad-4e08-bdd5-50e3cb9c80b6@l42g2000yqe.googlegroups.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228127339 30985 80.91.229.12 (1 Dec 2008 10:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 10:28:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 01 11:30:03 2008 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 1L762V-000432-3l for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Dec 2008 11:30:03 +0100 Original-Received: from localhost ([127.0.0.1]:35964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L761K-0002vk-67 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Dec 2008 05:28:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L760p-0002uG-EL for help-gnu-emacs@gnu.org; Mon, 01 Dec 2008 05:28:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L760n-0002su-2G for help-gnu-emacs@gnu.org; Mon, 01 Dec 2008 05:28:18 -0500 Original-Received: from [199.232.76.173] (port=40251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L760m-0002sY-Qj for help-gnu-emacs@gnu.org; Mon, 01 Dec 2008 05:28:16 -0500 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:37983 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L760m-00022d-I3 for help-gnu-emacs@gnu.org; Mon, 01 Dec 2008 05:28:16 -0500 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 66C6C83FFE for ; Mon, 1 Dec 2008 05:28:07 -0500 (EST) Original-Received: from [192.168.1.10] (unknown [202.7.251.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id B6A0583FFD for ; Mon, 1 Dec 2008 05:27:59 -0500 (EST) User-Agent: Thunderbird 2.0.0.18 (X11/20081105) In-Reply-To: X-Pobox-Relay-ID: BE8DDFDE-BF92-11DD-9A27-465CC92D7133-14340206!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:60277 Archived-At: >> >> 2) How can I search for callers of the function I'm currently editing, >> I found a weird solution using rgrep ? (in C) > for the 2nd part of the question - there is a cscope interface: http://www.emacswiki.org/emacs/CScopeAndEmacs btw xcscope.el works quite well