* Working web links when writing to a dedicated buffer?
@ 2021-05-02 20:25 Christopher Dimech
2021-05-02 23:03 ` Jean Louis
2021-05-02 23:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 2 replies; 5+ messages in thread
From: Christopher Dimech @ 2021-05-02 20:25 UTC (permalink / raw)
To: Help Gnu Emacs
Is there a way to include working web links when writing to a dedicated buffer?
(defvar gungadin-version-license
"\nGungadin 1.0 of 2017-05-02\n
Gungadin is part of Behistun, a Gnu Package.
Copyright (C) 2017 Christopher Dimech
Author: Christopher Dimech
Gungadin is Free Software, software that fully respects the
computing freedom of its users as defined by the Free Software
Foundation. See `https://www.gnu.org/philosophy/philosophy.html'
You can redistribute exact copies of Gungadin or modify it under
the terms of the Gnu Affero General Public License as published
by the Free Software Foundation; either version 3 of the License,
or (at your option) any later version.")
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Working web links when writing to a dedicated buffer?
2021-05-02 20:25 Working web links when writing to a dedicated buffer? Christopher Dimech
@ 2021-05-02 23:03 ` Jean Louis
2021-05-02 23:25 ` Christopher Dimech
2021-05-02 23:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 1 reply; 5+ messages in thread
From: Jean Louis @ 2021-05-02 23:03 UTC (permalink / raw)
To: Christopher Dimech; +Cc: Help Gnu Emacs
* Christopher Dimech <dimech@gmx.com> [2021-05-02 23:26]:
> Is there a way to include working web links when writing to a
> dedicated buffer?
What would that mean? Do you want maybe to expand the text below to
HTML so that link is within <a href? I would use Markdown for
that. Please explain what means to include working web links?
> (defvar gungadin-version-license
> "\nGungadin 1.0 of 2017-05-02\n
> Gungadin is part of Behistun, a Gnu Package.
> Copyright (C) 2017 Christopher Dimech
> Author: Christopher Dimech
>
> Gungadin is Free Software, software that fully respects the
> computing freedom of its users as defined by the Free Software
> Foundation. See `https://www.gnu.org/philosophy/philosophy.html'
>
> You can redistribute exact copies of Gungadin or modify it under
> the terms of the Gnu Affero General Public License as published
> by the Free Software Foundation; either version 3 of the License,
> or (at your option) any later version.")
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
https://rms-support-letter.github.io/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Working web links when writing to a dedicated buffer?
2021-05-02 23:03 ` Jean Louis
@ 2021-05-02 23:25 ` Christopher Dimech
2021-05-03 1:13 ` Jean Louis
0 siblings, 1 reply; 5+ messages in thread
From: Christopher Dimech @ 2021-05-02 23:25 UTC (permalink / raw)
To: Jean Louis; +Cc: Help Gnu Emacs
Basically, I have a buffer and want to write a url that people
con click on, and the webpage will load up on their browser.
> Sent: Monday, May 03, 2021 at 11:03 AM
> From: "Jean Louis" <bugs@gnu.support>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Working web links when writing to a dedicated buffer?
>
> * Christopher Dimech <dimech@gmx.com> [2021-05-02 23:26]:
> > Is there a way to include working web links when writing to a
> > dedicated buffer?
>
> What would that mean? Do you want maybe to expand the text below to
> HTML so that link is within <a href? I would use Markdown for
> that. Please explain what means to include working web links?
>
> > (defvar gungadin-version-license
> > "\nGungadin 1.0 of 2017-05-02\n
> > Gungadin is part of Behistun, a Gnu Package.
> > Copyright (C) 2017 Christopher Dimech
> > Author: Christopher Dimech
> >
> > Gungadin is Free Software, software that fully respects the
> > computing freedom of its users as defined by the Free Software
> > Foundation. See `https://www.gnu.org/philosophy/philosophy.html'
> >
> > You can redistribute exact copies of Gungadin or modify it under
> > the terms of the Gnu Affero General Public License as published
> > by the Free Software Foundation; either version 3 of the License,
> > or (at your option) any later version.")
>
>
> --
> Jean
>
> Take action in Free Software Foundation campaigns:
> https://www.fsf.org/campaigns
>
> Sign an open letter in support of Richard M. Stallman
> https://stallmansupport.org/
> https://rms-support-letter.github.io/
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Working web links when writing to a dedicated buffer?
2021-05-02 20:25 Working web links when writing to a dedicated buffer? Christopher Dimech
2021-05-02 23:03 ` Jean Louis
@ 2021-05-02 23:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 0 replies; 5+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-05-02 23:39 UTC (permalink / raw)
To: help-gnu-emacs
Christopher Dimech wrote:
> Is there a way to include working web links when writing to
> a dedicated buffer?
https://www.gnu.org/software/emacs/manual/html_node/elisp/Making-Buttons.html
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Working web links when writing to a dedicated buffer?
2021-05-02 23:25 ` Christopher Dimech
@ 2021-05-03 1:13 ` Jean Louis
0 siblings, 0 replies; 5+ messages in thread
From: Jean Louis @ 2021-05-03 1:13 UTC (permalink / raw)
To: Christopher Dimech; +Cc: Help Gnu Emacs
* Christopher Dimech <dimech@gmx.com> [2021-05-03 02:26]:
> Basically, I have a buffer and want to write a url that people
> con click on, and the webpage will load up on their browser.
Well, that is easy, just do:
M-x goto-address-mode
and links will be clickable.
You may also invoke it as function in program.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
https://rms-support-letter.github.io/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-03 1:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 20:25 Working web links when writing to a dedicated buffer? Christopher Dimech
2021-05-02 23:03 ` Jean Louis
2021-05-02 23:25 ` Christopher Dimech
2021-05-03 1:13 ` Jean Louis
2021-05-02 23:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).