|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Problem when activating ECB CVSHi all,
I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. Since cedet is now included in emacs and ECB works with cedet CVS, I simply moved the DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs so ECB will use cedet CVS which is in the load path. Then I got these message: All requirements for ECB 2.40 fulfilled - Enjoy it! The ECB is now deactivated. ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) what's the problem? How should I debug it. Regards. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSHi,
Sorry for the delay...Could you please do the following: C-h f identity RET And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... With Emacs 22.3 and Emacs 23.1 the docstring of identity is: identity is a built-in function in `C source code'. (identity arg) Return the argument unchanged. What is that one of CVS Emacs? Thanks a lot Klaus -----Ursprüngliche Nachricht----- Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] Gesendet: Mittwoch, 11. November 2009 02:12 An: ecb-list Mailing List Betreff: [ECB-list] Problem when activating ECB CVS Hi all, I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. Since cedet is now included in emacs and ECB works with cedet CVS, I simply moved the DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs so ECB will use cedet CVS which is in the load path. Then I got these message: All requirements for ECB 2.40 fulfilled - Enjoy it! The ECB is now deactivated. ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) what's the problem? How should I debug it. Regards. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSI am not Stefano, but I am using CVS Emacs. I do not think identity
has changed, this is what I get identity is a built-in function in `fns.c'. (identity ARG) Return the argument unchanged. [back] On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus <klaus.berndl@...> wrote: > Hi, > > Sorry for the delay...Could you please do the following: > > C-h f identity RET > > And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... > > With Emacs 22.3 and Emacs 23.1 the docstring of identity is: > > identity is a built-in function in `C source code'. > (identity arg) > > Return the argument unchanged. > > What is that one of CVS Emacs? > > Thanks a lot > Klaus > > -----Ursprüngliche Nachricht----- > Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] > Gesendet: Mittwoch, 11. November 2009 02:12 > An: ecb-list Mailing List > Betreff: [ECB-list] Problem when activating ECB CVS > > Hi all, > > I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. > > Since cedet is now included in emacs and ECB works with cedet CVS, I > simply moved the > > DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs > > so ECB will use cedet CVS which is in the load path. > > Then I got these message: > > All requirements for ECB 2.40 fulfilled - Enjoy it! > The ECB is now deactivated. > ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) > > what's the problem? How should I debug it. > > Regards. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ecb-list mailing list > Ecb-list@... > https://lists.sourceforge.net/lists/listinfo/ecb-list > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ecb-list mailing list > Ecb-list@... > https://lists.sourceforge.net/lists/listinfo/ecb-list > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSHmm, very mysterious:
Why the following error should be reported by Emacs: (error-type: wrong-number-of-arguments, error-data: (identity 2)) This means that somewhere in code identity is called with 2 as argument and that this is not what Emacs needs ... At least this is my interpretion... Klaus -----Ursprüngliche Nachricht----- Von: Lennart Borgman [mailto:lennart.borgman@...] Gesendet: Mittwoch, 18. November 2009 17:02 An: Berndl, Klaus Cc: Stefano Sabatini; ecb-list Mailing List Betreff: Re: [ECB-list] Problem when activating ECB CVS I am not Stefano, but I am using CVS Emacs. I do not think identity has changed, this is what I get identity is a built-in function in `fns.c'. (identity ARG) Return the argument unchanged. [back] On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus <klaus.berndl@...> wrote: > Hi, > > Sorry for the delay...Could you please do the following: > > C-h f identity RET > > And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... > > With Emacs 22.3 and Emacs 23.1 the docstring of identity is: > > identity is a built-in function in `C source code'. > (identity arg) > > Return the argument unchanged. > > What is that one of CVS Emacs? > > Thanks a lot > Klaus > > -----Ursprüngliche Nachricht----- > Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] > Gesendet: Mittwoch, 11. November 2009 02:12 > An: ecb-list Mailing List > Betreff: [ECB-list] Problem when activating ECB CVS > > Hi all, > > I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. > > Since cedet is now included in emacs and ECB works with cedet CVS, I > simply moved the > > DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs > > so ECB will use cedet CVS which is in the load path. > > Then I got these message: > > All requirements for ECB 2.40 fulfilled - Enjoy it! > The ECB is now deactivated. > ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) > > what's the problem? How should I debug it. > > Regards. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ecb-list mailing list > Ecb-list@... > https://lists.sourceforge.net/lists/listinfo/ecb-list > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ecb-list mailing list > Ecb-list@... > https://lists.sourceforge.net/lists/listinfo/ecb-list > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSYes, it looks like identity have been called with 2 args.
On Wed, Nov 18, 2009 at 5:09 PM, Berndl, Klaus <klaus.berndl@...> wrote: > Hmm, very mysterious: > > Why the following error should be reported by Emacs: > > (error-type: wrong-number-of-arguments, error-data: (identity 2)) > > This means that somewhere in code identity is called with 2 as argument > and that this is not what Emacs needs ... At least this is my interpretion... > > Klaus > > -----Ursprüngliche Nachricht----- > Von: Lennart Borgman [mailto:lennart.borgman@...] > Gesendet: Mittwoch, 18. November 2009 17:02 > An: Berndl, Klaus > Cc: Stefano Sabatini; ecb-list Mailing List > Betreff: Re: [ECB-list] Problem when activating ECB CVS > > I am not Stefano, but I am using CVS Emacs. I do not think identity > has changed, this is what I get > > identity is a built-in function in `fns.c'. > > (identity ARG) > > Return the argument unchanged. > > [back] > > > On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus > <klaus.berndl@...> wrote: >> Hi, >> >> Sorry for the delay...Could you please do the following: >> >> C-h f identity RET >> >> And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... >> >> With Emacs 22.3 and Emacs 23.1 the docstring of identity is: >> >> identity is a built-in function in `C source code'. >> (identity arg) >> >> Return the argument unchanged. >> >> What is that one of CVS Emacs? >> >> Thanks a lot >> Klaus >> >> -----Ursprüngliche Nachricht----- >> Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] >> Gesendet: Mittwoch, 11. November 2009 02:12 >> An: ecb-list Mailing List >> Betreff: [ECB-list] Problem when activating ECB CVS >> >> Hi all, >> >> I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. >> >> Since cedet is now included in emacs and ECB works with cedet CVS, I >> simply moved the >> >> DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs >> >> so ECB will use cedet CVS which is in the load path. >> >> Then I got these message: >> >> All requirements for ECB 2.40 fulfilled - Enjoy it! >> The ECB is now deactivated. >> ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) >> >> what's the problem? How should I debug it. >> >> Regards. >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Ecb-list mailing list >> Ecb-list@... >> https://lists.sourceforge.net/lists/listinfo/ecb-list >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Ecb-list mailing list >> Ecb-list@... >> https://lists.sourceforge.net/lists/listinfo/ecb-list >> > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVS>Yes, it looks like identity have been called with 2 args.
?? Just to get shore i understand you right: Do you think this errormessage menas that identity has been called with two args Or does it mean it has been called with one argument which is 2?? On Wed, Nov 18, 2009 at 5:09 PM, Berndl, Klaus <klaus.berndl@...> wrote: > Hmm, very mysterious: > > Why the following error should be reported by Emacs: > > (error-type: wrong-number-of-arguments, error-data: (identity 2)) > > This means that somewhere in code identity is called with 2 as argument > and that this is not what Emacs needs ... At least this is my interpretion... > > Klaus > > -----Ursprüngliche Nachricht----- > Von: Lennart Borgman [mailto:lennart.borgman@...] > Gesendet: Mittwoch, 18. November 2009 17:02 > An: Berndl, Klaus > Cc: Stefano Sabatini; ecb-list Mailing List > Betreff: Re: [ECB-list] Problem when activating ECB CVS > > I am not Stefano, but I am using CVS Emacs. I do not think identity > has changed, this is what I get > > identity is a built-in function in `fns.c'. > > (identity ARG) > > Return the argument unchanged. > > [back] > > > On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus > <klaus.berndl@...> wrote: >> Hi, >> >> Sorry for the delay...Could you please do the following: >> >> C-h f identity RET >> >> And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... >> >> With Emacs 22.3 and Emacs 23.1 the docstring of identity is: >> >> identity is a built-in function in `C source code'. >> (identity arg) >> >> Return the argument unchanged. >> >> What is that one of CVS Emacs? >> >> Thanks a lot >> Klaus >> >> -----Ursprüngliche Nachricht----- >> Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] >> Gesendet: Mittwoch, 11. November 2009 02:12 >> An: ecb-list Mailing List >> Betreff: [ECB-list] Problem when activating ECB CVS >> >> Hi all, >> >> I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. >> >> Since cedet is now included in emacs and ECB works with cedet CVS, I >> simply moved the >> >> DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs >> >> so ECB will use cedet CVS which is in the load path. >> >> Then I got these message: >> >> All requirements for ECB 2.40 fulfilled - Enjoy it! >> The ECB is now deactivated. >> ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) >> >> what's the problem? How should I debug it. >> >> Regards. >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Ecb-list mailing list >> Ecb-list@... >> https://lists.sourceforge.net/lists/listinfo/ecb-list >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Ecb-list mailing list >> Ecb-list@... >> https://lists.sourceforge.net/lists/listinfo/ecb-list >> > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSI think it has been called with 2 args.
On Wed, Nov 18, 2009 at 5:19 PM, Berndl, Klaus <klaus.berndl@...> wrote: >>Yes, it looks like identity have been called with 2 args. > > ?? Just to get shore i understand you right: > > Do you think this errormessage menas that identity has been called with two args > Or does it mean it has been called with one argument which is 2?? > > > On Wed, Nov 18, 2009 at 5:09 PM, Berndl, Klaus > <klaus.berndl@...> wrote: >> Hmm, very mysterious: >> >> Why the following error should be reported by Emacs: >> >> (error-type: wrong-number-of-arguments, error-data: (identity 2)) >> >> This means that somewhere in code identity is called with 2 as argument >> and that this is not what Emacs needs ... At least this is my interpretion... >> >> Klaus >> >> -----Ursprüngliche Nachricht----- >> Von: Lennart Borgman [mailto:lennart.borgman@...] >> Gesendet: Mittwoch, 18. November 2009 17:02 >> An: Berndl, Klaus >> Cc: Stefano Sabatini; ecb-list Mailing List >> Betreff: Re: [ECB-list] Problem when activating ECB CVS >> >> I am not Stefano, but I am using CVS Emacs. I do not think identity >> has changed, this is what I get >> >> identity is a built-in function in `fns.c'. >> >> (identity ARG) >> >> Return the argument unchanged. >> >> [back] >> >> >> On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus >> <klaus.berndl@...> wrote: >>> Hi, >>> >>> Sorry for the delay...Could you please do the following: >>> >>> C-h f identity RET >>> >>> And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... >>> >>> With Emacs 22.3 and Emacs 23.1 the docstring of identity is: >>> >>> identity is a built-in function in `C source code'. >>> (identity arg) >>> >>> Return the argument unchanged. >>> >>> What is that one of CVS Emacs? >>> >>> Thanks a lot >>> Klaus >>> >>> -----Ursprüngliche Nachricht----- >>> Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] >>> Gesendet: Mittwoch, 11. November 2009 02:12 >>> An: ecb-list Mailing List >>> Betreff: [ECB-list] Problem when activating ECB CVS >>> >>> Hi all, >>> >>> I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. >>> >>> Since cedet is now included in emacs and ECB works with cedet CVS, I >>> simply moved the >>> >>> DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs >>> >>> so ECB will use cedet CVS which is in the load path. >>> >>> Then I got these message: >>> >>> All requirements for ECB 2.40 fulfilled - Enjoy it! >>> The ECB is now deactivated. >>> ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) >>> >>> what's the problem? How should I debug it. >>> >>> Regards. >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>> trial. Simplify your report design, integration and deployment - and focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> Ecb-list mailing list >>> Ecb-list@... >>> https://lists.sourceforge.net/lists/listinfo/ecb-list >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>> trial. Simplify your report design, integration and deployment - and focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> Ecb-list mailing list >>> Ecb-list@... >>> https://lists.sourceforge.net/lists/listinfo/ecb-list >>> >> > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Problem when activating ECB CVSYes, you are right, my fault - so Stefano, please forget my nonsense-posting...
-----Ursprüngliche Nachricht----- Von: Lennart Borgman [mailto:lennart.borgman@...] Gesendet: Mittwoch, 18. November 2009 17:21 An: Berndl, Klaus Cc: Stefano Sabatini; ecb-list Mailing List Betreff: Re: [ECB-list] Problem when activating ECB CVS I think it has been called with 2 args. On Wed, Nov 18, 2009 at 5:19 PM, Berndl, Klaus <klaus.berndl@...> wrote: >>Yes, it looks like identity have been called with 2 args. > > ?? Just to get shore i understand you right: > > Do you think this errormessage menas that identity has been called with two args > Or does it mean it has been called with one argument which is 2?? > > > On Wed, Nov 18, 2009 at 5:09 PM, Berndl, Klaus > <klaus.berndl@...> wrote: >> Hmm, very mysterious: >> >> Why the following error should be reported by Emacs: >> >> (error-type: wrong-number-of-arguments, error-data: (identity 2)) >> >> This means that somewhere in code identity is called with 2 as argument >> and that this is not what Emacs needs ... At least this is my interpretion... >> >> Klaus >> >> -----Ursprüngliche Nachricht----- >> Von: Lennart Borgman [mailto:lennart.borgman@...] >> Gesendet: Mittwoch, 18. November 2009 17:02 >> An: Berndl, Klaus >> Cc: Stefano Sabatini; ecb-list Mailing List >> Betreff: Re: [ECB-list] Problem when activating ECB CVS >> >> I am not Stefano, but I am using CVS Emacs. I do not think identity >> has changed, this is what I get >> >> identity is a built-in function in `fns.c'. >> >> (identity ARG) >> >> Return the argument unchanged. >> >> [back] >> >> >> On Wed, Nov 18, 2009 at 4:55 PM, Berndl, Klaus >> <klaus.berndl@...> wrote: >>> Hi, >>> >>> Sorry for the delay...Could you please do the following: >>> >>> C-h f identity RET >>> >>> And send me the docstring displayed... My assumption is thnat in Emacs CVS the signature of the function `identity' has changed... >>> >>> With Emacs 22.3 and Emacs 23.1 the docstring of identity is: >>> >>> identity is a built-in function in `C source code'. >>> (identity arg) >>> >>> Return the argument unchanged. >>> >>> What is that one of CVS Emacs? >>> >>> Thanks a lot >>> Klaus >>> >>> -----Ursprüngliche Nachricht----- >>> Von: Stefano Sabatini [mailto:stefano.sabatini-lala@...] >>> Gesendet: Mittwoch, 11. November 2009 02:12 >>> An: ecb-list Mailing List >>> Betreff: [ECB-list] Problem when activating ECB CVS >>> >>> Hi all, >>> >>> I'm using ECB CVS in conjunction with emacs CVS and cedet CVS. >>> >>> Since cedet is now included in emacs and ECB works with cedet CVS, I >>> simply moved the >>> >>> DATA_DIR/emacs/23.1.50/lisp/cedet -> DATA_DIR/emacs/23.1.50/lisp/cedet-emacs >>> >>> so ECB will use cedet CVS which is in the load path. >>> >>> Then I got these message: >>> >>> All requirements for ECB 2.40 fulfilled - Enjoy it! >>> The ECB is now deactivated. >>> ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB. (error-type: wrong-number-of-arguments, error-data: (identity 2)) >>> >>> what's the problem? How should I debug it. >>> >>> Regards. >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>> trial. Simplify your report design, integration and deployment - and focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> Ecb-list mailing list >>> Ecb-list@... >>> https://lists.sourceforge.net/lists/listinfo/ecb-list >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>> trial. Simplify your report design, integration and deployment - and focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> Ecb-list mailing list >>> Ecb-list@... >>> https://lists.sourceforge.net/lists/listinfo/ecb-list >>> >> > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Important question about emacs-integrated cedet - need your helpHi,
Could anybode please tell me, if the feature 'cedet is loaded into emacs if That cedet-suite should be used which is integrated within Emacs 23.2? Background: CVS cedet will be loaded into Emacs by loading the library cedet.el. Is this also true for loading emacs-integrated cedet or not? Thanks a lot Klaus P.S. I do not have cvs emacs installed and i not want to run emacs-builds... but i anybody could provide me a windows-build of current CVS-Emacs (or tell me where is it downloadable) i could run such tests for myself to enable ECB to work smoothly with both cedet-versions... ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
|
|
Re: Important question about emacs-integrated cedet - need your helpOne appendix: How eieio and speedbar are loaded for emacs-integrated cedet?
(require 'eieio) or resides eieio also in a subdir? Speedbar analogous.... Thanks a lot Klaus -----Ursprüngliche Nachricht----- Von: Berndl, Klaus [mailto:klaus.berndl@...] Gesendet: Freitag, 20. November 2009 10:10 An: Lennart Borgman Cc: Stefano Sabatini; ecb-list Mailing List Betreff: [ECB-list] Important question about emacs-integrated cedet - need your help Hi, Could anybode please tell me, if the feature 'cedet is loaded into emacs if That cedet-suite should be used which is integrated within Emacs 23.2? Background: CVS cedet will be loaded into Emacs by loading the library cedet.el. Is this also true for loading emacs-integrated cedet or not? Thanks a lot Klaus P.S. I do not have cvs emacs installed and i not want to run emacs-builds... but i anybody could provide me a windows-build of current CVS-Emacs (or tell me where is it downloadable) i could run such tests for myself to enable ECB to work smoothly with both cedet-versions... ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ecb-list mailing list Ecb-list@... https://lists.sourceforge.net/lists/listinfo/ecb-list |
| Free embeddable forum powered by Nabble | Forum Help |