all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Efren Bravo <efrenba@yahoo.es>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs (newbie, help)
Date: Thu, 19 Mar 2009 10:48:35 +0100	[thread overview]
Message-ID: <D61601AD-E411-41A8-A16C-BAF8BAA11B53@Web.DE> (raw)
In-Reply-To: <456942.56470.qm@web24103.mail.ird.yahoo.com>


Am 18.03.2009 um 20:54 schrieb Efren Bravo:

> - I like the reserved words green and bold: int, float, double,  
> char, void, return etc...

Invoke M-x describe-text-properties RET on any character in such a  
faulty coloured world and change either the colour of the "face" or  
choose another face and use it as a new binding. It all can be done  
with the customisation interface.

> - # directive in green color: #include, #pragma, #ifndef, etc...
> - Strings in blue color
> - Integers and floats in red color

Again, investigate which customisations GNU Emacs offers. M-x list- 
colors-display RET can give you hints how the name of a colour looks  
like.

>
> - Actiavte Cut/Copy/Paste (Ctrl+X/Ctrl+C/Ctrl+V) and Undo (Ctrl+Z)

There is a cua called mode I deliberately never use.

> - Save (Ctrl+S)

I'd rather change manners! C-s or incremental-search or isearch is  
too important. (But you can change key bindings. Look into the  
manual: C-h i m Emacs RET)

> - Vertical Scroll Bar on the right side of the windows


How comes that you have it on the wrong side? M-x info-apropos RET  
scrollbar RET will give you a hypertext menu of documentation on the  
keyword. You can achieve things for example by:

	(setq default-frame-alist
	  (append (list
	    '(vertical-scroll-bars . left)
	    ) default-frame-alist))

(There are also other means to manipulate default-frame-alist or  
initial-frame-alist – and of course members!)

Besides, it's mostly useful to read the tutorial: C-h t. Or look into  
the menus (Options for example, that has "Customize Emacs"), here  
particularly Help.

--
Greetings

   Pete

»¿ʇı̣ əsnqɐ ʇ,uɐɔ noʎ ɟı̣
ɓuı̣ɥʇʎuɐ sı̣ pooɓ ʇɐɥʍ«






  parent reply	other threads:[~2009-03-19  9:48 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
2009-03-19  9:48 ` Peter Dyballa [this message]
     [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=D61601AD-E411-41A8-A16C-BAF8BAA11B53@Web.DE \
    --to=peter_dyballa@web.de \
    --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.