Thread

Posted on Sun Oct 28 15:04:06 2007 by psimonovsk
Is W3 package in emacs - requirement???
I have updated to Sepia0.93 Emacs error messages - I reported in my previous posts - disappeared... But: - when I try to run "sepia-rebuild" - emacs just gout stuck...
Direct Responses: 6358 | Write a response
Posted on Mon Oct 29 03:20:33 2007 by seano in response to 6357
Re: Is W3 package in emacs - requirement???

This sounds like two different problems -- W3 required and `sepia-rebuild' getting stuck. If possible, could you give me a recipe to reproduce both problems, or at least describe the symptoms as precisely as possible?

First, it shouldn't require w3 anywhere, and the dependency on emacs-w3m (a completely different package, confusingly enough...) should be optional. If it's not, that's a bug.

Second, you may have to call `sepia-repl' before `sepia-rebuild' to make sure the inferior Perl process has started. I should fix `sepia-rebuild' to check for the inferior Perl and start it, but most operations don't require the xref database to be built, so I don't test this out much in day-to-day use.
Direct Responses: 6363 | Write a response
Posted on Tue Oct 30 11:51:49 2007 by psimonovsk in response to 6358
Re: Is W3 package in emacs - requirement???
Ok - I just thought - that lack of W3 could be possible reason of whole mess... I did sepia-repl ... Actually - here is exact sequence: 1. I started emacs 2. I opened Sepia.pm 3. M-x load-library RET sepia RET 4. M-x sepia-repl RET . After it - emacs window splited onto 2 pans , in second pan that has "*sepia-repl*" title - - I see "Sepia REPL finished" 5. I run - M-x sepia-rebuild RET - and here emacs stuck... There are no any error messages ... Just cursor get form of "clock" and emacs stop to respond... That is it... I tried AIX and MS windows... Same result...
Direct Responses: 6380 | Write a response
Posted on Fri Nov 2 07:04:53 2007 by seano in response to 6363
Re: Is W3 package in emacs - requirement???
The message "Sepia REPL finished" is a bad sign -- that means the REPL failed to start for some reason or other. I'll eliminate the Emacs hang in the next release, but your Sepia appears to have some other problem. Can you run "perl -MSepia -e 'Sepia::repl \*STDIN, \*STDOUT' from the command line?
Direct Responses: 6392 | Write a response
Posted on Sun Nov 4 16:02:57 2007 by psimonovsk in response to 6380
Re: Is W3 package in emacs - requirement???
Here is a trace:
___________________________________________________________________ psimonov@damka52-~-102 setenv PERL5LIB /h/psimonov/sepia/lib psimonov@damka52-~-103 perl -MSepia -e 'Sepia::repl \*STDIN, \*STDOUT' Sepia version 0.93. Press ",h" for help, or "^D" or ",q" to exit. main @> ___________________________________________________________________
Direct Responses: 6424 | Write a response
Posted on Thu Nov 8 19:20:01 2007 by seano in response to 6392
Re: Is W3 package in emacs - requirement???
Sorry, my bad. Please try 0.94_01, on its way to CPAN now.
Direct Responses: 6535 | Write a response
Posted on Tue Nov 27 14:47:52 2007 by psimonovsk in response to 6424
Re: Is W3 package in emacs - requirement???
On windows it now seems to work...!!! :-) In few days I hope to test it on AIX
Direct Responses: 6622 | Write a response
Posted on Wed Dec 5 11:05:18 2007 by psimonovsk in response to 6535
Re: Is W3 package in emacs - requirement???
On AIX it also worked! Thanks! Only one question... Is there any possibility to adopt it to XEmacs??? In our company - most people use it - not GNU emacs... And on XEmacs it fails...
Direct Responses: 6626 | Write a response
Posted on Wed Dec 5 16:18:47 2007 by seano in response to 6622
Re: Is W3 package in emacs - requirement???
Unfortunately I'm a Mac user, and XEmacs sucks on Mac. I can probably fix simple problems if you send me the error messages, but significant changes would take a bit more time...
Write a response