Xah Talk Show 2025-11-07 Ep710 Emacs Lisp Coding, lookup grokipedia, goto line in next pane

xah talk show ep710 11527
xah talk show ep710 11527

Video Summary (Generated by AI, Reviewed by Human.)

Gamergate

(defun xah-lookup-grokipedia ()
  "look up grokipedia of current word.
Created: 2025-11-07
Version: 2025-11-07"
  (interactive)
  (let ((xword (current-word t t))
        xurl)
    (setq xurl (concat "https://grokipedia.com/search?q=" xword))
    (browse-url xurl)))

demo xah-goto-char xah-goto-line new in Emacs: Xah Fly Keys 📦

compile error. you have something bad at line 200.