Files
emacs/lisp
Michael Albinus 3ea89acac2 Handle `make-process' in Tramp and ange-ftp
* doc/lispref/processes.texi (Asynchronous Processes):
Explain, that not all file name handlers support `make-process'.

* lisp/net/ange-ftp.el:
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-rclone.el (tramp-rclone-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):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist):
* lisp/net/tramp.el (tramp-file-name-for-operation): Add `make-process'.

* lisp/vc/ediff-util.el:
* src/process.c:
* test/src/process-tests.el: Use "file name handler" consequently.
2018-12-23 09:48:05 +01:00
..
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-12-17 12:15:09 +01:00
2018-11-25 21:08:08 +01:00
2018-11-28 07:51:12 -08:00
2018-09-23 18:32:59 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-12-20 07:51:17 -08:00
2018-11-25 21:08:08 +01:00
2018-11-28 07:51:12 -08:00
2018-11-25 21:08:08 +01:00
2018-11-24 07:51:04 -08:00
2018-12-17 10:26:15 -08:00
2018-11-25 21:08:08 +01:00
2018-11-30 12:04:57 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-08-21 13:44:32 -07:00
2018-11-25 21:08:08 +01:00
2018-06-19 07:38:47 -07:00
2018-07-13 11:28:16 -04:00
2018-11-24 07:51:04 -08:00
2018-09-23 18:32:59 -07:00
2018-11-24 07:51:04 -08:00
2018-12-11 08:56:15 +01:00
2018-11-25 21:08:08 +01:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-07-07 09:27:44 -07:00
2018-11-25 21:08:08 +01:00
2018-10-27 09:15:32 -07:00
2018-08-21 13:44:32 -07:00
2018-11-04 12:51:39 +01:00
2018-11-25 21:08:08 +01:00
2018-09-23 18:32:59 -07:00
2018-11-25 21:08:08 +01:00
2018-10-21 14:36:10 -04:00
2018-10-27 09:15:32 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-09-15 09:20:32 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-12-01 07:23:22 -05:00
2018-12-17 12:15:09 +01:00
2018-09-23 18:32:59 -07:00
2018-12-02 10:32:24 -08:00
2018-08-21 13:44:32 -07:00
2018-11-11 10:31:51 +01:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-09-23 18:32:59 -07:00
2018-09-23 18:32:59 -07:00
2018-12-17 12:15:09 +01:00
2018-07-23 01:10:07 -07:00
2018-09-23 18:32:59 -07:00
2018-11-25 21:08:08 +01:00
2018-08-21 13:44:32 -07:00
2018-10-12 10:31:22 -07:00
2018-09-10 13:12:38 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-10-03 09:25:26 -07:00
2018-09-28 07:54:24 -07:00
2018-11-25 21:08:08 +01:00
2018-07-02 19:19:26 -07:00
2018-09-23 18:32:59 -07:00
2018-11-25 21:08:08 +01:00
2018-12-17 10:26:15 -08:00
2018-10-06 23:31:04 -07:00
2018-09-15 09:20:32 -07:00
2018-09-23 18:32:59 -07:00
2018-11-25 21:08:08 +01:00
2018-11-25 21:08:08 +01:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -07: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.