all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is there somebody still using arduino-mode?
@ 2017-12-31 10:34 stardiviner
  0 siblings, 0 replies; 2+ messages in thread
From: stardiviner @ 2017-12-31 10:34 UTC (permalink / raw)
  To: emacs-help

I found arduino-mode and using it for a few days. But got some errors.

I found there are some issues on GitHub for a long time. and this repo 
on GitHub is not been updated for a long time. I emailed the maintainer. 
But he is not responding. And I check out some forks on GitHub of the 
original repo. I'm using the forwardest fork "mavit/arduino-mode" and 
"https://github.com/bwachter/arduino-mode".

```

(use-package arduino-mode
   :quelpa (arduino-mode :fetcher github :repo "mavit/arduino-mode")
   :bind (:map arduino-mode-map
               ("C-c C-c" . arduino-upload))
   :config
   (setq arduino-font-lock-extra-types t)
   )

```

I got this error:

```

Eval error in the ‘c-lang-defvar’ or ‘c-lang-setvar’ for ‘c-known-type-key’
(fallback source eval - arduino-mode compiled with CC Mode 5.33 but 
loaded with
5.33.1): (wrong-type-argument sequencep t)
```

Hope someone can fix it. Because I'm not using the original repo and 
using a fork instead. So I don't mind use someone's fork.




^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <mailman.6583.1514716477.27995.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2018-01-01 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-31 10:34 Is there somebody still using arduino-mode? stardiviner
     [not found] <mailman.6583.1514716477.27995.help-gnu-emacs@gnu.org>
2018-01-01 20:18 ` Alan Mackenzie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.