RE: planner-id locks up emacs
<[email protected]> Tue, 23 May 2006 09:40:51 -0400
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
Here is progress so far.
I am still using my full emacs startup. I typically maintain a separate emacs session for the planner, and another for other day-to-day work.
>From experiments so far, if I have (require 'planner-id) in my .emacs, emacs will lock-up if I "M-x plan" page in a *new day*. So, what I can do is quit the emacs planner session in the morning, and start it fresh without (require 'planner-id). I then do "M-x plan" and then manually load planner-id. Things then work. Furthermore, if I "M-x plan" the same day, with planner-id loaded, everything works fine.
Tomorrow morning, instead of quitting the planner session, I will try to unload-feature planner-id before trying M-x plan.
Following previous suggestions, this morning I did toggle-debugger-on-break. The debugger output from these morning's adventures is attached.
The planner relevant portion of my .emacs file is:
(setq muse-mode-auto-p t)
(when (and (locate-library "planner")
(locate-library "muse"))
(setq planner-project "WikiPlans")
(setq planner-directory "~/.plans")
(setq planner-default-page "TaskPool")
;; Tell muse about planner. We use add-hook instead of
;; add-to-list because muse might not be loaded yet.
(add-hook 'muse-project-alist
(list planner-project
(list planner-directory
:default planner-default-page
:major-mode 'planner-mode
:visit-link 'planner-visit-link))))
;;(require 'planner-id) ;; necessary for task id's
(require 'planner-cyclic)
;; http://lists.gnu.org/archive/html/emacs-wiki-discuss/2005-11/msg00326.html
(setq muse-file-extension nil)
(add-to-list 'auto-mode-alist '("\\.muse$" . muse-mode))
Awaiting further opinions and suggestions,
Mirko
-----Original Message-----
From: TTCA Vukovic, Mirko
Sent: Monday, May 22, 2006 4:21 PM
To: 'Jim Ottaway'; [email protected]
Subject: RE: [emacs-wiki-discuss] planner-id locks up emacs
Hmm,
now it is not locking up. I will keep testing it, and let you know when something comes up.
Thanks,
Mirko
-----Original Message-----
From: Jim Ottaway [mailto:[email protected]]
Sent: Monday, May 22, 2006 8:59 AM
To: [email protected]
Subject: Re: [emacs-wiki-discuss] planner-id locks up emacs
>>>>> <[email protected]> writes:
> Hello,
> I am running planner on NT emacs (version 21.3) on windows XP.
> If I require planner-id, executing "plan" to update my plan file
> causes emacs to become unresponsive. On my dual-pentium PC, it
> consumes about 50% of the CPU.
> At this moment, I cannot offer you more debuging details. If you
> give me some suggestions on how to proceed, I would be glad to help
> in debugging this issue.
If you do M-x toggle-debug-on-quit, and then M-x plan, you should be
able to quit the lock up with C-g. You will get a backtrace, which
will most likely indicate what is going wrong.
Regards,
--
Jim Ottaway
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator of the message.
Any views expressed in this message are those of the individual sender.
This message has been scanned for viruses and spam by SurfControl RiskFilter - E-mail.
_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
debug.out
(application/octet-stream, 5.6 KB) - not displayed