On Friday Jan 10 2014, [email protected] wrote: > On Thursday, January 9, 2014 6:25:47 PM UTC+1, djcb wrote: >> >> >> On Thursday Jan 09 2014, [email protected] <javascript:> wrote: >> >> > Hi, >> > >> > I have been seeing these errors quite a bit lately: >> > >> > error in process filter: subseq: Autoloading failed to define function >> > edmacro-subseq >> > error in process filter: Autoloading failed to define function >> > edmacro-subseq >> > > > I enabled the debug on error and got this out - I was in the view buffer > and wanted to jump to my Drafts folder (j o Drafts). > > Debugger entered--Lisp error: (error "Autoloading failed to define function > edmacro-subseq") > edmacro-subseq(("maildir:\"/Inbox\"" "citrix" "one and eu" "((eu) AND > how) AND intro" "(eu) AND how" "eu" "'EU project'" "\"EU proj\"" "abe kat" > "maildir:\"/Inbox\"" "flag:unread AND NOT flag:trashed" "\"EU projects\"" > "'EU projects'" "maildir:\"/Inbox\"" "(training) AND bu" "training" > "maildir:\"/Inbox\"" "th ee" "maildir:\"/Inbox\"" "((oshug) AND omer) AND > eu" "(oshug) AND omer") 0 20) > subseq(("maildir:\"/Inbox\"" "citrix" "one and eu" "((eu) AND how) AND > intro" "(eu) AND how" "eu" "'EU project'" "\"EU proj\"" "abe kat" > "maildir:\"/Inbox\"" "flag:unread AND NOT flag:trashed" "\"EU projects\"" > "'EU projects'" "maildir:\"/Inbox\"" "(training) AND bu" "training" > "maildir:\"/Inbox\"" "th ee" "maildir:\"/Inbox\"" "((oshug) AND omer) AND > eu" "(oshug) AND omer") 0 20) > mu4e~headers-push-query("maildir:\"/Inbox\"" past) > mu4e~headers-search-execute("maildir:\"/Drafts\"" nil) > mu4e-headers-search("maildir:\"/Drafts\"") > mu4e~headers-jump-to-maildir("/Drafts") > call-interactively(mu4e~headers-jump-to-maildir nil nil) > command-execute(mu4e~headers-jump-to-maildir) > > I do not use edmacro, but it looks like subseq is... or am I mistaken?!?!
edmacro-subseq is an edmacro-specific version of `subseq' (and edmacro-subseq has actually been removed from recent emacs, replaced by calls to `cl-subseq' (which is an alias for `subseq'). The generic `subseq' calling edmacro-subseq seems very weird.. perhaps there's some bytecompiled code from different versions of emacs versions which confuse emacs? Cheers, Dirk. -- Dirk-Jan C. Binnema Helsinki, Finland e:[email protected] w:www.djcbsoftware.nl pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C -- You received this message because you are subscribed to the Google Groups "mu-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
