[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:06186] Re: java-mode インデント implements& throws



お久しぶりです、かおるです。


碓井さんの投稿に便乗です。

---
Subject: [xyzzy:06184] java-mode インデント implements& throws
   Date: Sun, 18 Feb 2001 15:20:55 +0900
   From: Usui Makoto <usui@xxxxxxxxxxxxxxx>

> はじめまして、碓井です。
> xyzzy 毎日楽しく使ってます。亀井さんありがとうございます。
> 
> いきなりですが、java-modeで implements句、throws句で ","(comma) 
> を使った後のインデントを、関数(method)の後の括弧内で","(comma)を
> 使った時と同じ動きにしたいのですが、良い方法があれば教えてください。
> 
> class X implements Y, ←
>                    Z{ ←
> 	public void z(int y,
> 				  int x) throws Y, ←
>  	                            Z{ ←
> 	}
> }

私の場合、java-modeで以下のようなインデントにしたいのですが、
いい加減なリスピング(Lispping...すいません出直してきます)
では、うんともすんともうまくいきません。
良い知恵があれば、ご教授願います。

class X
{
	public void z(int y, int x)
		throws Y
	{ ←
		if (y == x) 
		{ ←
		}
	}
}


では
---
kaorus@xxxxxxxxxxxxxxxxx

Index Home