On Fri, 22 Apr 2005 12:41:32 +0800 Xiangqian Liu wrote:
> actually the style I expect is
> public void helloWorld()
> {
> if(today.weather == find)
> {
> System.out.println("oh~ a fine day~");
>
> }
> }Does this help? (defun my-java-mode-hook () (c-set-style "k&r") (setq c-basic-offset 2)) (add-hook 'java-mode-hook 'my-java-mode-hook) David _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
