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: zone-mode Date: Sat, 24 Jan 2004 16:49:36 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1074959375.1879.4.camel@shostakovitsj.larsemann> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074959522 20857 80.91.224.253 (24 Jan 2004 15:52:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2004 15:52:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 24 16:51:54 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 1AkQ4g-0008LQ-00 for ; Sat, 24 Jan 2004 16:51:54 +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 1AkQ3K-0006qW-CR for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2004 10:50:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkQ2z-0006p7-GJ for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 10:50:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkQ2T-0006f5-T6 for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 10:50:08 -0500 Original-Received: from [217.13.4.2] (helo=mail.broadpark.no) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkQ2T-0006ey-Hv for help-gnu-emacs@gnu.org; Sat, 24 Jan 2004 10:49:37 -0500 Original-Received: from un (151.80-202-161.nextgentel.com [80.202.161.151]) by mail.broadpark.no (Postfix) with ESMTP id A15EB7A485 for ; Sat, 24 Jan 2004 16:49:36 +0100 (MET) Original-To: help-gnu-emacs@gnu.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:16326 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16326 I'm trying to use the zone-mode to update the serial number of a DNS zone-file from within emacs. >>From what I can read in the docs, the mode should update the serials automatically when you save the file. I can't see that this happenes. Then I tried to use M-x zone-mode-update-serial to see if that worked, but wasn't able to get any response back. No error, but nothing happenes to the file. I don't really know what to do to find out of this (my question). I'm not fluent in elisp, but should be able to make something out of debugging information. Thanks! --lars