From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Bungum Newsgroups: gmane.emacs.help Subject: Re: zone-mode Date: Sat, 24 Jan 2004 22:14:54 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1074978893.1903.19.camel@shostakovitsj.larsemann> References: <447jzh16h4.fsf@be-well.ilk.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074978994 3258 80.91.224.253 (24 Jan 2004 21:16:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2004 21:16:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 24 22:16:21 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 1AkV8e-0005QB-01 for ; Sat, 24 Jan 2004 22:16:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkV8F-0001Zk-RA for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2004 16:15:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkV7o-0001Ze-L6 for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 16:15:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkV7I-0001VP-Qu for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 16:15:27 -0500 Original-Received: from [217.13.4.2] (helo=mail.broadpark.no) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkV7I-0001VM-Fe for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 16:14:56 -0500 Original-Received: from un (151.80-202-161.nextgentel.com [80.202.161.151]) by mail.broadpark.no (Postfix) with ESMTP id A65687A667 for ; Sat, 24 Jan 2004 22:14:54 +0100 (MET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <447jzh16h4.fsf@be-well.ilk.org> X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:16329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16329 On Sat, 2004-01-24 at 20:39, Lowell Gilbert wrote: > The regular expression which the mode uses to recognize serial numbers > is not very flexible. There has to be whitespace, a number, > (optionally) whitespace, a semicolon, (optionally) whitespace, and the > word "serial" (optionally capitalized). Among other things, this > means the closing parenthesis has to be on a later line. > [See the re-search-forward line in zone-mode.el] Lowell, this resolved my troubles wonderfully well. Thanks a bunch! My zone-files don't have a particular extension, though, so my next challenge would be to get hold of some lines for my .emacs that would open zone-mode for all files opened in my zone-file directory. How can I do this? --lars