help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I customize color for xcope result


From: n179911
Subject: Re: How can I customize color for xcope result
Date: Thu, 16 Jul 2009 09:50:38 -0700

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?


>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]