On Sat, 2005-03-26 at 17:26 +0000, Aidan Kehoe wrote:
It’s a trivial file, and I don’t think it merits an entire package
to
itself, but there’s no real “miscellaneous-Mule” package it to put it
in. If I don’t get a suggestion I will make a separate package for it, but I
feel pretty strongly that wouldn’t be ideal.
;;; url-coding.el --- Support for the web's URL encoding.
At least some similar functionality is included in the "url" elisp
package:
https://savannah.gnu.org/projects/url/
The above web page says the package as a separate entity is obsolete and
has been incorporated into the GNU Emacs.
Anyway, it might save some compatibility headache later if we'd setup a
separate "url" XEmacs package, eg. by prying out the latest and greatest
files that comprised the original "url" package from GNU Emacs CVS, and
include url-encoding.el in it as an additional file, or merge it with
the existing files in the package if appropriate.