From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Ruschival Newsgroups: gmane.emacs.help Subject: load custom minor/major modes Date: Mon, 4 Aug 2003 23:42:58 +0200 Organization: ABC Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030804234258.4453b7dc.t.ruschival@vivid-md.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1060033881 15846 80.91.224.253 (4 Aug 2003 21:51:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 21:51:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 04 23:51:38 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 19jnEw-0001gi-00 for ; Mon, 04 Aug 2003 23:51:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jn9G-000528-Oy for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Aug 2003 17:45:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!dsl-082-082-067-220.arcor-ip.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: dsl-082-082-067-220.arcor-ip.net (82.82.67.220) Original-X-Trace: news.uni-berlin.de 1060033376 27752627 82.82.67.220 (16 [37256]) X-Newsreader: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i686-pc-linux-gnu) Original-Xref: shelby.stanford.edu gnu.emacs.help:115666 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:11583 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11583 I found a elisp source that puts emacs into SQL*Plus mode for oracle SQL. I can compile it and load it but ho do I tell emacs to load it whenever a file called *.sql is opened? I also like to modify the the java mode, I can't edit the global elisp file and recompile it so can I also modify menues on a user basis like i can set my tab size etc.? Thanks Thomas