emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Planner Appt frozes Emacs?


From: Seth Falcon
Subject: Re: [emacs-wiki-discuss] Planner Appt frozes Emacs?
Date: Tue, 29 Nov 2005 08:55:39 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Jim,

Thanks for posting the patch.  After updating muse and planner-muse, I
found planner-appt broke planner such that I could not mark tasks as
complete (and other actions).  Was getting a wrong type error.

On 25 Nov 2005, address@hidden wrote:
> Here is a patch [I can't add it to my archive mirror because there
> are some other changes to planner that I have made that might get
> mixed in]:

Applying your patch seems to have fixed things (although I haven't yet
tested heavily).

+ seth


>
> --- orig/planner-appt.el
> +++ mod/planner-appt.el
> @@ -1084,8 +1084,11 @@
>            (if (planner-appt-task-nagging-p
>            (planner-task-description info))
>                (progn (planner-edit-task-description (nth 0 appt))
>                       ad-do-it)
> -            (unless (and info time)
> -              ad-do-it)))))))
> +            (if (and info time)
> +                   ;; Fri Nov 25 13:59:02 GMT 2005: Fix for new [?]
> +                   ;; behaviour of planner-copy-or-move-region.
> +                   (forward-line -1)
> +                 ad-do-it)))))))
>
> ;; NB: this advice leads to two updates of the task appointment
> ;; section [when updating it is enabled, of course]: it is hard to
> ;; see
>
>
> Regards,




reply via email to

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