On 6/5/23 02:00, Ihor Radchenko wrote:
What will happen if you try

M-: (browse-url"mailto:[email protected]";) <RET>

?

I get this: Symbol's function definition is void: nil

When I execute (browse-url "mailto:[email protected]";) in the *scratch* buffer, 
I get the following:

Debugger entered--Lisp error: (void-function nil)
  nil("mailto:[email protected]"; (nil))
  browse-url--mailto("mailto:[email protected]"; nil)
  apply(browse-url--mailto "mailto:[email protected]"; nil)
  browse-url("mailto:[email protected]";)
  (progn (browse-url "mailto:[email protected]";))
  eval((progn (browse-url "mailto:[email protected]";)) t)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

Reply via email to