joddie / pcre2el

convert between PCRE, Emacs and rx regexp syntax
GNU General Public License v3.0
242 stars 25 forks source link

Warning (bytecomp): misplaced interactive spec #20

Closed Silex closed 8 years ago

Silex commented 8 years ago

Hello,

Using https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa I get this warning with pcre2el:

Warning (bytecomp): misplaced interactive spec: ‘(interactive (let ((args (find-tag-interactive "[PCRE] Find tag regexp: " t))) (list (rxt-pcre-to-elisp (nth 0 args)) (nth 1 args) (nth 2 args))))’

Based on http://emacs.1067599.n5.nabble.com/bug-13265-24-2-91-REGRESSION-Warning-misplaced-interactive-spec-td273677.html, I think this is a bug in emacs but I'm not sure.

Silex commented 8 years ago

Solved by #21