GNU logs - #75004, boring messages


Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Mike Kupfer <kupfer@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sat, 21 Dec 2024 01:09:02 +0000
Resent-Message-ID: <handler.75004.B.17347433202139 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: 75004 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.17347433202139
          (code B ref -1); Sat, 21 Dec 2024 01:09:02 +0000
Received: (at submit) by debbugs.gnu.org; 21 Dec 2024 01:08:40 +0000
Received: from localhost ([127.0.0.1]:44624 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tOnyy-0000YQ-0L
	for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:40 -0500
Received: from lists.gnu.org ([209.51.188.17]:34858)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyt-0000YD-1l
 for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:38 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kupfer@HIDDEN>) id 1tOnys-0002aQ-Fj
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from shell1.rawbw.com ([198.144.192.42])
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyq-0004eJ-2g
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from alto.camomileplus.org (135-180-174-211.dsl.dynamic.sonic.net
 [135.180.174.211] (may be forged)) (authenticated bits=0)
 by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4BL18Hhx048588
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
 for <bug-gnu-emacs@HIDDEN>; Fri, 20 Dec 2024 17:08:22 -0800 (PST)
 (envelope-from kupfer@HIDDEN)
X-Authentication-Warning: shell1.rawbw.com: Host
 135-180-174-211.dsl.dynamic.sonic.net [135.180.174.211] (may be forged)
 claimed to be alto.camomileplus.org
X-Mailer: MH-E 8.6+git; nmh 1.8-RC2; Emacs 30.0.92
From: Mike Kupfer <kupfer@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <70401.1734743297.1@HIDDEN>
Date: Fri, 20 Dec 2024 17:08:17 -0800
Message-ID: <70402.1734743297@HIDDEN>
Received-SPF: pass client-ip=198.144.192.42; envelope-from=kupfer@HIDDEN;
 helo=shell1.rawbw.com
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9,
 RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.1 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

I would like to use TRAMP to access the files on my Android phone.  It's
not working.  While trying to troubleshoot, I am finding the
documentation less than clear in a couple places, so I'm reporting those
shortcomings here.

1. The TRAMP "GVFS-based external methods" page says

  Emacs must have the message bus system, D-Bus integration active, see
  D-Bus(dbus).

I do not understand what it means for D-Bus integration to be "active".
Is it a runtime thing, or is it just talking about whether the code is
compiled in?  Is there a command to run, a variable to look at, or an
sexp to evaluate that would tell me whether D-Bus integration is
"active"?  I looked in the D-Bus Info documentation and wasn't able to
find any clues there.  Nor did a web search help.

2. The "D-Bus integration in Emacs" Info file just covers the API.  But
it assumes that you have D-Bus support compiled in.  I think there
should be some mention that D-Bus support is a compile-time option.  I
also would like to see instructions for how to tell if the necessary
code was, in fact, compiled in.  (The *Gnus* documentation says it's
(featurep 'dbusbind).  That's not the place users will look.)

In GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.16.0, Xaw scroll bars) of 2024-10-28 built on alto
Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
System Description: Debian GNU/Linux 12 (bookworm)

Configured using:
 'configure --prefix=/usr/local --with-native-compilation=no'

Configured features:
CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LC_TIME: C
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Info

Minor modes in effect:
  server-mode: t
  delete-selection-mode: t
  display-time-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  isearch-fold-quotes-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow mh-identity emacsbug bug-reference texinfo texinfo-loaddefs
tabify man info apropos sort gnus-async gnus-bcklg gnus-kill gnus-ml
disp-table timezone network-stream url-http url-gw nsm url-cache
url-auth url-handlers nnrss nndoc nndraft nnnil gnus-agent gnus-srvr
nnvirtual nntp gnus-cache pcmpl-unix cl-print tramp-androidsu tramp-adb
tramp-archive tramp-cmds tramp-container tramp-ftp help-fns radix-tree
tramp-gvfs tramp-cache time-stamp tramp-sh tramp trampver
tramp-integration tramp-message tramp-compat tramp-loaddefs view crm
mh-alias org-clock grep compile vc-hg diff-mode track-changes easy-mmode
cal-move diary-lib diary-loaddefs cal-iso misearch multi-isearch
oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info
ol-gnus nnselect ol-docview doc-view filenotify jka-compr image-mode
exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi cl-extra
help-mode face-remap org-agenda org-element org-persist xdg org-id
org-element-ast inline avl-tree generator org-refile org ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script smie treesit
executable ob-comint org-pcomplete org-list org-footnote org-faces
org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle
org-table ol rx org-fold org-fold-core org-keys oc org-loaddefs
find-func cal-menu calendar cal-loaddefs org-compat org-macs format-spec
dired-aux dired-x textsec uni-scripts idna-mapping ucs-normalize
uni-confusable textsec-check shr-color color qp mail-extr smiley
mm-archive pp mh-search mh-letter mh-show goto-addr thingatpt gnus-cite
mh-mime mule-util mh-thread mh-inc hl-line mh-tool-bar mh-acros mh-seq
mh-xface mh-utils mh-folder which-func imenu files-x mdk-mail gnus-mh
gnus-msg mh-comp mh-scan mh-gnus gnus-dup nnmh gnus-score score-mode
gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr
pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start
gnus-dbus dbus xml gnus-cloud nnimap nnmail browse-url url url-proxy
url-privacy url-expand url-methods url-history url-cookie
generate-lisp-file url-domsuf url-util url-parse auth-source cl-seq
eieio eieio-core cl-macs json map byte-opt gv bytecomp byte-compile
url-vars mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int
gnus-range gnus-win gnus nnheader range wid-edit mh-e mh-buffers
mh-loaddefs message sendmail mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader server timeclock
noutline outline icons cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs advice shell pcomplete
comint subr-x ansi-osc ansi-color ring xcscope delsel time vc
cl-loaddefs cl-lib vc-dispatcher mdk-hacks rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads inotify
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 636507 146821) (symbols 48 36779 9)
 (strings 32 146543 17478) (string-bytes 1 4855597) (vectors 16 96383)
 (vector-slots 8 1864368 116321) (floats 8 670 9602)
 (intervals 56 25189 271) (buffers 984 92))




Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Mike Kupfer <kupfer@HIDDEN>
Subject: bug#75004: Acknowledgement (30.0.92; documentation unclear about
 D-Bus support)
Message-ID: <handler.75004.B.17347433202139.ack <at> debbugs.gnu.org>
References: <70402.1734743297@HIDDEN>
X-Gnu-PR-Message: ack 75004
X-Gnu-PR-Package: emacs
Reply-To: 75004 <at> debbugs.gnu.org
Date: Sat, 21 Dec 2024 01:09:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@HIDDEN

If you wish to submit further information on this problem, please
send it to 75004 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
75004: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75004
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sat, 21 Dec 2024 16:24:01 +0000
Resent-Message-ID: <handler.75004.B75004.173479819213049 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Mike Kupfer <kupfer@HIDDEN>
Cc: 75004 <at> debbugs.gnu.org
Received: via spool by 75004-submit <at> debbugs.gnu.org id=B75004.173479819213049
          (code B ref 75004); Sat, 21 Dec 2024 16:24:01 +0000
Received: (at 75004) by debbugs.gnu.org; 21 Dec 2024 16:23:12 +0000
Received: from localhost ([127.0.0.1]:47422 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tP2Fz-0003OP-UX
	for submit <at> debbugs.gnu.org; Sat, 21 Dec 2024 11:23:12 -0500
Received: from mout.gmx.net ([212.227.17.21]:49251)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1tP2Fx-0003O6-06
 for 75004 <at> debbugs.gnu.org; Sat, 21 Dec 2024 11:23:10 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de;
 s=s31663417; t=1734798173; x=1735402973; i=michael.albinus@HIDDEN;
 bh=gcsDR+UBMRn7UD21/iRJ8cqf6wjNuseHvDAZcnSz2bY=;
 h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date:
 Message-ID:MIME-Version:Content-Type:cc:content-transfer-encoding:
 content-type:date:from:message-id:mime-version:reply-to:subject:
 to;
 b=lTtOxaZqvYlqYnMSmyb6uCmdRDOMKulu/0dKB1a51/CkhdxCuF7DKllnUdeIrnyS
 3DAW5wWZj4E/ZwvNMRWPEOJ3s+eVYgNWzqMYCyY3rDDQw96+j3JjdyB6OaszcNSh0
 lV2JuXaHpXnEbW6q/xUYjF3Ir5NNqANg5eg8cXrIHxnrnRwVspctCM717Sse+SGeD
 50/yX5v5tZAxs28epRDnQyP/tWavEKtZsfmF5Ub+n1kbhUT1jvEwGs2EuOj/mw4Om
 0wEXT5HmBBIYQhgXLF1jK7L2gQCgoGNe7CToPEdOAMJkWC3FTDuz2mnbu9idGUARq
 u/JZt0pH+1P6E2HTQg==
X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a
Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx104
 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MK3Rm-1t7uXT1oR4-00Htje; Sat, 21
 Dec 2024 17:22:53 +0100
From: Michael Albinus <michael.albinus@HIDDEN>
In-Reply-To: <70402.1734743297@HIDDEN> (Mike Kupfer's message
 of "Fri, 20 Dec 2024 17:08:17 -0800")
References: <70402.1734743297@HIDDEN>
Date: Sat, 21 Dec 2024 17:22:51 +0100
Message-ID: <87zfkpngys.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:5FbmIou2hcjWti7Hzg/ISiv7eqaou6B/2g8S/CjymXWoteydGUi
 7UWZ6kZCxmPCoFjC+AMrBBSZeZIZsg6DRRN88Q9dTQdVgErnF2GC7LbwtCtTgS+NieRQ2pT
 rPQlwNdliU/GqE9HX6JWIA9O/mys6LfI3JFhVIX+7P60Y3m7I2W08g97AQZV1Y+7VilpZJ7
 zyj6hPGXXl5iINVvD/ETw==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:Q6LNatGS6zw=;BAu6wu6TrJaX/dsX3HrIP4Zliw1
 5ivZeQXokPmJB8pjkZjxpS30ekrAH9qKxOzarbbuu89dyq+5xfHqnT8qJVyjOl+lgvVvP6hEr
 ggL+fdhaacOCDHHGAUEwCvk158N4UIu2Y3VeHzzsHu8h0d8Z5UT0fhsZVBi0jKVHEhEfcQR2P
 k/gBUyPROnAOQAKh5/GdugV864rhkr6ukOWG2s79Rsey5dLGSKB+EgPhJ3zAiGJZ2Fc6wWUs6
 Rngi0rrB9PZQ7oBiiWeUUOrtp2HG9K5ha29YONaZJVvDUZaWRrOQnwVJRv66cFyXSQ3gNJdyC
 fnWl/gTalDyYyjMIVtSx1MnHZ09cBp86nwGIMtv+VyI/vHp6KJoimrpuRJKsJY88Qj5UgwiGd
 OZraMs+DEqzM2d+2Wof0n73In6AqSy79c4ZbgAFdyC9o8Mak6/KG/Rxz4ybR3QcB0jViVZ4Mb
 UamK5uQbzLvfNHvBY6qKUaaIDezOvtpcrcWFXf+399a33EJ4WsnthY0yVGOlzAgLYXIblFeKJ
 RNgAQrT0FBbHBTDbpesrGvrQvoS5mVVZ6N+GfTesQ/VX9YzxTqk+LsK8mPejEcj0hfuTx76ix
 LnCWKnyLrAKyyMtydSWUryCx4Ft6MTh5eKVmRh5U/RE3fn/LbeU96RVkWnitMU5kexpPTiPsd
 qQbRxuLPh7R6axBD+kwcWsXb504iQBFuVGBvBrV/GRxr61JJVomWngcu7SRlQgIklqy9tsJe/
 Xzjn5tygNnAWQ6fIxQwLtnwTN+gOlUcLKCM3MQUux6ZSVtQKLCCNY8KyY68J5+JNZKfQJpmZx
 Wc1Spw+cMgb0CEbqx/tcWY/RWRO8cfJr1OEBj+cID1IYFOlkEI/HW3Qgb8fc2XRIELQsLEt5z
 zsog1s9DbWNCVmqhPlg8si7mJKbr8Cin0hhq9dXYWsrt99eImjkOryaZA0HX/jBiyLMhQv+KL
 OJV2rQkTl60+X2SnogMc8OZywTGqVxh+9g0jCA71a4NLSiW3AxpVGUd2PQUiFDJH5TZbtL7i1
 jxvZ/gKyXrfVfbulV4T06kkDKxIOjOIb3LNpyoauR4TFl9e99Gi8pQvnXzQdpXfDNQxcSXJ3A
 L1G9qEw2aA8PspP+9pDk8IyVWjBFJX
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Mike Kupfer <kupfer@HIDDEN> writes:

Hi Mike,

> I would like to use TRAMP to access the files on my Android phone.  It's
> not working.  While trying to troubleshoot, I am finding the
> documentation less than clear in a couple places, so I'm reporting those
> shortcomings here.

Thanks for the report! Writing documentation is always hard in order to
determine what you can assume from the reader.

Could you pls check, whether the appended patch (for dbus.texi and
tramp.texi) helps?

> In GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
>  version 1.16.0, Xaw scroll bars) of 2024-10-28 built on alto
> Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
> System Description: Debian GNU/Linux 12 (bookworm)
>
> Configured using:
>  'configure --prefix=/usr/local --with-native-compilation=no'
>
> Configured features:
> CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
> LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
> TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM LUCID ZLIB

Hmm, DBUS is not mentioned. Per default, it should be enabled. Perhaps
you need to install the libdbus-1-dev package on your Debian system?

Best regards, Michael.




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sat, 21 Dec 2024 16:26:01 +0000
Resent-Message-ID: <handler.75004.B75004.173479831913701 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Mike Kupfer <kupfer@HIDDEN>
Cc: 75004 <at> debbugs.gnu.org
Received: via spool by 75004-submit <at> debbugs.gnu.org id=B75004.173479831913701
          (code B ref 75004); Sat, 21 Dec 2024 16:26:01 +0000
Received: (at 75004) by debbugs.gnu.org; 21 Dec 2024 16:25:19 +0000
Received: from localhost ([127.0.0.1]:47440 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tP2I3-0003Yv-7f
	for submit <at> debbugs.gnu.org; Sat, 21 Dec 2024 11:25:19 -0500
Received: from mout.gmx.net ([212.227.17.22]:48327)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1tP2Hz-0003T0-Pl
 for 75004 <at> debbugs.gnu.org; Sat, 21 Dec 2024 11:25:17 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de;
 s=s31663417; t=1734798300; x=1735403100; i=michael.albinus@HIDDEN;
 bh=X7THJnb0BhShRnFfC+rOeoS1kSRhQgQeJhohES6T8MM=;
 h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date:
 Message-ID:MIME-Version:Content-Type:cc:content-transfer-encoding:
 content-type:date:from:message-id:mime-version:reply-to:subject:
 to;
 b=Hq4YhRh7a/oXYOVA0yxF1CyHh1VafA6lg98Mg/vBMahkdM0CQmn3ipjZaLBVMOle
 BMPtKuLpI+BdL3/AL3e+u2BRfdPDOYb3JldIvOM6oUQ9n/xUsPtGfZjC623LZdsDG
 78rL9dINtXni4Xc7P6cbatKHAPKqM4pPiOMlH3m3S1wIaG/MnXWbMakHaZpxYSMmU
 IdqNzJF4RpoZMIc1lfF5mX/yoSWbiiqoT0F7YDh4cFgOJ25w2KCn7bT9GmD25ZHQq
 mlhlN/2qno90VZOUZPw8cj3u22++xA3Jie7oWW425Qw3ss38GsR/XsHdPZYL1fu+3
 hs2TiOVb48168ZaSoA==
X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a
Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx105
 [212.227.17.168]) with ESMTPSA (Nemesis) id 1N4Qwg-1tVwjK2Pu2-010etG; Sat, 21
 Dec 2024 17:25:00 +0100
From: Michael Albinus <michael.albinus@HIDDEN>
In-Reply-To: <87zfkpngys.fsf@HIDDEN> (Michael Albinus's message of "Sat, 21
 Dec 2024 17:22:51 +0100")
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
Date: Sat, 21 Dec 2024 17:24:59 +0100
Message-ID: <87v7vdngv8.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
X-Provags-ID: V03:K1:JS/ugGZqy2TeEU5SUQVFdw2+1WuG9IpUyg8ls9RSGN4+3rsj109
 us3vpzZ+ENteD7J73gvkxavmTrig5CUr159KAMcmZnIIS3hWw1xUjzE098+arYQLOUD3/Ku
 HwGb7fa88Iz8/b5CKSRqRILHBM74vD6udI4nlEdZwKUsCK1eUcKTjjOk4x+uXupmj0BXlBl
 a0i4N+lp6Kqn3QyrnYNgQ==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:wqo7GPok5kE=;5Of98S2eTX/HmLSjLu1hhizCLKm
 q4erOiX7jpdwHVni0qlvTB81QwtEIdsJDVad09ORBQqf8tDw6ggvsXta7ydngvSg4nFji/CPj
 qGtCXKyUF3Lgcnf028Dt0T87LlRqfwBbfOvOQyZLpm4DzRHdwjujCG7aETL+InP6uqy6Mcuqc
 bRnPL+i1+f+KOLi2DGr+QJD/WDCT6c2SvrLexseNqzu/VyyaEMlImjqkkqekCCcB7/C4s/EOW
 JkTLkG+cHx2x2uraVvWU5qrSKextdKUuZVW9FkuCsZC3r4WXlrFfSOnnIA4tXERsxtbWtz8Z4
 /sTch/IAZNzXHwyGKcCj0EkF+ROpg1WeZJ+dEZU6PD4R1hBxAlFOXRqnsM337+tssUQzu6b8/
 3GxOrzOpx3XkYc34525IYigp6qK7EO56Lhm2IR0uCqyShW7tOFNsD3xJIbEe4ugVm2unxM+hx
 rXUUQHdwoLtLMBM1XAdc/iHIzOoFLnKaD1MNJgpvujNGV5pXTYN3fM4sEUu9AIfb2RfqvO5lh
 fmtmDajDJqa1DwaSiJglAm3GXzJEh2ozd+cWkULejImJYwXm3VgVREyI2pEmINfl5A6vVktVr
 /DUYgNJQQc5EkmZ6Z7aUwPu2ItaVtQT7pSZzBoTp+e2ePZWF0EUUFNdSflx83GctIVc+7pxni
 SAtbO4omC7ciQ2C+HFwJly+hSIMQ4hSCooeH+ICs7BlwvoX5TekKLC6xiZE1HxVodIsOW8gIp
 ByPS1wTjYFR6dQRqKZstjsxF5lxf09c+M2LEmaaC6wj+BuyeYvH8FYg106Q8MmM3y/nJ9g2OD
 gKDMl6W6tLCx2YE77VLhyi7lJFsvXY/bqHnpsyLQQVA9Y2CnMKvb7HDEUCtgI74wst3IiS1+O
 qzMofj9C/TPTAbl+ohI0DuA5PrGM170fy3S4fGgotAZC4af6CXXjzWj7ToHvJpgdMs4PJvWE3
 4vlp1/SMS5Mt3TJHuutocBTzDAilUNRMoN4gu7FsSk2h0tYr0DCf5JNOF4yGyrya2ckPwsbEJ
 BKStyJYmKVPrAD0jN5DCUW4ASl51DByrbVv145RxsmW89WavvTAJ8WmixazOc2xn+PsR1DCs2
 IrCQKwY6AJqhg7IDAsI+KRWlkAM5I8
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

--=-=-=
Content-Type: text/plain

And here's the patch.


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment
Content-Transfer-Encoding: quoted-printable

diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index 4d46564944f..1020e027774 100644
=2D-- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -75,9 +75,12 @@ Overview
 @cindex overview

 D-Bus is an inter-process communication mechanism for applications
-residing on the same host.  The communication is based on
-@dfn{messages}.  Data in the messages is carried in a structured way,
-it is not just a byte stream.
+residing on the same host.  Emacs uses it when it is compiled with the
+respective library, see configuration option @option{--with-dbus}.  At
+runtime, the form @code{(featurep 'dbusbind)} indicates D-Bus support.
+
+D-Bus communication is based on @dfn{messages}.  Data in the messages is
+carried in a structured way, it is not just a byte stream.

 The communication is connection oriented to two kinds of message
 buses: a so called @dfn{system bus}, and a @dfn{session bus}.  On a
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 94e06ce6af3..b98b9b1fe5c 100644
=2D-- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1365,9 +1365,12 @@ GVFS-based methods
 @acronym{GVFS} are mounted locally through @acronym{FUSE} and
 @value{tramp} uses this locally mounted directory internally.

-Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@.
-Emacs must have the message bus system, D-Bus integration active,
-@pxref{Top, , D-Bus, dbus}.
+Emacs uses the D-Bus mechanism to communicate with @acronym{GVFS}@.  It
+must have been compiled with D-Bus support, @pxref{Top, , D-Bus, dbus}.
+
+@vindex tramp-gvfs-enabled
+The @code{tramp-gvfs-enabled} variable, being non-@code{nil}, signals
+that @value{tramp} can use @acronym{GVFS}-based methods.

 @table @asis
 @cindex method @option{afp}

--=-=-=--




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Mike Kupfer <kupfer@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sat, 21 Dec 2024 22:54:02 +0000
Resent-Message-ID: <handler.75004.B75004.173482161419244 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Michael Albinus <michael.albinus@HIDDEN>
Cc: 75004 <at> debbugs.gnu.org
Received: via spool by 75004-submit <at> debbugs.gnu.org id=B75004.173482161419244
          (code B ref 75004); Sat, 21 Dec 2024 22:54:02 +0000
Received: (at 75004) by debbugs.gnu.org; 21 Dec 2024 22:53:34 +0000
Received: from localhost ([127.0.0.1]:48268 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tP8Ll-00050K-V2
	for submit <at> debbugs.gnu.org; Sat, 21 Dec 2024 17:53:34 -0500
Received: from shell1.rawbw.com ([198.144.192.42]:57499 ident=root)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kupfer@HIDDEN>) id 1tP8Lj-00050B-Sq
 for 75004 <at> debbugs.gnu.org; Sat, 21 Dec 2024 17:53:32 -0500
Received: from alto.camomileplus.org (135-180-174-211.dsl.dynamic.sonic.net
 [135.180.174.211] (may be forged)) (authenticated bits=0)
 by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4BLMrP2F057963
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Sat, 21 Dec 2024 14:53:30 -0800 (PST)
 (envelope-from kupfer@HIDDEN)
X-Authentication-Warning: shell1.rawbw.com: Host
 135-180-174-211.dsl.dynamic.sonic.net [135.180.174.211] (may be forged)
 claimed to be alto.camomileplus.org
From: Mike Kupfer <kupfer@HIDDEN>
In-reply-to: <87zfkpngys.fsf@HIDDEN>
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
Comments: In-reply-to Michael Albinus <michael.albinus@HIDDEN>
 message dated "Sat, 21 Dec 2024 17:22:51 +0100."
X-Mailer: MH-E 8.6+git; nmh 1.8-RC2; Emacs 30.0.92
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <42620.1734821605.1@HIDDEN>
Date: Sat, 21 Dec 2024 14:53:25 -0800
Message-ID: <42621.1734821605@HIDDEN>
X-Spam-Score: 0.0 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

Michael Albinus wrote:

> Could you pls check, whether the appended patch (for dbus.texi and
> tramp.texi) helps?

It does.  Thanks for the fast turnaround.

> > Configured features:
> > CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
> > LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
> > TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM LUCID ZLIB
> 
> Hmm, DBUS is not mentioned. Per default, it should be enabled. Perhaps
> you need to install the libdbus-1-dev package on your Debian system?

Yes, that was the issue; thanks.

BTW, I was surprised that 'configure' did not error out when I supplied
--with-dbus (or --with-dbus=yes) on the command line.  I expect
'configure' to disable a feature (and exit with status 0) if the feature
can't be provided and wasn't explicitly requested, but I thought the
inability to provide a specifically requested feature was considered an
error.  Am I misunderstanding how 'configure' is supposed to work?

mike




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Michael Albinus <michael.albinus@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sun, 22 Dec 2024 08:43:02 +0000
Resent-Message-ID: <handler.75004.B75004.173485696727870 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Mike Kupfer <kupfer@HIDDEN>
Cc: 75004 <at> debbugs.gnu.org
Received: via spool by 75004-submit <at> debbugs.gnu.org id=B75004.173485696727870
          (code B ref 75004); Sun, 22 Dec 2024 08:43:02 +0000
Received: (at 75004) by debbugs.gnu.org; 22 Dec 2024 08:42:47 +0000
Received: from localhost ([127.0.0.1]:48959 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tPHXz-0007FR-Hg
	for submit <at> debbugs.gnu.org; Sun, 22 Dec 2024 03:42:47 -0500
Received: from mout.gmx.net ([212.227.17.21]:58179)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1tPHXw-0007FA-37
 for 75004 <at> debbugs.gnu.org; Sun, 22 Dec 2024 03:42:45 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de;
 s=s31663417; t=1734856947; x=1735461747; i=michael.albinus@HIDDEN;
 bh=cVMoi2STYDtke3L0TRixWFczOrDe61j1zIIeFlf4OW8=;
 h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date:
 Message-ID:MIME-Version:Content-Type:cc:content-transfer-encoding:
 content-type:date:from:message-id:mime-version:reply-to:subject:
 to;
 b=E6QfRvuQV7Yk4Cqp1eVxklbrnS06MarZ0K9/DJm/8dhofmcUp7d9UUz1ZOA7w5iU
 Gsb04ECs2qFsKoa4rcIU295rEXjLRTQtExmjtxrLEdZdhxpLJMjqY3vY1LKvnbHF1
 SBemcWWykh5DO8Mn5aXaLjMdOLXeziAPeEUF4wUnqfI7CikQHooMzywBavkCGzysn
 8UJQhnt2VDSAN81Ekg48kW8m+Z3JLcjHSN5JBK0gG3QYC7B0vn28pnHFSIqkfq+rH
 GkJvN3yoyTo5819IWVM16rVaREXQD+JvJLGmHLaL20fZ8kyEZI9bpRF1k0S6o2KSi
 Xo/OCR2ii/NkvO9A7A==
X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a
Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx104
 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MHoNC-1tJFv31mUw-00FnE6; Sun, 22
 Dec 2024 09:42:27 +0100
From: Michael Albinus <michael.albinus@HIDDEN>
In-Reply-To: <42621.1734821605@HIDDEN> (Mike Kupfer's message
 of "Sat, 21 Dec 2024 14:53:25 -0800")
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
 <42621.1734821605@HIDDEN>
Date: Sun, 22 Dec 2024 09:42:23 +0100
Message-ID: <87o714nm6o.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:x4HwRPuz4xRHTN9qFptZr1CKBSpHeY5Ftve4f0EkxznYJlPj+oT
 OKkVy11rS6TzFwPMQAvMnAzRiP8tnVIppjG9h2JAgpVdLoC0o7l9QvUKrAMBDSCxeclxWBt
 goCr176V0qc9juwpWwwhDPRj5Q+Urwn2PAiZRhB5gqivtwI9L4Hh0NeJxeYMO+tz5hThv5K
 8tC6LoF7LVXtvF2KDTYtw==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:ER93qimmeAE=;EgaIJy86C7F6nqTGzzSQfVcXkdE
 3L8H3J/dnEGSpa+WB1MZSOCBcIVMkS4WUvadKzSreFIM11tGa7CsynayJKMdShjvMVUVQScX3
 e8mZJeobla48JS6P/3pdPtf9p3aMS6nbMcS7DrwfGZ3exvL3zY1aVG8/H6SiHOxhFjmRNrrUi
 CIloXbPi4vidUIPK3WHW77rphOpUouQeb2CdpOk46Cv7F1A25q5z5tEB8ioYsOAJk9vW0nL2m
 PqUv3335iaRPzItQupQavG+gjMncNy5Dhge+lwbELznAP00O1q9IP/D+HCgg6V3D6N6LwREJo
 XQ5qC/1PKF/JXjFoXRAg2p/9y0Kwz947RkfOkNag0rNTlfJQlisbsFVSE4A4iNZMEjevK6kjq
 fm6A2CPMDHYXA8Et0okvrA9pbIU+34f0wyLzdGwLETUQ27MUQ9PhMJV5RZwxOexaxLy4zh3AK
 zeb+dLDdit/UJ3rJc/9hd2AR7Mj/pHovoRyDggHvbBOSafblUVrNMOod5f0hOXl/OULgoRxwa
 rMW6n0E8ejHX1wo3hKmN2hhoYfTPLrj/VqSkf6qRbmcgTA2WdmXpfYjwj4xYEgzmeDUMWsSEm
 XMK68Cqld+xEmps5FroXVZivHUR+z/ukVWxVym/du8bv5KJMb3ZvUtnWEQVIXznQUkKECZ0on
 ERUuQwgaUKTiLCzgwNATOcg6rNq6bbjqHJCtWj46FnjO2RRbYJ0SqoKzJtSs6KSpOKInbrgZU
 qVu+FSmVoui/ineGkHHlLLh/Y8NcYI30TdevDOwq6wZgd3a0SKPQuKFp8ml7KFI/d6XEZtUzP
 0WMRYtBaelxQRKyvkZ6uCNNkEkzGvdEpqn1BVq8624TZEuFLEOH+6zlnw8fFmO94WpJoSUEt7
 XWAPg+c6ag4780PTgrObe2A2avnYCqA512ERQiv38TMMHpPQk62OhzL7nnPo2yCrKTOWsp/K3
 EtPHrK+aNTZjch7Al+MlVBnqOlmQpa5Mh8j61LWYm/h+4hAROmlAZaOGwHMb0KtGoiOlXtFWL
 GQZF1Ynpjse3CcE2uIC4FR6/XVgV2gEXF6xR9KXDicPgjP87OrA6wjyLYyJGdpPJ6eQojSVXy
 JWxV3fyhKdk7Swt7e7zoKtuVTVJLqv
X-Spam-Score: -0.7 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Mike Kupfer <kupfer@HIDDEN> writes:

Hi Mike,

>> Could you pls check, whether the appended patch (for dbus.texi and
>> tramp.texi) helps?
>
> It does.  Thanks for the fast turnaround.

Thanks for the feedback. Pushed to the emacs-30 branch.

> BTW, I was surprised that 'configure' did not error out when I supplied
> --with-dbus (or --with-dbus=yes) on the command line.  I expect
> 'configure' to disable a feature (and exit with status 0) if the feature
> can't be provided and wasn't explicitly requested, but I thought the
> inability to provide a specifically requested feature was considered an
> error.  Am I misunderstanding how 'configure' is supposed to work?

I'm not an expert in this department. Eli?

> mike

Best regards, Michael.




Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#75004: 30.0.92; documentation unclear about D-Bus support
Resent-From: Eli Zaretskii <eliz@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sun, 22 Dec 2024 12:21:01 +0000
Resent-Message-ID: <handler.75004.B75004.17348700423809 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: followup 75004
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: Michael Albinus <michael.albinus@HIDDEN>
Cc: 75004 <at> debbugs.gnu.org, kupfer@HIDDEN
Received: via spool by 75004-submit <at> debbugs.gnu.org id=B75004.17348700423809
          (code B ref 75004); Sun, 22 Dec 2024 12:21:01 +0000
Received: (at 75004) by debbugs.gnu.org; 22 Dec 2024 12:20:42 +0000
Received: from localhost ([127.0.0.1]:49292 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tPKws-0000zN-At
	for submit <at> debbugs.gnu.org; Sun, 22 Dec 2024 07:20:42 -0500
Received: from eggs.gnu.org ([209.51.188.92]:53432)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1tPKwp-0000z7-M6
 for 75004 <at> debbugs.gnu.org; Sun, 22 Dec 2024 07:20:41 -0500
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1tPKua-0001ZO-Fg; Sun, 22 Dec 2024 07:18:22 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=klvaypQfL2X+N6HYp3pnDDgSC+P+bAeSww+o4ERVNvk=; b=RRVjoIC6G9y5
 Rwrd4pWf0cjCQhK/AVC9oG8YTwiXPKChRICoGJpNjfKV+SB566HKJXpeBIOqtBzuYiRCpAaGfdrue
 UIChzmD9tYJLxqm2Kd4q8VemdsMp2/0xbWOUI9QHGeRR7MR8T+H0kvs7pnv6XBVrbEllvGVf9Wkpb
 VK0wRPEkJpTnc5Q6ZvlTWkQzNqadVaFKzPXmigvjJqaadBQBu4Jbet6KfHJjE4O48y8O6PHZkNLAi
 7ItLxxC4LlSbDUFL3GeZsGsIcbs+OGyDojrb3b/vyEE3PO7HbE1TqLDzjj7IVd/lbUr5Fy5/Y+wAl
 Q3ueSpjkRLOrJMkOVEzqog==;
Date: Sun, 22 Dec 2024 14:18:13 +0200
Message-Id: <861pxz7vy2.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
In-Reply-To: <87o714nm6o.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN)
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
 <42621.1734821605@HIDDEN> <87o714nm6o.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> Cc: 75004 <at> debbugs.gnu.org
> Date: Sun, 22 Dec 2024 09:42:23 +0100
> From:  Michael Albinus via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
> 
> Mike Kupfer <kupfer@HIDDEN> writes:
> 
> > BTW, I was surprised that 'configure' did not error out when I supplied
> > --with-dbus (or --with-dbus=yes) on the command line.  I expect
> > 'configure' to disable a feature (and exit with status 0) if the feature
> > can't be provided and wasn't explicitly requested, but I thought the
> > inability to provide a specifically requested feature was considered an
> > error.  Am I misunderstanding how 'configure' is supposed to work?
> 
> I'm not an expert in this department. Eli?

This is not magic, and needs to be explicitly coded in configure.ac.
The --with-dbus option doesn't have such code, and basically turns on
D-Bus support only if available; otherwise it silently turns it off.
If we want to have --with-dbus error out, we need to change the
default of --with-dbus to "ifavailable', since otherwise many people
who don't want D-Bus or don't have it installed (or build Emacs on
platforms where D-Bus is unavailable) will get errors where previously
they didn't.




Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Michael Albinus <michael.albinus@HIDDEN>
Subject: bug#75004: closed (30.0.92; documentation unclear about D-Bus
 support)
CC: tracker <at> debbugs.gnu.org
Message-ID: <handler.75004.D75004.17349546263432.ackdone <at> debbugs.gnu.org>
References: <87ed1yobyu.fsf@HIDDEN> <70402.1734743297@HIDDEN>
X-Gnu-PR-Message: closed 75004
X-Gnu-PR-Package: emacs
Date: Mon, 23 Dec 2024 11:51:01 +0000
Content-Type: multipart/mixed; boundary="----------=_1734954661-3488-0"

This is a multi-part message in MIME format...

------------=_1734954661-3488-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

Your message dated Mon, 23 Dec 2024 12:50:01 +0100
with message-id <87ed1yobyu.fsf@HIDDEN>
and subject line Re: bug#75004: 30.0.92; documentation unclear about D-Bus =
support
has caused the debbugs.gnu.org bug report #75004,
regarding 30.0.92; documentation unclear about D-Bus support
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@HIDDEN)


--=20
75004: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75004
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems

------------=_1734954661-3488-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by debbugs.gnu.org; 21 Dec 2024 01:08:40 +0000
Received: from localhost ([127.0.0.1]:44624 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tOnyy-0000YQ-0L
	for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:40 -0500
Received: from lists.gnu.org ([209.51.188.17]:34858)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyt-0000YD-1l
 for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:38 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kupfer@HIDDEN>) id 1tOnys-0002aQ-Fj
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from shell1.rawbw.com ([198.144.192.42])
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyq-0004eJ-2g
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from alto.camomileplus.org (135-180-174-211.dsl.dynamic.sonic.net
 [135.180.174.211] (may be forged)) (authenticated bits=0)
 by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4BL18Hhx048588
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
 for <bug-gnu-emacs@HIDDEN>; Fri, 20 Dec 2024 17:08:22 -0800 (PST)
 (envelope-from kupfer@HIDDEN)
X-Authentication-Warning: shell1.rawbw.com: Host
 135-180-174-211.dsl.dynamic.sonic.net [135.180.174.211] (may be forged)
 claimed to be alto.camomileplus.org
To: bug-gnu-emacs@HIDDEN
Subject: 30.0.92; documentation unclear about D-Bus support
X-Mailer: MH-E 8.6+git; nmh 1.8-RC2; Emacs 30.0.92
X-Debbugs-Cc: 
From: Mike Kupfer <kupfer@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <70401.1734743297.1@HIDDEN>
Date: Fri, 20 Dec 2024 17:08:17 -0800
Message-ID: <70402.1734743297@HIDDEN>
Received-SPF: pass client-ip=198.144.192.42; envelope-from=kupfer@HIDDEN;
 helo=shell1.rawbw.com
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9,
 RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.1 (/)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

I would like to use TRAMP to access the files on my Android phone.  It's
not working.  While trying to troubleshoot, I am finding the
documentation less than clear in a couple places, so I'm reporting those
shortcomings here.

1. The TRAMP "GVFS-based external methods" page says

  Emacs must have the message bus system, D-Bus integration active, see
  D-Bus(dbus).

I do not understand what it means for D-Bus integration to be "active".
Is it a runtime thing, or is it just talking about whether the code is
compiled in?  Is there a command to run, a variable to look at, or an
sexp to evaluate that would tell me whether D-Bus integration is
"active"?  I looked in the D-Bus Info documentation and wasn't able to
find any clues there.  Nor did a web search help.

2. The "D-Bus integration in Emacs" Info file just covers the API.  But
it assumes that you have D-Bus support compiled in.  I think there
should be some mention that D-Bus support is a compile-time option.  I
also would like to see instructions for how to tell if the necessary
code was, in fact, compiled in.  (The *Gnus* documentation says it's
(featurep 'dbusbind).  That's not the place users will look.)

In GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.16.0, Xaw scroll bars) of 2024-10-28 built on alto
Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
System Description: Debian GNU/Linux 12 (bookworm)

Configured using:
 'configure --prefix=/usr/local --with-native-compilation=no'

Configured features:
CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LC_TIME: C
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Info

Minor modes in effect:
  server-mode: t
  delete-selection-mode: t
  display-time-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  isearch-fold-quotes-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow mh-identity emacsbug bug-reference texinfo texinfo-loaddefs
tabify man info apropos sort gnus-async gnus-bcklg gnus-kill gnus-ml
disp-table timezone network-stream url-http url-gw nsm url-cache
url-auth url-handlers nnrss nndoc nndraft nnnil gnus-agent gnus-srvr
nnvirtual nntp gnus-cache pcmpl-unix cl-print tramp-androidsu tramp-adb
tramp-archive tramp-cmds tramp-container tramp-ftp help-fns radix-tree
tramp-gvfs tramp-cache time-stamp tramp-sh tramp trampver
tramp-integration tramp-message tramp-compat tramp-loaddefs view crm
mh-alias org-clock grep compile vc-hg diff-mode track-changes easy-mmode
cal-move diary-lib diary-loaddefs cal-iso misearch multi-isearch
oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info
ol-gnus nnselect ol-docview doc-view filenotify jka-compr image-mode
exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi cl-extra
help-mode face-remap org-agenda org-element org-persist xdg org-id
org-element-ast inline avl-tree generator org-refile org ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script smie treesit
executable ob-comint org-pcomplete org-list org-footnote org-faces
org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle
org-table ol rx org-fold org-fold-core org-keys oc org-loaddefs
find-func cal-menu calendar cal-loaddefs org-compat org-macs format-spec
dired-aux dired-x textsec uni-scripts idna-mapping ucs-normalize
uni-confusable textsec-check shr-color color qp mail-extr smiley
mm-archive pp mh-search mh-letter mh-show goto-addr thingatpt gnus-cite
mh-mime mule-util mh-thread mh-inc hl-line mh-tool-bar mh-acros mh-seq
mh-xface mh-utils mh-folder which-func imenu files-x mdk-mail gnus-mh
gnus-msg mh-comp mh-scan mh-gnus gnus-dup nnmh gnus-score score-mode
gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr
pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start
gnus-dbus dbus xml gnus-cloud nnimap nnmail browse-url url url-proxy
url-privacy url-expand url-methods url-history url-cookie
generate-lisp-file url-domsuf url-util url-parse auth-source cl-seq
eieio eieio-core cl-macs json map byte-opt gv bytecomp byte-compile
url-vars mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int
gnus-range gnus-win gnus nnheader range wid-edit mh-e mh-buffers
mh-loaddefs message sendmail mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader server timeclock
noutline outline icons cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs advice shell pcomplete
comint subr-x ansi-osc ansi-color ring xcscope delsel time vc
cl-loaddefs cl-lib vc-dispatcher mdk-hacks rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads inotify
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 636507 146821) (symbols 48 36779 9)
 (strings 32 146543 17478) (string-bytes 1 4855597) (vectors 16 96383)
 (vector-slots 8 1864368 116321) (floats 8 670 9602)
 (intervals 56 25189 271) (buffers 984 92))



------------=_1734954661-3488-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 75004-done) by debbugs.gnu.org; 23 Dec 2024 11:50:26 +0000
Received: from localhost ([127.0.0.1]:53589 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tPgx8-0000tG-03
	for submit <at> debbugs.gnu.org; Mon, 23 Dec 2024 06:50:26 -0500
Received: from mout.gmx.net ([212.227.17.22]:55019)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1tPgx5-0000sr-3y
 for 75004-done <at> debbugs.gnu.org; Mon, 23 Dec 2024 06:50:24 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de;
 s=s31663417; t=1734954605; x=1735559405; i=michael.albinus@HIDDEN;
 bh=tUErsIMqzlcQgMXdVoEuippUsI2TRrRKnKUx/FkQ5Vo=;
 h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date:
 Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:cc:
 content-transfer-encoding:content-type:date:from:message-id:
 mime-version:reply-to:subject:to;
 b=MJe938+menx/+eHEWb/zSVxpR5VCROTy/ucbQTTXAAiqSHbJL1aQ/sqTgJ0Zp97D
 36lN1uRJe2yrosaFJ3EFApAUGl5TEjWvLts91EYOhVN/8+N7KcsdlGOPNHp5BSWa9
 QLiNJUWywZpjkHQjd9AWDx7XpS1/ZoavqOKTTBZ2jfp1Tai6wUVTf+7OEuALolQmK
 vrND3NYz68pzfrv5xwU1aKvVA31OdlFH6+pjfj6uCvby42cuXvUcJOodsTB3SS/yh
 h3zKxT3wpSLN+9/oaVxhmMF9Ig2jAyOdf90jh8uHZ+f9cnf80E5QAzihh4p5OESLN
 ul/Psnw9312hSbnE0Q==
X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a
Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx104
 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MsYux-1tfQPf3kXj-00s4Bl; Mon, 23
 Dec 2024 12:50:05 +0100
From: Michael Albinus <michael.albinus@HIDDEN>
To: Eli Zaretskii <eliz@HIDDEN>
Subject: Re: bug#75004: 30.0.92; documentation unclear about D-Bus support
In-Reply-To: <861pxz7vy2.fsf@HIDDEN> (Eli Zaretskii's message of "Sun, 22 Dec
 2024 14:18:13 +0200")
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
 <42621.1734821605@HIDDEN> <87o714nm6o.fsf@HIDDEN>
 <861pxz7vy2.fsf@HIDDEN>
Date: Mon, 23 Dec 2024 12:50:01 +0100
Message-ID: <87ed1yobyu.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:nAdkeb8f5vigooi9ZragLYUKoaEhZoi40nf7D2Ph4SvxEYlf+NW
 My1AyXuJjUmndV0Dmd+Cff/E0+AfywiH1CXw9QTeFnguvznZ18LB2k9J7FdCcq6uzS1L0pf
 Q0jSFq4HnwRQk7/TKYRmvKZ+Tna3mN7NfFCvaemMLelkCe8o8QRMtMhgo6W8C39QJx4WZl2
 BTe31NaZkgSDAwhMo6g2Q==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:koX6HhB8xtM=;JaQY9AIU00r0ypa6YXiCMvSiAsI
 Nmk8ReIwJEeftbZ7ALL1PC3+c8mFX5CUYeE4PSzznaNAXjYMmS1xh5TTReO8ZiHkGHgOizkQu
 RmhOlmFVajcMW7UfNcpKsA1bmcyt5HqDM3ymZByngtI7kkCDIR1q44Tfwz6UyXwnrYBFMF6HB
 xW3HwGoQ9EkmjvEEMvcXGWzoRplDu2LY8Ki53+1NNJcA793paBvLJBwTkUdFVPkeVtOTj9baH
 CR6Ppkuz9hPTkKAM4B838ZxmzsxDGyGOtq9Qe0VQpHO3Z8clu0RrJtNp1VDJPVuozU8ySzxL4
 +XdujS8905AESz1lGZd8aN8Wmz4QXVEJAbDYXDetU9iCTaKPMI2UkSKrwxAKRRcsEJv+b859m
 Ed2bMHbT+6O+Te8cZ8tOj8iFSC8X6PTeAsaoEtvBxqYbChl+4r6XVES+YRLT3BTgin4GtXKb8
 7vm4E7KNL7kbyEKTGb+STsaZ3FC5vePkhpY+VXQ5VIso/TDKCJoiynShYETwaID9jhl3Ry0PF
 pxBBSWgKs/QOV3Mb84nhQ88bPPipODiJlzvfarwFAKypzn5nYZf2UYu94skSIc7vO1+xYO5xd
 GuhW95fFageqbW3VOu6eRWV9Qnhm+rp6Z0DkNGGUUM79n/mW/PjqxSDBzprjUgADRWqtEAbxc
 1OJ6UYCje8OuJmTkBTE4fNmMI9a7e7+RE8AG+oic9wC7WrMyU6f9dImTbHIw85njUhtYRDZVp
 9TfHvDtUWr3gbe0b5rgCHSwiy0fStqS/P4FcSEBZ+x6TRQ6uVBXEXbyz5EV8FogrvBD7VXXYu
 bl3GMGDYF5PYQuxNNaADW8BEkvt3C2nnkqPpD6O4ioBDveZxyNWJqV0ZUZoFq9WRKqgdME59a
 vccKHZwUZF1M+JTImbmMm+FEePLAj1oazvly0bJ9kLwNuLhhxS4RijmPYHUxNA5noUmm/y227
 H7Rlmb8vXjyWJhrXKoP15N6V8d8lhxLmPgkYgzk9EbbjrK6oayF3pNQty1x36qnOMGWhtCGi0
 g8Jr1xI9OHz0AvkkpXiSmGWyBYn5EHoufHYN9Yn+RI6lJ0dJne3enzx0Xt15ozI+8AdHNrmoM
 WFEvM7baappnPJkE9Pu06WIlxRz++m
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 75004-done
Cc: kupfer@HIDDEN, 75004-done <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Eli Zaretskii <eliz@HIDDEN> writes:

Hi Eli,

>> > BTW, I was surprised that 'configure' did not error out when I suppli=
ed
>> > --with-dbus (or --with-dbus=3Dyes) on the command line.  I expect
>> > 'configure' to disable a feature (and exit with status 0) if the feat=
ure
>> > can't be provided and wasn't explicitly requested, but I thought the
>> > inability to provide a specifically requested feature was considered =
an
>> > error.  Am I misunderstanding how 'configure' is supposed to work?
>>
>> I'm not an expert in this department. Eli?
>
> This is not magic, and needs to be explicitly coded in configure.ac.
> The --with-dbus option doesn't have such code, and basically turns on
> D-Bus support only if available; otherwise it silently turns it off.
> If we want to have --with-dbus error out, we need to change the
> default of --with-dbus to "ifavailable', since otherwise many people
> who don't want D-Bus or don't have it installed (or build Emacs on
> platforms where D-Bus is unavailable) will get errors where previously
> they didn't.

Thanks for the pointer. I've applied a patch to configure.ac, pushed to
master. Closing the bug.

Best regards, Michael.


------------=_1734954661-3488-0--


Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Mike Kupfer <kupfer@HIDDEN>
Subject: bug#75004: closed (Re: bug#75004: 30.0.92; documentation unclear
 about D-Bus support)
Message-ID: <handler.75004.D75004.17349546263432.notifdone <at> debbugs.gnu.org>
References: <87ed1yobyu.fsf@HIDDEN> <70402.1734743297@HIDDEN>
X-Gnu-PR-Message: they-closed 75004
X-Gnu-PR-Package: emacs
Reply-To: 75004 <at> debbugs.gnu.org
Date: Mon, 23 Dec 2024 11:51:02 +0000
Content-Type: multipart/mixed; boundary="----------=_1734954662-3488-1"

This is a multi-part message in MIME format...

------------=_1734954662-3488-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your bug report

#75004: 30.0.92; documentation unclear about D-Bus support

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75004 <at> debbugs.gnu.org.

--=20
75004: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75004
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems

------------=_1734954662-3488-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 75004-done) by debbugs.gnu.org; 23 Dec 2024 11:50:26 +0000
Received: from localhost ([127.0.0.1]:53589 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tPgx8-0000tG-03
	for submit <at> debbugs.gnu.org; Mon, 23 Dec 2024 06:50:26 -0500
Received: from mout.gmx.net ([212.227.17.22]:55019)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <michael.albinus@HIDDEN>) id 1tPgx5-0000sr-3y
 for 75004-done <at> debbugs.gnu.org; Mon, 23 Dec 2024 06:50:24 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de;
 s=s31663417; t=1734954605; x=1735559405; i=michael.albinus@HIDDEN;
 bh=tUErsIMqzlcQgMXdVoEuippUsI2TRrRKnKUx/FkQ5Vo=;
 h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date:
 Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:cc:
 content-transfer-encoding:content-type:date:from:message-id:
 mime-version:reply-to:subject:to;
 b=MJe938+menx/+eHEWb/zSVxpR5VCROTy/ucbQTTXAAiqSHbJL1aQ/sqTgJ0Zp97D
 36lN1uRJe2yrosaFJ3EFApAUGl5TEjWvLts91EYOhVN/8+N7KcsdlGOPNHp5BSWa9
 QLiNJUWywZpjkHQjd9AWDx7XpS1/ZoavqOKTTBZ2jfp1Tai6wUVTf+7OEuALolQmK
 vrND3NYz68pzfrv5xwU1aKvVA31OdlFH6+pjfj6uCvby42cuXvUcJOodsTB3SS/yh
 h3zKxT3wpSLN+9/oaVxhmMF9Ig2jAyOdf90jh8uHZ+f9cnf80E5QAzihh4p5OESLN
 ul/Psnw9312hSbnE0Q==
X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a
Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx104
 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MsYux-1tfQPf3kXj-00s4Bl; Mon, 23
 Dec 2024 12:50:05 +0100
From: Michael Albinus <michael.albinus@HIDDEN>
To: Eli Zaretskii <eliz@HIDDEN>
Subject: Re: bug#75004: 30.0.92; documentation unclear about D-Bus support
In-Reply-To: <861pxz7vy2.fsf@HIDDEN> (Eli Zaretskii's message of "Sun, 22 Dec
 2024 14:18:13 +0200")
References: <70402.1734743297@HIDDEN> <87zfkpngys.fsf@HIDDEN>
 <42621.1734821605@HIDDEN> <87o714nm6o.fsf@HIDDEN>
 <861pxz7vy2.fsf@HIDDEN>
Date: Mon, 23 Dec 2024 12:50:01 +0100
Message-ID: <87ed1yobyu.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
X-Provags-ID: V03:K1:nAdkeb8f5vigooi9ZragLYUKoaEhZoi40nf7D2Ph4SvxEYlf+NW
 My1AyXuJjUmndV0Dmd+Cff/E0+AfywiH1CXw9QTeFnguvznZ18LB2k9J7FdCcq6uzS1L0pf
 Q0jSFq4HnwRQk7/TKYRmvKZ+Tna3mN7NfFCvaemMLelkCe8o8QRMtMhgo6W8C39QJx4WZl2
 BTe31NaZkgSDAwhMo6g2Q==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:koX6HhB8xtM=;JaQY9AIU00r0ypa6YXiCMvSiAsI
 Nmk8ReIwJEeftbZ7ALL1PC3+c8mFX5CUYeE4PSzznaNAXjYMmS1xh5TTReO8ZiHkGHgOizkQu
 RmhOlmFVajcMW7UfNcpKsA1bmcyt5HqDM3ymZByngtI7kkCDIR1q44Tfwz6UyXwnrYBFMF6HB
 xW3HwGoQ9EkmjvEEMvcXGWzoRplDu2LY8Ki53+1NNJcA793paBvLJBwTkUdFVPkeVtOTj9baH
 CR6Ppkuz9hPTkKAM4B838ZxmzsxDGyGOtq9Qe0VQpHO3Z8clu0RrJtNp1VDJPVuozU8ySzxL4
 +XdujS8905AESz1lGZd8aN8Wmz4QXVEJAbDYXDetU9iCTaKPMI2UkSKrwxAKRRcsEJv+b859m
 Ed2bMHbT+6O+Te8cZ8tOj8iFSC8X6PTeAsaoEtvBxqYbChl+4r6XVES+YRLT3BTgin4GtXKb8
 7vm4E7KNL7kbyEKTGb+STsaZ3FC5vePkhpY+VXQ5VIso/TDKCJoiynShYETwaID9jhl3Ry0PF
 pxBBSWgKs/QOV3Mb84nhQ88bPPipODiJlzvfarwFAKypzn5nYZf2UYu94skSIc7vO1+xYO5xd
 GuhW95fFageqbW3VOu6eRWV9Qnhm+rp6Z0DkNGGUUM79n/mW/PjqxSDBzprjUgADRWqtEAbxc
 1OJ6UYCje8OuJmTkBTE4fNmMI9a7e7+RE8AG+oic9wC7WrMyU6f9dImTbHIw85njUhtYRDZVp
 9TfHvDtUWr3gbe0b5rgCHSwiy0fStqS/P4FcSEBZ+x6TRQ6uVBXEXbyz5EV8FogrvBD7VXXYu
 bl3GMGDYF5PYQuxNNaADW8BEkvt3C2nnkqPpD6O4ioBDveZxyNWJqV0ZUZoFq9WRKqgdME59a
 vccKHZwUZF1M+JTImbmMm+FEePLAj1oazvly0bJ9kLwNuLhhxS4RijmPYHUxNA5noUmm/y227
 H7Rlmb8vXjyWJhrXKoP15N6V8d8lhxLmPgkYgzk9EbbjrK6oayF3pNQty1x36qnOMGWhtCGi0
 g8Jr1xI9OHz0AvkkpXiSmGWyBYn5EHoufHYN9Yn+RI6lJ0dJne3enzx0Xt15ozI+8AdHNrmoM
 WFEvM7baappnPJkE9Pu06WIlxRz++m
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 75004-done
Cc: kupfer@HIDDEN, 75004-done <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Eli Zaretskii <eliz@HIDDEN> writes:

Hi Eli,

>> > BTW, I was surprised that 'configure' did not error out when I suppli=
ed
>> > --with-dbus (or --with-dbus=3Dyes) on the command line.  I expect
>> > 'configure' to disable a feature (and exit with status 0) if the feat=
ure
>> > can't be provided and wasn't explicitly requested, but I thought the
>> > inability to provide a specifically requested feature was considered =
an
>> > error.  Am I misunderstanding how 'configure' is supposed to work?
>>
>> I'm not an expert in this department. Eli?
>
> This is not magic, and needs to be explicitly coded in configure.ac.
> The --with-dbus option doesn't have such code, and basically turns on
> D-Bus support only if available; otherwise it silently turns it off.
> If we want to have --with-dbus error out, we need to change the
> default of --with-dbus to "ifavailable', since otherwise many people
> who don't want D-Bus or don't have it installed (or build Emacs on
> platforms where D-Bus is unavailable) will get errors where previously
> they didn't.

Thanks for the pointer. I've applied a patch to configure.ac, pushed to
master. Closing the bug.

Best regards, Michael.


------------=_1734954662-3488-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by debbugs.gnu.org; 21 Dec 2024 01:08:40 +0000
Received: from localhost ([127.0.0.1]:44624 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tOnyy-0000YQ-0L
	for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:40 -0500
Received: from lists.gnu.org ([209.51.188.17]:34858)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyt-0000YD-1l
 for submit <at> debbugs.gnu.org; Fri, 20 Dec 2024 20:08:38 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kupfer@HIDDEN>) id 1tOnys-0002aQ-Fj
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from shell1.rawbw.com ([198.144.192.42])
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <kupfer@HIDDEN>) id 1tOnyq-0004eJ-2g
 for bug-gnu-emacs@HIDDEN; Fri, 20 Dec 2024 20:08:34 -0500
Received: from alto.camomileplus.org (135-180-174-211.dsl.dynamic.sonic.net
 [135.180.174.211] (may be forged)) (authenticated bits=0)
 by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4BL18Hhx048588
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
 for <bug-gnu-emacs@HIDDEN>; Fri, 20 Dec 2024 17:08:22 -0800 (PST)
 (envelope-from kupfer@HIDDEN)
X-Authentication-Warning: shell1.rawbw.com: Host
 135-180-174-211.dsl.dynamic.sonic.net [135.180.174.211] (may be forged)
 claimed to be alto.camomileplus.org
To: bug-gnu-emacs@HIDDEN
Subject: 30.0.92; documentation unclear about D-Bus support
X-Mailer: MH-E 8.6+git; nmh 1.8-RC2; Emacs 30.0.92
X-Debbugs-Cc: 
From: Mike Kupfer <kupfer@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <70401.1734743297.1@HIDDEN>
Date: Fri, 20 Dec 2024 17:08:17 -0800
Message-ID: <70402.1734743297@HIDDEN>
Received-SPF: pass client-ip=198.144.192.42; envelope-from=kupfer@HIDDEN;
 helo=shell1.rawbw.com
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9,
 RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.1 (/)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

I would like to use TRAMP to access the files on my Android phone.  It's
not working.  While trying to troubleshoot, I am finding the
documentation less than clear in a couple places, so I'm reporting those
shortcomings here.

1. The TRAMP "GVFS-based external methods" page says

  Emacs must have the message bus system, D-Bus integration active, see
  D-Bus(dbus).

I do not understand what it means for D-Bus integration to be "active".
Is it a runtime thing, or is it just talking about whether the code is
compiled in?  Is there a command to run, a variable to look at, or an
sexp to evaluate that would tell me whether D-Bus integration is
"active"?  I looked in the D-Bus Info documentation and wasn't able to
find any clues there.  Nor did a web search help.

2. The "D-Bus integration in Emacs" Info file just covers the API.  But
it assumes that you have D-Bus support compiled in.  I think there
should be some mention that D-Bus support is a compile-time option.  I
also would like to see instructions for how to tell if the necessary
code was, in fact, compiled in.  (The *Gnus* documentation says it's
(featurep 'dbusbind).  That's not the place users will look.)

In GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.16.0, Xaw scroll bars) of 2024-10-28 built on alto
Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
System Description: Debian GNU/Linux 12 (bookworm)

Configured using:
 'configure --prefix=/usr/local --with-native-compilation=no'

Configured features:
CAIRO FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF
TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LC_TIME: C
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Info

Minor modes in effect:
  server-mode: t
  delete-selection-mode: t
  display-time-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  isearch-fold-quotes-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow mh-identity emacsbug bug-reference texinfo texinfo-loaddefs
tabify man info apropos sort gnus-async gnus-bcklg gnus-kill gnus-ml
disp-table timezone network-stream url-http url-gw nsm url-cache
url-auth url-handlers nnrss nndoc nndraft nnnil gnus-agent gnus-srvr
nnvirtual nntp gnus-cache pcmpl-unix cl-print tramp-androidsu tramp-adb
tramp-archive tramp-cmds tramp-container tramp-ftp help-fns radix-tree
tramp-gvfs tramp-cache time-stamp tramp-sh tramp trampver
tramp-integration tramp-message tramp-compat tramp-loaddefs view crm
mh-alias org-clock grep compile vc-hg diff-mode track-changes easy-mmode
cal-move diary-lib diary-loaddefs cal-iso misearch multi-isearch
oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info
ol-gnus nnselect ol-docview doc-view filenotify jka-compr image-mode
exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi cl-extra
help-mode face-remap org-agenda org-element org-persist xdg org-id
org-element-ast inline avl-tree generator org-refile org ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script smie treesit
executable ob-comint org-pcomplete org-list org-footnote org-faces
org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle
org-table ol rx org-fold org-fold-core org-keys oc org-loaddefs
find-func cal-menu calendar cal-loaddefs org-compat org-macs format-spec
dired-aux dired-x textsec uni-scripts idna-mapping ucs-normalize
uni-confusable textsec-check shr-color color qp mail-extr smiley
mm-archive pp mh-search mh-letter mh-show goto-addr thingatpt gnus-cite
mh-mime mule-util mh-thread mh-inc hl-line mh-tool-bar mh-acros mh-seq
mh-xface mh-utils mh-folder which-func imenu files-x mdk-mail gnus-mh
gnus-msg mh-comp mh-scan mh-gnus gnus-dup nnmh gnus-score score-mode
gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr
pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start
gnus-dbus dbus xml gnus-cloud nnimap nnmail browse-url url url-proxy
url-privacy url-expand url-methods url-history url-cookie
generate-lisp-file url-domsuf url-util url-parse auth-source cl-seq
eieio eieio-core cl-macs json map byte-opt gv bytecomp byte-compile
url-vars mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int
gnus-range gnus-win gnus nnheader range wid-edit mh-e mh-buffers
mh-loaddefs message sendmail mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader server timeclock
noutline outline icons cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs advice shell pcomplete
comint subr-x ansi-osc ansi-color ring xcscope delsel time vc
cl-loaddefs cl-lib vc-dispatcher mdk-hacks rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads inotify
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 636507 146821) (symbols 48 36779 9)
 (strings 32 146543 17478) (string-bytes 1 4855597) (vectors 16 96383)
 (vector-slots 8 1864368 116321) (floats 8 670 9602)
 (intervals 56 25189 271) (buffers 984 92))



------------=_1734954662-3488-1--



Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.