unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Adam Hardy <emacs@cyberspaceroad.com>
Subject: auto-fill mode in java-mode
Date: Sun, 12 Oct 2003 00:07:00 +0200	[thread overview]
Message-ID: <3F887F04.6070207@cyberspaceroad.com> (raw)

I'm trying to get my java-mode to wrap lines at 75 cols and I've not got 
it working. I'm pretty sure that my java-mode settings, which sets it up 
just how I want it except the wrapping, must be inhibiting auto-fill, 
but I can't see how. This is my java-mode lisp in .emacs:

(add-hook 'java-mode-hook
   '(lambda ()
      ;; Konfiguration des Javamodes
      (c-set-style '"Java")
      (setq c-basic-offset 4)
      (c-set-offset 'topmost-intro-cont c-basic-offset)
      (c-set-offset 'inline-open 0)
      (c-set-offset 'inclass 4)
      (c-set-offset 'substatement-open 0)
      (c-set-offset 'block-open '-)
      (c-set-offset 'objc-method-intro 'c-lineup-arglist-intro-after-paren)
      ;; Konfiguration verschiedener Features
      (setq c-electric-pound-behavior '(alignleft))
      ;; allgemeine Konfiguration
      (set-variable 'comment-column 40)
      ;; Konfiguration der Funktionalitaet der Returntaste
      (local-set-key [return] 'newline-and-indent)
      (local-set-key [S-return] 'newline)
      (local-set-key [C-return] 'c-mark-function)))

;; Turn on auto-fill-mode in desired modes
(setq-default fill-column 75)
(add-hook 'java-mode-hook 'turn-on-auto-fill)

Thanks for any help.

Adam

-- 
GNU Emacs 21.3.1 on Linux 2.4.20 RH9

             reply	other threads:[~2003-10-11 22:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-11 22:07 Adam Hardy [this message]
     [not found] <mailman.1541.1065910097.21628.help-gnu-emacs@gnu.org>
2003-10-13  9:10 ` auto-fill mode in java-mode Alan Mackenzie
2003-10-13 21:58   ` Adam Hardy
     [not found]   ` <mailman.1632.1066082371.21628.help-gnu-emacs@gnu.org>
2003-10-16 21:16     ` Alan Mackenzie
2003-10-17  9:38       ` Adam Hardy
2003-10-17 14:49       ` Stefan Monnier
2003-10-18 17:15         ` Adam Hardy
     [not found]         ` <mailman.1944.1066497425.21628.help-gnu-emacs@gnu.org>
2003-10-18 21:03           ` Johan Bockgård
2003-10-18 21:23           ` lawrence mitchell
2003-10-19  9:07           ` Micah Cowan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F887F04.6070207@cyberspaceroad.com \
    --to=emacs@cyberspaceroad.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).