summaryrefslogtreecommitdiff
path: root/lisp/url/url-handlers.el
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/url/url-handlers.el (url-file-name-completion)Glenn Morris2015-05-111-2/+2
| | | | (url-file-name-all-completions): Silence compiler.
* (url-insert-file-contents): Set buffer-file-coding-systemStefan Monnier2015-03-151-5/+10
| | | | | | | | Fixes: debbugs:20010 * lisp/url/url-handlers.el (url-insert-file-contents): Call after-insert-file-set-coding like insert-file-contents, to set buffer-file-coding-system.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
| | | | Except where we expect to backport the corresponding change.
* Remove remaining mentions of VMS as a hostReuben Thomas2014-08-071-1/+1
| | | | | | | | | | | | | | | | | * notes/exit-value: Remove specific discussion of VMS. * doc/emacs/programs.texi (Program Modes): Don't advertise VMS DCL support any more. * doc/misc/ediff.texi (Merging and diff3): Don't mention lack of support for VMS diff, we no longer support VMS. * lisp/progmodes/ada-mode.el: * lisp/net/tramp.el (tramp-handle-file-symlink-p): * lisp/net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment about VMS, which we no longer support. * lisp/progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS, and fix a FIXME, using convert-standard-filename in place of removed ada-convert-file-name. * lisp/url/url-handlers.el: Remove a comment about VMS, which we no longer support.
* Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.orgGlenn Morris2014-06-251-6/+10
|\
| * Fix last changeLeo Liu2014-06-261-1/+1
| |
| * * lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.Leo Liu2014-06-261-6/+10
| | | | | | | | | | | | | | | | | | (url-insert-file-contents): Condition on url-http-response-status for the HTTP/S specific part. * lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar. Fixes: debbugs:17549
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-111-23/+30
|\ \ | |/
| * * url-handlers.el (url-file-handler-load-in-progress): New defvar.Michael Albinus2014-05-091-14/+21
| | | | | | | | (url-file-handler): Use it, in order to avoid recursive load.
* | Pass some protocols to Tramp, like ssh and friends.Michael Albinus2014-04-011-15/+25
|/ | | | | | | | * url-tramp.el: New file. * url-handlers.el (url-handler-regexp): Add ssh, scp, rsync and telnet. Add :version. (url-file-handler): Call `url-tramp-file-handler' if appropriate.
* * lisp/emacs-lisp/package.el: Fix bug#16733 (again).Juanma Barranquero2014-03-261-2/+10
| | | | | | | | | | | | | (url-http-parse-response, url-http-end-of-headers, url-recreate-url) (url-http-target-url): Remove unused declarations. (package-handle-response): Remove. (package--with-work-buffer): Use url-insert-file-contents and simplify. (package--download-one-archive): Use current-buffer instead of dynamic binding of `buffer'. (describe-package-1): Do not decode readme-string. * lisp/url/url-handlers.el (url-http-parse-response): Add autoload. (url-insert-file-contents): Signal file-error in case of HTTP error.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * lisp/url/url-handlers.el (url-file-name-completion)Stefan Monnier2013-07-311-2/+8
| | | | | | (url-file-name-all-completions): Don't signal errors. Fixes: debbugs:14806
* Add some declarations to url-handlers.elGlenn Morris2013-05-221-4/+8
| | | | | * lisp/url/url-handlers.el (mm-save-part-to-file, mm-destroy-parts) (mm-decode-string, mail-content-type-get): Declare.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* * lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOOStefan Monnier2012-09-291-10/+21
| | | | | | | function is a good handler for FOO. (url-copy-file, url-file-local-copy, url-insert-file-contents) (url-file-name-completion, url-file-name-all-completions) (url-handlers-create-wrapper): Explicitly register as handler.
* lisp/url/url-handlers.el (url-handler-regexp): Declare.Juanma Barranquero2012-06-131-0/+2
|
* * url-handlers.el: Re-order file to avoid recursive load.Chong Yidong2012-06-121-15/+14
|
* Various minor variable/hook cleanups.Chong Yidong2012-06-121-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings): Rename from gud-inhibit-global-bindings. * lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix. * lisp/erc/erc-dcc.el (erc-dcc-chat-filter-functions): Rename from erc-dcc-chat-filter-hook, since this is an abnormal hook. * lisp/nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal hook from nxml-glyph-set-hook. * lisp/progmodes/cwarn.el (cwarn-mode): Remove redundant variable declaration. * lisp/progmodes/pascal.el (pascal-toggle-completions): Doc fix. * lisp/textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path): Convert to defcustom. * lisp/url/url-handlers.el (url-handler-regexp): * lisp/url/url-nfs.el (url-nfs-automounter-directory-spec): * lisp/url/url-vars.el (url-load-hook): Convert to defcustom.
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Fix more minor mode docstrings.Chong Yidong2011-10-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emulation/cua-base.el (cua-mode): * lisp/mail/footnote.el (footnote-mode): * lisp/mail/mailabbrev.el (mail-abbrevs-mode): * lisp/net/xesam.el (xesam-minor-mode): * lisp/progmodes/bug-reference.el (bug-reference-mode): * lisp/progmodes/cap-words.el (capitalized-words-mode): * lisp/progmodes/compile.el (compilation-minor-mode) (compilation-shell-minor-mode): * lisp/progmodes/gud.el (gud-tooltip-mode): * lisp/progmodes/hideif.el (hide-ifdef-mode): * lisp/progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode): * lisp/progmodes/subword.el (subword-mode): * lisp/progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): * lisp/progmodes/which-func.el (which-function-mode): * lisp/term/tvi970.el (tvi970-set-keypad-mode): * lisp/term/vt100.el (vt100-wide-mode): * lisp/textmodes/flyspell.el (flyspell-mode): * lisp/textmodes/ispell.el (ispell-minor-mode): * lisp/textmodes/nroff-mode.el (nroff-electric-mode): * lisp/textmodes/paragraphs.el (use-hard-newlines): * lisp/textmodes/refill.el (refill-mode): * lisp/textmodes/reftex.el (reftex-mode): * lisp/textmodes/rst.el (rst-minor-mode): * lisp/textmodes/sgml-mode.el (html-autoview-mode) (sgml-electric-tag-pair-mode): * lisp/textmodes/tex-mode.el (latex-electric-env-pair-mode): * lisp/vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode): * lisp/emulation/crisp.el (crisp-mode): * lisp/emacs-lisp/eldoc.el (eldoc-mode): * lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new minor mode behavior. * lisp/erc/erc-fill.el (erc-fill-mode): * lisp/erc/erc-track.el (erc-track-minor-mode): Doc fix. * lisp/erc/erc.el (define-erc-module): Fix autogenerated docstring to reflect Emacs 24 minor mode changes. * lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * url-handlers.el (url-copy-file): Add fifth arg for compatibilityChong Yidong2009-09-131-1/+3
| | | | with 2005-06-25 change to copy-file (Bug#4410).
* (url-file-handler): Save match data.Stefan Monnier2009-03-271-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Typo and docstring fixes.Juanma Barranquero2008-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * url.el (url-do-setup): * url-dired.el (url-dired-minor-mode): * url-file.el (url-file-find-possibly-compressed-file): * url-gw.el (url-gateway-broken-resolution): * url-handlers.el (url-handler-regexp): * url-imap.el (url-imap-default-port): * url-methods.el (url-scheme-get-property): Fix typos in docstrings. * url-auth.el (url-basic-auth-storage, url-digest-auth): Fix typos in docstrings. (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings. * url-cache.el (url-cache-prepare): Doc fix. (url-cache-create-filename-human-readable, url-cache-extract): Fix typos in docstrings. * url-dav.el (url-intersection, url-dav-iso8601-regexp) (url-dav-delete-something): Fix typos in docstrings. (url-dav-http-success-p, url-dav-file-name-all-completions) (url-dav-directory-files, url-dav-file-name-completion): Doc fixes. * url-http.el (url-http-idle-sentinel): Doc fix. * url-irc.el (url-irc-default-port): Fix typo in docstring. (url-irc-function): Doc fix. * url-util.el (url-get-url-filename-chars, url-unhex-string): Fix typos in docstrings. (url-file-extension): Doc fix. * url-vars.el (url-current-object, url-current-mime-headers) (url-privacy-level, url-mail-command, url-mime-language-string): Fix typos in docstrings. (url-honor-refresh-requests): Reflow docstring. (url-using-proxy): Doc fix.
* (url-file-name-completion): Add missing argument.Stefan Monnier2008-05-301-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
|
* * url-handlers.el (file-remote-p): Add handler.Michael Albinus2008-02-061-0/+21
| | | | (url-handler-file-remote-p): New fun.
* (url-handler-unhandled-file-name-directory):Stefan Monnier2008-02-061-5/+10
| | | | Handle `file' URLs specially. Return nil for non-local filenames.
* Merge from emacs--rel--22Miles Bader2008-01-221-0/+8
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
| * (unhandled-file-name-directory): Add handler.Stefan Monnier2008-01-211-0/+8
| | | | | | | | (url-handler-unhandled-file-name-directory): New fun.
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * * url-handlers.el (url-file-handler): Autoload.Michael Albinus2008-01-071-0/+1
| |
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Don't require cl when compiling.Glenn Morris2007-12-021-3/+0
| |
* | (top-level): Always require url-parse, not just when compiling.Glenn Morris2007-12-011-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-1/+1
|
* (url-insert): New function.Stefan Monnier2006-04-261-21/+35
| | | | (url-insert-file-contents): Use it.
* (url-handler-directory-file-name): New handler.Stefan Monnier2006-03-291-1/+20
| | | | (url-file-local-copy): Plug race condition security hole.
* (url-retrieve-synchronously): Don't autoload.Stefan Monnier2006-01-021-2/+1
|
* (url-insert-file-contents): Use the charset infoStefan Monnier2005-11-161-6/+8
| | | | provided by the HTTP server, if any.
* Remove XEmacs conditionals.Eli Zaretskii2005-10-201-13/+2
|