all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Planner dev problems
@ 2007-02-14 20:58 weber
  2007-02-14 21:28 ` weber
  0 siblings, 1 reply; 4+ messages in thread
From: weber @ 2007-02-14 20:58 UTC (permalink / raw)
  To: help-gnu-emacs

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 :) )

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Planner dev problems
  2007-02-14 20:58 Planner dev problems weber
@ 2007-02-14 21:28 ` weber
  2007-02-18 23:45   ` John Sullivan
  2007-02-22 15:39   ` Leo
  0 siblings, 2 replies; 4+ messages in thread
From: weber @ 2007-02-14 21:28 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Planner dev problems
  2007-02-14 21:28 ` weber
@ 2007-02-18 23:45   ` John Sullivan
  2007-02-22 15:39   ` Leo
  1 sibling, 0 replies; 4+ messages in thread
From: John Sullivan @ 2007-02-18 23:45 UTC (permalink / raw)
  To: help-gnu-emacs

"weber" <hugows@gmail.com> writes:

> 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)))

Glad you figured it out. For other planner questions, you can also use the
Planner mailing list, at <https://mail.gna.org/listinfo/planner-el-discuss/>.

-- 
-John Sullivan
-Emacs Planner Maintainer
-http://www.wjsullivan.net/PlannerMode.html
-GPG Key: AE8600B6

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Planner dev problems
  2007-02-14 21:28 ` weber
  2007-02-18 23:45   ` John Sullivan
@ 2007-02-22 15:39   ` Leo
  1 sibling, 0 replies; 4+ messages in thread
From: Leo @ 2007-02-22 15:39 UTC (permalink / raw)
  To: help-gnu-emacs

On 2007-02-14, weber said:

> 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

This bug has been there for more than half a year. Is color-theme
still maintained?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-22 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-14 20:58 Planner dev problems weber
2007-02-14 21:28 ` weber
2007-02-18 23:45   ` John Sullivan
2007-02-22 15:39   ` Leo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.