From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 28 16:57:13 2014 Received: (at submit) by debbugs.gnu.org; 28 Apr 2014 20:57:13 +0000 Received: from localhost ([127.0.0.1]:44151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wesbw-0000Qg-QV for submit@debbugs.gnu.org; Mon, 28 Apr 2014 16:57:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48814) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wesbt-0000PT-3n for submit@debbugs.gnu.org; Mon, 28 Apr 2014 16:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wesbi-00046n-P3 for submit@debbugs.gnu.org; Mon, 28 Apr 2014 16:57:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wesbi-00046j-Lb for submit@debbugs.gnu.org; Mon, 28 Apr 2014 16:56:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wesbd-0006KL-Kp for bug-gnu-emacs@gnu.org; Mon, 28 Apr 2014 16:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WesbY-000462-GS for bug-gnu-emacs@gnu.org; Mon, 28 Apr 2014 16:56:53 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:47113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WesbY-00045v-4N for bug-gnu-emacs@gnu.org; Mon, 28 Apr 2014 16:56:48 -0400 Received: by mail-pd0-f177.google.com with SMTP id v10so1865991pde.36 for ; Mon, 28 Apr 2014 13:56:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=jQIwtazQu1igdrf4AvQvtdHlwn37gNsO3k1pSTPduF4=; b=M5YwS/o5Mf+ORFb0BJeMq+BISzVe8qzlnj6pM30Mrt1YUYRb56p0Z8a2chMo1D+pMu JR4rlyfAEAzS60ygNYbPmivVBZDPKFxiMhCT4QpcKTT+MYdm3OWw7E0pFrv77LJ7S9Kn aPCi6P6dd1kKceDwc27oroOPQgEqp5CBPgpM7ADXY2Md+7F5EUOYAEDNQoCMWUDff07f XX84XVmykduP9fVpg8dtdzQdg43XCZ9uoczbbgoumk2hFjIYczICD1hWsdvVnaTW5bbc Or0Xh18c7ddirDKy7xHgxuwSr4W2Sf3kY2CeWSW0kh3/d9peiZQec8iisVo553FD/TOg hVPw== X-Received: by 10.68.198.36 with SMTP id iz4mr27965312pbc.109.1398718606291; Mon, 28 Apr 2014 13:56:46 -0700 (PDT) Received: from localhost.localdomain ([184.71.161.246]) by mx.google.com with ESMTPSA id sh5sm37030952pbc.21.2014.04.28.13.56.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Apr 2014 13:56:45 -0700 (PDT) From: Jon Dufresne To: bug-gnu-emacs@gnu.org Subject: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang Date: Mon, 28 Apr 2014 13:55:57 -0700 Message-ID: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) The following recipe causes Emacs to hang 100%. 0. Start in a mercurial repository directory. 1. Run "emacs -Q -l /path/to/test.el" 2. M-x project-compile-and-visit-tags-table 3. Wait for completion. 4. M-x project-compile-and-visit-tags-table 5. Receive prompt: "Tags file /path/to/TAGS has changed, read new contents? (yes or no)" 6. Type "yes" 7. Emacs hangs, must send kill signal to close. The goal of test.el is to re-compile and visit the TAGS file while coexisting with fci-mode. If there is a better way to accomplish the same thing, I'd be interested to know. It is possible that this is a bug in fci-mode, however, it seems to me that a buggy third party script should not be capable of freezing the entire Emacs process, so I am filing it here. Removing fci-mode removes the freezing. The test.el: --- (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/")) (package-initialize) (package-refresh-contents) (package-install 'fill-column-indicator) (require 'fill-column-indicator) (setq-default fci-rule-column 80) (defun fci-mode-on () "Turn fci-mode on." (fci-mode 1)) (define-globalized-minor-mode global-fci-mode fci-mode fci-mode-on) (global-fci-mode 1) (defun project-compile-and-visit-tags-table () "Compile TAGS file at the project ROOT directory." (interactive) (let ((root (project-root))) (when root (add-hook 'compilation-finish-functions #'project-visit-tags-table) (compile (format "ctags -e -R --exclude=updates --languages=PHP -o %s %s" (concat root "TAGS") root))))) (defun project-visit-tags-table (buffer string) "Tell tags commands to use tags table at the project root." (when (string= string "finished\n") (visit-tags-table (concat (project-root) "TAGS"))) (remove-hook 'compilation-finish-functions #'project-visit-tags-table)) (defun project-root () "Return the project's root directory." (locate-dominating-file default-directory ".hg")) --- In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.8) of 2014-04-18 on buildvm-19.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11404000 System Description: Fedora release 20 (Heisenbug) Configured using: `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro '' Important settings: value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: 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 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: M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode easymenu time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-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 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 dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 10:09:05 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 14:09:05 +0000 Received: from localhost ([127.0.0.1]:45118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf8iX-0000FD-0U for submit@debbugs.gnu.org; Tue, 29 Apr 2014 10:09:05 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53349 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf8iU-0000Ex-Bc for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 10:09:03 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wf8iT-0004ke-P6; Tue, 29 Apr 2014 10:09:01 -0400 From: Glenn Morris To: Jon Dufresne Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> X-Spook: Guantanamo New World Order RSA Forte Janet Reno Nazi X-Ran: -72Af7[>!)VR6_fKhMpm"G.h7MGqhgvDu[_@N>LjwQ9|tRwLgVP)][Ln_ccyFEB/xQ[I!D X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 29 Apr 2014 10:09:01 -0400 In-Reply-To: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> (Jon Dufresne's message of "Mon, 28 Apr 2014 13:55:57 -0700") Message-ID: <8cfvkwgrcy.fsf@fencepost.gnu.org> 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: -5.7 (-----) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.7 (-----) Jon Dufresne wrote: > It is possible that this is a bug in fci-mode, however, it seems to me > that a buggy third party script should not be capable of freezing the > entire Emacs process, so I am filing it here. As a general comment, an external package can break Emacs in an infinite number of ways, including making it freeze. That's just how it is. (I haven't checked your specific issue.) From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 12:27:53 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 16:27:53 +0000 Received: from localhost ([127.0.0.1]:45279 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAsq-0000dY-0K for submit@debbugs.gnu.org; Tue, 29 Apr 2014 12:27:52 -0400 Received: from mail-qc0-f176.google.com ([209.85.216.176]:61548) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAso-0000dG-6g for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 12:27:50 -0400 Received: by mail-qc0-f176.google.com with SMTP id x13so506208qcv.7 for <17365@debbugs.gnu.org>; Tue, 29 Apr 2014 09:27:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CwLWHv0n3nhfMdH8uAaX7+hKHksuJSf+0IdA/MgtYk4=; b=uQMze+WxB8lrz5s+I+00y6avpHBI+ii67sigNV978LyuMXnFffQWydwW5C2c1kP5SI /n0GrGjMYtVjtCB/aCCVf3NdZANcClWN51EelIOtPaEEKNeaGaMGOlMPjDBfy8dbmRjQ R/ChbwmS7ZWUtdQ+hjM//cTNY1i0rHTEh5wuobQd1XPlNY6cJ2qudGvq1HfGkA9e0juu MPyTMI0vYdFJ48lzVqet1aOoQMwG0ynRZEBGdFfvGLLYU5LWRcYqVhcsoFuglKi/iysa pw274uxas3YD/q/DH7bWrY8dlviFgp2/GOCPNuZ9DzRLraUfU2OgSdVdmIAxnkVqtHQC NvqA== MIME-Version: 1.0 X-Received: by 10.140.80.40 with SMTP id b37mr489855qgd.98.1398788864628; Tue, 29 Apr 2014 09:27:44 -0700 (PDT) Received: by 10.229.10.201 with HTTP; Tue, 29 Apr 2014 09:27:44 -0700 (PDT) In-Reply-To: <8cfvkwgrcy.fsf@fencepost.gnu.org> References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <8cfvkwgrcy.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 09:27:44 -0700 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Jon Dufresne To: Glenn Morris Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) On Tue, Apr 29, 2014 at 7:09 AM, Glenn Morris wrote: > As a general comment, an external package can break Emacs in an infinite > number of ways, including making it freeze. That's just how it is. I see, and understand. I filed a ticket with the package maintainer as well which contains a bit more information: I have since tried this on trunk using the git mirror and the bug still persists. In the end, if this is a bug in fci-mode and not strictly Emacs, the package maintainer is very cooperative. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 12:29:52 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 16:29:52 +0000 Received: from localhost ([127.0.0.1]:45286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAum-0000he-5x for submit@debbugs.gnu.org; Tue, 29 Apr 2014 12:29:52 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56966 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAuj-0000hT-Rt for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 12:29:50 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WfAui-0007Dh-UI; Tue, 29 Apr 2014 12:29:49 -0400 From: Glenn Morris To: Jon Dufresne Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> X-Spook: AVIP Gazprom military CIA Janet Reno Leuken-Baden high X-Ran: mPFKh@Rr0okq:2IN5\0!j{TnA/5r/.2m[#ScD[O]*{nmtTXMm~S_Doeb;.N'vJ}cG/Gq*^ X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 29 Apr 2014 12:29:48 -0400 In-Reply-To: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> (Jon Dufresne's message of "Mon, 28 Apr 2014 13:55:57 -0700") Message-ID: <2w8uqot7yb.fsf@fencepost.gnu.org> 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: -5.7 (-----) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.7 (-----) Jon Dufresne wrote: > The following recipe causes Emacs to hang 100%. > > 0. Start in a mercurial repository directory. > 1. Run "emacs -Q -l /path/to/test.el" > 2. M-x project-compile-and-visit-tags-table > 3. Wait for completion. > 4. M-x project-compile-and-visit-tags-table > 5. Receive prompt: "Tags file /path/to/TAGS has changed, read new > contents? (yes or no)" > 6. Type "yes" > 7. Emacs hangs, must send kill signal to close. I followed the recipe, but it doesn't hang for me. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 12:32:23 2014 Received: (at control) by debbugs.gnu.org; 29 Apr 2014 16:32:23 +0000 Received: from localhost ([127.0.0.1]:45290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAxC-0000oD-U1 for submit@debbugs.gnu.org; Tue, 29 Apr 2014 12:32:23 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:57011 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfAxA-0000o1-R8 for control@debbugs.gnu.org; Tue, 29 Apr 2014 12:32:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WfAxA-0002kU-Hi for control@debbugs.gnu.org; Tue, 29 Apr 2014 12:32:20 -0400 Date: Tue, 29 Apr 2014 12:32:20 -0400 Message-Id: Subject: control message for bug 17365 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.7 (-----) forwarded 17365 https://github.com/alpaker/Fill-Column-Indicator/issues/49 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 12:48:25 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 16:48:25 +0000 Received: from localhost ([127.0.0.1]:45296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfBCi-0002Up-K2 for submit@debbugs.gnu.org; Tue, 29 Apr 2014 12:48:24 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:40229) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfBCe-0002UU-U7 for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 12:48:21 -0400 Received: by mail-qa0-f53.google.com with SMTP id i13so447807qae.26 for <17365@debbugs.gnu.org>; Tue, 29 Apr 2014 09:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iAxVgdy4M0hTtIpsUnsGiJ7JQBMpSHfaJraGYEiRS5U=; b=MJdiCQPSgG7NV0uKLMsTecGtaIZyfQYmAy06F6b+4w4nZAmpU7FZEAqUmjN51S/7eC ux7opDPBddv6qNAhf8Y67svBsLlgZx5szePGUvRALih4A0D0llICgzOuyF0MMs/JX3gs wanVKiq4QxDv6BrHFD+wC+Io4bGBzayFHRyxE3BkA6k4drVqIQ+gbwn/BxJzsb+QwTOh 3t0ZEmztk01kIYRxNGBCeaCclftuhKDKqE1e0iYStq065PjpPq8TbtzwCidrthvdizmI 6IcElqTi0jN7vjknYNyqnfqNLyaF9JeGOH0OAjBNwO/IRI1/J5zRZJ13PRv2+SNs0It/ Jabg== MIME-Version: 1.0 X-Received: by 10.140.47.206 with SMTP id m72mr550223qga.21.1398790095402; Tue, 29 Apr 2014 09:48:15 -0700 (PDT) Received: by 10.229.10.201 with HTTP; Tue, 29 Apr 2014 09:48:15 -0700 (PDT) In-Reply-To: <2w8uqot7yb.fsf@fencepost.gnu.org> References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 09:48:15 -0700 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Jon Dufresne To: Glenn Morris Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) On Tue, Apr 29, 2014 at 9:29 AM, Glenn Morris wrote: > Jon Dufresne wrote: > >> The following recipe causes Emacs to hang 100%. >> >> 0. Start in a mercurial repository directory. >> 1. Run "emacs -Q -l /path/to/test.el" >> 2. M-x project-compile-and-visit-tags-table >> 3. Wait for completion. >> 4. M-x project-compile-and-visit-tags-table >> 5. Receive prompt: "Tags file /path/to/TAGS has changed, read new >> contents? (yes or no)" >> 6. Type "yes" >> 7. Emacs hangs, must send kill signal to close. > > I followed the recipe, but it doesn't hang for me. Thanks for testing. I have since done additional testing and the recipe, as stated is insufficient. There is something specific in my working directory that is causing this issue, and just any mercurial repository won't do. I am currently trying to track down precisely what in the directory is triggering the bug. When I have additional information I will report it to this ticket. Unfortunately, I am unable to share the repository required to trigger the issue. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 14:10:58 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 18:10:58 +0000 Received: from localhost ([127.0.0.1]:45345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfCUb-0004mP-1p for submit@debbugs.gnu.org; Tue, 29 Apr 2014 14:10:57 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:47086) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfCUY-0004mD-47 for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 14:10:54 -0400 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3TIAqHi018492; Tue, 29 Apr 2014 14:10:53 -0400 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 732D1AE1F2; Tue, 29 Apr 2014 14:10:49 -0400 (EDT) From: Stefan Monnier To: Jon Dufresne Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang Message-ID: References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 14:10:49 -0400 In-Reply-To: (Jon Dufresne's message of "Tue, 29 Apr 2014 09:48:15 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4927=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4927> : inlines <789> : streams <1169254> : uri <1743933> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17365 Cc: Glenn Morris , 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (--) > I have since done additional testing and the recipe, as stated is > insufficient. There is something specific in my working directory that > is causing this issue, and just any mercurial repository won't do. I > am currently trying to track down precisely what in the directory is > triggering the bug. When I have additional information I will report > it to this ticket. Unfortunately, I am unable to share the repository > required to trigger the issue. Please (setq debug-on-event 'sigusr2) and then use "kill -USR2 " while Emacs is frozen, so as to try and get a backtrace, which will help us figure out what Emacs is doing while "frozen", Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 14:31:41 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 18:31:41 +0000 Received: from localhost ([127.0.0.1]:45363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfCof-0005N0-Cj for submit@debbugs.gnu.org; Tue, 29 Apr 2014 14:31:41 -0400 Received: from mail-qg0-f51.google.com ([209.85.192.51]:41369) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfCoc-0005Ml-Fe for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 14:31:39 -0400 Received: by mail-qg0-f51.google.com with SMTP id z60so691984qgd.10 for <17365@debbugs.gnu.org>; Tue, 29 Apr 2014 11:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ijWYSVisymHgTb+KO13bF/FSKICYgIuPj8mFOAVgb4A=; b=qrymP3TORd8IbyRjdmavAnMEjP53v2G4MqGbcjUPG4EVAIkAK7yKdU2oDYTyWDjk4H cUnNSpyRNaC9+102Q8BSHjVS8p4ZaRAVBxFWSQ79sRGwK79fg0TOdF0PGvx5urlUR9Vr J7pqWNFMengPXb8G2Kc1PyU/nMYWwJWWTiMdy6u5ZGOIvIatJpvWmeiN1S8VMG0UTUbU OTRC0IzvaElFK7lAPzTYdJ1zRk5bWL8FfT92vxLiR8l8wht4rri2F2TsL8PhzjY4F6LL f6jOp7vn5PC0Kd/Zfq5NoLXgRH/3a/grSSz40TlA1zq4XZ6Zqo24FvPQs4Eu4vJj/CWj ww9g== MIME-Version: 1.0 X-Received: by 10.224.30.70 with SMTP id t6mr44838371qac.30.1398796292638; Tue, 29 Apr 2014 11:31:32 -0700 (PDT) Received: by 10.229.10.201 with HTTP; Tue, 29 Apr 2014 11:31:32 -0700 (PDT) In-Reply-To: References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 11:31:32 -0700 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Jon Dufresne To: Stefan Monnier Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17365 Cc: Glenn Morris , 17365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) On Tue, Apr 29, 2014 at 11:10 AM, Stefan Monnier wrote: > Please (setq debug-on-event 'sigusr2) and then use "kill -USR2 " > while Emacs is frozen, so as to try and get a backtrace, which will help > us figure out what Emacs is doing while "frozen", Debugger entered--Lisp error: (quit) fci-put-overlays-region(2807 7574591) fci-redraw-region(2807 7574565 0) insert-file-contents("/home/jon/devel/erezlife/development/TAGS" t nil nil t) revert-buffer-insert-file-contents--default-function("/home/jon/devel/erezlife/development/TAGS" nil) revert-buffer--default(t t) revert-buffer(t t) tags-verify-table("/home/jon/devel/erezlife/development/TAGS") visit-tags-table-buffer("~/devel/erezlife/development/TAGS") visit-tags-table("~/devel/erezlife/development/TAGS") (progn (visit-tags-table (concat (project-root) "TAGS"))) (if (string= string "finished\n") (progn (visit-tags-table (concat (project-root) "TAGS")))) project-visit-tags-table(# "finished\n") run-hook-with-args(project-visit-tags-table # "finished\n") compilation-handle-exit(exit 0 "finished\n") compilation-sentinel(# "finished\n") From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 15:10:25 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 19:10:25 +0000 Received: from localhost ([127.0.0.1]:45394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDQ8-0007cv-Rm for submit@debbugs.gnu.org; Tue, 29 Apr 2014 15:10:25 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:52593) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDQ6-0007cf-TJ for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 15:10:23 -0400 Received: by mail-wi0-f178.google.com with SMTP id bs8so1008784wib.5 for <17365@debbugs.gnu.org>; Tue, 29 Apr 2014 12:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=V7YlraVEc4QNrTssyDd6fXfy7nLmdgU/rfW7DUWWdts=; b=Xn25VsyxFwqtfnZey1FnoMJhAIO8Q4d5IrG4Aq6RmNjWJb+HI1uhQb3n1FnwF+k83x Gdd8IwxJ5Ulw1jhXVw6iyqOdNFqt+pLX/Sz09WlTyw//GCDjkj26F+V06OJxRJHSoLXB 6S5d6MHJ6YNNeA76HnyQXAa4JH4KwQXSfnxhlch97MQ3WR+HIc1dkMzM2XZq7g5UhWe/ AQgm0rTMHbXWec5CDiWiJUwawdrrytzFMvAQK0vwnve7RXgWBvXY/oPxNuZ41NRZFIiX NopCyXeFgWLgWduJyWIzBlWzQuh8qZuLMFjgjGfb+zBwAfEOZmk1p7NZfIxMQ31sNX4R jDAw== MIME-Version: 1.0 X-Received: by 10.194.203.170 with SMTP id kr10mr1018747wjc.19.1398798617093; Tue, 29 Apr 2014 12:10:17 -0700 (PDT) Received: by 10.216.40.143 with HTTP; Tue, 29 Apr 2014 12:10:17 -0700 (PDT) In-Reply-To: References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 15:10:17 -0400 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Alp Aker To: Jon Dufresne Content-Type: multipart/alternative; boundary=047d7b6d87deaf2b0d04f8332e1b X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org, Stefan Monnier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) --047d7b6d87deaf2b0d04f8332e1b Content-Type: text/plain; charset=UTF-8 > Debugger entered--Lisp error: (quit) > > fci-put-overlays-region(2807 7574591) > fci-redraw-region(2807 7574565 0) > insert-file-contents("/home/jon/devel/erezlife/development/TAGS" t nil nil t) > revert-buffer-insert-file-contents--default-function("/home/jon/devel/erezlife/development/TAGS" > nil) > revert-buffer--default(t t) > revert-buffer(t t) I'm the author of the package in question. This is, I think, a use case I hadn't considered. Jon, could you replace the definition of fci-redraw-region with the following and try your recipe again? (defun fci-redraw-region (start end _ignored) (when (fci-get-buffer-windows t) (save-match-data (save-excursion (let ((inhibit-point-motion-hooks t)) (goto-char end) (setq end (line-beginning-position 2)) (fci-delete-overlays-region start end) (fci-put-overlays-region start end)))))) --047d7b6d87deaf2b0d04f8332e1b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
> Debugger entered--Lisp error: (quit)
>= ;
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fci-put-overlays-region(2807 757459= 1)
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fci-redraw-region(2807 7574565 0)<= br>>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 insert-file-contents("/home/jon/= devel/erezlife/development/TAGS" t nil nil t)
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 revert-buffer-insert-file-contents--defa= ult-function("/home/jon/devel/erezlife/development/TAGS"
>= =C2=A0=C2=A0=C2=A0 nil)
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 revert-buffer= --default(t t)
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 revert-buffer(t t)
=
I'm the author of the package in question.=C2=A0 This is, I t= hink, a use case I hadn't considered.

Jon, could you replace the definition of fci-redraw-region with the fol= lowing and try your recipe again?

(defun fci-redraw-region (start en= d _ignored)
=C2=A0 (when (fci-get-buffer-windows t)
=C2=A0=C2=A0=C2= =A0 (save-match-data
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (save-excursion
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 (let ((inhibit-point-motion-hooks t))
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (goto-char end)
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (setq end (line-beginning-position = 2))
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (fci-delete-o= verlays-region start end)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (fci-put-overlays-region start end))))))


--047d7b6d87deaf2b0d04f8332e1b-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 15:16:39 2014 Received: (at 17365) by debbugs.gnu.org; 29 Apr 2014 19:16:40 +0000 Received: from localhost ([127.0.0.1]:45398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDWB-0007np-5s for submit@debbugs.gnu.org; Tue, 29 Apr 2014 15:16:39 -0400 Received: from mail-qa0-f54.google.com ([209.85.216.54]:34312) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDW8-0007nV-JD for 17365@debbugs.gnu.org; Tue, 29 Apr 2014 15:16:37 -0400 Received: by mail-qa0-f54.google.com with SMTP id s7so651383qap.27 for <17365@debbugs.gnu.org>; Tue, 29 Apr 2014 12:16:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Dw4ZnfJHUvLPrHgHh2Ngo81VEPYqhg+eKXZ839YtLe4=; b=gFG3fAETfQTL/oDeIKNpqfprfnxslhXPGw0tQ3XpPHMiP13e8KVgiZ+o3S9H0dE1HI WSBO1biJYXbmskRRmVb18mk6xtXy5JlrgVBMV6g9BSpQLDMPeHE7+u86xxsig8vjV2k0 y12B0D0IMmX5tVGIbtsc3Nnt7gdf8kBIOVgX8oqlhLuCEmMIaJAeTfTLFrBgEEmLJ7HQ MCmb2OxwlRb3B+genDH19lzSVhklseahpx/HLwlBGVobBIELxONxRntvzVj9zEogH1/j PxwxWiv1/ZRZ1LAh6Xcds03TTCcGovpRrNTh/FLLO++ZmWCIVn2jMwgpspMNIulDio8n XHrQ== MIME-Version: 1.0 X-Received: by 10.140.93.42 with SMTP id c39mr1457048qge.53.1398798990961; Tue, 29 Apr 2014 12:16:30 -0700 (PDT) Received: by 10.229.10.201 with HTTP; Tue, 29 Apr 2014 12:16:30 -0700 (PDT) In-Reply-To: References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 12:16:30 -0700 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Jon Dufresne To: Alp Aker Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17365 Cc: 17365@debbugs.gnu.org, Stefan Monnier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) On Tue, Apr 29, 2014 at 12:10 PM, Alp Aker wrote: > Jon, could you replace the definition of fci-redraw-region with the > following and try your recipe again? > > (defun fci-redraw-region (start end _ignored) > (when (fci-get-buffer-windows t) > (save-match-data > (save-excursion > (let ((inhibit-point-motion-hooks t)) > (goto-char end) > (setq end (line-beginning-position 2)) > (fci-delete-overlays-region start end) > (fci-put-overlays-region start end)))))) > > This worked! After adding this function Emacs no longer hangs after entering "yes". Thank you very much for the prompt response. The full working recipe now appears as follows: --- (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/")) (package-initialize) (package-refresh-contents) (package-install 'fill-column-indicator) (setq debug-on-event 'sigusr2) (require 'fill-column-indicator) (setq-default fci-rule-column 80) (defun fci-mode-on () "Turn fci-mode on." (fci-mode 1)) (define-globalized-minor-mode global-fci-mode fci-mode fci-mode-on) (global-fci-mode 1) (defun fci-redraw-region (start end _ignored) (when (fci-get-buffer-windows t) (save-match-data (save-excursion (let ((inhibit-point-motion-hooks t)) (goto-char end) (setq end (line-beginning-position 2)) (fci-delete-overlays-region start end) (fci-put-overlays-region start end)))))) (defun project-compile-and-visit-tags-table () "Compile TAGS file at the project ROOT directory." (interactive) (let ((root (project-root))) (when root (add-hook 'compilation-finish-functions #'project-visit-tags-table) (compile (format "ctags -e -R --languages=PHP -o %s %s" (concat root "TAGS") root))))) (defun project-visit-tags-table (buffer string) "Tell tags commands to use tags table at the project root." (when (string= string "finished\n") (visit-tags-table (concat (project-root) "TAGS"))) (remove-hook 'compilation-finish-functions #'project-visit-tags-table)) (defun project-root () "Return the project's root directory." (locate-dominating-file default-directory ".hg")) --- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 15:21:40 2014 Received: (at control) by debbugs.gnu.org; 29 Apr 2014 19:21:41 +0000 Received: from localhost ([127.0.0.1]:45414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDb2-0007xZ-Ax for submit@debbugs.gnu.org; Tue, 29 Apr 2014 15:21:40 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:60307 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfDb0-0007xS-Vr for control@debbugs.gnu.org; Tue, 29 Apr 2014 15:21:39 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WfDb0-0000oK-Li for control@debbugs.gnu.org; Tue, 29 Apr 2014 15:21:38 -0400 Date: Tue, 29 Apr 2014 15:21:38 -0400 Message-Id: Subject: control message for bug 17365 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.7 (-----) close 17365 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 29 16:38:18 2014 Received: (at 17365-done) by debbugs.gnu.org; 29 Apr 2014 20:38:18 +0000 Received: from localhost ([127.0.0.1]:45552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfEnC-0002rq-0u for submit@debbugs.gnu.org; Tue, 29 Apr 2014 16:38:18 -0400 Received: from mail-we0-f179.google.com ([74.125.82.179]:51356) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WfEn8-0002ra-2T for 17365-done@debbugs.gnu.org; Tue, 29 Apr 2014 16:38:14 -0400 Received: by mail-we0-f179.google.com with SMTP id x48so778200wes.10 for <17365-done@debbugs.gnu.org>; Tue, 29 Apr 2014 13:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jiMp8jRfhfPYA9XJfdb+QXS9FHrbHwcUSF7rbadbrmY=; b=OSU0MvbywF0SbKfjTmt+RRpwYfLpNbbmQjVuCrZhauIRCjLNfV3IKSc76qA9E9fo1o ao2ICqjFqaqKUuxktHQGZm16BL5thYYKhMH2Ngc43yzlXs4xfpb0qGCBuIw9UR89zp1W EyeZROH4BpNMdM4qDxl0NvzLFC6KJNNoG9Sewcc6hkY9qRguTBX1L/XarRpH0woyh15y GFP5c9m0/AY1vJelWSORjhNsUeqaGgyzu+hC7cg5E87cV09m4ODYNt++RkS6IuORhVRB 6vZQZeMd499acw6zHRSMQzSt9xD6UL+G/a80z50w06V3YfakhNJx1XuBd7Wa8T0iRvw/ a2BA== MIME-Version: 1.0 X-Received: by 10.194.59.43 with SMTP id w11mr1299911wjq.65.1398803888052; Tue, 29 Apr 2014 13:38:08 -0700 (PDT) Received: by 10.216.40.143 with HTTP; Tue, 29 Apr 2014 13:38:08 -0700 (PDT) In-Reply-To: References: <87lhupxjfm.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> <2w8uqot7yb.fsf@fencepost.gnu.org> Date: Tue, 29 Apr 2014 16:38:08 -0400 Message-ID: Subject: Re: bug#17365: 24.3; Visiting tags table in combination with fill column indicator causes Emacs to hang From: Alp Aker To: Jon Dufresne Content-Type: multipart/alternative; boundary=047d7bacb5b8dba05604f83468ca X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17365-done Cc: Stefan Monnier , 17365-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) --047d7bacb5b8dba05604f83468ca Content-Type: text/plain; charset=UTF-8 > This worked! After adding this function Emacs no longer hangs after > entering "yes". Great. I'll follow up later with a real fix on the package's buglist (since this isn't an Emacs bug). Closing this. --047d7bacb5b8dba05604f83468ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
> This worked! After adding this function Emacs no= longer hangs after
> entering "yes".

Great.= =C2=A0 I'll follow up later with a real fix on the package's buglis= t (since this isn't an Emacs bug).

Closing this.
--047d7bacb5b8dba05604f83468ca-- From unknown Fri Jun 20 20:13:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 May 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator