comp.lang.ada
 help / color / mirror / Atom feed
* Gnu Emacs Ada mode 7.1.1 released.
@ 2020-05-14 22:43 Stephen Leake
  2020-05-17 16:36 ` Anders Wirzenius
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Leake @ 2020-05-14 22:43 UTC (permalink / raw)


Gnu Emacs Ada mode 7.1.1 is now available in GNU ELPA.

Relative to the previous Ada mode release (7.0.1), this is a
minor feature release.

* ada-mode fully supports non-ASCII text (the few remaining
  ASCII-only regular expressions have been fixed).

* gpr_query now starts in the background, and provides a completion
  table of all symbols in the project.

* keystroke C-M-i is bound to `completion-at-point', and uses the
  symbol table provided by gpr-query.

* Commands that prompt for a symbol (ie C-u C-c C-d
  wisi-goto-spec/body and C-u M-. xref-find-definitions) use the
  completion table provided by gpr_query. With a single C-u, all
  symbols in the project are used; with two C-u, only
  symbols defined in the current file are used.

See the NEWS files in ~/.emacs.d/elpa/ada-mode-7.1.1 and wisi-3.1.1,
or at http://www.nongnu.org/ada-mode/, for more details.

The required Ada code requires a manual compile step, after the normal
list-packages installation ('install.sh' is new in this release):

cd ~/.emacs.d/elpa/ada-mode-7.1.1
./build.sh
./install.sh

This requires AdaCore gnatcoll packages which you may not have
installed; see ada-mode.info Installation for help in installing them.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Gnu Emacs Ada mode 7.1.1 released.
  2020-05-14 22:43 Gnu Emacs Ada mode 7.1.1 released Stephen Leake
@ 2020-05-17 16:36 ` Anders Wirzenius
  2020-05-18  0:13   ` Stephen Leake
  0 siblings, 1 reply; 3+ messages in thread
From: Anders Wirzenius @ 2020-05-17 16:36 UTC (permalink / raw)


Stephen Leake <stephen_leake@stephe-leake.org> writes:

> Gnu Emacs Ada mode 7.1.1 is now available in GNU ELPA.
>
> Relative to the previous Ada mode release (7.0.1), this is a
> minor feature release.
>

In my elpa repository

~/.emacs.d/elpa/ada-mode-7.1.1/ada-mode.el contains:

line 9:     ;; Version: 7.1.1
...
line 120:   (let ((version-string "7.1.0"))

Is there a typo in line 120?

-- 
Anders

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Gnu Emacs Ada mode 7.1.1 released.
  2020-05-17 16:36 ` Anders Wirzenius
@ 2020-05-18  0:13   ` Stephen Leake
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Leake @ 2020-05-18  0:13 UTC (permalink / raw)


On Sunday, May 17, 2020 at 9:36:49 AM UTC-7, Anders Wirzenius wrote:
> Stephen Leake <stephen_leake@stephe-leake.org> writes:
> 
> > Gnu Emacs Ada mode 7.1.1 is now available in GNU ELPA.
> >
> > Relative to the previous Ada mode release (7.0.1), this is a
> > minor feature release.
> >
> 
> In my elpa repository
> 
> ~/.emacs.d/elpa/ada-mode-7.1.1/ada-mode.el contains:
> 
> line 9:     ;; Version: 7.1.1
> ...
> line 120:   (let ((version-string "7.1.0"))
> 
> Is there a typo in line 120?

yes, argh.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-18  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 22:43 Gnu Emacs Ada mode 7.1.1 released Stephen Leake
2020-05-17 16:36 ` Anders Wirzenius
2020-05-18  0:13   ` Stephen Leake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox