From unknown Sat Aug 16 18:32:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6567: 24.0.50; VC's questions to user may freeze emacs initialization Resent-From: "Oscar Fuentes" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Jul 2010 15:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6567 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6567@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.127834485814858 (code B ref -1); Mon, 05 Jul 2010 15:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Jul 2010 15:47:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVntR-0003ra-Sk for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:47:38 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVnqn-0003pw-JE for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:44:55 -0400 Received: from lists.gnu.org ([199.232.76.165]:41979) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OVnqi-0007kH-Pc for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:44:48 -0400 Received: from [140.186.70.92] (port=38377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVnqg-0003Qf-I0 for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVnqe-00040F-Pt for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:46 -0400 Received: from impaqm5.telefonica.net ([213.4.138.5]:10565) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVnqe-0003zy-EN for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:44 -0400 Received: from IMPmailhost2.adm.correo ([10.20.102.39]) by IMPaqm5.telefonica.net with bizsmtp id eELf1e00e0r0BT63RFkhRA; Mon, 05 Jul 2010 17:44:41 +0200 Received: from qcore ([88.24.228.219]) by IMPmailhost2.adm.correo with BIZ IMP id eFkg1e00Q4kfSK41iFkhlS; Mon, 05 Jul 2010 17:44:41 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" From: "Oscar Fuentes" Date: Mon, 05 Jul 2010 17:44:40 +0200 Message-ID: <87vd8u6ihj.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.7 (--) X-Mailman-Approved-At: Mon, 05 Jul 2010 11:47:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) The defun vc-find-file-hook defined in lisp/vc/vc-hooks.el contains (if (yes-or-no-p (format "Symbolic link to %s-controlled source file; follow link? " link-type)) If emacs loads a file at init time that triggers that question and there is no active frame nor associated console (i.e. emacs is starting in daemon mode from a launcher such as KDERunner or some script) the effect is that the initialization freezes because the user cannot see nor answer the question. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2010-07-05 on qcore Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure '--with-x-toolkit=lucid' '--without-toolkit-scroll-bars'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t whitespace-mode: t TeX-PDF-mode: t show-paren-mode: t diff-auto-refine-mode: t ido-everywhere: t tooltip-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: C-x b M-x g n u s d d q SPC SPC SPC SPC q c y d d q d q M-< d q q y Recent messages: No more unread articles No more articles No more unread newsgroups Are you sure you want to quit reading news? (y or n) Saving file /home/oscar/.newsrc... Wrote /home/oscar/.newsrc Saving /home/oscar/.newsrc.eld... Saving file /home/oscar/.newsrc.eld... Wrote /home/oscar/.newsrc.eld Saving /home/oscar/.newsrc.eld...done Load-path shadows: ~/elisp/magit hides /usr/local/share/emacs/site-lisp/magit Features: (shadow emacsbug qp sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg gnus-ml disp-table parse-time nnfolder pop3 nnml nndraft nnmh netrc gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig mailcap nntp gnus-cache gnus-sum nnoo gnus-group time-date gnus-undo nnmail mail-source smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils mm-util mail-prsvr apropos log-view vc-annotate vc vc-dispatcher vc-bzr sha1 hex-util tramp-imap assoc tramp-gw tramp-fish tramp-smb tramp-cache tramp-ftp tramp-cmds tramp auth-source gnus-util shell password-cache format-spec tramp-compat trampver grep multi-isearch help-mode view package org-install whitespace jka-compr find-func timeclock timeclock-x vc-git compile comint lp0-mode preview prv-emacs info reporter desktop latex tex-style tex-buf tex tex-site auto-loads paren uniquify magit ediff server pcomplete psvn byte-opt warnings bytecomp byte-compile derived edmacro kmacro wid-edit cl cl-19 log-edit ring pcvs-util add-log diff-mode pp elp ediff-merg ediff-diff ediff-wind ediff-mult ediff-help ediff-init ediff-util dired easymenu bbdb-autoloads bbdb regexp-opt timezone easy-mmode ido advice help-fns advice-preload tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting font-render-setting x-toolkit x multi-tty emacs) From unknown Sat Aug 16 18:32:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Oscar Fuentes" Subject: bug#6567: closed (Re: bug#6567: 24.0.50; VC's questions to user may freeze emacs initialization) Message-ID: References: <87vd8u6ihj.fsf@telefonica.net> X-Gnu-PR-Message: they-closed 6567 X-Gnu-PR-Package: emacs Reply-To: 6567@debbugs.gnu.org Date: Wed, 06 Feb 2013 08:30:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1360139402-18083-1" This is a multi-part message in MIME format... ------------=_1360139402-18083-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6567: 24.0.50; VC's questions to user may freeze emacs initialization 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 6567@debbugs.gnu.org. --=20 6567: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6567 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1360139402-18083-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6567-done) by debbugs.gnu.org; 6 Feb 2013 08:29:52 +0000 Received: from localhost ([127.0.0.1]:38687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U30O7-0004h7-S2 for submit@debbugs.gnu.org; Wed, 06 Feb 2013 03:29:52 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:52936) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U30O5-0004h0-MK for 6567-done@debbugs.gnu.org; Wed, 06 Feb 2013 03:29:50 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U30Mq-0005Mm-Kw; Wed, 06 Feb 2013 03:28:32 -0500 From: Glenn Morris To: 6567-done@debbugs.gnu.org Subject: Re: bug#6567: 24.0.50; VC's questions to user may freeze emacs initialization References: <87vd8u6ihj.fsf@telefonica.net> X-Spook: Bellcore ANC KGB jihad Plame Defcon spy nuclear X-Ran: <,^7JGwoS\j)Ey^y)R<:WMaNLk;xb4#<5rX7n_#g:eI6SNWaX=aB:$1k?"2t`=/&Sxvf=N X-Hue: red X-Attribution: GM Date: Wed, 06 Feb 2013 03:28:32 -0500 In-Reply-To: <87vd8u6ihj.fsf@telefonica.net> (Oscar Fuentes's message of "Mon, 05 Jul 2010 17:44:40 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 6567-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Version: 24.4 Sorry for the delay. Hopefully fixed in trunk. ------------=_1360139402-18083-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Jul 2010 15:47:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVntR-0003ra-Sk for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:47:38 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVnqn-0003pw-JE for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:44:55 -0400 Received: from lists.gnu.org ([199.232.76.165]:41979) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OVnqi-0007kH-Pc for submit@debbugs.gnu.org; Mon, 05 Jul 2010 11:44:48 -0400 Received: from [140.186.70.92] (port=38377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVnqg-0003Qf-I0 for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVnqe-00040F-Pt for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:46 -0400 Received: from impaqm5.telefonica.net ([213.4.138.5]:10565) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVnqe-0003zy-EN for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 11:44:44 -0400 Received: from IMPmailhost2.adm.correo ([10.20.102.39]) by IMPaqm5.telefonica.net with bizsmtp id eELf1e00e0r0BT63RFkhRA; Mon, 05 Jul 2010 17:44:41 +0200 Received: from qcore ([88.24.228.219]) by IMPmailhost2.adm.correo with BIZ IMP id eFkg1e00Q4kfSK41iFkhlS; Mon, 05 Jul 2010 17:44:41 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" From: "Oscar Fuentes" To: bug-gnu-emacs@gnu.org Subject: 24.0.50; VC's questions to user may freeze emacs initialization Date: Mon, 05 Jul 2010 17:44:40 +0200 Message-ID: <87vd8u6ihj.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 05 Jul 2010 11:47:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) The defun vc-find-file-hook defined in lisp/vc/vc-hooks.el contains (if (yes-or-no-p (format "Symbolic link to %s-controlled source file; follow link? " link-type)) If emacs loads a file at init time that triggers that question and there is no active frame nor associated console (i.e. emacs is starting in daemon mode from a launcher such as KDERunner or some script) the effect is that the initialization freezes because the user cannot see nor answer the question. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2010-07-05 on qcore Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure '--with-x-toolkit=lucid' '--without-toolkit-scroll-bars'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t whitespace-mode: t TeX-PDF-mode: t show-paren-mode: t diff-auto-refine-mode: t ido-everywhere: t tooltip-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: C-x b M-x g n u s d d q SPC SPC SPC SPC q c y d d q d q M-< d q q y Recent messages: No more unread articles No more articles No more unread newsgroups Are you sure you want to quit reading news? (y or n) Saving file /home/oscar/.newsrc... Wrote /home/oscar/.newsrc Saving /home/oscar/.newsrc.eld... Saving file /home/oscar/.newsrc.eld... Wrote /home/oscar/.newsrc.eld Saving /home/oscar/.newsrc.eld...done Load-path shadows: ~/elisp/magit hides /usr/local/share/emacs/site-lisp/magit Features: (shadow emacsbug qp sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg gnus-ml disp-table parse-time nnfolder pop3 nnml nndraft nnmh netrc gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view smime dig mailcap nntp gnus-cache gnus-sum nnoo gnus-group time-date gnus-undo nnmail mail-source smtpmail sendmail gnus-start gnus-spec gnus-int gnus-range message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils mm-util mail-prsvr apropos log-view vc-annotate vc vc-dispatcher vc-bzr sha1 hex-util tramp-imap assoc tramp-gw tramp-fish tramp-smb tramp-cache tramp-ftp tramp-cmds tramp auth-source gnus-util shell password-cache format-spec tramp-compat trampver grep multi-isearch help-mode view package org-install whitespace jka-compr find-func timeclock timeclock-x vc-git compile comint lp0-mode preview prv-emacs info reporter desktop latex tex-style tex-buf tex tex-site auto-loads paren uniquify magit ediff server pcomplete psvn byte-opt warnings bytecomp byte-compile derived edmacro kmacro wid-edit cl cl-19 log-edit ring pcvs-util add-log diff-mode pp elp ediff-merg ediff-diff ediff-wind ediff-mult ediff-help ediff-init ediff-util dired easymenu bbdb-autoloads bbdb regexp-opt timezone easy-mmode ido advice help-fns advice-preload tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting font-render-setting x-toolkit x multi-tty emacs) ------------=_1360139402-18083-1--