From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: emacs as an ide Date: Thu, 16 Oct 2003 23:18:38 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86wub4x4nl.fsf@slowfox.dyndns.org> References: <3wvhb.82$Cw3.16@newsfep1-gui.server.ntli.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066340077 5505 80.91.224.253 (16 Oct 2003 21:34:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 21:34:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 16 23:34:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAFlT-0004QM-00 for ; Thu, 16 Oct 2003 23:34:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAFjO-0000wT-P9 for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Oct 2003 17:32:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!fu-berlin.de!uni-berlin.de!p508e26bf.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: p508e26bf.dip.t-dialin.net (80.142.38.191) Original-X-Trace: news.uni-berlin.de 1066339020 25380649 80.142.38.191 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:UMAy3guBopiSzQMfNU0XvJTXSf8= Original-Xref: shelby.stanford.edu gnu.emacs.help:117335 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13265 "Martin" writes: > To build the current project and current solution, I would use different > make commands. (I already have a make file with appropriate targets in it) > However I am too lazy to do the M-x compile command - I don't want to have > to type any commands. I just want to configure the commands and then access > them from a button or menu. Well, (global-set-key (kbd "") 'recompile) might do something useful for you. WDYT?