GNU bug report logs - #30389
26.0.91; url-handler-mode needs to be documented

Previous Next

Package: emacs;

Reported by: Michael Albinus <michael.albinus <at> gmx.de>

Date: Thu, 8 Feb 2018 10:17:02 UTC

Severity: wishlist

Found in version 26.0.91

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 30389 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Andy Moreton <andrewjmoreton <at> gmail.com>
Cc: 30389 <at> debbugs.gnu.org
Subject: Re: bug#30389: 26.0.91; url-handler-mode needs to be documented
Date: Thu, 12 Aug 2021 16:51:15 +0200
Andy Moreton <andrewjmoreton <at> 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




This bug report was last modified 3 years and 342 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.