Re: Embperl and xemacs

2002-02-05 Thread gerhard.egger
Dear Gus, this really helped me! i added to my .xemacs-custom file: ; mmm-mode (for embperl, etc) (require 'mmm-mode) ; .html is already associated with html-mode (add-to-list 'auto-mode-alist '("\\.epl\\'" . html-mode)) ; to have syntaxhighlightning etc. for perl: (add-to-list 'auto-mode-alis

Re: Embperl and xemacs

2002-02-05 Thread Angus Lees
On Tue, Feb 05, 2002 at 03:47:25PM +0100, gerhard.egger wrote: > I've got the same problem installing mmm-mode with (x)emacs as Michael > Blakeley had here: www.ecos.de/~mailarc/embperl/2000-06/msg00041.html > > (Autoloading failed to define function mmm-embperl) > > is there anyone who got this

Re: Recordset: How to make function convert data as it's selected.

2002-02-05 Thread Gerald Richter
> How to make function convert data as it's selected. > Can Recordset be set up to do this? > Yes > I have a data file with timestamps stored as seconds since epoch. I think > !Filter might make it possible to convert the data to MM/DD/ format. > I'm not sure if it can be done or how to do

Re: Why does Recordset give headers with each data line?

2002-02-05 Thread Gerald Richter
> Why does Recordset give headers with each data line? This is not a problem of Recordset, but of your Embperl code. I guess you are using Embperl 2.0. 2.0 doesn't recognizeds the tag. So while your code would work with 1.3, it doesn't with 2.0. Just add one if and it will work again: > > [

Re: Login/Authentication Advice

2002-02-05 Thread Gerald Richter
> > My questions are: > > * Which is the better solution, both in terms of setting it up and also > efficiency of use? > * Have I missed anything? Is there something obvious I need to add to make > this work? > Both solutions will work. The advantage of Apache::AuthCookie is that steps in at the

Re: Accessing a list of returned values from perl in C code

2002-02-05 Thread Archana Narla
OopS! Sorry..about the list. Thanks, that worked! archana Gerald Richter wrote: >>your missing the proper mailing list, >> > > Yes > > anyway... > > >>>n = perl_call_pv("genericInvoke", G_SCALAR); >>> > > You have to call it in array context, so write: > > n = perl_call_pv("genericInvoke

Recordset: How to make function convert data as it's selected.

2002-02-05 Thread Scott Chapman
Can Recordset be set up to do this? I have a data file with timestamps stored as seconds since epoch. I think !Filter might make it possible to convert the data to MM/DD/ format. I'm not sure if it can be done or how to do it. The !Filter looks like it will take regular expressions. Can

Why does Recordset give headers with each data line?

2002-02-05 Thread Scott Chapman
Here's the output I'm getting. The ar_id lines are bold. I expect from the EPL file to get just one header line. What am I missing here? This is DBI::Sprite for the database engine. Running under WIndows. ar_id datetime eventcode user info 1 1012334551 CreateReview nobody ar_id datetime ev

Embperl and xemacs

2002-02-05 Thread gerhard.egger
HI all, I've got the same problem installing mmm-mode with (x)emacs as Michael Blakeley had here: www.ecos.de/~mailarc/embperl/2000-06/msg00041.html (Autoloading failed to define function mmm-embperl) is there anyone who got this thing up and running and could tell us how? thanks and greetings