unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
@ 2014-10-19 18:28 Bryan Bishop
  2014-10-20  5:27 ` Glenn Morris
  2014-10-25 13:37 ` Michael Albinus
  0 siblings, 2 replies; 7+ messages in thread
From: Bryan Bishop @ 2014-10-19 18:28 UTC (permalink / raw)
  To: 18774

Running emacs -Q compiled from homebrew on the Mac, I'm unable to do:

M-x customize-group and select "tramp".  The customize screen doesn't
show any options other than Revert..., Apply and I see a message in the
echo area about:

"""
dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
"""




In GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2014-10-18 on Snowdog.local
Windowing system distributor `Apple', version 10.3.1265
Configured using:
 `configure --prefix=/usr/local/Cellar/emacs/24.4-rc1
 --enable-locallisppath=/usr/local/share/emacs/site-lisp
 --infodir=/usr/local/Cellar/emacs/24.4-rc1/share/info/emacs
 --without-dbus --with-gnutls --with-imagemagick --without-popmail
 --with-ns --disable-ns-self-contained'

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Custom

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
s-x c <backspace> <backspace> M-x c u s t o m i z e 
SPC g r o u p <return> t r a m p <return> M-x b u g 
<tab> <tab> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> r e p o r t <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
kill-region: The mark is not set now, so there is no region
Creating customization items...
dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
Making completion list...
delete-backward-char: Text is read-only [3 times]

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode zeroconf
url-util url-parse url-vars dbus xml tramp-cache tramp-adb tramp
tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv
eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs
trampver shell pcomplete comint ansi-color ring format-spec advice
help-fns cus-edit easymenu cus-start cus-load wid-edit cl-loaddefs
cl-lib time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
multi-tty emacs)

Memory information:
((conses 16 114061 8199)
 (symbols 48 22007 0)
 (miscs 40 70 221)
 (strings 32 23541 4886)
 (string-bytes 1 669633)
 (vectors 16 13946)
 (vector-slots 8 425556 5828)
 (floats 8 95 122)
 (intervals 56 227 0)
 (buffers 960 14))





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-19 18:28 bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in Bryan Bishop
@ 2014-10-20  5:27 ` Glenn Morris
  2014-10-20  5:43   ` Michael Albinus
  2014-10-25 13:37 ` Michael Albinus
  1 sibling, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2014-10-20  5:27 UTC (permalink / raw)
  To: 18774, Michael Albinus; +Cc: Bryan Bishop

Bryan Bishop wrote:

> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"

Confirmed on GNU/Linux, works in 24.3, fails in 24.4.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-20  5:27 ` Glenn Morris
@ 2014-10-20  5:43   ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2014-10-20  5:43 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Bryan Bishop, 18774

Glenn Morris <rgm@gnu.org> writes:

> Bryan Bishop wrote:
>
>> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
>
> Confirmed on GNU/Linux, works in 24.3, fails in 24.4.

I will check when time permits. I'm just starting to a business trip;
hopefully I'm able to work on this while on the road.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-19 18:28 bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in Bryan Bishop
  2014-10-20  5:27 ` Glenn Morris
@ 2014-10-25 13:37 ` Michael Albinus
  2014-10-25 16:22   ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2014-10-25 13:37 UTC (permalink / raw)
  To: Bryan Bishop; +Cc: 18774

Bryan Bishop <bryanjbishop@yahoo.com> writes:

> Running emacs -Q compiled from homebrew on the Mac, I'm unable to do:
>
> M-x customize-group and select "tramp".  The customize screen doesn't
> show any options other than Revert..., Apply and I see a message in the
> echo area about:
>
> """
> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
> """

I've committed a fix for this to the trunk. Could you, please, check
whether it is solved for you? Thanks-

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-25 13:37 ` Michael Albinus
@ 2014-10-25 16:22   ` Glenn Morris
  2014-10-25 16:24     ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2014-10-25 16:22 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Bryan Bishop, 18774

Michael Albinus wrote:

> I've committed a fix for this to the trunk. Could you, please, check
> whether it is solved for you? Thanks-

This sounds like something that have gone to emacs-24 rather than trunk.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-25 16:22   ` Glenn Morris
@ 2014-10-25 16:24     ` Glenn Morris
  2014-10-25 16:56       ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2014-10-25 16:24 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Bryan Bishop, 18774

Glenn Morris wrote:

>> I've committed a fix for this to the trunk. Could you, please, check
>> whether it is solved for you? Thanks-
>
> This sounds like something that have gone to emacs-24 rather than trunk.

s/have gone/should have gone/






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in
  2014-10-25 16:24     ` Glenn Morris
@ 2014-10-25 16:56       ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2014-10-25 16:56 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Bryan Bishop, 18774

Glenn Morris <rgm@gnu.org> writes:

> Glenn Morris wrote:
>
>>> I've committed a fix for this to the trunk. Could you, please, check
>>> whether it is solved for you? Thanks-
>>
>> This sounds like something that have gone to emacs-24 rather than trunk.
>
> s/have gone/should have gone/

Well, maybe. But there are also other Tramp patches in the trunk from
the last weeks, and I haven't decided yet how I will proceed with them.

Likely I will perform a sync/backport session for all these patches. But
not today, being on the road, and being faced with a poor infrastructure.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-25 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 18:28 bug#18774: 24.4; Unable to customize Tramp group without d-bus support compiled in Bryan Bishop
2014-10-20  5:27 ` Glenn Morris
2014-10-20  5:43   ` Michael Albinus
2014-10-25 13:37 ` Michael Albinus
2014-10-25 16:22   ` Glenn Morris
2014-10-25 16:24     ` Glenn Morris
2014-10-25 16:56       ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).