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: Bernardo
Subject: Re: How can I customize color for xcope result
Date: Thu, 16 Jul 2009 21:03:02 +1000
User-agent: Thunderbird 2.0.0.22 (X11/20090605)



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")))


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




reply via email to

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