vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
709 stars 40 forks source link

`Wrong number of arguments` with `Insert tags` or attempting to send new question #267

Closed peterbecich closed 9 years ago

peterbecich commented 9 years ago

I'm using Emacs in daemon mode.

I get the same error message when either inserting a tag (C-c C-q) or Finish and Sending (C-c C-c).

Wrong number of arguments: #[(string &optional separators omit-nulls) "^H\203^H^@       \202    ^@Æ?^H\206^O^@                                                                                                                                                                    
ÇÈ\211^[^\^]^^                                                                                                                                                                                                                                                                    
^^^KÉ^N                                                                                                                                                                                                                                                                           
^N^L^L\2036^@^MÇ\224U\2036^@^M^N^LGW\2036^@^MT\2027^@^M#\203`^@^M^N^LGW\203`^@Æ^T^N^K\204Q^@^MÇ\224W\203Z^@^N^L^MÇ\224O^KB^SÇ\225^U\202^Y^@^N^K\204m^@^M^N^LGW\203u^@^N^L^MÈO^KB^S^K\237-\207" [separators omit-nulls split-string-default-separators list notfirst start t 0 nil\
 string-match ...] 5 1648341], 4

Using sx version 20150214.1631, by the package list. By M-x sx-version, it says version 0.2.

Malabarba commented 9 years ago

Thanks for reporting this. What's your emacs version?

Malabarba commented 9 years ago

OK, the last push should fix this. Could you let me know if it works for you?

peterbecich commented 9 years ago

Emacs 24.3.1

Inserting a tag is now fixed, but I haven't tested Finish and Send.

Thanks!