From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Efren Bravo Newsgroups: gmane.emacs.help Subject: Emacs (newbie, help) Date: Wed, 18 Mar 2009 19:54:16 +0000 (GMT) Message-ID: <456942.56470.qm@web24103.mail.ird.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1237441066 22809 80.91.229.12 (19 Mar 2009 05:37:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 05:37:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 19 06:39:02 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkAy4-0008NY-Gu for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 06:39:01 +0100 Original-Received: from localhost ([127.0.0.1]:52511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkAwi-0004Sj-5R for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 01:37:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lk1qL-00084Z-05 for help-gnu-emacs@gnu.org; Wed, 18 Mar 2009 15:54:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lk1qH-00084C-Hp for help-gnu-emacs@gnu.org; Wed, 18 Mar 2009 15:54:24 -0400 Original-Received: from [199.232.76.173] (port=48606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk1qH-000848-Br for help-gnu-emacs@gnu.org; Wed, 18 Mar 2009 15:54:21 -0400 Original-Received: from web24103.mail.ird.yahoo.com ([87.248.114.167]:22518) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lk1qG-0004yP-PN for help-gnu-emacs@gnu.org; Wed, 18 Mar 2009 15:54:21 -0400 Original-Received: (qmail 61712 invoked by uid 60001); 18 Mar 2009 19:54:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1237406056; bh=jKKxUOVnYgF403yN76DOyG5+8oE1puybgt715Y6/eH4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Z7aTJjJCF0kattu+GvoSVCpMhZDjXnr2krA+ZCAu9ebn9bWEXwPwRys387OYHOeUmw5vbLETU+5WRzDzSwvgoJqyQyPRHnkDWasOY+WbDKh/XOWspwvZMhshc+4ZYa5FzvRpERFAJt9FmAi+MXgJw+bzQR2ZvOM4Q9n6l9/rrYI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=qFW9uxH1tAKIsyRcjZpR44ADh6QRlqs+CXVvpb9zcMQzPYhRdQmgpr8CQC2sbO9OOWqygeqWZJXdbCt+LFZ/RURhZjXnvcqbyXfAD9fKr4cIjBTXTNWpQKYRXXscZtWTGDkIeutim/59wpRmbcUxSmnyHaPJ4abIpiCLaTecvsQ=; X-YMail-OSG: PlRXB8EVM1kwyykJdZ_YVPoVmGiR.4Ur1GTVwsSPYh6eAlxyZAcJ.tkgwaqxV6roatDOjXrhgDj1f8eMxKRTW4vENca2KlWsv09hyIhvk2qJSK_fYlXDB1zg4h.9ABINCkZuQyWeNkRSpU8Si8SAkO4Q4PHl3LOoeF9kYN5d5vLCwZqCJK3vlCLLARGm Original-Received: from [200.55.168.196] by web24103.mail.ird.yahoo.com via HTTP; Wed, 18 Mar 2009 19:54:16 GMT X-Mailer: YahooMailWebService/0.7.289.1 X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) X-Mailman-Approved-At: Thu, 19 Mar 2009 01:32:15 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63068 Archived-At: Hi, I came from borland's world, this's the first time that I use Emacs and I w= ould like to configure it as C/C++ IDE. I've it middle configured but I wan= t 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 - Actiavte Cut/Copy/Paste (Ctrl+X/Ctrl+C/Ctrl+V) and Undo (Ctrl+Z) - Save (Ctrl+S) - Vertical Scroll Bar on the right side of the windows Hope you can point me in the right direction, Thanks in advance =0A=0A=0A