help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Planner dev problems


From: weber
Subject: Re: Planner dev problems
Date: 14 Feb 2007 13:28:06 -0800
User-agent: G2/1.0

On 14 fev, 17:58, "weber" <hug...@gmail.com> wrote:
> Hi!
> I'm having problems when I try to do a planner-timeclock-summary-show:
> I get this message:
>
> cond: Wrong number of arguments: #[(target old new) "  [old new target
> replace-regexp-in-string] 4], 4
>
> I'm using the development version from the link on the emacswiki site
> for planner, under windows xp + gnu emacs.
>
> Any of you also noticed the problem ?
> Thanks in advance,
> Hugo
>
> (i'm using the development version to solve another problem that I had
> with the "stable" one :) )

Solved...
It was this code inside color-theme.el that was ruining things:

;; Add this since it appears to miss in emacs-2x
(or (fboundp 'replace-in-string)
    (defun replace-in-string (target old new)
      (replace-regexp-in-string old new  target)))


Cheers,
weber



reply via email to

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