Files
emacs/lisp
Michael Albinus 9376ea3f6c Improve symlinks for Tramp
* lisp/files.el (files--splice-dirname-file): Quote whole file.

* lisp/net/tramp-sh.el (tramp-sh-handle-make-symbolic-link):
Do not expand TARGET, it could be remote.
(tramp-sh-handle-file-truename): Check for cyclic symlink also
in case of readlink.  Quote result if it looks remote.
(tramp-sh-handle-file-local-copy): Use `file-truename'.

* test/lisp/net/tramp-tests.el (tramp-test08-file-local-copy)
(tramp-test09-insert-file-contents): Test also file missing.
(tramp-test21-file-links): Extend test.
2017-08-30 12:00:26 +02:00
..
2017-08-11 11:28:57 +02:00
2017-08-21 00:42:41 +03:00
2017-05-30 08:29:34 -07:00
2017-08-30 12:00:26 +02:00
2017-05-07 13:22:34 +02:00
2017-08-29 10:13:31 +02:00
2017-04-08 11:36:56 -04:00
2017-08-17 11:14:07 +02:00
2017-07-02 11:41:58 +02:00
2017-06-13 14:31:53 +09:00
2017-06-05 20:33:55 -04:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:38:18 -07:00
2017-06-07 14:27:21 -04:00
2017-07-06 00:24:56 -07:00
2017-05-06 18:30:14 -07:00
2017-02-21 15:11:56 -05:00
2017-08-08 15:10:49 -04:00
2017-08-06 10:15:17 -04:00
2017-08-30 12:00:26 +02:00
2017-08-28 17:55:31 +02:00
2017-08-01 06:27:40 -04:00
2017-04-26 12:51:48 -04:00
2017-08-05 01:19:05 +09:00
2017-07-06 00:24:56 -07:00
2017-04-27 00:04:54 -04:00
2017-08-09 16:06:23 -06:00
2017-05-31 20:32:31 +02:00
2017-07-20 15:42:12 -07:00
2017-08-26 12:52:07 +03:00
2017-07-07 18:13:15 -04:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.