On Sat, 07 Apr 2007 15:08:59 +0200 Stephen Berman <[EMAIL PROTECTED]> wrote:
> On Sat, 07 Apr 2007 12:49:07 +0200 Stephen Berman > <[EMAIL PROTECTED]> wrote: > >> Since this bug seems similar to the others involving "too late" >> customization that I have reported recently and Glenn Morris fixed, I >> tried similar fixes to diary-date-forms, using the :initial and :set >> keywords and calling (unload-feature 'diary-lib) and (load >> "diary-lib"), but these attempts had no effect. I could only get the >> customization activated by doing the steps in the preceding paragraph. > > I've come up with a hack that fixes the problem, at least for my > usage, but it's seems quite ugly and may well miss a generalization: This hack is untenable. What it does must only be done the first time diary-show-all or make-diary-entry are invoked but not on subsequent invocations (don't want to kill modified buffers!). I think the fix must be located in diary-data-forms or somehow tied to its taking effect, but I still don't see how to do it. Steve Berman _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
