1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/lisp/org
Michael Albinus 2c0506173d Add make-nearby-temp-file' and temporary-file-directory'
* doc/lispref/files.texi (Unique File Names):
Introduce `make-nearby-temp-file' and `temporary-file-directory'.
(Magic File Names): Mention `make-nearby-temp-file' and
`temporary-file-directory'.

* etc/NEWS (provided): Mention `make-nearby-temp-file' and
`temporary-file-directory'.

* lisp/files.el (mounted-file-systems): New defcustom.
(temporary-file-directory, make-nearby-temp-file): New defuns.
(normal-backup-enable-predicate): Fix docstring.

* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
<make-nearby-temp-file, temporary-file-directory>: Add handler.

* lisp/net/tramp.el (tramp-file-name-for-operation):
Add `make-nearby-temp-file' and `temporary-file-directory'.
(tramp-get-remote-tmpdir): Remove compatibility code.
(tramp-handle-temporary-file-directory)
(tramp-handle-make-nearby-temp-file): New defuns.

* lisp/org/ob-core.el (org-babel-local-file-name):
* lisp/progmodes/gud.el (gud-common-init):
* lisp/vc/vc-hooks.el (vc-user-login-name): Use `file-remote-p'.

* lisp/vc/vc-git.el (vc-git-checkin): Handle remote log message.

* test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
Check `tramp--test-enabled'.
(tramp-test18-file-attributes): Add tests for
`file-ownership-preserved-p'.
(tramp-test27-start-file-process, tramp-test28-shell-command):
Reduce timeouts in `accept-process-output'.
(tramp-test--shell-command-to-string-asynchronously): Add timeout.
(tramp-test29-environment-variables): Remove additional sleep calls.
(tramp-test32-make-nearby-temp-file): New test.
(tramp--test-special-characters, tramp--test-utf8): Adapt docstring.
(tramp-test33-special-characters)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls, tramp-test34-utf8)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests)
(tramp-test36-recursive-load, tramp-test37-unload): Rename.
(tramp--test-ftp-p): Simplify check.
(tramp--test-sh-p): New defun.
(tramp-test20-file-modes, tramp-test22-file-times)
(tramp-test26-process-file, tramp-test27-start-file-process)
(tramp-test28-shell-command)
(tramp-test29-environment-variables)
(tramp-test30-vc-registered)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests): Use it.
2016-08-07 13:57:23 +02:00
..
ChangeLog.1 ; Spelling fixes 2016-04-21 14:45:01 -07:00
ob-asymptote.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-awk.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-C.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-calc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-clojure.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-comint.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-core.el Add make-nearby-temp-file' and temporary-file-directory' 2016-08-07 13:57:23 +02:00
ob-css.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-ditaa.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-dot.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-emacs-lisp.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-eval.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-exp.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-fortran.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-gnuplot.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-haskell.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-io.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-java.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-js.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-keys.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-latex.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-ledger.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-lilypond.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-lisp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-lob.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-makefile.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-matlab.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-maxima.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-mscgen.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-ocaml.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-octave.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-org.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-perl.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-picolisp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-plantuml.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-python.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-R.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-ref.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-ruby.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-sass.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-scala.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-scheme.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-screen.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-sh.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob-shen.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-sql.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-sqlite.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-table.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ob-tangle.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ob.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-agenda.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-archive.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-attach.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-bbdb.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-bibtex.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-capture.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-clock.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-colview.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-compat.el ; Refer to version 25.2 rather than 26.1. 2016-06-10 00:55:02 -04:00
org-crypt.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
org-ctags.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-datetree.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-docview.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-element.el Expunge "allow" + infinitive from source and doc, part 2. 2016-01-25 12:35:15 +00:00
org-entities.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-eshell.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-faces.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-feed.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-footnote.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-gnus.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-habit.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-id.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-indent.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-info.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-inlinetask.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-install.el Merge Org 7.9.3e (commit b07a9bb). 2013-02-07 08:11:59 +01:00
org-irc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-list.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-macro.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-macs.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-mhe.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-mobile.el Expunge "allow" + infinitive from source and doc, part 2. 2016-01-25 12:35:15 +00:00
org-mouse.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-pcomplete.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-plot.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-protocol.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
org-rmail.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-src.el * lisp/org: Fix some compiler warnings 2016-01-25 10:11:31 -05:00
org-table.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org-timer.el Simplify now that float-time etc. are built-in 2016-05-08 12:46:22 -07:00
org-version.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-w3m.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
org.el Merge from origin/emacs-25 2016-06-19 00:47:00 +02:00
ox-ascii.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
ox-beamer.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-html.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-icalendar.el More format-time-string change fixups 2016-04-02 23:44:18 -07:00
ox-latex.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-man.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-md.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-odt.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox-org.el Pacify ‘make check-declare’ 2016-05-14 19:57:44 -07:00
ox-publish.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
ox-texinfo.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ox.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00