all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bernardo <bernardo.bacic@pobox.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How can I customize color for xcope result
Date: Sat, 18 Jul 2009 10:28:55 +1000	[thread overview]
Message-ID: <4A611747.7000900@pobox.com> (raw)
In-Reply-To: <3b9893450907160950x3a3874e4v4e24439e7258a5ea@mail.gmail.com>



> 
> 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,
> 
1. move the point to the string you want to customise
2. type C-u C-x =
3. this will show you the settings details; note the "face" name
4. customise this face attributes similarly to the ones mentioned before


> 
> Thank you. Where can I find cscope:map to copy from 
type C-h v cscope:map RET
this shows the help screen about this variable; if you press TAB and RET 
it will take you to the file where the variable is defined

 > and where should i copy to?
 >
probably "global-map" (type C-h v global-map RET for more details)
now, whether this is the canonical way to do it, i don't know

if i were you i'd read up at least the "Key Bindings" node in Emacs manual
M-: (info "(Emacs) Key Bindings")

and also Keymaps in elisp manual
M-: (info "(Elisp) Keymaps")





      reply	other threads:[~2009-07-18  0:28 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
2009-07-18  0:28     ` Bernardo [this message]

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=4A611747.7000900@pobox.com \
    --to=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.