From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Newsgroups: gmane.emacs.help Subject: How can I enable cscope menu when i load java file in my emacs buffer Date: Wed, 23 Mar 2011 14:37:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6ee2f77d-5a9e-4eb1-9181-623a2e0022d5@w7g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300940357 2872 80.91.229.12 (24 Mar 2011 04:19:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 04:19:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 24 05:19:13 2011 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.69) (envelope-from ) id 1Q2c0u-0004Va-NB for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 05:19:12 +0100 Original-Received: from localhost ([127.0.0.1]:56635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2c0u-0007WM-5a for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 00:19:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!w7g2000pre.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 65.161.188.11 Original-X-Trace: posting.google.com 1300916226 21920 127.0.0.1 (23 Mar 2011 21:37:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 23 Mar 2011 21:37:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w7g2000pre.googlegroups.com; posting-host=65.161.188.11; posting-account=beiAGAoAAACAye90A1nTcnNIdIRe3ED6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186228 X-Mailman-Approved-At: Thu, 24 Mar 2011 00:18:27 -0400 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:80372 Archived-At: Hi, I have setup xcscope in my emacs. I can get it to build cscope database. and I show java and cpp files in the cscope results. And when i navigate to cpp files from cscope results. It should 'cscope' menu item. But when I do it to a java file, i don't see the cscope menu. How can I enable cscope menu in java file result? In my .emacs file: (load-file "/Users/John/bin/elisp/xcscope.el") (require 'xcscope)