emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dns-mode.el vs. zone-mode.el


From: Edward O'Connor
Subject: Re: dns-mode.el vs. zone-mode.el
Date: Thu, 10 Aug 2006 14:06:34 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (darwin)

Romain Francoise wrote:

> What I took from zone-mode is the fact that serials are incremented
> upon saving, the updating code in dns-mode was already there and is
> much more advanced than that of zone-mode (it supports a variety of
> formats).

FWIW, I've had this in ~/.emacs for some time:

  (add-hook 'dns-mode-hook
            (lambda ()
              (add-hook 'before-save-hook
                        'dns-mode-soa-increment-serial
                        nil t)))

Will the recent dns-mode changes cause me to increment the serial twice
on each save?


Ted

-- 
Edward O'Connor
address@hidden

Ense petit placidam sub libertate quietem.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]