diff options
| author | Eli Zaretskii | 2024-12-28 08:30:31 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-28 08:30:31 -0500 |
| commit | af3bbc83600bec6c8621e1b04437dbfdeb329106 (patch) | |
| tree | 9e981a7cdd60b276ae0e6549a4277f1995708d38 /doc/misc | |
| parent | ad5c8f25b36aac71870ff26b6549014c452a2145 (diff) | |
| parent | 2ba6387d1d63072c5faaa7798c8ef7b00ca883c3 (diff) | |
| download | emacs-af3bbc83600bec6c8621e1b04437dbfdeb329106.tar.gz emacs-af3bbc83600bec6c8621e1b04437dbfdeb329106.zip | |
Merge from origin/emacs-30
2ba6387d1d6 ; Fix inaccuracy in ELisp Reference manual
8ac6a178804 ; * etc/PROBLEMS: Mention problems with XPM support in GD...
624322d5f6a Add missing fontification matches for elixir-ts-mode
5bafb11b400 ; Fix copyright year
186ea407326 Don't start docstrings with "This function" or similar
cb8ce2e68bb Enable indent-tabs-mode in obj-c-mode
54f35137096 Fix comment indent in 'lua-ts-mode' and old grammar
8b95549e908 * admin/nt/dist-build/build-dep-zips.py: (deps src) handl...
8064b2a6798 Document undocumented completion commands
c29b798537e ; etc/w32-feature.el (harfbuzz): improve test
0e43e35f96e * admin/nt/dist-build/emacs.nsi: (Uninstall) delete only ...
b83cd8a8fb0 ; * etc/tutorials/TUTORIAL.ko: Fix the beginning.
41caccc488b ; * etc/publicsuffix.txt: Update from upstream.
e6fb18406ee ; Fix refcards
14e791f9ba2 ; Update acknowledgments for Emacs 30
861b7864fc4 ; Fix node name in emacs-lisp-intro.texi
77243ba5be8 ; Update version tags of defcustoms
fe2ac33bae8 ;* doc/misc/efaq.texi (New in Emacs 30): Mention 'trusted...
8fb884f0dc0 ; * etc/NEWS: Fix wording.
e281355a5e8 Improve D-Bus and Tramp manual
# Conflicts:
# doc/emacs/emacs.texi
# etc/NEWS
# lisp/erc/erc-log.el
# lisp/eshell/esh-mode.el
# lisp/which-key.el
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/dbus.texi | 9 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 7 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 9 |
3 files changed, 19 insertions, 6 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 42fe07367b8..e852d64b71d 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -75,9 +75,12 @@ another. An overview of D-Bus can be found at | |||
| 75 | @cindex overview | 75 | @cindex overview |
| 76 | 76 | ||
| 77 | D-Bus is an inter-process communication mechanism for applications | 77 | D-Bus is an inter-process communication mechanism for applications |
| 78 | residing on the same host. The communication is based on | 78 | residing on the same host. Emacs uses it when it is compiled with the |
| 79 | @dfn{messages}. Data in the messages is carried in a structured way, | 79 | respective library, see configuration option @option{--with-dbus}. At |
| 80 | it is not just a byte stream. | 80 | runtime, the form @code{(featurep 'dbusbind)} indicates D-Bus support. |
| 81 | |||
| 82 | D-Bus communication is based on @dfn{messages}. Data in the messages is | ||
| 83 | carried in a structured way, it is not just a byte stream. | ||
| 81 | 84 | ||
| 82 | The communication is connection oriented to two kinds of message | 85 | The communication is connection oriented to two kinds of message |
| 83 | buses: a so called @dfn{system bus}, and a @dfn{session bus}. On a | 86 | buses: a so called @dfn{system bus}, and a @dfn{session bus}. On a |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index f6362b4f075..d94f9fe90b7 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -943,6 +943,13 @@ Emacs has been ported to the Android operating system. See the file | |||
| 943 | to build it. | 943 | to build it. |
| 944 | 944 | ||
| 945 | @item | 945 | @item |
| 946 | New user option @code{trusted-contents} to allow potentially dangerous | ||
| 947 | Emacs features which could execute arbitrary Lisp code. Use this | ||
| 948 | variable to list files and directories whose contents Emacs should | ||
| 949 | trust, thus allowing those potentially dangerous features when those | ||
| 950 | files are visited. | ||
| 951 | |||
| 952 | @item | ||
| 946 | Numerous performance improvements, for example in parsing JSON, reading | 953 | Numerous performance improvements, for example in parsing JSON, reading |
| 947 | data from subprocesses, handling output from Eshell and in Shell mode, X | 954 | data from subprocesses, handling output from Eshell and in Shell mode, X |
| 948 | selection requests, remote files, and so on. | 955 | selection requests, remote files, and so on. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 943f6da7b04..342511da38d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1407,9 +1407,12 @@ Desktop, @uref{https://en.wikipedia.org/wiki/GVFS}. Remote files on | |||
| 1407 | @acronym{GVFS} are mounted locally through @acronym{FUSE} and | 1407 | @acronym{GVFS} are mounted locally through @acronym{FUSE} and |
| 1408 | @value{tramp} uses this locally mounted directory internally. | 1408 | @value{tramp} uses this locally mounted directory internally. |
| 1409 | 1409 | ||
| 1410 | Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@. | 1410 | Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@. It |
| 1411 | Emacs must have the message bus system, D-Bus integration active, | 1411 | must have been compiled with D-Bus support, @pxref{Top, , D-Bus, dbus}. |
| 1412 | @pxref{Top, , D-Bus, dbus}. | 1412 | |
| 1413 | @vindex tramp-gvfs-enabled | ||
| 1414 | The @code{tramp-gvfs-enabled} variable, being non-@code{nil}, signals | ||
| 1415 | that @value{tramp} can use @acronym{GVFS}-based methods. | ||
| 1413 | 1416 | ||
| 1414 | @table @asis | 1417 | @table @asis |
| 1415 | @cindex method @option{afp} | 1418 | @cindex method @option{afp} |