Re: planner-multi on Xemacs
"Michael Hanisch" <[email protected]> Thu, 27 Jul 2006 13:45:15 +0200
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
--===============0750615918== Content-Type: multipart/alternative; boundary="----=_Part_117012_19806705.1154000715690" ------=_Part_117012_19806705.1154000715690 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Kevin, I have not looked at the code, but based on http://www.mail-archive.com/[email protected]/msg00001.html you're on to the right thing. As I wrote, adding the following to my init.el did the trick: (require 'planner) (require 'planner-multi) ; planner-multi does not work out-of-the-box on XEmacs >= 21.4.18! ; cf. http://www.mail-archive.com/[email protected]/msg00001.html ; To solve, get rid of the problematic function planner-multi-read-name ; and make it use planner-multi-read-name-multiple-prompts instead. (defalias 'planner-multi-read-name-original 'planner-multi-read-name) (defalias 'planner-multi-read-name 'planner-multi-read-name-multiple-prompts) Now everything seems to work fine. Mind you, I have not checked in detail, but at least I can create tasks etc. now. HTH, Michael. On 5/5/06, Kevin Haddock <[email protected]> wrote: > > Hi everyone! Has anyone here actually got planner-multi working for > xemacs? Variable 'minibuffer-prompt-properties' void errors within > planner-multi-read-name (used in a let* before being assigned). I > corrected that with a boundp test (!bound = nil) but > it still doesn't prompt for multiple task files. I've loaded crm. I > could trudge through it with the debugger but I'd thought I'd check > here to see if anyone fixed it? > > Thanks, > > -Kevin > > > > _______________________________________________ > emacs-wiki-discuss mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss > -- -- Michael Hanisch [email protected] ------=_Part_117012_19806705.1154000715690 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Kevin,<br><br>I have not looked at the code, but based on <br><a href="http://www.mail-archive.com/[email protected]/msg00001.html">http://www.mail-archive.com/[email protected]/msg00001.html</a><br>you're on to the right thing. <br><br>As I wrote, adding the following to my init.el did the trick:<br><br>(require 'planner)<br>(require 'planner-multi)<br><br>; planner-multi does not work out-of-the-box on XEmacs >= 21.4.18!<br>; cf. <a href="http://www.mail-archive.com/[email protected]/msg00001.html"> http://www.mail-archive.com/[email protected]/msg00001.html</a><br>; To solve, get rid of the problematic function planner-multi-read-name<br>; and make it use planner-multi-read-name-multiple-prompts instead.<br> (defalias 'planner-multi-read-name-original 'planner-multi-read-name)<br>(defalias 'planner-multi-read-name 'planner-multi-read-name-multiple-prompts)<br><br>Now everything seems to work fine.<br>Mind you, I have not checked in detail, but at least I can create tasks <br>etc. now.<br><br>HTH,<br> Michael.<br><br><div><span class="gmail_quote">On 5/5/06, <b class="gmail_sendername">Kevin Haddock</b> <<a href="mailto:[email protected]">[email protected]</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi everyone! Has anyone here actually got planner-multi working for<br> xemacs? Variable 'minibuffer-prompt-properties' void errors within<br> planner-multi-read-name (used in a let* before being assigned). I<br> corrected that with a boundp test (!bound = nil) but <br> it still doesn't prompt for multiple task files. I've loaded crm. I<br> could trudge through it with the debugger but I'd thought I'd check<br> here to see if anyone fixed it?<br><br>Thanks,<br><br>-Kevin<br><br><br> <br>_______________________________________________<br>emacs-wiki-discuss mailing list<br><a href="mailto:[email protected]">[email protected]</a><br><a href="http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss"> http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss</a><br></blockquote></div><br><br clear="all"><br>-- <br>--<br>Michael Hanisch<br><a href="mailto:[email protected]">[email protected]</a> ------=_Part_117012_19806705.1154000715690-- --===============0750615918== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss --===============0750615918==--