all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: n179911 <n179911@gmail.com>
To: bernardo.bacic@pobox.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: How can I customize color for xcope result
Date: Thu, 16 Jul 2009 09:50:38 -0700	[thread overview]
Message-ID: <3b9893450907160950x3a3874e4v4e24439e7258a5ea@mail.gmail.com> (raw)
In-Reply-To: <4A5F08E6.1080102@pobox.com>

On Thu, Jul 16, 2009 at 4:03 AM, Bernardo<bernardo.bacic@pobox.com> wrote:
>
>
>> I am using xscope.el with emacs. Can you please tell me how can I
>> customize color for the cscope output?
>
> maybe something like:
> (eval-after-load 'xcscope
>  '(progn
>     (set-face-attribute 'cscope-function-face nil
>                         :foreground "DodgerBlue")
>     (set-face-attribute 'cscope-file-face nil
>                         :foreground "RoyalBlue"
>                         :weight 'bold)
>     (set-face-attribute 'cscope-line-number-face nil
>                         :foreground "brown")))
>

Thank you. How can I change the color of the source string of the
cscope result? like below " DLLEXPORT int __cdecl ChromeMain(HINSTANCE
instance,"

<global>[85]                   DLLEXPORT int __cdecl
ChromeMain(HINSTANCE instance,
<global>[91]                   int ChromeMain(int argc, const char ** argv);
<global>[285]                  DLLEXPORT int __cdecl
ChromeMain(HINSTANCE instance,



>
>> 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')?
>
> i haven't tried that, but you'd probably need to look at copying the
> cscope:map into the global key map
>

Thank you. Where can I find cscope:map to copy from and where should i copy to?


>
>




  parent reply	other threads:[~2009-07-16 16:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16  5:24 How can I customize color for xcope result n179911
     [not found] ` <4A5F08E6.1080102@pobox.com>
2009-07-16 16:50   ` n179911 [this message]
2009-07-18  0:28     ` Bernardo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3b9893450907160950x3a3874e4v4e24439e7258a5ea@mail.gmail.com \
    --to=n179911@gmail.com \
    --cc=bernardo.bacic@pobox.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.