From unknown Sun Jun 22 11:39:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41008: 26.1; tramp/dired confirmation trapped Resent-From: pillule Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 May 2020 19:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41008 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 41008@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158836186510130 (code B ref -1); Fri, 01 May 2020 19:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 May 2020 19:37:45 +0000 Received: from localhost ([127.0.0.1]:50681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUbTk-0002dJ-Ry for submit@debbugs.gnu.org; Fri, 01 May 2020 15:37:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:56068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUbJ5-0002MH-5z for submit@debbugs.gnu.org; Fri, 01 May 2020 15:26:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUbJ4-0001WX-6G for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jUbJ2-00076a-Nz for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:41 -0400 Received: from mx1.riseup.net ([198.252.153.129]:59616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUbJ1-00076R-W0 for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:40 -0400 Received: from bell.riseup.net (unknown [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49DMgd3pyKzFcZJ for ; Fri, 1 May 2020 12:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1588361197; bh=iVDuLM7n47dDEJ5v49JjJ0N1uFh3OpABX54bPS5c3hY=; h=From:To:Subject:Date:From; b=IkEI0B62afJHCGSCghFcuSBB1a3ERaijQZ0fvveH3pHskCB43bAnb/gY3z1+sxz49 cYgR+QN9ySZ1o5OnCf8Ma9uIzL5f0KUs0hhLV71CSuZJg9PFHKvcG3JrdTX70Q1VQJ CM3gqRUlRjjYbc8jwg0fCIQQh3A/xGvM2hcsE0MI= X-Riseup-User-ID: 14D7A8DE313D967745684C6F3974C1A2C0AE246CB4778C1307CE2803E09B72C9 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49DMgb1M3GzJqTf for ; Fri, 1 May 2020 12:26:34 -0700 (PDT) From: pillule Date: Fri, 01 May 2020 19:26:21 +0000 Message-ID: <874kszwj6q.fsf@host.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=198.252.153.129; envelope-from=pillule@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/01 15:26:37 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 198.252.153.129 X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Fri, 01 May 2020 15:37:43 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, When I use tramp and dired to a remote machine, and for some reason, dired must ask for a confirmation (overwrite, large file etc=E2=80=A6), I never see the demand and have no possibility to answer it. The only trace of this is in the *message* buffer. So, the task did not finish. An emacs buffer wait indefinitly an answer. And nothing than the lack of result indicate to the user that it is not working. In GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-09-23, modified by Debian built on x86-grnet-01 Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux 10 (buster) Recent messages: (New file) Mark set [mu4e] ... [mu4e] Switched context to pillulr [mu4e] org-mu4e-compose-org-mode enabled; press M-m before issuing message-= mode commands Starting new Ispell process aspell with en_GB dictionary... Mark set [3 times] Type M-x mail-send to send bug report. [mu4e] Started mu4e with 4786 messages in store [mu4e] Contacts received: 10957 Configured using: 'configure --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --enable-libsystemd --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:= /usr/local/share/emacs/site-lisp:/usr/share/emacs/26.1/site-lisp:/usr/share= /emacs/site-lisp --with-sound=3Dalsa --without-gconf --with-mailutils --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --enable-libsystemd --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:= /usr/local/share/emacs/site-lisp:/usr/share/emacs/26.1/site-lisp:/usr/share= /emacs/site-lisp --with-sound=3Dalsa --without-gconf --with-mailutils --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars 'CFLAGS=3D-g -O2 -fdebug-prefix-map=3D/build/emacs-StqULU/emacs-26.1+1=3D. -fstack-protecto= r-strong -Wformat -Werror=3Dformat-security -Wall' 'CPPFLAGS=3D-Wdate-time -D_FORTIFY_SOURCE=3D2' LDFLAGS=3D-Wl,-z,relro' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 THREADS LIBSYSTEMD LCMS2 Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 Major mode: Emacs-Lisp Minor modes in effect: goto-address-prog-mode: t ivy-posframe-mode: t desktop-save-mode: t rainbow-delimiters-mode: t global-auto-revert-mode: t subword-mode: t company-prescient-mode: t company-mode: t electric-pair-mode: t yas-global-mode: t yas-minor-mode: t save-place-mode: t savehist-mode: t shell-dirtrack-mode: t recentf-mode: t dired-async-mode: t ivy-rich-mode: t ivy-prescient-mode: t ivy-mode: t delete-selection-mode: t projectile-mode: t prescient-persist-mode: t override-global-mode: t show-paren-mode: t linum-relative-mode: t linum-mode: t global-hl-line-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t prettify-symbols-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 buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/user/.emacs.d/elpa/nadvice-0.3/nadvice hides /usr/share/emacs/26.1/li= sp/emacs-lisp/nadvice /home/user/.emacs.d/elpa/map-2.1/map hides /usr/share/emacs/26.1/lisp/emacs= -lisp/map /home/user/.emacs.d/elpa/let-alist-1.0.6/let-alist hides /usr/share/emacs/2= 6.1/lisp/emacs-lisp/let-alist Features: (shadow org-rmail org-mhe org-irc org-info org-gnus nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win org-docview org-bibtex bibtex org-bbdb org-w3m flyspell ispell face-remap emacsbug pulse goto-addr whitespace elfeed-goodies-logging elfeed-goodies-new-entry-hooks mm-url gnus nnheader elfeed-goodies-split-pane popwin elfeed-goodies-show-mode ace-jump-mode noflet cl-indent elfeed-goodies-search-mode elfeed-goodies elfeed-org elfeed-show elfeed-search bookmark shr svg dom elfeed-csv elfeed elfeed-curl url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf elfeed-log elfeed-db elfeed-lib url-util url-queue xml-query xml epa-file org-mu4e mu4e mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions org-capture ido rfc2368 mu4e-mark mu4e-message flow-fill html2text mu4e-proc mu4e-utils doc-view jka-compr image-mode mu4e-lists mu4e-vars message rmc puny rfc822 mml mml-sec epa epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader mu4e-meta smtpmail sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils org-mime ox-org ox-md ox-latex ox-html table ox-ascii ox-publish ox org-sidebar org-ql-view transient ov org-super-agenda ht crm org-ql peg ts org-habit org-agenda dash-functional ivy-posframe posframe mailcap move-text hydra lv disp-table dashboard dashboard-widgets page-break-lines desktop frameset rainbow-delimiters autorevert filenotify mark-multiple smart-hungry-delete company-shell slime-company slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl elp slime-parse slime derived company-dabbrev-code company-dabbrev cap-words superword subword gud apropos etags arc-mode archive-mode pp hyperspec browse-url company-irony company-template irony-completion irony-snippet irony irony-iotask company-c-headers flycheck-clang-analyzer flycheck-package flycheck json company-prescient company skeleton package-lint rx let-alist imenu finder lisp-mnt yasnippet-snippets yasnippet elec-pair saveplace savehist tramp-cache tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize shell parse-time recentf tree-widget dired-async dired-aux async find-dired wgrep counsel xdg xref project dired dired-loaddefs swiper ivy-rich ivy-prescient map ivy delsel colir ivy-overlay projectile grep compile ibuf-ext ibuffer ibuffer-loaddefs thingatpt prescient org-bullets org-element avl-tree generator org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs htmlize cl use-package-bind-key bind-key easy-mmode paren beacon use-package-delight linum-relative linum display-line-numbers hl-line time minimal-theme edmacro kmacro cus-edit cus-start cus-load wid-edit pcase spaceline-config spaceline-segments s spaceline subr-x powerline powerline-separators color powerline-themes dash delight advice cl-extra help-mode use-package-ensure use-package-core finder-inf slime-autoloads info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic 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 charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded 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 dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 861620 54281) (symbols 48 77855 50) (miscs 40 558 520) (strings 32 224018 10404) (string-bytes 1 7088159) (vectors 16 89819) (vector-slots 8 1597425 19722) (floats 8 702 653) (intervals 56 2269 238) (buffers 992 17)) --=20 From unknown Sun Jun 22 11:39:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41008: 26.1; tramp/dired confirmation trapped Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 May 2020 11:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41008 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: pillule Cc: 41008@debbugs.gnu.org Received: via spool by 41008-submit@debbugs.gnu.org id=B41008.15885927852888 (code B ref 41008); Mon, 04 May 2020 11:47:02 +0000 Received: (at 41008) by debbugs.gnu.org; 4 May 2020 11:46:25 +0000 Received: from localhost ([127.0.0.1]:59154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVZYG-0000kW-VU for submit@debbugs.gnu.org; Mon, 04 May 2020 07:46:25 -0400 Received: from mout.gmx.net ([212.227.17.22]:37209) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVZYE-0000kH-Oo for 41008@debbugs.gnu.org; Mon, 04 May 2020 07:46:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1588592774; bh=3SgOciXJmxStXFl1zKjTNE5Q+kIFw/DU7sVmVlF/wl4=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=iBRB4Dujvgd3woJBzvhYH0szcqXfxzcOkklSOKUc0rYlkg5Z2p66gQQDkFRehCm0E ZePRae7OOGhPRj+XSgzCVx6qbBj2G3e4qvoyUmj+WY21rH+y/tyXqkmdsdSMGDIWkN ZW0eJpSgA3t4j0IJ1CTeeJ71e/9JmALM2uksAzxY= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([212.86.62.97]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MdNcG-1iwVmQ1X4C-00ZQF3; Mon, 04 May 2020 13:46:14 +0200 From: Michael Albinus References: <874kszwj6q.fsf@host.localdomain> Date: Mon, 04 May 2020 13:46:13 +0200 In-Reply-To: <874kszwj6q.fsf@host.localdomain> (pillule@riseup.net's message of "Fri, 01 May 2020 19:26:21 +0000") Message-ID: <87pnbjj52y.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:dXUTwN9eY6Wai1glk+ww7rEKjT87QknN2C5fjd1AZO4eK4NLllf 8nxp7q3f7PMoOnflGTVCclAKlWawv9sprvU1X+AM6rEh2QLXmiXkPO2+/lDQN57d32M3mb7 4vLgSkI1YD7UB0JqCBhdtybKcKbauLhIMQUnB7COr/uzohb1KOxh30MYNqBWxwMqv9hnNmE p/Vhy0dCtG5TiOmxFOD4g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:6QCvlhSi1KI=:xaQf3K8rbGjze4Y2QQv4yy ZJ4D7Lgguw+2kB+C3qSsJ4DcV+J6bZeyEXnlXV0Ewx+SxxDoQrCj/Ue9E4mHPqj3Mhb4LV7Xz a2DQqviG6O/EgYPGFjJoUQ+BQoBOUMVKuURoADMDXIa0tNkMvlRPK9uXfr1mCGpoA4EbpS9km KkWQ9ou3beyoy0zbcMJcghMgPP3QQuQfTtjrGUTN68eumxI7y1WhGwPhqCDWMHr1AIooNGK8M u+cOCQclifhiEkWqV+w3XB6yKPtrdsgn4aEITeKt4kez+3VHJQ4Za0usJSvxaA7vXzsuyOiAs oBm8XMFjx5D/9ae5TNSD/knC51esgPtwjlgvOeml7iA6vl6EO+z52UnJvYSoT1qXFUZ40SC/1 xjAFy0LAzJZwfGb+s+00cPBSKD0FQkf413ghZdv9frTlzN8tLeYmPpjLtyjpwdDv0N/sMbiW7 O4jzuIVX/uC446jIDDPnKZxV6vWe5ldXzUTBdDgBLkyEIdUkFtNHVgp0J6uFZ6NAh7WOHwWrq 4mBwHgkwZX18O7P7PzDst0zevkkSghX6yf5In/Z7Z7T00Amh4+NBxyV4sUnQb+HhF1uj9tG76 1he8Gj+9N75UnzaXovbg7ct/cdZ5VKyRbGVF+f8IEbeM8/8sffWcymly3o+4CqlkCbvs1No0L JWBViFEA8dRESeIFF7jqFwsrE9t9Pvg6mGq7LuEkisDsp6bo1bPIQxc/wBKuxtqrqXTbL7Zr7 QBly++fPECYVLdIUP2XuikVhgT++V6YWT2DPeF8IJUYq/17REtELkMMDsIbuuethynqBR0Ml2 gs1lJDqrFZauCPf2JJEPdLvyeUz5cWPqfTooBfO3EypLuaUElSFY8FqSuB+qxbzRP6bTg97en XzWacJ4ofKVZEhgwTTnki6c8mw9SlnuR/0qcpMXZb/C6sLjDMJwVNZfOu1QAre2Wv9ttSAKdg SyA6/+DlyESX9xh+NZl6Q/btvh4OJu1W2nAwXxKB/OX8n9ShEg3ytd4NmSU7T90YHFZDtCmAU Qq2/FghLoqxLn4aNqr93W/oN5BNWJ7zz9f3Q7ja0jL5JiosvYg+KDDs78nskVb0vhRK4UCNJc vu8yL3C3NXtycqg6O4JLOW4tGo/N+/2UTvWgYKx2utmN/FczQ6/Ernc0xXDn5F70QC0zKzVHo chSLEX8ICHC7Xaq1xToL88bHFSOO+wmp7VhtUJ7eZOWR1gjyz3cn7nVQVPr6r2FjfIfgbAK7P CBmFGssvEAb47cwr+ X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) pillule writes: > Hello, Hi, > When I use tramp and dired to a remote machine, and for some reason, > dired must ask for a confirmation (overwrite, large file etc=E2=80=A6), I > never see the demand and have no possibility to answer it. > The only trace of this is in the *message* buffer. > > So, the task did not finish. An emacs buffer wait indefinitly an > answer. And nothing than the lack of result indicate to the user that > it is not working. I've tried to reproduce it with Emacs 26.3. I started in a shell with # touch /tmp/x /tmp/y Afterwards, I called "emacs -Q /ssh::/tmp". Moved the cursor in dired to file x, pressed key "C", confirmed file "/ssh:hostname:/tmp/y" to be overwritten. The echo area shows Overwrite =E2=80=98/ssh:hostname:/tmp/y=E2=80=99? [Type yn!q or C-h]=20 as expected. Could you pls try the same scenario? Important is to start "emacs -Q". Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Mon May 04 07:46:52 2020 Received: (at control) by debbugs.gnu.org; 4 May 2020 11:46:52 +0000 Received: from localhost ([127.0.0.1]:59157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVZYi-0000lF-9M for submit@debbugs.gnu.org; Mon, 04 May 2020 07:46:52 -0400 Received: from mout.gmx.net ([212.227.17.21]:40289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVZYh-0000l0-0L for control@debbugs.gnu.org; Mon, 04 May 2020 07:46:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1588592805; bh=bk7S9vftS60KtAOo6irEDUXK4c7iAC6zCVrTkVcokZE=; h=X-UI-Sender-Class:Date:To:From:Subject; b=UZ5ubCKfmiRjs4XS2MEeqdTPjgeU3jBgmXkPGlkQVolrmPLkSHG2fFu/QP2fmWc0L bhskYZpsoQyZtrvd+4cIj7/p33J08JTqpHwMJVzwGD1AUc+FDXwKQRGr6tva1cA6O0 HhEbmZxGIgs5NYiXh5cGAkwHaiRJQccsTUeBdWE0= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([212.86.62.97]) by mail.gmx.com (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MfHEJ-1ivALf3tv9-00gt6o for ; Mon, 04 May 2020 13:46:45 +0200 Date: Mon, 04 May 2020 13:46:44 +0200 Message-Id: <87o8r3j523.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #41008 X-Provags-ID: V03:K1:wOWM5lQnfHg2o0f8wmJAdmyufcUcPRz1Iw62QH+zZO4i4dr3rcE WUBRCL4+PrinU5Vc5EK77i45igT+Kg+LKFjRTC77lZdSisCehtLhnNksFvHTr+GQh+zVcsV YZLaSkXI5FFAPNMR96uN4HaSXfYVvKLDP0moJkiTiUz6+YvlvnP+iBVt2L8hd++AinxfDZt IbEUPFvbc9kLygLPJQRLw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:AK2BWfeIGP8=:RgEkryVmhP7DHVaRoizYEz 3Ja0SrqdvojFLVmlXUPFdmJnp2tMcLKGv7GR9i4Xxhwdnl9i6+1DGk04mr0gjDQBa/xTf86gf S+nMmFdPwFwYVWYmiIeCQxIHBW6jFs3miAigihtu7GZ6rLAD2rh0RDGRCmYZAOcF8zX7yVhDK hW0qq0fF7VK5hGZxLIleVLlTabIE6JwOjQrXAdV+hHih7yMJdFPQLqp2BqN2DI+kL4KdpVDnh pyxTly6jg7hd9jvvp1YW0rQscRRDLB/1dIVy7UpNvNIju7pdRgY0Y9b3L3T6NUoVka9i30tpJ pKxsg0Ilbb674XXcmurNkEGuCzzxLRzHlZzk0fiuNaDkXrEOBywE1iIjGReqICGLRt8aCs/JD BiyzTD3+QmhcLn4OlmDB0ovdv8hOlFDgtactlKKkvrb5quXpQ2vvyh31BVZAokdcwkEaWCXRw PK9AQqxUh3vR7FXePdPHnvmm0f89saWS6YQJibn4RoQZA9YDhYLWjUvOYTQsSC/swY2irhKig v0b9D/lzcLayqiiBQCR2V3LmDdkXtQIteVc/Ug7KBy5wBpdLH7a0oXjJjd+v+7RsEz6OD2maG Ze8qeMEpc566+dfL806BEHnxaxJtQ9BigL7PrQ73LpqjQ4yLliN+OfrX1ojDY9Z0BG1mWZhmJ 1CSrbCZfBn1wQ11qxsRFaDOIv3Sn2zKpnJFiHLg1kfon5f88MdWLDNROs41xZg8Os3anvQYfp M84G9av39s9fwEIFHbQDDx/jDDf3Up/gEWwu2SPMC92Zhsd+tqKc5dyjVylhwfWj4QW54uZxe UfU+mPdSEPtrxYjLQh5S4F6Du8zX4tIelc5run4/b9DgQBGA1Y2Nift8Z2JGiku/me+rK+F5f jH0inJ7CWnV0c9lz8Ycorxd99bHbBh/VR4yUoTXOFrutvyQmkpr4w1i3sHsd/Tn6F9yMfM8hS gPTv1Onk3DRmyFEbykB9pMbGqDutfpodYvLaT9vw1kOKlvaf4N/hnb6FQXSzP1yhGocT85dFl WqRfTuB1aoiW0zgoqPCOGHcfQ+ptIYl7jOZcgE4fw+RAmo/Tse7bdcakxrQ5j4Gu1t48jlq9K 3UtVuBBRyy9Xc5s6SLDJEha0yRte8qdaBl8BuXOXonI1k0ssVv14UD2yVxMGnYDbjWTee88lw YRZFnPix0DdoTZcFsjb2g3ldEvo6VRJXJW1wecTO4efYnIw0p47PFFbZZ3iDVQodBVA52kJwZ QkFd2xmXB7KAZVDTE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) tags 41008 + moreinfo quit From unknown Sun Jun 22 11:39:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41008: 26.1; tramp/dired confirmation trapped Resent-From: pillule Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 May 2020 02:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41008 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Michael Albinus Cc: 41008@debbugs.gnu.org Received: via spool by 41008-submit@debbugs.gnu.org id=B41008.15890784977129 (code B ref 41008); Sun, 10 May 2020 02:42:02 +0000 Received: (at 41008) by debbugs.gnu.org; 10 May 2020 02:41:37 +0000 Received: from localhost ([127.0.0.1]:48748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXbuK-0001qv-UQ for submit@debbugs.gnu.org; Sat, 09 May 2020 22:41:37 -0400 Received: from mx1.riseup.net ([198.252.153.129]:48258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXamq-0008HA-PG for 41008@debbugs.gnu.org; Sat, 09 May 2020 21:29:49 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49KRLz5H2KzFfB5; Sat, 9 May 2020 18:29:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1589074187; bh=38pOPzFAIRUP5W1J/HBfvQzpBYv6jtnD0j3u4WodOCk=; h=References:From:To:Cc:Subject:In-reply-to:Date:From; b=GKLQgbZ8ARpjuHJKqlmZUi3tUgcv+2T6CPTzt8yhhAuBnOh6FRvq1faCuMr90Pn/E yNESWTdLPv/oZxrmfeM94Jp44azhvR9fELwPki09XD2X1A1YadTJKGMiKyFh3c8Tbt 8N6hSbXgVY5+lAvgVIQEBDfBV4oJs1n7IyH0Sq7U= X-Riseup-User-ID: 0DCAC5923A1FE63FC8F92CACBB8E14AA21326E123C3506585D0EB13447CF33A7 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49KRLy1swHzJmhn; Sat, 9 May 2020 18:29:45 -0700 (PDT) References: <874kszwj6q.fsf@host.localdomain> <87pnbjj52y.fsf@gmx.de> From: pillule In-reply-to: <87pnbjj52y.fsf@gmx.de> Date: Sun, 10 May 2020 01:29:04 +0000 Message-ID: <87eersshlr.fsf@host.localdomain> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Mailman-Approved-At: Sat, 09 May 2020 22:41:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, May 04 2020, Michael Albinus wrote: >> Hello, > > Hi, > >> When I use tramp and dired to a remote machine, and for some reason, >> dired must ask for a confirmation (overwrite, large file etc=E2=80=A6), I >> never see the demand and have no possibility to answer it. >> The only trace of this is in the *message* buffer. >> >> So, the task did not finish. An emacs buffer wait indefinitly an >> answer. And nothing than the lack of result indicate to the user that >> it is not working. > > I've tried to reproduce it with Emacs 26.3. I started in a shell with > > # touch /tmp/x /tmp/y > > Afterwards, I called "emacs -Q /ssh::/tmp". Moved the cursor in dired to > file x, pressed key "C", confirmed file "/ssh:hostname:/tmp/y" to be > overwritten. The echo area shows > > Overwrite =E2=80=98/ssh:hostname:/tmp/y=E2=80=99? [Type yn!q or C-h] > > as expected. Could you pls try the same scenario? Important is to start > "emacs -Q". Yes. It result with an error message : "ssh : cannot connect to host hostname port 22 : connexion refused" This is a normal behavior since I have installed a ssh server only on my remote machine and not my local one. I am sorry to say that my report seems not enought to help my self to remember exactly and reproduce the situation again. I hope you forgive me about that and promise to be more rigorous an hypothetic next time. Have a nice day. -- --=-=-= Content-Type: multipart/related; boundary="==-=-=" --==-=-= Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

On Mon, May 04 2020, Michael Albinus wrote:

>> Hello,
>
> Hi,
>
>> When I use tramp and dired to a remote machine, and for some reaso= n,
>> dired must ask for a confirmation (overwrite, large file etc=E2=80= =A6), I
>> never see the demand and have no possibility to answer it.
>> The only trace of this is in the message buffer.
>>
>> So, the task did not finish. An emacs buffer wait indefinitly an >> answer. And nothing than the lack of result indicate to the user t= hat
>> it is not working.
>
> I’ve tried to reproduce it with Emacs 26.3. I started in a shell= with
>
> # touch /tmp/x /tmp/y
>
> Afterwards, I called “emacs -Q /ssh::/tmp”. Moved the curs= or in dired to
> file x, pressed key “C”, confirmed file “/ssh:hostna= me:/tmp/y” to be
> overwritten. The echo area shows
>
> Overwrite =E2=80=98/ssh:hostname:/tmp/y=E2=80=99? [Type yn!q or C-h] >
> as expected. Could you pls try the same scenario? Important is to star= t
> “emacs -Q”.

Yes. It result with an error message :
“ssh : cannot connect to host hostname port 22 : connexion refused&rd= quo;
This is a normal behavior since I have installed a ssh server only on
my remote machine and not my local one.

I am sorry to say that my report seems not enought to help my
self to remember exactly and reproduce the situation again.

I hope you forgive me about that and promise to be more rigorous an
hypothetic next time.

Have a nice day.


--==-=-=-- --=-=-=-- From unknown Sun Jun 22 11:39:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41008: 26.1; tramp/dired confirmation trapped Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 May 2020 08:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41008 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: pillule Cc: 41008@debbugs.gnu.org Received: via spool by 41008-submit@debbugs.gnu.org id=B41008.158910033412201 (code B ref 41008); Sun, 10 May 2020 08:46:02 +0000 Received: (at 41008) by debbugs.gnu.org; 10 May 2020 08:45:34 +0000 Received: from localhost ([127.0.0.1]:48911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXhaY-0003Aj-0U for submit@debbugs.gnu.org; Sun, 10 May 2020 04:45:34 -0400 Received: from mout.gmx.net ([212.227.15.19]:51989) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXhaV-0003AT-Bh for 41008@debbugs.gnu.org; Sun, 10 May 2020 04:45:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1589100314; bh=W/K2hWyKbTpsDRhxVSWNteGSYcQJYq9OhwMXgNTWRXA=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=BZJaem6LFqYSAijB8UGKGi4YRwQ0zDEcV/GSmrbWxpGus6GMDZJFtPiLP3Ew51R+a 8Okj+JLFKwp9KfH+YDqoO9MXkx9/UdGCzW18dUhzLy3Nx8dTWoH1TLkRMRA9b9fdp2 FXG7ybPPO23I1ivPd/5ye573R7MeJ5r8UYPLmUwo= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([212.86.63.169]) by mail.gmx.com (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MdefD-1iy5iV0Xvl-00Zbt2; Sun, 10 May 2020 10:45:14 +0200 From: Michael Albinus References: <874kszwj6q.fsf@host.localdomain> <87pnbjj52y.fsf@gmx.de> <87eersshlr.fsf@host.localdomain> Date: Sun, 10 May 2020 10:45:12 +0200 In-Reply-To: <87eersshlr.fsf@host.localdomain> (pillule@riseup.net's message of "Sun, 10 May 2020 01:29:04 +0000") Message-ID: <87h7wo5gbr.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:cpN0jZrFw1TZwi79b9WJR/ktMnzK8mcKOu7U8jOveI9tl+Z8cDC q/I7bW1LuGVBIdmyyMSDLssvJG0Vxqreg2XizMdPNDTlaj+UEFTgoG/rttMhqTR5lAFxzIH qQ5FOTsL+QBgCRRlS7oczHe1O+0jaZNMxmAhhWCvCLKkfwDCpbI21so/+rOCzecD9GSI6qr AHYL2CbIxPvIRP/gHy7Sg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:/owpljWuhIQ=:dJAsb3gqAiVdz23ZIouHZG YuAR4VAS8Q1ZBblJpCemv7RwSBbNdocavvuvq4STR9KrxgUFqaBMKVFqvHjL2lBhQNhmzfMh4 QfIAZdisolUgqrPYa7bVT8xBUcJygcFRQthMDQvi/KtrCWGnySLFZqoC8nKrBU688gIM2sox6 KXc4ur4z40cc3EwkMRSAUd9JkTu5jC6yRbX1R4bePvXcAvQRxpOmLt7la58eFfdme2I1Tsmu1 yO9kVLljQnJHTbh2kg50ynSsuJ67y1AFVejSbuQgH9pk+UVUQetzimmP/rWFr55s7K03/pdU7 pYG7U/pki43QVImc9ct2/N/2dTSYrADuxosSkCpAmi/3mGZwo89LQnGTdy4hs28gIyBAQU5Lx DTPvPtFz4JWul5XtI2lqO6giX5J6a2JF61a1xxduglcQxW3uElYgnSTcKiSyocfbA+R8rasvg Xu6sgaLteNWZmopnvk+KrXkjBuRWrt3dAK3AyGT+5093pRPLZtU64uTUuPd9Det2fjwYj4vLS SpfrbriBBRmC6uR+zXvPD1EnVR56k9bb/7LrRSoT3X4v88IUNcTZyFu+UwHdxr4OgCT5zoC8z +N0rGvhMaCo6lWuZ5eBFA3mHoQif3FdRerMtjx5+VCy84tvrn6+PWzoDfLZeQ2af1JZbwbV3D TKzIB+z0bVG0GEcvWgWzEEooPXE/Me/tS5QUYZqhG6WKQyntuXpc5X3JhIzdv9tX7wE0LyMOp 07+4kF4aYHEkJURxMkfW+FEc1/N8vrpLSZcqzBckH+m46KTzVcC9m8yynK8vqI4FPw+RrCE2T SdNt3V2HFt98Z6E540lZuy4gdZu+pSwXk8viCFZRgzlgsMUg/zpuvp7x6LJtQBXlg1+KnRzN6 cSSCHzdR9VSY/fCtml44pRYDKKtjYVtELXMn0G+mjFcj+ksi++YMMsjQrxF7AjomRh0gi+rqd rjZRUn1XpHcZdKwdLVsrPkVTW/DAfBqxZ9tZY+EZR+kjDqPa+Za0zbRuzRBcRnqpBZL/f8HyA kTD+Owf+Qn3Jd7GmdxoFJVkxJw0qroISkK6pjmeEMgfnfquAhubQwNG6LCdz9bsdyKnL5L0YM wCodnp8RB4xLghGlezOpRbgjGdqq2TqpPMS4r0A/vSR1o1NnDJq2fY0XZIbX28xPeAnTjXLpA CFHHcODbGOSN36CswKbzMrnyvGQ86B3+OMReNUIDir9S11WlwrYL1jAjDQ/yApDClhz+UWP4f 5QoTUWbniMtKa5+Le X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: pillule writes: Hi, > Yes. It result with an error message : > =?UTF-8?Q?=E2=80=9Cssh?= : cannot connect to host hostname port 22 : connexion =?UTF-8?Q?refused=E2=80=9D?= > This is a normal behavior since I have installed a ssh server only on > my remote m [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.227.15.19 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: riseup.net] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [212.227.15.19 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (michael.albinus[at]gmx.de) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) pillule writes: Hi, > Yes. It result with an error message : > =E2=80=9Cssh : cannot connect to host hostname port 22 : connexion refuse= d=E2=80=9D > This is a normal behavior since I have installed a ssh server only on > my remote machine and not my local one. You should use "/ssh:USER@HOSTNAME:", with USER and HOSTNAME being your remote user and host. > Have a nice day. Best regards, Michael. From unknown Sun Jun 22 11:39:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41008: 26.1; tramp/dired confirmation trapped Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Aug 2020 01:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41008 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Michael Albinus Cc: pillule , 41008@debbugs.gnu.org Received: via spool by 41008-submit@debbugs.gnu.org id=B41008.159728243627081 (code B ref 41008); Thu, 13 Aug 2020 01:34:02 +0000 Received: (at 41008) by debbugs.gnu.org; 13 Aug 2020 01:33:56 +0000 Received: from localhost ([127.0.0.1]:46277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k627w-00072j-28 for submit@debbugs.gnu.org; Wed, 12 Aug 2020 21:33:56 -0400 Received: from mail-yb1-f169.google.com ([209.85.219.169]:41865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k627u-00072H-7v for 41008@debbugs.gnu.org; Wed, 12 Aug 2020 21:33:54 -0400 Received: by mail-yb1-f169.google.com with SMTP id s195so2418500ybc.8 for <41008@debbugs.gnu.org>; Wed, 12 Aug 2020 18:33:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc :content-transfer-encoding; bh=+ysxhj1hXReUPe4A4uCNcsihIZvFlJ9qsOY0mJUk3mA=; b=C+cWzCwk6BkVBNOQXwCtB7LPqx3Vixbr2j6taxltJw0V11wbH0jMRj8HJq9o/MYPV5 xfQJjzWU6ClykHg2BB2btAIC/UM36hHNz/Q3jbieWuxabZsVE5BRgIylVS+NN2p3XY3D vwIkZr2tAE4Q3Wn2OqvufmdOtGZtnHkzcoXpylTK4VCCJfMNPPMdARj67vnInjAnAiLE mLJzSMlmTs0OhrhelJABc8Ahvl17Th2RjrgjeJa21La8c/OX/IuvgH+BKmj+WtICCJFP xezCMTVROiicr5l6CDon/rv8LGR1nm6LR6PObeE0o1R+pdm65gBHyjMrmdhOO/RSzPZh x59w== X-Gm-Message-State: AOAM530c+S3LfpTLjRa6RUBHPvIJ1cY9tOx9aS8nObdbhiILCP/aEtcp PMIVtwEJ8uly+ZG1UnvkRrJvEmKubcO5Ut1iD68= X-Google-Smtp-Source: ABdhPJwJtjlipAhvmpX19cT1ni24Vf5k718gPIZqG8nQVFLvlmyQAt+XQTnrD4BICUwjmwwjszlAZaBDu2okHL+ILEA= X-Received: by 2002:a25:4609:: with SMTP id t9mr3164402yba.231.1597282428918; Wed, 12 Aug 2020 18:33:48 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 12 Aug 2020 18:33:48 -0700 From: Stefan Kangas In-Reply-To: <87h7wo5gbr.fsf@gmx.de> (Michael Albinus's message of "Sun, 10 May 2020 10:45:12 +0200") References: <874kszwj6q.fsf@host.localdomain> <87pnbjj52y.fsf@gmx.de> <87eersshlr.fsf@host.localdomain> <87h7wo5gbr.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Wed, 12 Aug 2020 18:33:48 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Michael Albinus writes: >> =E2=80=9Cssh : cannot connect to host hostname port 22 : connexion refus= ed=E2=80=9D >> This is a normal behavior since I have installed a ssh server only on >> my remote machine and not my local one. > > You should use "/ssh:USER@HOSTNAME:", with USER and HOSTNAME being your > remote user and host. That was in May, and I see no updates since. From reading the thread, it seems like this was a configuration error or otherwise an error in how Tramp was used? Should this therefore be closed? Best regards, Stefan Kangas From unknown Sun Jun 22 11:39:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: pillule Subject: bug#41008: closed (Re: bug#41008: 26.1; tramp/dired confirmation trapped) Message-ID: References: <87zh6ylig4.fsf@gmx.de> <874kszwj6q.fsf@host.localdomain> X-Gnu-PR-Message: they-closed 41008 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 41008@debbugs.gnu.org Date: Thu, 13 Aug 2020 14:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1597329542-27129-1" This is a multi-part message in MIME format... ------------=_1597329542-27129-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41008: 26.1; tramp/dired confirmation trapped 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 41008@debbugs.gnu.org. --=20 41008: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41008 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1597329542-27129-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41008-done) by debbugs.gnu.org; 13 Aug 2020 14:38:32 +0000 Received: from localhost ([127.0.0.1]:50624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k6ENE-00072t-Hh for submit@debbugs.gnu.org; Thu, 13 Aug 2020 10:38:32 -0400 Received: from mout.gmx.net ([212.227.17.22]:38371) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k6ENC-00072g-DT for 41008-done@debbugs.gnu.org; Thu, 13 Aug 2020 10:38:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1597329501; bh=7FgBF2NxXbShha4GBrnxIO5YKZBswp1zgFEq6k0Caz4=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=BOpIY268VWgj6M0qvdHmWtOA+i7gKw+imnRsJfP52bojx5Yggui/t/9D8VUuRtCiZ Rj64xEEXzelWdkqPzOc1CI2GoY+CaYUat6ZA4UGorzoKGAg9d+f0WqaXjpMgzw78n7 C/8JuVb31Cz6zc/NAybii5iejWSmWEc/tDP0H43A= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([212.86.51.100]) by mail.gmx.com (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MPXdC-1kJtbL0pxy-00MZHB; Thu, 13 Aug 2020 16:38:21 +0200 From: Michael Albinus To: Stefan Kangas Subject: Re: bug#41008: 26.1; tramp/dired confirmation trapped References: <874kszwj6q.fsf@host.localdomain> <87pnbjj52y.fsf@gmx.de> <87eersshlr.fsf@host.localdomain> <87h7wo5gbr.fsf@gmx.de> Date: Thu, 13 Aug 2020 16:38:19 +0200 In-Reply-To: (Stefan Kangas's message of "Wed, 12 Aug 2020 18:33:48 -0700") Message-ID: <87zh6ylig4.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:5PkjxTpmRd92FkOmNAT2bbLHVeqHNeNrM6csU5/MDOqOxukU9NR JttuNVED6Z49tzZJXkf9pwuzdg+jlE4HzeNTbPuZE3bUvrllR49RN+BmEnADvXlivwXvo/Z h14Iurmly27x3JirLz2nM2wyFvzU3hxLW8a0lPyNCcd8Qn5dQYCcazIfeJa1gMQIRkcvbMN 3mID+zNHKegWnr25CeaLA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:eYwZtMvUL1U=:d0rN/JQzJ3UKl4sC6hqF7G /G0PcpTU/e2daUmU4XD131XednJGpxVMOV17hKXAN5BphizR6taZ4kJsCScZtjFZsyFwrCcpo 5rc/492giwbAy5zh3r2tLBou9GFwh5d72XVbi+5NK3rF1L+qfbtNrsGgBMtj0JsiKsbZbrn2q nlDLnuwgjFjExRnbGw5/toyUYF9PTRDUK3wPWqWC4Pd59SJNGYZBEm1aJ8T21YNnfPJlTmWQa BbP/aUCCOA5h5vHnHTI+INpCr+zEo89M0JyL7dSIqRkUr4IVXORPQLbnRNJUCGBuknWop+Lp2 YUQ4A4uJzB9868izu2iXn1hlUMWbtaC+DMyO0198BS8OgyKNZO0vhDOfUvXG7C522y60AUwHw GVOR9f3cZsKkEHxvsNHhvPKSdqU1Na7zQs25iyICZMKG3GTEfkoEAqsNe9g5DWQGbs9Y9uCjc UbGafP6Ssm6bcqz4dCYK7YrTqem4AWiFdX3q80AaOIF3f1eqn+OGIhwAUmDZTIb5QOS8KrW6r 1aBrKSIpR7+leWVd9nq6ydjXuAYzWol7pZMYT8cRjv5jRCZM3JWJTd4DqgfSCLfPz23AHmV5n jFY8nXjKR/zmA6t5qjLYawEkLVXIm/TsRXbf5VPI2J3sm2ZczhJT9jHRsC5j6xPQOcWr1AoFm XBL46w25jMfCaa1gEVfmxX7DjecCiH0WtJpdE4/4BDWOuTLSbLK3gZLzJlrgClObgMnPzvhIL KRqwSoI9gEgT9lJ/QNe1uvfuxsEtvO9XhgREhGa+ogtKYg4pphytJ8u6oR8m5I4I7kw7wn/3R SG1Zat+4YQc/TG/6G8RN7LEj+N77lU//l7yfDZMLJfFWH9jZE2oyH84Z26gsQwEEujuDU4mhD fwajJQmIq94mDZ3JqF33FyANwiCYf9FaBpl9U9yrqIEfqZfMUrXzkKLuCSJk18FCawczX0zLh 5BxR+AbYcAhyiQqW57z2XSpDx7dgKmS55EZH+glst6q5Xh84ahBJ9jxKSJfgiak460849SPUl UzvnYQj9Y2DpRCFoEq6dana1qsD92ewnlsvwyudhPmnGrPfTLcT8kWQcY11W9Nj56+eQkjVzC mHW17ABd342GmeMjnOdzxH8W//KQc1ksKbim8uwFBu8aCH7b+hoO5Pen8vanBu/UTt6LEDxYN gnHD5wTMw3md1+FGqfunBd4K2Ul2ePhFWTPAOGjQZ1q9LKL6/O1xz4UQzTUUy/Trx9pHcy7WA Jm3i8rjC8d0EuTB1ExfjCW1AFmG3dLgpP8h+Tyw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41008-done Cc: pillule , 41008-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Stefan Kangas writes: >>> =E2=80=9Cssh : cannot connect to host hostname port 22 : connexion refu= sed=E2=80=9D >>> This is a normal behavior since I have installed a ssh server only on >>> my remote machine and not my local one. >> >> You should use "/ssh:USER@HOSTNAME:", with USER and HOSTNAME being your >> remote user and host. > > That was in May, and I see no updates since. From reading the thread, > it seems like this was a configuration error or otherwise an error in > how Tramp was used? > > Should this therefore be closed? Yes. I do it herewith. In case there are further problems, a reply to this message would be sufficient. > Best regards, > Stefan Kangas Best regards, Michael. ------------=_1597329542-27129-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 May 2020 19:37:45 +0000 Received: from localhost ([127.0.0.1]:50681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUbTk-0002dJ-Ry for submit@debbugs.gnu.org; Fri, 01 May 2020 15:37:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:56068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUbJ5-0002MH-5z for submit@debbugs.gnu.org; Fri, 01 May 2020 15:26:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUbJ4-0001WX-6G for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jUbJ2-00076a-Nz for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:41 -0400 Received: from mx1.riseup.net ([198.252.153.129]:59616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUbJ1-00076R-W0 for bug-gnu-emacs@gnu.org; Fri, 01 May 2020 15:26:40 -0400 Received: from bell.riseup.net (unknown [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49DMgd3pyKzFcZJ for ; Fri, 1 May 2020 12:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1588361197; bh=iVDuLM7n47dDEJ5v49JjJ0N1uFh3OpABX54bPS5c3hY=; h=From:To:Subject:Date:From; b=IkEI0B62afJHCGSCghFcuSBB1a3ERaijQZ0fvveH3pHskCB43bAnb/gY3z1+sxz49 cYgR+QN9ySZ1o5OnCf8Ma9uIzL5f0KUs0hhLV71CSuZJg9PFHKvcG3JrdTX70Q1VQJ CM3gqRUlRjjYbc8jwg0fCIQQh3A/xGvM2hcsE0MI= X-Riseup-User-ID: 14D7A8DE313D967745684C6F3974C1A2C0AE246CB4778C1307CE2803E09B72C9 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49DMgb1M3GzJqTf for ; Fri, 1 May 2020 12:26:34 -0700 (PDT) From: pillule To: bug-gnu-emacs@gnu.org Subject: 26.1; tramp/dired confirmation trapped Date: Fri, 01 May 2020 19:26:21 +0000 Message-ID: <874kszwj6q.fsf@host.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=198.252.153.129; envelope-from=pillule@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/01 15:26:37 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 198.252.153.129 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 01 May 2020 15:37:43 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, When I use tramp and dired to a remote machine, and for some reason, dired must ask for a confirmation (overwrite, large file etc=E2=80=A6), I never see the demand and have no possibility to answer it. The only trace of this is in the *message* buffer. So, the task did not finish. An emacs buffer wait indefinitly an answer. And nothing than the lack of result indicate to the user that it is not working. In GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-09-23, modified by Debian built on x86-grnet-01 Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux 10 (buster) Recent messages: (New file) Mark set [mu4e] ... [mu4e] Switched context to pillulr [mu4e] org-mu4e-compose-org-mode enabled; press M-m before issuing message-= mode commands Starting new Ispell process aspell with en_GB dictionary... Mark set [3 times] Type M-x mail-send to send bug report. [mu4e] Started mu4e with 4786 messages in store [mu4e] Contacts received: 10957 Configured using: 'configure --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --enable-libsystemd --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:= /usr/local/share/emacs/site-lisp:/usr/share/emacs/26.1/site-lisp:/usr/share= /emacs/site-lisp --with-sound=3Dalsa --without-gconf --with-mailutils --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --enable-libsystemd --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:= /usr/local/share/emacs/site-lisp:/usr/share/emacs/26.1/site-lisp:/usr/share= /emacs/site-lisp --with-sound=3Dalsa --without-gconf --with-mailutils --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars 'CFLAGS=3D-g -O2 -fdebug-prefix-map=3D/build/emacs-StqULU/emacs-26.1+1=3D. -fstack-protecto= r-strong -Wformat -Werror=3Dformat-security -Wall' 'CPPFLAGS=3D-Wdate-time -D_FORTIFY_SOURCE=3D2' LDFLAGS=3D-Wl,-z,relro' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 THREADS LIBSYSTEMD LCMS2 Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 Major mode: Emacs-Lisp Minor modes in effect: goto-address-prog-mode: t ivy-posframe-mode: t desktop-save-mode: t rainbow-delimiters-mode: t global-auto-revert-mode: t subword-mode: t company-prescient-mode: t company-mode: t electric-pair-mode: t yas-global-mode: t yas-minor-mode: t save-place-mode: t savehist-mode: t shell-dirtrack-mode: t recentf-mode: t dired-async-mode: t ivy-rich-mode: t ivy-prescient-mode: t ivy-mode: t delete-selection-mode: t projectile-mode: t prescient-persist-mode: t override-global-mode: t show-paren-mode: t linum-relative-mode: t linum-mode: t global-hl-line-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t prettify-symbols-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 buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/user/.emacs.d/elpa/nadvice-0.3/nadvice hides /usr/share/emacs/26.1/li= sp/emacs-lisp/nadvice /home/user/.emacs.d/elpa/map-2.1/map hides /usr/share/emacs/26.1/lisp/emacs= -lisp/map /home/user/.emacs.d/elpa/let-alist-1.0.6/let-alist hides /usr/share/emacs/2= 6.1/lisp/emacs-lisp/let-alist Features: (shadow org-rmail org-mhe org-irc org-info org-gnus nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win org-docview org-bibtex bibtex org-bbdb org-w3m flyspell ispell face-remap emacsbug pulse goto-addr whitespace elfeed-goodies-logging elfeed-goodies-new-entry-hooks mm-url gnus nnheader elfeed-goodies-split-pane popwin elfeed-goodies-show-mode ace-jump-mode noflet cl-indent elfeed-goodies-search-mode elfeed-goodies elfeed-org elfeed-show elfeed-search bookmark shr svg dom elfeed-csv elfeed elfeed-curl url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf elfeed-log elfeed-db elfeed-lib url-util url-queue xml-query xml epa-file org-mu4e mu4e mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions org-capture ido rfc2368 mu4e-mark mu4e-message flow-fill html2text mu4e-proc mu4e-utils doc-view jka-compr image-mode mu4e-lists mu4e-vars message rmc puny rfc822 mml mml-sec epa epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader mu4e-meta smtpmail sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils org-mime ox-org ox-md ox-latex ox-html table ox-ascii ox-publish ox org-sidebar org-ql-view transient ov org-super-agenda ht crm org-ql peg ts org-habit org-agenda dash-functional ivy-posframe posframe mailcap move-text hydra lv disp-table dashboard dashboard-widgets page-break-lines desktop frameset rainbow-delimiters autorevert filenotify mark-multiple smart-hungry-delete company-shell slime-company slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl elp slime-parse slime derived company-dabbrev-code company-dabbrev cap-words superword subword gud apropos etags arc-mode archive-mode pp hyperspec browse-url company-irony company-template irony-completion irony-snippet irony irony-iotask company-c-headers flycheck-clang-analyzer flycheck-package flycheck json company-prescient company skeleton package-lint rx let-alist imenu finder lisp-mnt yasnippet-snippets yasnippet elec-pair saveplace savehist tramp-cache tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize shell parse-time recentf tree-widget dired-async dired-aux async find-dired wgrep counsel xdg xref project dired dired-loaddefs swiper ivy-rich ivy-prescient map ivy delsel colir ivy-overlay projectile grep compile ibuf-ext ibuffer ibuffer-loaddefs thingatpt prescient org-bullets org-element avl-tree generator org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs htmlize cl use-package-bind-key bind-key easy-mmode paren beacon use-package-delight linum-relative linum display-line-numbers hl-line time minimal-theme edmacro kmacro cus-edit cus-start cus-load wid-edit pcase spaceline-config spaceline-segments s spaceline subr-x powerline powerline-separators color powerline-themes dash delight advice cl-extra help-mode use-package-ensure use-package-core finder-inf slime-autoloads info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic 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 charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded 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 dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 861620 54281) (symbols 48 77855 50) (miscs 40 558 520) (strings 32 224018 10404) (string-bytes 1 7088159) (vectors 16 89819) (vector-slots 8 1597425 19722) (floats 8 702 653) (intervals 56 2269 238) (buffers 992 17)) --=20 ------------=_1597329542-27129-1--