From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Neuss Newsgroups: gmane.emacs.help Subject: recognizing "end" correctly in Octave mode Date: 29 Nov 2006 13:05:08 +0100 Organization: IPM Message-ID: <873b82e9vv.fsf@ma-patru.mathematik.uni-karlsruhe.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164804090 28038 80.91.229.2 (29 Nov 2006 12:41:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 12:41:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 29 13:41:27 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpOk8-0004H2-Jq for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2006 13:40:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpOk7-0000xI-Pl for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2006 07:40:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: ma-patru.mathematik.uni-karlsruhe.de Original-X-Trace: news2.rz.uni-karlsruhe.de 1164801806 26962 172.22.2.67 (29 Nov 2006 12:03:26 GMT) Original-X-Complaints-To: usenet@rz.uni-karlsruhe.de Original-NNTP-Posting-Date: Wed, 29 Nov 2006 12:03:26 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:143489 Original-To: help-gnu-emacs@gnu.org 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:39090 Archived-At: Hello, Octave (which is similar to Matlab) allows both "end" and "end" for teminating constructs, e.g. I can write both "if ... endif" and "if ... end". However, Octave mode does not recognize the "if ... end" construct correctly (i.e. indentation is wrong). Is it possible to change this behaviour? Thanks, Nicolas