Advertisement
Guest User

debug-init

a guest
Oct 7th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.68 KB | None | 0 0
  1. Debugger entered--Lisp error: (error "Unknown rx form `group-n'")
  2.   signal(error ("Unknown rx form `group-n'"))
  3.   error("Unknown rx form `%s'" group-n)
  4.   rx-form((group-n 1 (1+ (not ...))) :)
  5.   #[(x) "\301\302\"\207" [x rx-form :] 3]((group-n 1 (1+ (not ...))))
  6.   mapconcat(#[(x) "\301\302\"\207" [x rx-form :] 3] ("[" (group-n 1 (1+ ...)) "]" (or (and "(" ... ")") (and "[" ... "]"))) nil)
  7.   rx-and((and "[" (group-n 1 (1+ ...)) "]" (or (and "(" ... ")") (and "[" ... "]"))))
  8.   rx-form((and "[" (group-n 1 (1+ ...)) "]" (or (and "(" ... ")") (and "[" ... "]"))))
  9.   rx-to-string((and "[" (group-n 1 (1+ ...)) "]" (or (and "(" ... ")") (and "[" ... "]"))) t)
  10.   #[(&rest regexps) "\204
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement