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

* Re: how to make a html link in elisp?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Mon Key @ 2009-03-05  6:18 UTC (permalink / raw)
  To: help-gnu-emacs

On Mar 5, 1:09 am, Xah Lee <xah...@gmail.com> wrote:
> 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/
>
> ☄
(defun xah-makes-doc ()
"I'm a Xah doc-string. This is my link--> (URL `http://xahlee.org/')"
nil)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to make a html link in elisp?
  2009-03-05  6:18 ` Mon Key
@ 2009-03-05 19:44   ` Xah Lee
  0 siblings, 0 replies; 3+ messages in thread
From: Xah Lee @ 2009-03-05 19:44 UTC (permalink / raw)
  To: help-gnu-emacs

On Mar 4, 10:18 pm, Mon Key <mon...@sandpframing.com> wrote:
> On Mar 5, 1:09 am,XahLee<xah...@gmail.com> wrote:
>
> > 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.
>
> (defunxah-makes-doc ()
> "I'm aXahdoc-string. This is my link--> (URL `http://xahlee.org/')"
> nil)

Thanks! Fantastic!

  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.