unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* muse-project-publish bug?
@ 2006-03-13  3:33 Leon
  2006-03-13  5:59 ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Leon @ 2006-03-13  3:33 UTC (permalink / raw)
  Cc: emacs-devel

Hi all,

Not usre this is a bug of planner or emacs cvs. When I press 'C-c C-p'
on planner daily page, emacs uses >90% cpu and the command never returns.

I don't know how to get more debug message.

*Emacs*: GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.14) of
2006-03-12
*planner*: 3.40 (grabbed from:
http://www.mwolson.org/static/dist/planner-latest.zip)
 
-- 
Leon

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

* Re: muse-project-publish bug?
  2006-03-13  3:33 muse-project-publish bug? Leon
@ 2006-03-13  5:59 ` Kenichi Handa
  2006-03-13 18:29   ` Leon
  0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2006-03-13  5:59 UTC (permalink / raw)
  Cc: emacs-wiki-discuss, emacs-devel

In article <m27j6zvx19.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:

> Hi all,
> Not usre this is a bug of planner or emacs cvs. When I press 'C-c C-p'
> on planner daily page, emacs uses >90% cpu and the command never returns.

> I don't know how to get more debug message.

> *Emacs*: GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.14) of
> 2006-03-12
> *planner*: 3.40 (grabbed from:
> http://www.mwolson.org/static/dist/planner-latest.zip)
 
Do you see the same problem with Emacs 21 or 22?

---
Kenichi Handa
handa@m17n.org

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

* Re: muse-project-publish bug?
  2006-03-13  5:59 ` Kenichi Handa
@ 2006-03-13 18:29   ` Leon
  2006-03-14  1:05     ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Leon @ 2006-03-13 18:29 UTC (permalink / raw)
  Cc: emacs-wiki-discuss

Kenichi Handa <handa@m17n.org> writes:

> In article <m27j6zvx19.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:
>
>> Hi all,
>> Not usre this is a bug of planner or emacs cvs. When I press 'C-c C-p'
>> on planner daily page, emacs uses >90% cpu and the command never returns.
>
>> I don't know how to get more debug message.
>
>> *Emacs*: GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.14) of
>> 2006-03-12
>> *planner*: 3.40 (grabbed from:
>> http://www.mwolson.org/static/dist/planner-latest.zip)
>  
> Do you see the same problem with Emacs 21 or 22?
>
Try with emacs 21, works fine!
> ---
> Kenichi Handa
> handa@m17n.org

toggle-debug-on-quit enabled, the backtrace is:
------------------------------------------------------------------------
Debugger entered--Lisp error: (quit)
  muse-style-run-hooks(:before (:base "planner-xhtml" :path "~/Documents/WebWiki/plans"))
  muse-publish-markup-region(1 86 "03.10" (:base "planner-xhtml" :path "~/Documents/WebWiki/plans"))
  muse-publish-markup-buffer("03.10" (:base "planner-xhtml" :path "~/Documents/WebWiki/plans"))
  byte-code("r\bqˆÆ	!ˆÇÈ	!\n\"ˆÉ^[Ê\f!ˆ)ËÌ\n	\f
%ˆ)Ƈ" [temp-buffer file style backup-inhibited output-path target insert-file-contents muse-publish-markup-buffer muse-page-name t write-file muse-style-run-hooks :final] 6)
  muse-publish-file("/home/g0505202/Documents/Wiki/plans/03.10.muse" (:base "planner-xhtml" :path "~/Documents/WebWiki/plans") "~/Documents/WebWiki/plans" nil)
  muse-project-publish-file("/home/g0505202/Documents/Wiki/plans/03.10.muse" ((:base "planner-xhtml" :path "~/Documents/WebWiki/plans")) nil)
  muse-project-publish(("plans" ("~/Documents/Wiki/plans" :default "TaskPool" :major-mode planner-mode :visit-link planner-visit-link) (:base "planner-xhtml" :path "~/Documents/WebWiki/plans")) nil)
  call-interactively(muse-project-publish)
------------------------------------------------------------------------
-- 
Leon

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

* Re: muse-project-publish bug?
  2006-03-13 18:29   ` Leon
@ 2006-03-14  1:05     ` Kenichi Handa
  2006-03-22 15:10       ` Leon
  0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2006-03-14  1:05 UTC (permalink / raw)
  Cc: emacs-wiki-discuss, emacs-devel

In article <m21wx6mc4a.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:

> Kenichi Handa <handa@m17n.org> writes:
>> In article <m27j6zvx19.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:
>> 
>>> Hi all,
>>> Not usre this is a bug of planner or emacs cvs. When I press 'C-c C-p'
>>> on planner daily page, emacs uses >90% cpu and the command never returns.
>> 
>>> I don't know how to get more debug message.
>> 
>>> *Emacs*: GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.14) of
>>> 2006-03-12
>>> *planner*: 3.40 (grabbed from:
>>> http://www.mwolson.org/static/dist/planner-latest.zip)
>> 
>> Do you see the same problem with Emacs 21 or 22?
>> 
> Try with emacs 21, works fine!

How about 22?

---
Kenichi Handa
handa@m17n.org

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

* Re: muse-project-publish bug?
  2006-03-14  1:05     ` Kenichi Handa
@ 2006-03-22 15:10       ` Leon
  0 siblings, 0 replies; 5+ messages in thread
From: Leon @ 2006-03-22 15:10 UTC (permalink / raw)


Kenichi Handa <handa@m17n.org> writes:

> In article <m21wx6mc4a.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:
>
>> Kenichi Handa <handa@m17n.org> writes:
>>> In article <m27j6zvx19.fsf@sl392.st-edmunds.cam.ac.uk>, Leon <sdl.web@gmail.com> writes:
>>> 
>>>> Hi all,
>>>> Not usre this is a bug of planner or emacs cvs. When I press 'C-c C-p'
>>>> on planner daily page, emacs uses >90% cpu and the command never returns.
>>> 
>>>> I don't know how to get more debug message.
>>> 
>>>> *Emacs*: GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.14) of
>>>> 2006-03-12
>>>> *planner*: 3.40 (grabbed from:
>>>> http://www.mwolson.org/static/dist/planner-latest.zip)
>>> 
>>> Do you see the same problem with Emacs 21 or 22?
>>> 
>> Try with emacs 21, works fine!
>
> How about 22?
>

It's likely to be a bug of muse. I haven't got emacs 22 installed so
won't be able to generate any debug information soon. But I'll keep an
eye on it. Thanks Kenichi.

-- 
Leon

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

end of thread, other threads:[~2006-03-22 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13  3:33 muse-project-publish bug? Leon
2006-03-13  5:59 ` Kenichi Handa
2006-03-13 18:29   ` Leon
2006-03-14  1:05     ` Kenichi Handa
2006-03-22 15:10       ` Leon

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).