From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How can I customize color for xcope result Date: Wed, 15 Jul 2009 22:24:35 -0700 Message-ID: <3b9893450907152224j747ea826nea7f07810e160ebc@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247721925 10214 80.91.229.12 (16 Jul 2009 05:25:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2009 05:25:25 +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 Jul 16 07:25:18 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 1MRJT2-0000S7-7t for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jul 2009 07:25:16 +0200 Original-Received: from localhost ([127.0.0.1]:32919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRJT1-0001zO-Dp for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jul 2009 01:25:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRJSV-0001zG-OL for help-gnu-emacs@gnu.org; Thu, 16 Jul 2009 01:24:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRJSQ-0001yu-4D for help-gnu-emacs@gnu.org; Thu, 16 Jul 2009 01:24:42 -0400 Original-Received: from [199.232.76.173] (port=48739 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRJSP-0001ym-Ns for help-gnu-emacs@gnu.org; Thu, 16 Jul 2009 01:24:37 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.245]:49493) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRJSP-0007YM-C2 for help-gnu-emacs@gnu.org; Thu, 16 Jul 2009 01:24:37 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so1753936rvb.6 for ; Wed, 15 Jul 2009 22:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=uLW7AUUI9/dYQGmGzA4PnaD45PgtxVGtJ6tGycSlZ8Q=; b=ChACzrVPTFLAOUObq2dHTvogXPGDivdSzkmf21N247a2B7mIcWzzFQmkWZK/V/XZS2 oiuOaujAhspQhdGgmezM2Zwk6boqufgagzAtIWySu7IYkxWev7Q1wA3Pgr3aPpPoo+Oh XoiFiWgdtVzJjeloqjwhgyb/l/U/bpzlONLi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=LpiV/nyI5D+SkthyB3AfACHZ6ADXwPkeN0D86dA+3emWHsrG2pXHD+kOy+nFv5/cRx pIeloFSDtkxJ/VwiLC8u9zZuZOrjwXuBvqL5y0F16jsQZWShee4vs8tr/TECmRIBo9av gcgBtyusikBcEongDblDekQjRz+S/I+VXbODM= Original-Received: by 10.140.164.1 with SMTP id m1mr5076472rve.77.1247721875909; Wed, 15 Jul 2009 22:24:35 -0700 (PDT) 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:66134 Archived-At: Hi, I am using xscope.el with emacs. Can you please tell me how can I customize color for the cscope output? And why i only see 'cscope' menu item and C-c s-s (xcscope specified) binding working when I have my mouse in a .h file buffer? how can I make emacs to always support c-c s-s (even if my buffer is in a 'M-x shell')? Thank you.