vermiculus / sx.el

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

sx-tab-all-questions: args-out-of-range #300

Closed manuel-uberti closed 9 years ago

manuel-uberti commented 9 years ago

I am on latest sx.el from MELPA, using Emacs build 920a0ad. This is what I get when I call sx-tab-all-questions:

Debugger entered--Lisp error: (args-out-of-range 34 46)
  format(#("mouse-1, RET: %s -- w: copy %s" 12 20 (face minibuffer-prompt) 21 30 (face minibuffer-prompt)) "visit user page" "link")
  (defconst sx-button--user-help-echo (format sx-button--help-echo "visit user page" "link") ("/home/manuel/.emacs.d/elpa/sx-20150718.625/sx-button.elc" . 2481))
  require(sx-button)
  byte-code("\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\310\312&\207" [require sx sx-method sx-button custom-declare-face sx-tag ((t :underline nil :inherit font-lock-function-name-face)) "Face used on the question tags in the question buffer." :group sx-question-mode-faces sx-question-list-faces] 8)
  require(sx-tag)
  byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\313\314\315\316\317\320\321\322\323\303&    \210\313\324\315\325\317\320\321\326\323\314&   \210\327\330\331\332\333DD\334\335\336\323\314&\210\327\337\331\332\340DD\341\335\342\323\314&\210\343\344\345\346\323\324%\210\343\347\350\346\323\324%\210\343\351\352\346\323\324%\210\343\353\354\346\323\324%\210\343\355\356\346\323\324%\210\343\357\360\346\323\324%\210\343\361\362\346\323\324%\210\343\363\364\346\323\324%\210\343\365\366\346\323\324%\210\343\367\370\346\323\324%\207" [require tabulated-list cl-lib sx sx-switchto sx-time sx-tag sx-site sx-question sx-question-mode sx-favorites custom-declare-group sx-question-list nil "Customization group for sx-question-list." :prefix "sx-question-list-" :tag "SX Question List" :group sx-question-list-faces "Customization group for the faces of `sx-question-list'." "SX Question List Faces" custom-declare-variable sx-question-list-height funcall function #[0 "\300\207" [12] 1] "Height, in lines, of SX's *question-list* buffer." :type integer sx-question-list-excluded-tags #[0 "\300\207" [nil] 1] "List of tags (strings) to be excluded from the question list." (repeat string) custom-declare-face sx-question-list-parent ((t :inherit default)) "" sx-question-list-answers ((((background light)) :foreground "SeaGreen4" :height 1.0 :inherit sx-question-list-parent) (((background dark)) :foreground "#D1FA71" :height 1.0 :inherit sx-question-list-parent) (t :inherit sx-question-list-parent)) sx-question-list-answers-accepted ((t :box 1 :inherit sx-question-list-answers)) sx-question-list-score ((t :height 1.0 :inherit sx-question-list-parent)) sx-question-list-score-upvoted ((t :weight bold :inherit sx-question-list-score)) sx-question-list-date ((t :inherit font-lock-comment-face)) sx-question-list-read-question ...] 10)
  require(sx-question-list)
  byte-code("\300\301!\210\300\302!\210\300\303!\207" [require sx sx-question-list sx-interaction] 2)
  autoload-do-load((autoload "sx-tab" nil t nil) sx-tab-all-questions)
  command-execute(sx-tab-all-questions)

If you need me to do more tests, feel free to ask.

Malabarba commented 9 years ago

It's an emacs bug. I just tested on the latest build, and I get an error just by evaluating the following:

(format #("mouse-1, RET: %s -- w: copy %s" 12 20 (face minibuffer-prompt) 21 30 (face minibuffer-prompt))
        "visit" "link")
manuel-uberti commented 9 years ago

Thanks for the input. We can close it here and wait for the fix on Emacs trunk then.

Malabarba commented 9 years ago

Yep, I've reported it there as well.