aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-28 08:30:31 -0500
committerEli Zaretskii2024-12-28 08:30:31 -0500
commitaf3bbc83600bec6c8621e1b04437dbfdeb329106 (patch)
tree9e981a7cdd60b276ae0e6549a4277f1995708d38 /doc/misc
parentad5c8f25b36aac71870ff26b6549014c452a2145 (diff)
parent2ba6387d1d63072c5faaa7798c8ef7b00ca883c3 (diff)
downloademacs-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.texi9
-rw-r--r--doc/misc/efaq.texi7
-rw-r--r--doc/misc/tramp.texi9
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
77D-Bus is an inter-process communication mechanism for applications 77D-Bus is an inter-process communication mechanism for applications
78residing on the same host. The communication is based on 78residing 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, 79respective library, see configuration option @option{--with-dbus}. At
80it is not just a byte stream. 80runtime, the form @code{(featurep 'dbusbind)} indicates D-Bus support.
81
82D-Bus communication is based on @dfn{messages}. Data in the messages is
83carried in a structured way, it is not just a byte stream.
81 84
82The communication is connection oriented to two kinds of message 85The communication is connection oriented to two kinds of message
83buses: a so called @dfn{system bus}, and a @dfn{session bus}. On a 86buses: 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
943to build it. 943to build it.
944 944
945@item 945@item
946New user option @code{trusted-contents} to allow potentially dangerous
947Emacs features which could execute arbitrary Lisp code. Use this
948variable to list files and directories whose contents Emacs should
949trust, thus allowing those potentially dangerous features when those
950files are visited.
951
952@item
946Numerous performance improvements, for example in parsing JSON, reading 953Numerous performance improvements, for example in parsing JSON, reading
947data from subprocesses, handling output from Eshell and in Shell mode, X 954data from subprocesses, handling output from Eshell and in Shell mode, X
948selection requests, remote files, and so on. 955selection 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
1410Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@. 1410Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@. It
1411Emacs must have the message bus system, D-Bus integration active, 1411must have been compiled with D-Bus support, @pxref{Top, , D-Bus, dbus}.
1412@pxref{Top, , D-Bus, dbus}. 1412
1413@vindex tramp-gvfs-enabled
1414The @code{tramp-gvfs-enabled} variable, being non-@code{nil}, signals
1415that @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}