From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58458 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: text/dns Date: Sun, 12 Sep 2004 14:22:11 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094991795 26981 80.91.229.6 (12 Sep 2004 12:23:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Sep 2004 12:23:15 +0000 (UTC) Original-X-From: ding-owner+M6998@lists.math.uh.edu Sun Sep 12 14:23:02 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C6TNl-0002oy-00 for ; Sun, 12 Sep 2004 14:23:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1C6TNX-0000EG-00; Sun, 12 Sep 2004 07:22:47 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C6TNQ-0000EA-00 for ding@lists.math.uh.edu; Sun, 12 Sep 2004 07:22:40 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C6TNQ-0001iM-A2 for ding@lists.math.uh.edu; Sun, 12 Sep 2004 07:22:40 -0500 Original-Received: from main.gmane.org (unknown [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 112983A003C for ; Sun, 12 Sep 2004 07:22:37 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C6TNM-0004io-00 for ; Sun, 12 Sep 2004 14:22:36 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2004 14:22:36 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2004 14:22:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:f68B03BLSvEQO343/STaJMxTfTY= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58458 Simon Josefsson writes: >> It doesn't generate any errors/warnings here. But the only thing that >> it does do is fontify "; sometexthere" in `font-lock-comment-face'. >> Should there be more unboringness than that? > > Ah, I didn't test on XEmacs. It should fontify comments ("; foo"), > the control entities ($ORIGIN, $INCLUDE), the non-standard control > entities ($FOO, $BAR), the DNS classes and types (IN, NS, SOA etc). > > I'll try it on XEmacs now... Hm. Font-locking doesn't work alright. But I can't find out why. To me, dns-mode.el seem to do the same as sieve-mode.el and dig.el for font lock keywords, and both of them work. Anyone?