From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Florian Lindner Newsgroups: gmane.emacs.help Subject: Re: Emacs und Pascal Date: Wed, 20 Nov 2002 15:02:59 +0000 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <87lm3xya6t.fsf@emacswiki.org> <84k7jcw3y6.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: main.gmane.org 1037801790 8097 80.91.224.249 (20 Nov 2002 14:16:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 14:16:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18EVeV-00026L-00 for ; Wed, 20 Nov 2002 15:16:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EVeq-0000EZ-00; Wed, 20 Nov 2002 09:16:48 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.t-online.com 1037801273 00 23531 twkEEIKVTqa4tG 021120 14:07:53 Original-X-Complaints-To: abuse@t-online.com X-Sender: 340060635977-0001@t-dialin.net User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:107239 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3795 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3795 Kai Großjohann wrote: > Florian Lindner writes: > >> How can I tell M-x compile which compiler with with command line options >> to according to the major-mode to invoke? > > In the mode hook, set the variable compile-command. C-h v compile-command -> No Match, where do get Info to this variable? > Also investigate file variables. In Info: (emacs)File Variables. > > kai