all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris <bbshliu@gmail.com>
To: Efren Bravo <efrenba@yahoo.es>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs (newbie, help)
Date: Thu, 19 Mar 2009 15:04:29 +0800	[thread overview]
Message-ID: <49C1EE7D.1020901@gmail.com> (raw)
In-Reply-To: <456942.56470.qm@web24103.mail.ird.yahoo.com>

Efren Bravo wrote:
> Hi,
>
> I came from borland's world, this's the first time that I use Emacs and I would like to configure it as C/C++ IDE. I've it middle configured but I want some other adjustments that I've not been able to do yet.
>
> - I like the reserved words green and bold: int, float, double, char, void, return etc...
> - # directive in green color: #include, #pragma, #ifndef, etc...
> - Strings in blue color
> - Integers and floats in red color
>   
I haven't configured the display of cc-mode.
> - Actiavte Cut/Copy/Paste (Ctrl+X/Ctrl+C/Ctrl+V) and Undo (Ctrl+Z)
> - Save (Ctrl+S)
>   
By default, it's C-w, M-w, C-y and C-/.
Save C-x C-s.

C-x, C-c, C-v, C-z and C-s are very important in emacs. If you change 
them, You may be confused when you use other features.

C-x and C-c are prefix keys, I don't know how to change them.

If you need to change some key bindings, global-unset-key and 
global-set-key can help you. Some other related functions are define-key 
local-set-key ...

C-h C-h shows you the help for help.

> - Vertical Scroll Bar on the right side of the windows
>   
(customize-set-variable 'scroll-bar-mode 'right)
>
>
> Hope you can point me in the right direction,
> Thanks in advance
>
>   
I'm also a newbie, but I don't think the default key bindings bring me 
troubles.




  reply	other threads:[~2009-03-19  7:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18 19:54 Emacs (newbie, help) Efren Bravo
2009-03-19  7:04 ` Chris [this message]
2009-03-19  9:48 ` Peter Dyballa
     [not found] ` <mailman.3555.1237456138.31690.help-gnu-emacs@gnu.org>
2009-03-20  1:06   ` Christian Herenz
2009-03-20  9:32     ` Peter Dyballa
2009-03-21  2:40     ` Efren Bravo

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=49C1EE7D.1020901@gmail.com \
    --to=bbshliu@gmail.com \
    --cc=efrenba@yahoo.es \
    --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.