emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Build Error Symbol’s function definition is void: dart--identifier #100

Closed decaruju closed 5 years ago

decaruju commented 5 years ago

M-x package-install RET dart-mode RET fails on emacs with message

Compiling file /home/julien/.emacs.d/elpa/dart-mode-20190117.1644/dart-mode.el at Sat Jan 19 12:10:08 2019
Entering directory ‘/home/julien/.emacs.d/elpa/dart-mode-20190117.1644/’

In dart-indent-line-relative:
dart-mode.el:374:26:Warning: ‘previous-line’ is for interactive use only; use
    ‘forward-line’ with negative argument instead.
dart-mode.el:439:1:Error: Symbol’s function definition is void: dart--identifier
bradyt commented 5 years ago

@decaruju , thank you for the report.

I'll try to research this when I have a chance, but I think you'll still be able to use dart-mode is still working in *.dart files.