From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Steffen_Gl=FCckselig?= Newsgroups: gmane.emacs.help Subject: convert umlauts to html-entities 'as you type' Date: Sun, 07 Mar 2004 10:09:06 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1078974110 10939 80.91.224.253 (11 Mar 2004 03:01:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 03:01:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 11 04:01:39 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1GS3-0004iM-00 for ; Thu, 11 Mar 2004 04:01:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1GJ1-0008Aa-PO for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Mar 2004 21:52:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AzuG7-0007kN-0u for help-gnu-emacs@gnu.org; Sun, 07 Mar 2004 04:07:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AzuFa-0007gl-MD for help-gnu-emacs@gnu.org; Sun, 07 Mar 2004 04:07:41 -0500 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AzuCW-0007NZ-EU for help-gnu-emacs@gnu.org; Sun, 07 Mar 2004 04:04:00 -0500 Original-Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AzuCR-0004ex-00 for help-gnu-emacs@gnu.org; Sun, 07 Mar 2004 10:03:55 +0100 Original-Received: from [217.229.76.193] (helo=smtp.1und1.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AzuCR-00048M-00 for help-gnu-emacs@gnu.org; Sun, 07 Mar 2004 10:03:55 +0100 Original-To: help-gnu-emacs@gnu.org User-Agent: Opera M2/7.50 (Win32, build 3613) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:3c0646bbf6b318d8d2cb021125dc7adc X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17506 Hello, I'd like to make emacs convert umlauts into entities as I type: ä -> ä I would like to get this to work in nxml-mode. Seemingly (setq html-auto-sgml-entity-conversion t) does the job for I-don't-know what. What would I have to do to get it to work with nxml-mode. Thanks, regards Steffen