all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to make a html link in elisp?
@ 2009-03-05  6:09 Xah Lee
  2009-03-05  6:18 ` Mon Key
  0 siblings, 1 reply; 3+ messages in thread
From: Xah Lee @ 2009-03-05  6:09 UTC (permalink / raw)
  To: help-gnu-emacs

in a emacs function doc string, how do i make it a clickable link?
i.e. so that when user do describe-mode, they can click on the link to
go to doc page.

e.g.

(defun xyz-mode ()
  "Major mode for editing LSL (Linden Scripting Language).
 ...

Goto home page: click me <http://xyz -mode.com/doc.html>
"
...
)

Thanks.

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-05 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05  6:09 how to make a html link in elisp? Xah Lee
2009-03-05  6:18 ` Mon Key
2009-03-05 19:44   ` Xah Lee

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.