Thread overview
Emacs D Mode and __vector
Jul 07, 2013
Russel Winder
Jul 07, 2013
Peter Alexander
Jul 07, 2013
Russel Winder
July 07, 2013
It has been mooted that we actually formally release 2.0.6 of the Emacs D Mode. It has also been mooted that __vector is now an official part of D and should be highlighted accordingly.

Is __vector part of D? If so what type of thing is it?

Thanks.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


July 07, 2013
On Sunday, 7 July 2013 at 11:11:54 UTC, Russel Winder wrote:
> Is __vector part of D?

Yep, it's officially in the list of keywords and in the language spec.

> If so what type of thing is it?

It's kind of a type constructor, like const, shared, etc., so I'd put it in that category for syntax highlighting.
July 07, 2013
On Sun, 2013-07-07 at 13:53 +0200, Peter Alexander wrote:
> On Sunday, 7 July 2013 at 11:11:54 UTC, Russel Winder wrote:
> > Is __vector part of D?
> 
> Yep, it's officially in the list of keywords and in the language spec.
> 
> > If so what type of thing is it?
> 
> It's kind of a type constructor, like const, shared, etc., so I'd put it in that category for syntax highlighting.

Thanks, I have amended the mode file accordingly.

I have also marked it as 2.0.6-RC-1. MELPA should automatically update, so Emacs 24 users using packaging should just get the update.  Others will need to download from the GitHub repository – it is just a single file :-)

In two weeks time, if there are no problems reported, I will tag the repository and formally release this as 2.0.6.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder