Skip to content

Instantly share code, notes, and snippets.

@offby1
Created January 2, 2010 05:14
Show Gist options
  • Save offby1/267389 to your computer and use it in GitHub Desktop.
Save offby1/267389 to your computer and use it in GitHub Desktop.
20:53:56 [erich@debian chibi] (master)$ emacsclient --eval '(w3m-namazu "all" "foo")'
*ERROR*: Symbol's function definition is void: w3m-namazu
21:13:45 [erich@debian chibi] (master)$ emacsclient --eval '(identity "all" "foo")'
*ERROR*: Wrong number of arguments: identity, 2
21:13:57 [erich@debian chibi] (master)$ emacsclient --eval '(identity "all" )'
"all"
21:14:01 [erich@debian chibi] (master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment