Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (url) "Fetch URL and render the page. If the input doesn't look like an URL or a domain name, the word(s) will be searched for via `eww-search-prefix'." (interactive "sEnter URL or keywords: ") (if (and (= (length (split-string url)) 1) (> (length (split-string url "\\.")) 1)) (progn (if (string-match-p "\\`[a-zA-Z][-a-zA-Z0-9+.]*://" url) nil (setq url (concat "http://" url))) (if (string= (let ((cl-x (url-generic-parse-url url))) (progn (or (and (memq (aref cl-x 0) cl-struct-url-tags)) (error "%s accessing a non-%s" (quote url-filename) (quote url))) (aref cl-x 6))) "") (progn (setq url (concat url "/"))))) (if (string-match-p "^file:" url) nil (setq url (concat eww-search-prefix (replace-regexp-in-string " " "+" url))))) (url-retrieve url (quote eww-render) (list url))) 2) eww(#("https://wincent.com/products/command-t" 0 5 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 6 37 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 37 38 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t)) nil) apply(eww #("https://wincent.com/products/command-t" 0 5 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 6 37 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 37 38 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t)) nil) browse-url(#("https://wincent.com/products/command-t" 0 5 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 6 37 (keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t) 37 38 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) face org-link mouse-face highlight org-no-flyspell t org-category "" fontified t))) org-open-at-point(nil #) org-open-link-from-string(#("https://wincent.com/products/command-t" 0 37 (fontified t org-category "" org-no-flyspell t mouse-face highlight face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse))) 37 38 (fontified t org-category "" org-no-flyspell t mouse-face highlight face org-link keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text))) nil #) org-offer-links-in-entry(nil) org-open-at-point(nil) call-interactively(org-open-at-point) org-self-insert-command(1) call-interactively(org-self-insert-command nil nil)