From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Wolfgang Jeltsch Newsgroups: gmane.emacs.help Subject: enabling auto fill mode for XML documents Date: Sun, 30 Jan 2005 20:28:31 +0100 Message-ID: <200501302028.32047.wolfgang@jeltsch.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107113319 16107 80.91.229.6 (30 Jan 2005 19:28:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2005 19:28:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 30 20:28:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvKkL-00062b-00 for ; Sun, 30 Jan 2005 20:28:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvKwu-0002zO-P8 for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Jan 2005 14:41:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvKwl-0002yt-LZ for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 14:41:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvKwj-0002xY-3t for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 14:41:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvKwi-0002xV-02 for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 14:41:21 -0500 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CvKjn-0002dr-2e for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 14:27:59 -0500 Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CvKjm-0000Er-00 for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 20:27:58 +0100 Original-Received: from [217.87.29.55] (helo=pD9571D37.dip0.t-ipconnect.de) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1CvKjm-0004oX-00 for help-gnu-emacs@gnu.org; Sun, 30 Jan 2005 20:27:58 +0100 Original-To: GNU Emacs Help ML User-Agent: KMail/1.7.2 Content-Disposition: inline X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:979f6495558c984fd6b37bf5c2591014 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: main.gmane.org gmane.emacs.help:23760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23760 Hello, I want the auto fill minor mode to be automatically enabled for all buffers using the nXML major mode. Alas, all previous attempts and tipps to realize this (like putting turn-on-auto-fill-mode in an nXML hook) didn't work. What is a good way to achieve what I want? Best wishes, Wolfgang