;; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. I used (concat ": " reason) which is much simpler [14:22] hm. [14:23] heh, good point. actually, does that always work? [14:24] that's still going to generate a format-spec template with a stray % in it, is it not? [14:25] or am I missing something? *** lisppaste (n=lisppast@common-lisp.net) has quit: Remote closed the connection *** specbot (n=specbot@common-lisp.net) has quit: Remote closed the connection no, why should it? [14:26] because reason contains a %? (format "%s" "%a %b") => "%a %b" erc-message-english-PART returns a string which is used as a format-spec template. [14:27] no it returns the complete formatted string comprendes? [14:29] (erc-retrieve-catalog-entry msg) => erc-message-english-PART [14:31] *** defcon8 (n=Justin@unaffiliated/defcon8) has joined channel #emacs (when (functionp entry) (setq entry (apply entry args))) (format-spec entry (apply 'format-spec-make args)) either I'm wrong there, or you are. *** lisppaste (n=lisppast@common-lisp.net) has joined channel #emacs *** specbot (n=specbot@common-lisp.net) has joined channel #emacs [14:32] that code is from erc-format-message [14:33] Good heavens. Apparently the Flinders Streeet train station has an upstairs *ballroom* in it. twb: well one can't expect the first class passengers to make their own entertainement while waiting, can one? [14:34] delYsid: I believe an examination of a backtrace once the error has been trggered will support my view of the bug. [14:35] I guess you're busy.