From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hjuvi Newsgroups: gmane.emacs.help Subject: =?ISO-8859-1?Q?Re=A0=3A_Re=3A_Emacs_as_a_C_Programming_IDE_Configuration?= =?ISO-8859-1?Q?=3F?= Date: Mon, 2 May 2011 02:29:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0bb7efc2-288f-4cb9-b194-8cad31af432f@glegroupsg2000goo.googlegroups.com> References: <60356e82-f888-4ece-bc3c-db081a38c0f8@w21g2000yqm.googlegroups.com> Reply-To: gnu.emacs.help@googlegroups.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306268362 16259 80.91.229.12 (24 May 2011 20:19:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:19:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:19:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy4S-0004FI-56 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:19:16 +0200 Original-Received: from localhost ([::1]:51873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy4R-0004Qy-Jt for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:19:15 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 80.11.242.217 Original-X-Trace: posting.google.com 1304328569 6621 127.0.0.1 (2 May 2011 09:29:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 2 May 2011 09:29:29 +0000 (UTC) In-Reply-To: <60356e82-f888-4ece-bc3c-db081a38c0f8@w21g2000yqm.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.11.242.217; posting-account=IiLCJgoAAAD0xOHhzuJAhU8es3tVRnZ4 User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:186771 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81112 Archived-At: I have forgotten a few things that I should mention... Globally, the idea is that many default settings are not convenient (at lea= st for me)... - I have redefined Alt-left/down/right keys for cut/copy/paste : standard s= hortcuts are not easy... - scrolling bar on left side: emacs is the only application to put it on le= ft side. In Emacs-IDE, I've changed it to right side, this is not optional = yet... - on older versions of Emacs, mouse wheel mode was not set, I enable it. - mouse-wheel-progressive-speed is disabled, I find it awful... - There are some other little options that I have redefined because I don't= like the default setting (I can't list them all, see http://svn.gna.org/vi= ewcvs/emacs-ide/tags/1.6/src/eide.el?revision=3D68&view=3Dmarkup - NB: this= is not up-to-date, I have already removed some of them, but this is the la= st official release). Maybe I should define a global option to make all of these personnal settin= gs optional. But in the beginning, the idea was to provide a user-friendly IDE. And many= default settings are not user-friendly to me. Also many useful options are not set by default, whereas they are very usef= ul in the context of an IDE: which-function-mode, line-number-mode, column-= number-mode, show-paren-mode...