>>>>> Glenn Morris writes: > Thanks - I put the save-excursion in redraw-calendar itself. For > some reason I though with-current-buffer would preserve point.
This save-excursion can't do anything meaningful to preserve point in the calendar buffer can it? (I mean because the calendar buffer contents are erased in generate-calendar.) The calendar buffer will be current when redraw-calendar is called from mark-diary-entries. Now, if I do `emacs -Q -f calendar' and C-c C-l, point moves to (point-min). Thanks, Matt _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
