all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: stardiviner <numbchild@gmail.com>
To: emacs-help <help-gnu-emacs@gnu.org>
Subject: Is there somebody still using arduino-mode?
Date: Sun, 31 Dec 2017 18:34:24 +0800	[thread overview]
Message-ID: <e37472a9-df86-49e2-1bbe-b9b597891728@gmail.com> (raw)

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.




             reply	other threads:[~2017-12-31 10:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-31 10:34 stardiviner [this message]
     [not found] <mailman.6583.1514716477.27995.help-gnu-emacs@gnu.org>
2018-01-01 20:18 ` Is there somebody still using arduino-mode? Alan Mackenzie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e37472a9-df86-49e2-1bbe-b9b597891728@gmail.com \
    --to=numbchild@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.