From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.help Subject: Re: xcscope.el does NOT search in .h files Date: Mon, 30 Jul 2007 13:49:21 +0200 Organization: http://en.wikipedia.org/wiki/Quark Message-ID: References: <1185718889.247261.19990@q75g2000hsh.googlegroups.com> <871weqcekd.fsf@post.rwth-aachen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185799237 18647 80.91.229.12 (30 Jul 2007 12:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2007 12:40:37 +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 Jul 30 14:40:31 2007 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 1IFUY2-0007A9-Ta for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2007 14:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFUY2-000307-GG for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2007 08:40:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-X-Trace: individual.net /RRd1SXKjznGf9XqpC3WUg5cHXwe4BA9Try/KCOAJu3/6+kznK X-Orig-Path: news.individual.net!news Cancel-Lock: sha1:x06m1lPGop8K/tdzoTtE2TbMqLI= sha1:PFBSd4rXEKMQg3A5f5bUGhvP0Ec= X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUBAQFeX18kItArui3a MTKtzavJybrGxcW4sbqgoJEo32BqAAAACXBIWXMAAABIAAAASABGyWs+AAAB30lEQVQ4y83UMW/T QBTA8f9ZuKRlyPNUBgRHpO58g5aBPQsrMpWoRJeSCZgIW1lQmRBhsTohMZCZKWKvxAco7VEJkFAl vxQBhTR+DIkTp8AMN1i6+/ne3bPvXcRfWvR/QPJsc/OJ/A7n7+5p/v3e1mlYTHOMXD/ILNRSAymw 6LZUwbVdXUQjB8XNKizmBFXEEOakAhtII1FUUGhNoebOdTqZgb5v7Oi3KWxpBj8TsMOXHASZQL4Q p2t0EQUGV1slOM34mgFa0IjpHpdwFpCUFIBm86QooQ7ueUaGQvSqi0oZCgyA+hVOHEh7DBukg9TA 0cUPVmJ0MkPJBqSGJyBWgoN49H1cRKBrZYJmyBrxLRUEiL26cSgVHV5v5qr0G0tnLiZJuSs0HDmc GCbDZTOzMXjxGNBHFL1c+R86eoxWVVwZ6iEAsrvzRoGAlQkqYfT2BSXBT0M5fOHy3UDxLgGIysyP IUJCBOwjuFo5wzxg4D3LIFaf7KoFUuBDYBt9S3sCP0A/Aisg+AWdgGUI7AGpitQr5+qz9C+lET1c oUd3KmCPbdgrQpjbj9zTmUN96KMlPDdw8zoDtu7t2upqL8w/OFUftr5dP/jiXpfj04qyT/c7j17k f6hByPNK55/eDL8Avva8YfF9tMEAAAAaelRYdEpQRUctQ29sb3JzcGFjZQAAeNozAgAAMwAzERZ+ YwAAACp6VFh0SlBFRy1TYW1wbGluZy1mYWN0b3JzAAB42jOqMNIxrDDUMawwBAARgwLpBsTKKAAA AABJRU5ErkJggg== Original-Xref: shelby.stanford.edu gnu.emacs.help:150610 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:46188 Archived-At: Thorsten Bonow writes: >>>>>> "Rafal" == Rafal Kurcz writes: > > Rafal> Hello I found that sometimes the following cscope commands do not > Rafal> work for > Rafal> *.h C++ files: > > Hi, > > no time to dig deep, but... > > Rafal> 1. cscope-find-functions-calling-this-function > Rafal> - when the function calling the function is inside the struct in *.h > Rafal> file the Earth::speed() from class.h below function is not taken into > Rafal> account > > ... since hiding functions in struct's is a C++ feature and not valid C and > (quoting from the man page) > > "cscope is an interactive, screen-oriented tool that allows the user to > browse through C source files for specified elements of code.": > > Have you checked by calling cscope directly (and not via it's xcscope interface) > that it's not a problem using cscope for a language it doesn't really support? > > Toto kscope is an excellent interface too.