Alex Ott | 3 Feb 18:54
Picon
Gravatar

newtrunk?

Hello all

I today switched to newtrunk and noticed that
semantic-ia-complete-symbol-menu function doesn't exist anymore. What
could be used instead of it?

P.S. I also committed 2 small fixes: in semantic/bovine/clang.el -
incorrect feature was provided & in contrib/eassist.el we need to
require 'cl when compile, otherwise it will fail on load, because `do'
isn't available

--

-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
Skype: alex.ott

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Alex Ott | 4 Feb 23:11
Picon
Gravatar

Re: newtrunk?

Hi all

One more question on newtrunk - how it's better to make changes to
CEDET - commit to both branches, or commit to one, and than merge
together with other patches into newtrunk? I'm asking, because I made
some changes into documentation in trunk (2 weeks ago) and think, that
they could be also useful in newtrunk...

On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott <alexott <at> gmail.com> wrote:
> Hello all
>
> I today switched to newtrunk and noticed that
> semantic-ia-complete-symbol-menu function doesn't exist anymore. What
> could be used instead of it?
>
> P.S. I also committed 2 small fixes: in semantic/bovine/clang.el -
> incorrect feature was provided & in contrib/eassist.el we need to
> require 'cl when compile, otherwise it will fail on load, because `do'
> isn't available
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Tiwtter: alexott_en (English), alexott (Russian)
> Skype: alex.ott

--

-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
(Continue reading)

Eric M. Ludlam | 5 Feb 17:39
Picon
Gravatar

Re: newtrunk?

Hi Alex,

It is better to to check stuff like this in only in "trunk".  It will 
then get brought into "newtrunk" via a merge.  If something is checked 
into both independently, it will cause merge problems during the next merge.

It is ok to check stuff into newtrunk related to things specific to the 
newtrunk branch.

Hopefully this particular situation will not be long lived.

Eric

On 02/04/2012 05:11 PM, Alex Ott wrote:
> Hi all
>
> One more question on newtrunk - how it's better to make changes to
> CEDET - commit to both branches, or commit to one, and than merge
> together with other patches into newtrunk? I'm asking, because I made
> some changes into documentation in trunk (2 weeks ago) and think, that
> they could be also useful in newtrunk...
>
> On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott<alexott <at> gmail.com>  wrote:
>> Hello all
>>
>> I today switched to newtrunk and noticed that
>> semantic-ia-complete-symbol-menu function doesn't exist anymore. What
>> could be used instead of it?
>>
>> P.S. I also committed 2 small fixes: in semantic/bovine/clang.el -
(Continue reading)

Alex Ott | 5 Feb 18:12
Picon
Gravatar

Re: newtrunk?

Ok, I will follow this approach...

On Sun, Feb 5, 2012 at 5:39 PM, Eric M. Ludlam <ericludlam <at> gmail.com> wrote:
> Hi Alex,
>
> It is better to to check stuff like this in only in "trunk".  It will then
> get brought into "newtrunk" via a merge.  If something is checked into both
> independently, it will cause merge problems during the next merge.
>
> It is ok to check stuff into newtrunk related to things specific to the
> newtrunk branch.
>
> Hopefully this particular situation will not be long lived.
>
> Eric
>
>
> On 02/04/2012 05:11 PM, Alex Ott wrote:
>>
>> Hi all
>>
>> One more question on newtrunk - how it's better to make changes to
>> CEDET - commit to both branches, or commit to one, and than merge
>> together with other patches into newtrunk? I'm asking, because I made
>> some changes into documentation in trunk (2 weeks ago) and think, that
>> they could be also useful in newtrunk...
>>
>> On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott<alexott <at> gmail.com>  wrote:
>>>
>>> Hello all
(Continue reading)

Alex Ott | 6 Feb 20:21
Picon
Gravatar

Re: newtrunk?

Eric, can you say what could be used instead of
semantic-ia-complete-symbol-menu?

On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott <alexott <at> gmail.com> wrote:
> Hello all
>
> I today switched to newtrunk and noticed that
> semantic-ia-complete-symbol-menu function doesn't exist anymore. What
> could be used instead of it?
>
> P.S. I also committed 2 small fixes: in semantic/bovine/clang.el -
> incorrect feature was provided & in contrib/eassist.el we need to
> require 'cl when compile, otherwise it will fail on load, because `do'
> isn't available
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Tiwtter: alexott_en (English), alexott (Russian)
> Skype: alex.ott

--

-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
Skype: alex.ott

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
(Continue reading)

Eric M. Ludlam | 7 Feb 01:07
Picon
Gravatar

Re: newtrunk?

My apologies, but I don't know why the function isn't there anymore.

As for what to use, cedet-m3 did something similar, but that isn't in 
newtrunk either if I recall.

Any of the semantic-complete-analyze-inline with some change to the 
semantic-complete-inline-analyzer-displayor-class might get you close too.

Lastly, some of the 3rd party completion engines that have integrated 
semantic's analyzer might be good.

Eric

On 02/06/2012 02:21 PM, Alex Ott wrote:
> Eric, can you say what could be used instead of
> semantic-ia-complete-symbol-menu?
>
> On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott<alexott <at> gmail.com>  wrote:
>> Hello all
>>
>> I today switched to newtrunk and noticed that
>> semantic-ia-complete-symbol-menu function doesn't exist anymore. What
>> could be used instead of it?
>>
>> P.S. I also committed 2 small fixes: in semantic/bovine/clang.el -
>> incorrect feature was provided&  in contrib/eassist.el we need to
>> require 'cl when compile, otherwise it will fail on load, because `do'
>> isn't available
>>
>> --
(Continue reading)

Alex Ott | 7 Feb 08:00
Picon
Gravatar

Re: newtrunk?

Ok, I'll try to port it to newtrunk as temporary workaround...

On Tue, Feb 7, 2012 at 1:07 AM, Eric M. Ludlam <ericludlam <at> gmail.com> wrote:
> My apologies, but I don't know why the function isn't there anymore.
>
> As for what to use, cedet-m3 did something similar, but that isn't in
> newtrunk either if I recall.
>
> Any of the semantic-complete-analyze-inline with some change to the
> semantic-complete-inline-analyzer-displayor-class might get you close too.
>
> Lastly, some of the 3rd party completion engines that have integrated
> semantic's analyzer might be good.
>
> Eric
>
>
> On 02/06/2012 02:21 PM, Alex Ott wrote:
>>
>> Eric, can you say what could be used instead of
>> semantic-ia-complete-symbol-menu?
>>
>> On Fri, Feb 3, 2012 at 6:54 PM, Alex Ott<alexott <at> gmail.com>  wrote:
>>>
>>> Hello all
>>>
>>> I today switched to newtrunk and noticed that
>>> semantic-ia-complete-symbol-menu function doesn't exist anymore. What
>>> could be used instead of it?
>>>
(Continue reading)

David Engster | 7 Feb 08:18
Picon

Re: newtrunk?

Alex Ott writes:
> Ok, I'll try to port it to newtrunk as temporary workaround...

Please don't. It is fully expected that features are still missing from
'newtrunk'. If they weren't actively deleted, they will reappear during
the final merge of 'newtrunk' intro 'trunk'. If you now bring features
back to 'newtrunk', this will create a conflict. If the feature was
actively deleted by the Emacs maintainers, we first have to ask them why
before bringing it back. It might be that they are not compatible with
current Emacs coding guidelines.

I will do the final merge when Eric has released the current state of
'trunk' as CEDET 1.1, which will also be the last release to support
Emacs 22.

-David

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Alex Ott | 7 Feb 11:02
Picon
Gravatar

Re: newtrunk?

Ok, thank you for explanation - I simply thought, that newtrunk
already fully merged

On Tue, Feb 7, 2012 at 8:18 AM, David Engster <deng <at> randomsample.de> wrote:
> Alex Ott writes:
>> Ok, I'll try to port it to newtrunk as temporary workaround...
>
> Please don't. It is fully expected that features are still missing from
> 'newtrunk'. If they weren't actively deleted, they will reappear during
> the final merge of 'newtrunk' intro 'trunk'. If you now bring features
> back to 'newtrunk', this will create a conflict. If the feature was
> actively deleted by the Emacs maintainers, we first have to ask them why
> before bringing it back. It might be that they are not compatible with
> current Emacs coding guidelines.
>
> I will do the final merge when Eric has released the current state of
> 'trunk' as CEDET 1.1, which will also be the last release to support
> Emacs 22.
>
> -David

--

-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
Skype: alex.ott

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
(Continue reading)

Nikolaus Demmel | 20 Feb 04:46
Picon
Favicon

Re: newtrunk?

David Engster <deng <at> randomsample.de> writes:

> I will do the final merge when Eric has released the current state of
> 'trunk' as CEDET 1.1, which will also be the last release to support
> Emacs 22.

Hi,

do you have an idea when roughly this might be? Are we talking days, 
weeks, months, years? I recently started using CEDET and was 
recommended to start with newtrunk. I'm trying to asses how far 
from mainline development newtrunk really is.

Cheers,
Nikolaus 

P.S.: I appologize if this is a duplicate. I posted through gmane, but nothing
happened for more than 1 hour, so I try again.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Eric M. Ludlam | 24 Feb 03:04
Picon
Gravatar

Re: newtrunk?

On 02/19/2012 10:46 PM, Nikolaus Demmel wrote:
> David Engster<deng<at>  randomsample.de>  writes:
>
>> I will do the final merge when Eric has released the current state of
>> 'trunk' as CEDET 1.1, which will also be the last release to support
>> Emacs 22.
>
> Hi,
>
> do you have an idea when roughly this might be? Are we talking days,
> weeks, months, years? I recently started using CEDET and was
> recommended to start with newtrunk. I'm trying to asses how far
> from mainline development newtrunk really is.

Hi,

In preparation of getting CEDET 1.1 out, I've been actively trying to 
get the backlog of bugs and patches off of this mailing list and fixed 
in trunk.  I've got the oldest recommended changes I know of from the 
list all integrated, and all the tests are passing.  I also have my 
major changes integrated this past weekend, and I've been trying to get 
the doc updated.

Anyway, the final validation step is a rather lengthy manual process.  I 
may cut a beta instead and ask for help for a couple weeks instead.

Eric

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
(Continue reading)

Nikolaus Demmel | 24 Feb 03:44
Picon
Favicon

Re: newtrunk?


Am 24.02.2012 um 03:04 schrieb Eric M. Ludlam:

> On 02/19/2012 10:46 PM, Nikolaus Demmel wrote:
>> David Engster<deng<at>  randomsample.de>  writes:
>> 
>>> I will do the final merge when Eric has released the current state of
>>> 'trunk' as CEDET 1.1, which will also be the last release to support
>>> Emacs 22.
>> 
>> Hi,
>> 
>> do you have an idea when roughly this might be? Are we talking days,
>> weeks, months, years? I recently started using CEDET and was
>> recommended to start with newtrunk. I'm trying to asses how far
>> from mainline development newtrunk really is.
> 
> In preparation of getting CEDET 1.1 out, I've been actively trying to get the backlog of bugs and patches
off of this mailing list and fixed in trunk.  I've got the oldest recommended changes I know of from the list
all integrated, and all the tests are passing.  I also have my major changes integrated this past weekend,
and I've been trying to get the doc updated.
> 
> Anyway, the final validation step is a rather lengthy manual process.  I may cut a beta instead and ask for
help for a couple weeks instead.

Thanks for the heads up. Sounds like you are putting a tremendous effort into the project! Awesome!

Cheers,
Nikolaus
------------------------------------------------------------------------------
(Continue reading)


Gmane