all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Andy Moreton <andrewjmoreton@gmail.com>
Cc: 30389@debbugs.gnu.org
Subject: bug#30389: 26.0.91; url-handler-mode needs to be documented
Date: Thu, 12 Aug 2021 16:51:15 +0200	[thread overview]
Message-ID: <87y296iun0.fsf@gnus.org> (raw)
In-Reply-To: <vz1tvdvx6at.fsf@gmail.com> (Andy Moreton's message of "Wed, 15 May 2019 13:15:22 +0100")

Andy Moreton <andrewjmoreton@gmail.com> writes:

>>> url-handler-mode is not documented in any manual shipped with
>>> Emacs. This shall be done.
>>
>> The doc string isn't very helpful either.  I have no idea what it's
>> trying to say here.  :-)
>>
>> ---
>>
>> Toggle using `url' library for URL filenames (URL Handler mode).
>
> The doc is indeed not very helpful. The code shows it is toggling
> support for file handlers which allow URLs to the treated as filenames:
>
> (file-exists-p "https://www.gnu.org/")
> => nil
> (url-handler-mode)
> => t
> (file-exists-p "https://www.gnu.org/")
> => t

I've now mentioned the mode in the manual and fixed the doc string in
Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





      reply	other threads:[~2021-08-12 14:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 10:16 bug#30389: 26.0.91; url-handler-mode needs to be documented Michael Albinus
2019-05-15  4:31 ` Lars Ingebrigtsen
2019-05-15 12:15   ` Andy Moreton
2021-08-12 14:51     ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y296iun0.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=30389@debbugs.gnu.org \
    --cc=andrewjmoreton@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.