From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 06:38:53 2014 Received: (at submit) by debbugs.gnu.org; 10 Oct 2014 10:38:53 +0000 Received: from localhost ([127.0.0.1]:39743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcXaz-0003Wt-S9 for submit@debbugs.gnu.org; Fri, 10 Oct 2014 06:38:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45343) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcXaq-0003WA-5J for submit@debbugs.gnu.org; Fri, 10 Oct 2014 06:38:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcXai-0008G8-Iv for submit@debbugs.gnu.org; Fri, 10 Oct 2014 06:38:39 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcXai-0008G1-Fu for submit@debbugs.gnu.org; Fri, 10 Oct 2014 06:38:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcXac-0004if-2e for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 06:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcXaV-0008CN-MY for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 06:38:26 -0400 Received: from coral.adamspiers.org ([85.119.82.20]:45856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcXaV-0008C8-66 for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 06:38:19 -0400 Received: from localhost (243.103.2.81.in-addr.arpa [81.2.103.243]) by coral.adamspiers.org (Postfix) with ESMTPSA id B5F0F2E003; Fri, 10 Oct 2014 11:38:16 +0100 (BST) From: Adam Spiers To: bug-gnu-emacs@gnu.org Subject: 24.3; auto-revert-buffers tries to cancel nil timer Date: Fri, 10 Oct 2014 11:38:16 +0100 Message-ID: <874mvc1a7b.fsf@pacific.linksys.moosehall> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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 (----) I started up emacs and got an "Invalid timer" error. It seems to have been introduced since I explicitly saved setting the custom variable `magit-diff-refine-hunk' to `nil'. If I remove the customization, the problem vanishes, despite the default also being `nil'. Maybe I'm misunderstanding something but it seems to me from the backtrace below (obtained via --debug-init) that magit is not the culprit, and auto-revert-buffers should check it has a valid timer to cancel, before attempting to cancel it. This conviction is strengthened by showing that the same problem is reproducible via `emacs -Q': M-x load-library autorevert M-: (auto-revert-buffers) however I thought it more informative to include here the real-world scenario which triggered it: Debugger entered--Lisp error: (error "Invalid timer") signal(error ("Invalid timer")) error("Invalid timer") cancel-timer(nil) auto-revert-buffers() magit-refresh-all() magit-set-variable-and-refresh(magit-diff-refine-hunk nil) custom-theme-recalc-variable(magit-diff-refine-hunk) ad-Orig-enable-theme(user) enable-theme(user) ad-Orig-enable-theme(smart-mode-line-light) enable-theme(smart-mode-line-light) load-theme(smart-mode-line-light nil) sml/apply-theme(light nil :silent) sml/setup() (progn (sml/setup) (if (version<= emacs-version "24.3") (progn (if (member mode-line-front-space mode-line-format) nil (setq-default mode-line-format (cons mode-line-front-space mode-line-format)))))) (if (not (require (quote smart-mode-line) nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if (version<= emacs-version "24.3") (progn (if (member mode-line-front-space mode-line-format) nil (setq-default mode-line-format (cons mode-line-front-space mode-line-format)))))) t) (if use-package-verbose (let ((now (current-time))) (message "%s..." "Loading package smart-mode-line") (prog1 (progn (if (not (require (quote smart-mode-line) nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if (version<= emacs-version "24.3") (progn ...))) t)) (let ((elapsed (float-time (time-subtract ... now)))) (if (> elapsed 0.01) (message "%s...done (%.3fs)" "Loading package smart-mode-line" elapsed) (message "%s...done" "Loading package smart-mode-line"))))) (if (not (require (quote smart-mode-line) nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if (version<= emacs-version "24.3") (progn (if (member mode-line-front-space mode-line-format) nil (setq-default mode-line-format (cons mode-line-front-space mode-line-format)))))) t)) (if (and t t) (if use-package-verbose (let ((now (current-time))) (message "%s..." "Loading package smart-mode-line") (prog1 (progn (if (not (require ... nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if ... ...)) t)) (let ((elapsed (float-time ...))) (if (> elapsed 0.01) (message "%s...done (%.3fs)" "Loading package smart-mode-line" elapsed) (message "%s...done" "Loading package smart-mode-line"))))) (if (not (require (quote smart-mode-line) nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if (version<= emacs-version "24.3") (progn (if (member mode-line-front-space mode-line-format) nil (setq-default mode-line-format ...))))) t))) (progn nil (progn (if (and (boundp (quote byte-compile-current-file)) byte-compile-current-file) (progn (require (quote smart-mode-line) nil t)))) (if (and t t) (if use-package-verbose (let ((now (current-time))) (message "%s..." "Loading package smart-mode-line") (prog1 (progn (if (not ...) (message "Could not load package %s" "smart-mode-line") nil nil (progn ... ...) t)) (let ((elapsed ...)) (if (> elapsed 0.01) (message "%s...done (%.3fs)" "Loading package smart-mode-line" elapsed) (message "%s...done" "Loading package smart-mode-line"))))) (if (not (require (quote smart-mode-line) nil t)) (message "Could not load package %s" "smart-mode-line") nil nil (progn (sml/setup) (if (version<= emacs-version "24.3") (progn (if ... nil ...)))) t)))) eval-buffer(# nil "/home/adam/.emacs.d/init.d/as-smart-mode-line.el" nil t) ; Reading at buffer position 346 load-with-code-conversion("/home/adam/.emacs.d/init.d/as-smart-mode-line.el" "/home/adam/.emacs.d/init.d/as-smart-mode-line.el" nil nil) load("/home/adam/.emacs.d/init.d/as-smart-mode-line") (while --dolist-tail-- (setq hook (car --dolist-tail--)) (as-progress "loading %s... " (abbreviate-file-name hook)) (load hook) (as-progress "loading %s... done" (abbreviate-file-name hook)) (setq --dolist-tail-- (cdr --dolist-tail--))) (let ((--dolist-tail-- (as-find-hooks hook-name)) hook) (while --dolist-tail-- (setq hook (car --dolist-tail--)) (as-progress "loading %s... " (abbreviate-file-name hook)) (load hook) (as-progress "loading %s... done" (abbreviate-file-name hook)) (setq --dolist-tail-- (cdr --dolist-tail--)))) (progn (let ((--dolist-tail-- (as-find-hooks hook-name)) hook) (while --dolist-tail-- (setq hook (car --dolist-tail--)) (as-progress "loading %s... " (abbreviate-file-name hook)) (load hook) (as-progress "loading %s... done" (abbreviate-file-name hook)) (setq --dolist-tail-- (cdr --dolist-tail--))))) as-load-hooks(".emacs.d/init.d") eval-buffer(# nil "/home/adam/.emacs" nil t) ; Reading at buffer position 1421 load-with-code-conversion("/home/adam/.emacs" "/home/adam/.emacs" t t) load("~/.emacs" t t) #[0 "[raw byte code snipped]" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]() command-line() normal-top-level() In GNU Emacs 24.3.1 (x86_64-suse-linux-gnu, GTK+ Version 3.10.4) of 2014-01-23 on cloud107 Windowing system distributor `The X.Org Foundation', version 11.0.11403901 System Description: openSUSE 13.1 (Bottle) (x86_64) Configured using: `configure '--with-pop' '--without-hesiod' '--with-kerberos' '--with-kerberos5' '--with-xim' '--with-wide-int' '--enable-autodepend' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--with-x' '--with-sound' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-rsvg' '--with-dbus' '--without-gpm' '--with-x-toolkit=gtk3' '--x-includes=/usr/include' '--x-libraries=/usr/lib64' '--with-xft' '--with-libotf' '--with-m17n-flt' '--build=x86_64-suse-linux' 'build_alias=x86_64-suse-linux' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -D_GNU_SOURCE -std=gnu89 -pipe -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label -Wno-unprototyped-calls -fno-optimize-sibling-calls -DSYSTEM_PURESIZE_EXTRA=55000 -DSITELOAD_PURESIZE_EXTRA=10000 ' 'LDFLAGS=-Wl,-O2 -Wl,--hash-size=65521'' Important settings: value of $LC_CTYPE: en_GB.utf8 value of $LC_NUMERIC: POSIX value of $LANG: en_GB.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: global-edit-server-edit-mode: t shell-dirtrack-mode: t diff-auto-refine-mode: t recentf-mode: t projectile-global-mode: t projectile-mode: t ido-ubiquitous-mode: t guide-key-mode: t global-whitespace-mode: t flx-ido-mode: t display-time-mode: t ido-vertical-mode: t ido-everywhere: t global-auto-complete-mode: t override-global-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x o M-x r e p o r t b u g Recent messages: Could not load package rsense Loading /home/adam/.emacs.d/init.d/as-ruby.el (source)...done [+8.781] ~/.emacs: loading (~/.emacs.d/init.d/as-ruby)... done [+8.782] ~/.emacs: loading (~/.emacs.d/init.d/as-shell)... Loading /home/adam/.emacs.d/init.d/as-shell.el (source)...done [+8.783] ~/.emacs: loading (~/.emacs.d/init.d/as-shell)... done [+8.783] ~/.emacs: loading (~/.emacs.d/init.d/as-smart-mode-line)... Loading /home/adam/.emacs.d/init.d/as-smart-mode-line.el (source)... ido-vertical-mode has been enabled Entering debugger... Load-path shadows: /home/adam/.emacs.d/el-get/package/elpa/el-x-20140111.1401/el-x hides /home/adam/.emacs.d/el-get/el-x/lisp/el-x /home/adam/.emacs.d/el-get/package/elpa/el-x-20140111.1401/dflet hides /home/adam/.emacs.d/el-get/el-x/lisp/dflet /home/adam/.emacs.d/el-get/package/elpa/el-x-20140111.1401/subr-compat hides /home/adam/.emacs.d/el-get/el-x/lisp/subr-compat /home/adam/.emacs.d/el-get/package/elpa/popwin-20130329.435/popwin hides /home/adam/.emacs.d/el-get/popwin/popwin /home/adam/.emacs.d/el-get/flx-ido/flx-ido hides /home/adam/.emacs.d/el-get/flx/flx-ido /home/adam/.emacs.d/el-get/org-mode/lisp/org-loaddefs hides /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-loaddefs /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/rectangular-region-mode hides /home/adam/.emacs.d/el-get/multiple-cursors/rectangular-region-mode /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/multiple-cursors hides /home/adam/.emacs.d/el-get/multiple-cursors/multiple-cursors /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/multiple-cursors-core hides /home/adam/.emacs.d/el-get/multiple-cursors/multiple-cursors-core /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/mc-mark-more hides /home/adam/.emacs.d/el-get/multiple-cursors/mc-mark-more /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/mc-separate-operations hides /home/adam/.emacs.d/el-get/multiple-cursors/mc-separate-operations /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/mc-mark-pop hides /home/adam/.emacs.d/el-get/multiple-cursors/mc-mark-pop /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/multiple-cursors-pkg hides /home/adam/.emacs.d/el-get/multiple-cursors/multiple-cursors-pkg /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/mc-edit-lines hides /home/adam/.emacs.d/el-get/multiple-cursors/mc-edit-lines /home/adam/.emacs.d/el-get/package/elpa/multiple-cursors-20140418.815/mc-cycle-cursors hides /home/adam/.emacs.d/el-get/multiple-cursors/mc-cycle-cursors /home/adam/.emacs.d/el-get/package/elpa/markdown-mode-20131210.700/markdown-mode hides /home/adam/.emacs.d/el-get/markdown-mode/markdown-mode /home/adam/.emacs.d/el-get/package/elpa/magit-20140224.507/magit-wip hides /home/adam/.emacs.d/el-get/magit/magit-wip /home/adam/.emacs.d/el-get/package/elpa/magit-20140224.507/magit hides /home/adam/.emacs.d/el-get/magit/magit /home/adam/.emacs.d/el-get/package/elpa/magit-20140224.507/magit-blame hides /home/adam/.emacs.d/el-get/magit/magit-blame /home/adam/.emacs.d/el-get/package/elpa/magit-20140224.507/magit-key-mode hides /home/adam/.emacs.d/el-get/magit/magit-key-mode /home/adam/.emacs.d/el-get/package/elpa/magit-20140224.507/magit-autoloads hides /home/adam/.emacs.d/el-get/magit/magit-autoloads /home/adam/.emacs.d/el-get/org-mode/.dir-locals hides /home/adam/.emacs.d/el-get/js2-mode/.dir-locals /home/adam/.emacs.d/el-get/package/elpa/git-commit-mode-20140125.1553/git-commit-mode hides /home/adam/.emacs.d/el-get/git-modes/git-commit-mode /home/adam/.emacs.d/el-get/package/elpa/git-rebase-mode-20140220.1417/git-rebase-mode hides /home/adam/.emacs.d/el-get/git-modes/git-rebase-mode /home/adam/.emacs.d/el-get/package/elpa/edit-server-20131108.812/edit-server hides /home/adam/.emacs.d/el-get/edit-server/edit-server /home/adam/.emacs.d/el-get/flx/flx hides /home/adam/.emacs.d/elpa/flx-20130728.820/flx /home/adam/.emacs.d/el-get/org-mode/.dir-locals hides /home/adam/.emacs.d/el-get/el-get/.dir-locals /home/adam/.emacs.d/el-get/org-mode/lisp/org-w3m hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-w3m /home/adam/.emacs.d/el-get/org-mode/lisp/ox-ascii hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-ascii /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-download hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-download /home/adam/.emacs.d/el-get/org-mode/lisp/ox-html hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-html /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-annotate-file hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-annotate-file /home/adam/.emacs.d/el-get/org-mode/lisp/ob-table hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-table /home/adam/.emacs.d/el-get/org-mode/lisp/ox-org hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-org /home/adam/.emacs.d/el-get/org-mode/lisp/org-bbdb hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-bbdb /home/adam/.emacs.d/el-get/org-mode/lisp/ob-latex hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-latex /home/adam/.emacs.d/el-get/org-mode/lisp/ob-matlab hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-matlab /home/adam/.emacs.d/el-get/org-mode/lisp/org-loaddefs hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-loaddefs /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sass hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-sass /home/adam/.emacs.d/el-get/org-mode/lisp/org-element hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-element /home/adam/.emacs.d/el-get/org-mode/lisp/org-table hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-table /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-tcl hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-tcl /home/adam/.emacs.d/el-get/org-mode/lisp/ob-eval hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-eval /home/adam/.emacs.d/el-get/org-mode/lisp/ob-awk hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-awk /home/adam/.emacs.d/el-get/org-mode/lisp/ob-groovy hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-groovy /home/adam/.emacs.d/el-get/org-mode/lisp/ob-java hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-java /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-collector hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-collector /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-eval hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-eval /home/adam/.emacs.d/el-get/org-mode/lisp/ob hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob /home/adam/.emacs.d/el-get/org-mode/lisp/org-mobile hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mobile /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-panel hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-panel /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ref hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ref /home/adam/.emacs.d/el-get/org-mode/lisp/org-inlinetask hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-inlinetask /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ledger hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ledger /home/adam/.emacs.d/el-get/org-mode/lisp/ob-haskell hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-haskell /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-invoice hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-invoice /home/adam/.emacs.d/el-get/org-mode/lisp/ob-maxima hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-maxima /home/adam/.emacs.d/el-get/org-mode/lisp/ob-scala hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-scala /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-koma-letter hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-koma-letter /home/adam/.emacs.d/el-get/org-mode/lisp/ob-gnuplot hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-gnuplot /home/adam/.emacs.d/el-get/org-mode/lisp/org-attach hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-attach /home/adam/.emacs.d/el-get/org-mode/lisp/org-eshell hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-eshell /home/adam/.emacs.d/el-get/org-mode/lisp/org-docview hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-docview /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-toc hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-toc /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-wl hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-wl /home/adam/.emacs.d/el-get/org-mode/lisp/ob-fortran hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-fortran /home/adam/.emacs.d/el-get/org-mode/lisp/org-capture hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-capture /home/adam/.emacs.d/el-get/org-mode/lisp/org-list hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-list /home/adam/.emacs.d/el-get/org-mode/lisp/org-gnus hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-gnus /home/adam/.emacs.d/el-get/org-mode/lisp/org-colview hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-colview /home/adam/.emacs.d/el-get/org-mode/lisp/ox-odt hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-odt /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-colview-xemacs hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-colview-xemacs /home/adam/.emacs.d/el-get/org-mode/lisp/ob-emacs-lisp hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-emacs-lisp /home/adam/.emacs.d/el-get/org-mode/lisp/org-irc hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-irc /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-gfm hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-gfm /home/adam/.emacs.d/el-get/org-mode/lisp/ox-md hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-md /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-screenshot hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-screenshot /home/adam/.emacs.d/el-get/org-mode/lisp/org-faces hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-faces /home/adam/.emacs.d/el-get/org-mode/lisp/ox-beamer hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-beamer /home/adam/.emacs.d/el-get/org-mode/lisp/ob-shell hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-shell /home/adam/.emacs.d/el-get/org-mode/lisp/ob-makefile hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-makefile /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-bibtex hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-bibtex /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-choose hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-choose /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ocaml hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ocaml /home/adam/.emacs.d/el-get/org-mode/lisp/org-habit hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-habit /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-bibtex-extras hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-bibtex-extras /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lob hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-lob /home/adam/.emacs.d/el-get/org-mode/lisp/ob-asymptote hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-asymptote /home/adam/.emacs.d/el-get/org-mode/lisp/ox hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox /home/adam/.emacs.d/el-get/org-mode/lisp/org-feed hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-feed /home/adam/.emacs.d/el-get/org-mode/lisp/ox-man hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-man /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-drill hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-drill /home/adam/.emacs.d/el-get/org-mode/lisp/ox-publish hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-publish /home/adam/.emacs.d/el-get/org-mode/lisp/ob-plantuml hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-plantuml /home/adam/.emacs.d/el-get/org-mode/lisp/ob-calc hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-calc /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-interactive-query hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-interactive-query /home/adam/.emacs.d/el-get/org-mode/lisp/org-mouse hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mouse /home/adam/.emacs.d/el-get/org-mode/lisp/ob-js hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-js /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-jira hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-jira /home/adam/.emacs.d/el-get/org-mode/lisp/org-compat hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-compat /home/adam/.emacs.d/el-get/org-mode/lisp/ob-css hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-css /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-expiry hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-expiry /home/adam/.emacs.d/el-get/org-mode/lisp/org-crypt hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-crypt /home/adam/.emacs.d/el-get/org-mode/lisp/org-protocol hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-protocol /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lilypond hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-lilypond /home/adam/.emacs.d/el-get/org-mode/lisp/org-mhe hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mhe /home/adam/.emacs.d/el-get/org-mode/lisp/ob-tangle hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-tangle /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-wikinodes hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-wikinodes /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sql hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-sql /home/adam/.emacs.d/el-get/org-mode/lisp/ob-clojure hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-clojure /home/adam/.emacs.d/el-get/org-mode/lisp/org-entities hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-entities /home/adam/.emacs.d/el-get/org-mode/lisp/ox-icalendar hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-icalendar /home/adam/.emacs.d/el-get/org-mode/lisp/ob-octave hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-octave /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-mathomatic hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-mathomatic /home/adam/.emacs.d/el-get/org-mode/lisp/ob-coq hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-coq /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ruby hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ruby /home/adam/.emacs.d/el-get/org-mode/lisp/ox-texinfo hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-texinfo /home/adam/.emacs.d/el-get/org-mode/lisp/ob-exp hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-exp /home/adam/.emacs.d/el-get/org-mode/lisp/org-id hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-id /home/adam/.emacs.d/el-get/org-mode/lisp/org-timer hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-timer /home/adam/.emacs.d/el-get/org-mode/lisp/org-archive hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-archive /home/adam/.emacs.d/el-get/org-mode/lisp/ob-R hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-R /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-git-link hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-git-link /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-contacts hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-contacts /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-fomus hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-fomus /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ebnf hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ebnf /home/adam/.emacs.d/el-get/org-mode/lisp/org-src hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-src /home/adam/.emacs.d/el-get/org-mode/lisp/org-pcomplete hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-pcomplete /home/adam/.emacs.d/el-get/org-mode/lisp/ob-mscgen hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-mscgen /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-eukleides hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-eukleides /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-deck hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-deck /home/adam/.emacs.d/el-get/org-mode/lisp/org-agenda hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-agenda /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/htmlize hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/htmlize /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-eval-light hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-eval-light /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-vm hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-vm /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lisp hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-lisp /home/adam/.emacs.d/el-get/org-mode/lisp/ob-abc hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-abc /home/adam/.emacs.d/el-get/org-mode/lisp/ob-perl hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-perl /home/adam/.emacs.d/el-get/org-mode/lisp/org-bibtex hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-bibtex /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-taskjuggler hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-taskjuggler /home/adam/.emacs.d/el-get/org-mode/lisp/org-ctags hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-ctags /home/adam/.emacs.d/el-get/org-mode/lisp/org-clock hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-clock /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mew hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mew /home/adam/.emacs.d/el-get/org-mode/lisp/ob-comint hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-comint /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-license hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-license /home/adam/.emacs.d/el-get/org-mode/lisp/ob-screen hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-screen /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mime hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mime /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-s5 hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-s5 /home/adam/.emacs.d/el-get/org-mode/lisp/ob-dot hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-dot /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-registry hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-registry /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-velocity hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-velocity /home/adam/.emacs.d/el-get/org-mode/lisp/ob-keys hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-keys /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-oz hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-oz /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-rss hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-rss /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-secretary hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-secretary /home/adam/.emacs.d/el-get/org-mode/lisp/ob-C hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-C /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-static-mathjax hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-static-mathjax /home/adam/.emacs.d/el-get/org-mode/lisp/ob-io hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-io /home/adam/.emacs.d/el-get/org-mode/lisp/ob-J hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-J /home/adam/.emacs.d/el-get/org-mode/lisp/org-plot hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-plot /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mac-link hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mac-link /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-checklist hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-checklist /home/adam/.emacs.d/el-get/org-mode/lisp/org-macs hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-macs /home/adam/.emacs.d/el-get/org-mode/lisp/ob-shen hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-shen /home/adam/.emacs.d/el-get/org-mode/lisp/ob-core hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-core /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-track hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-track /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ditaa hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-ditaa /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-ebib hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-ebib /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-man hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-man /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sqlite hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-sqlite /home/adam/.emacs.d/el-get/org-mode/lisp/org-macro hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-macro /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mairix hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mairix /home/adam/.emacs.d/el-get/org-mode/lisp/ob-picolisp hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-picolisp /home/adam/.emacs.d/el-get/org-mode/lisp/ox-latex hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-latex /home/adam/.emacs.d/el-get/org-mode/lisp/org-datetree hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-datetree /home/adam/.emacs.d/el-get/org-mode/lisp/org-footnote hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-footnote /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-depend hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-depend /home/adam/.emacs.d/el-get/org-mode/lisp/ob-org hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-org /home/adam/.emacs.d/el-get/org-mode/lisp/org hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-confluence hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-confluence /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-notmuch hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-notmuch /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-index hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-index /home/adam/.emacs.d/el-get/org-mode/lisp/org-version hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-version /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-julia hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-julia /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/orgtbl-sqlinsert hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/orgtbl-sqlinsert /home/adam/.emacs.d/el-get/org-mode/lisp/org-install hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-install /home/adam/.emacs.d/el-get/org-mode/lisp/ob-python hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-python /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-extra hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-extra /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-screen hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-screen /home/adam/.emacs.d/el-get/org-mode/lisp/org-rmail hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-rmail /home/adam/.emacs.d/el-get/org-mode/lisp/ob-scheme hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-scheme /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-elisp-symbol hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-elisp-symbol /home/adam/.emacs.d/el-get/org-mode/lisp/org-indent hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-indent /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-effectiveness hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-effectiveness /home/adam/.emacs.d/el-get/org-mode/lisp/org-info hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-info /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-bullets hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-bullets /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-sudoku hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-sudoku /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-contribdir hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-contribdir /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mac-iCal hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-mac-iCal /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-freemind hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-freemind /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-passwords hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-passwords /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-learn hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-learn /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ox-groff hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ox-groff /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-notify hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-notify /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/ob-stata hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/ob-stata /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-bookmark hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/pre/org-bookmark /usr/share/emacs/site-lisp/lilypond-init hides /usr/share/emacs/site-lisp/site-start.d/lilypond-init /home/adam/.emacs.d/el-get/python/python hides /usr/share/emacs/24.3/lisp/progmodes/python /home/adam/.emacs.d/el-get/org-mode/lisp/ob-maxima hides /usr/share/emacs/24.3/lisp/org/ob-maxima /home/adam/.emacs.d/el-get/org-mode/lisp/ob-C hides /usr/share/emacs/24.3/lisp/org/ob-C /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ref hides /usr/share/emacs/24.3/lisp/org/ob-ref /home/adam/.emacs.d/el-get/org-mode/lisp/org-plot hides /usr/share/emacs/24.3/lisp/org/org-plot /home/adam/.emacs.d/el-get/org-mode/lisp/org-datetree hides /usr/share/emacs/24.3/lisp/org/org-datetree /home/adam/.emacs.d/el-get/org-mode/lisp/org-clock hides /usr/share/emacs/24.3/lisp/org/org-clock /home/adam/.emacs.d/el-get/org-mode/lisp/org-info hides /usr/share/emacs/24.3/lisp/org/org-info /home/adam/.emacs.d/el-get/org-mode/lisp/org-crypt hides /usr/share/emacs/24.3/lisp/org/org-crypt /home/adam/.emacs.d/el-get/org-mode/lisp/org-entities hides /usr/share/emacs/24.3/lisp/org/org-entities /home/adam/.emacs.d/el-get/org-mode/lisp/org-w3m hides /usr/share/emacs/24.3/lisp/org/org-w3m /home/adam/.emacs.d/el-get/org-mode/lisp/org-pcomplete hides /usr/share/emacs/24.3/lisp/org/org-pcomplete /home/adam/.emacs.d/el-get/org-mode/lisp/org-colview hides /usr/share/emacs/24.3/lisp/org/org-colview /home/adam/.emacs.d/el-get/org-mode/lisp/ob-exp hides /usr/share/emacs/24.3/lisp/org/ob-exp /home/adam/.emacs.d/el-get/org-mode/lisp/ob-matlab hides /usr/share/emacs/24.3/lisp/org/ob-matlab /home/adam/.emacs.d/el-get/org-mode/lisp/org-macs hides /usr/share/emacs/24.3/lisp/org/org-macs /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sqlite hides /usr/share/emacs/24.3/lisp/org/ob-sqlite /home/adam/.emacs.d/el-get/org-mode/lisp/org-archive hides /usr/share/emacs/24.3/lisp/org/org-archive /home/adam/.emacs.d/el-get/org-mode/lisp/org-mhe hides /usr/share/emacs/24.3/lisp/org/org-mhe /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lisp hides /usr/share/emacs/24.3/lisp/org/ob-lisp /home/adam/.emacs.d/el-get/org-mode/lisp/ob-js hides /usr/share/emacs/24.3/lisp/org/ob-js /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ditaa hides /usr/share/emacs/24.3/lisp/org/ob-ditaa /home/adam/.emacs.d/el-get/org-mode/lisp/ob-comint hides /usr/share/emacs/24.3/lisp/org/ob-comint /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ocaml hides /usr/share/emacs/24.3/lisp/org/ob-ocaml /home/adam/.emacs.d/el-get/org-mode/lisp/ob-dot hides /usr/share/emacs/24.3/lisp/org/ob-dot /home/adam/.emacs.d/el-get/org-mode/lisp/ob-eval hides /usr/share/emacs/24.3/lisp/org/ob-eval /home/adam/.emacs.d/el-get/org-mode/lisp/org-table hides /usr/share/emacs/24.3/lisp/org/org-table /home/adam/.emacs.d/el-get/org-mode/lisp/ob-latex hides /usr/share/emacs/24.3/lisp/org/ob-latex /home/adam/.emacs.d/el-get/org-mode/lisp/org-id hides /usr/share/emacs/24.3/lisp/org/org-id /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ledger hides /usr/share/emacs/24.3/lisp/org/ob-ledger /home/adam/.emacs.d/el-get/org-mode/lisp/ob-emacs-lisp hides /usr/share/emacs/24.3/lisp/org/ob-emacs-lisp /home/adam/.emacs.d/el-get/org-mode/lisp/org-agenda hides /usr/share/emacs/24.3/lisp/org/org-agenda /home/adam/.emacs.d/el-get/org-mode/lisp/ob-scala hides /usr/share/emacs/24.3/lisp/org/ob-scala /home/adam/.emacs.d/el-get/org-mode/lisp/ob-css hides /usr/share/emacs/24.3/lisp/org/ob-css /home/adam/.emacs.d/el-get/org-mode/lisp/org-timer hides /usr/share/emacs/24.3/lisp/org/org-timer /home/adam/.emacs.d/el-get/org-mode/lisp/ob-java hides /usr/share/emacs/24.3/lisp/org/ob-java /home/adam/.emacs.d/el-get/org-mode/lisp/org-protocol hides /usr/share/emacs/24.3/lisp/org/org-protocol /home/adam/.emacs.d/el-get/org-mode/lisp/org-faces hides /usr/share/emacs/24.3/lisp/org/org-faces /home/adam/.emacs.d/el-get/org-mode/lisp/ob-picolisp hides /usr/share/emacs/24.3/lisp/org/ob-picolisp /home/adam/.emacs.d/el-get/org-mode/lisp/org-gnus hides /usr/share/emacs/24.3/lisp/org/org-gnus /home/adam/.emacs.d/el-get/org-mode/lisp/org hides /usr/share/emacs/24.3/lisp/org/org /home/adam/.emacs.d/el-get/org-mode/lisp/org-habit hides /usr/share/emacs/24.3/lisp/org/org-habit /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sql hides /usr/share/emacs/24.3/lisp/org/ob-sql /home/adam/.emacs.d/el-get/org-mode/lisp/ob-awk hides /usr/share/emacs/24.3/lisp/org/ob-awk /home/adam/.emacs.d/el-get/org-mode/lisp/org-docview hides /usr/share/emacs/24.3/lisp/org/org-docview /home/adam/.emacs.d/el-get/org-mode/lisp/org-eshell hides /usr/share/emacs/24.3/lisp/org/org-eshell /home/adam/.emacs.d/el-get/org-mode/lisp/ob-plantuml hides /usr/share/emacs/24.3/lisp/org/ob-plantuml /home/adam/.emacs.d/el-get/org-mode/lisp/org-rmail hides /usr/share/emacs/24.3/lisp/org/org-rmail /home/adam/.emacs.d/el-get/org-mode/lisp/ob-R hides /usr/share/emacs/24.3/lisp/org/ob-R /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lilypond hides /usr/share/emacs/24.3/lisp/org/ob-lilypond /home/adam/.emacs.d/el-get/org-mode/lisp/ob-clojure hides /usr/share/emacs/24.3/lisp/org/ob-clojure /home/adam/.emacs.d/el-get/org-mode/lisp/org-irc hides /usr/share/emacs/24.3/lisp/org/org-irc /home/adam/.emacs.d/el-get/org-mode/lisp/ob-calc hides /usr/share/emacs/24.3/lisp/org/ob-calc /home/adam/.emacs.d/el-get/org-mode/lisp/org-src hides /usr/share/emacs/24.3/lisp/org/org-src /home/adam/.emacs.d/el-get/org-mode/lisp/ob-asymptote hides /usr/share/emacs/24.3/lisp/org/ob-asymptote /home/adam/.emacs.d/el-get/org-mode/lisp/org-ctags hides /usr/share/emacs/24.3/lisp/org/org-ctags /home/adam/.emacs.d/el-get/org-mode/lisp/org-element hides /usr/share/emacs/24.3/lisp/org/org-element /home/adam/.emacs.d/el-get/org-mode/lisp/ob-keys hides /usr/share/emacs/24.3/lisp/org/ob-keys /home/adam/.emacs.d/el-get/org-mode/lisp/ob-sass hides /usr/share/emacs/24.3/lisp/org/ob-sass /home/adam/.emacs.d/el-get/org-mode/lisp/org-list hides /usr/share/emacs/24.3/lisp/org/org-list /home/adam/.emacs.d/el-get/org-mode/lisp/org-capture hides /usr/share/emacs/24.3/lisp/org/org-capture /home/adam/.emacs.d/el-get/org-mode/lisp/org-bibtex hides /usr/share/emacs/24.3/lisp/org/org-bibtex /home/adam/.emacs.d/el-get/org-mode/lisp/ob-org hides /usr/share/emacs/24.3/lisp/org/ob-org /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-vm hides /usr/share/emacs/24.3/lisp/org/org-vm /home/adam/.emacs.d/el-get/org-mode/lisp/ob-perl hides /usr/share/emacs/24.3/lisp/org/ob-perl /home/adam/.emacs.d/el-get/org-mode/lisp/ob-haskell hides /usr/share/emacs/24.3/lisp/org/ob-haskell /home/adam/.emacs.d/el-get/org-mode/lisp/org-loaddefs hides /usr/share/emacs/24.3/lisp/org/org-loaddefs /home/adam/.emacs.d/el-get/org-mode/lisp/org-indent hides /usr/share/emacs/24.3/lisp/org/org-indent /home/adam/.emacs.d/el-get/org-mode/lisp/org-mouse hides /usr/share/emacs/24.3/lisp/org/org-mouse /home/adam/.emacs.d/el-get/org-mode/lisp/org-footnote hides /usr/share/emacs/24.3/lisp/org/org-footnote /home/adam/.emacs.d/el-get/org-mode/lisp/org-attach hides /usr/share/emacs/24.3/lisp/org/org-attach /home/adam/.emacs.d/el-get/org-mode/lisp/ob-python hides /usr/share/emacs/24.3/lisp/org/ob-python /home/adam/.emacs.d/el-get/org-mode/lisp/ob-mscgen hides /usr/share/emacs/24.3/lisp/org/ob-mscgen /home/adam/.emacs.d/el-get/org-mode/lisp/ob-screen hides /usr/share/emacs/24.3/lisp/org/ob-screen /home/adam/.emacs.d/el-get/org-mode/lisp/org-mobile hides /usr/share/emacs/24.3/lisp/org/org-mobile /home/adam/.emacs.d/el-get/org-mode/lisp/org-bbdb hides /usr/share/emacs/24.3/lisp/org/org-bbdb /home/adam/.emacs.d/el-get/org-mode/lisp/org-compat hides /usr/share/emacs/24.3/lisp/org/org-compat /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-mew hides /usr/share/emacs/24.3/lisp/org/org-mew /home/adam/.emacs.d/el-get/org-mode/lisp/ob-shen hides /usr/share/emacs/24.3/lisp/org/ob-shen /home/adam/.emacs.d/el-get/org-mode/lisp/ob-fortran hides /usr/share/emacs/24.3/lisp/org/ob-fortran /home/adam/.emacs.d/el-get/org-mode/lisp/ob-table hides /usr/share/emacs/24.3/lisp/org/ob-table /home/adam/.emacs.d/el-get/org-mode/contrib/lisp/org-wl hides /usr/share/emacs/24.3/lisp/org/org-wl /home/adam/.emacs.d/el-get/org-mode/lisp/ob-tangle hides /usr/share/emacs/24.3/lisp/org/ob-tangle /home/adam/.emacs.d/el-get/org-mode/lisp/ob-io hides /usr/share/emacs/24.3/lisp/org/ob-io /home/adam/.emacs.d/el-get/org-mode/lisp/org-version hides /usr/share/emacs/24.3/lisp/org/org-version /home/adam/.emacs.d/el-get/org-mode/lisp/org-feed hides /usr/share/emacs/24.3/lisp/org/org-feed /home/adam/.emacs.d/el-get/org-mode/lisp/ob-scheme hides /usr/share/emacs/24.3/lisp/org/ob-scheme /home/adam/.emacs.d/el-get/org-mode/lisp/ob-octave hides /usr/share/emacs/24.3/lisp/org/ob-octave /home/adam/.emacs.d/el-get/org-mode/lisp/ob hides /usr/share/emacs/24.3/lisp/org/ob /home/adam/.emacs.d/el-get/org-mode/lisp/ob-lob hides /usr/share/emacs/24.3/lisp/org/ob-lob /home/adam/.emacs.d/el-get/org-mode/lisp/ob-gnuplot hides /usr/share/emacs/24.3/lisp/org/ob-gnuplot /home/adam/.emacs.d/el-get/org-mode/lisp/org-inlinetask hides /usr/share/emacs/24.3/lisp/org/org-inlinetask /home/adam/.emacs.d/el-get/org-mode/lisp/org-install hides /usr/share/emacs/24.3/lisp/org/org-install /home/adam/.emacs.d/el-get/org-mode/lisp/ob-ruby hides /usr/share/emacs/24.3/lisp/org/ob-ruby /home/adam/.emacs.d/el-get/org-mode/.dir-locals hides /usr/share/emacs/24.3/lisp/gnus/.dir-locals /home/adam/.emacs.d/el-get/tabulated-list/tabulated-list hides /usr/share/emacs/24.3/lisp/emacs-lisp/tabulated-list /home/adam/.emacs.d/elpa/cl-lib-0.3/cl-lib hides /usr/share/emacs/24.3/lisp/emacs-lisp/cl-lib /usr/share/emacs/24.3/lisp/mwheel hides /home/adam/lib/emacs/GNU_Emacs/24.3/gnu/linux/post/mwheel /home/adam/.emacs.d/el-get/color-theme/color-theme hides /home/adam/local/share/emacs/site-lisp/color-theme /home/adam/.emacs.d/el-get/color-theme/color-theme-autoloads hides /home/adam/local/share/emacs/site-lisp/color-theme-autoloads Features: (shadow sort mail-extr hippie-exp emacsbug message idna rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader debug smart-mode-line-light-theme rich-minority smart-mode-line mule-util as-shell as-ruby as-python as-point-motion as-phi-search phi-search-mc phi-search phi-search-core as-perl as-org-mode org-install smartrep multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core rect as-mmm-mode as-misc color-theme-pastels-on-dark edit-server midnight magit-key-mode magit view tramp tramp-compat tramp-loaddefs shell epa epg epg-config diff-mode autorevert git-rebase-mode git-commit-mode server log-edit pcvs-util add-log as-lisp as-javascript as-hideshow hideshow-org hideshow as-guide-key as-functions as-require as-find-file-matching-regexp-hook recentf tree-widget as-emacs anaphora-autoloads combinators-autoloads edit-server-htmlize-autoloads edit-server-autoloads gerrit-download-autoloads guide-key-autoloads ido-ubiquitous-autoloads finder-inf iy-go-to-char-autoloads kmacro-decision-autoloads jb-misc-macros-autoloads el-x-autoloads macro-utils-autoloads info git-rebase-mode-autoloads git-commit-mode-autoloads markdown-mode+-autoloads markdown-mode-autoloads phi-search-mc-autoloads multiple-cursors-autoloads phi-search-autoloads popwin-autoloads as-editing as-projects as-key-chord rst as-custom uniquify org-docview doc-view jka-compr image-mode org-timer org-w3m org-info org-habit org-agenda smartparens projectile ibuf-ext ibuffer pkg-info epl grep dash s ido-ubiquitous guide-key face-remap popwin whitespace flx-ido flx time allout as-make-backup-file-name as-cus-edit cus-edit cus-start cus-load as-completion sendmail mail-utils as-c as-buffers as-versions as-pre-init-d as-use-package as-el-get switch-window quail smooth-scrolling smex rudel-loaddefs rinari jump inflections findr ruby-compilation which-func imenu inf-ruby ruby-mode region-bindings-mode org2blog ox-wp ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element avl-tree metaweblog xml-rpc timezone url-http tls url url-proxy url-privacy url-expand url-methods url-history mailcap url-auth mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-cookie url-domsuf url-util url-parse auth-source gnus-util mm-util mail-prsvr password-cache url-gw url-vars xml org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs magit-autoloads keywiz gamegrid key-chord ido-vertical-mode ido goto-chg flymake-ruby flymake-easy flymake compile folding-isearch folding advice advice-preload feature-mode cucumber-mode thingatpt color-theme wid-edit coffee-mode comint ansi-color ring yasnippet derived auto-complete-config auto-complete edmacro kmacro popup asciidoc apropos use-package bind-key easy-mmode .loaddefs rudel-backend warnings eieio byte-opt as-elpa epl-autoloads flx-ido-autoloads flx-autoloads cl-lib-autoloads hexrgb-autoloads muttrc-mode-autoloads psgml-autoloads el-get el-get-autoloads el-get-list-packages el-get-dependencies el-get-build el-get-status pp el-get-methods el-get-fossil el-get-svn el-get-pacman el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg el-get-go el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-notify help-mode easymenu el-get-emacsmirror el-get-github el-get-git el-get-elpa package cl-macs gv el-get-darcs el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-recipes el-get-byte-compile el-get-custom el-get-core autoload help-fns bytecomp byte-compile cconv cl cl-lib dired as-org-mode-early as-load-paths as-progress as-vars paren ispell time-date delsel lpr disp-table 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 Fri Oct 10 09:32:55 2014 Received: (at 18676) by debbugs.gnu.org; 10 Oct 2014 13:32:55 +0000 Received: from localhost ([127.0.0.1]:39795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcaJS-0001U5-Mc for submit@debbugs.gnu.org; Fri, 10 Oct 2014 09:32:55 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9999) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcaJO-0001Tr-Dr for 18676@debbugs.gnu.org; Fri, 10 Oct 2014 09:32:50 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNFxKjo/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCwsOJhIUGA0kiAQI0hkXjnoHhDgEqRmBaoNMIQ X-IPAS-Result: ArUGAIDvNVNFxKjo/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCwsOJhIUGA0kiAQI0hkXjnoHhDgEqRmBaoNMIQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="93822158" Received: from 69-196-168-232.dsl.teksavvy.com (HELO pastel.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Oct 2014 09:32:48 -0400 Received: by pastel.home (Postfix, from userid 20848) id AAD2A85E6; Fri, 10 Oct 2014 09:32:48 -0400 (EDT) From: Stefan Monnier To: Adam Spiers Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer Message-ID: References: <874mvc1a7b.fsf@pacific.linksys.moosehall> Date: Fri, 10 Oct 2014 09:32:48 -0400 In-Reply-To: <874mvc1a7b.fsf@pacific.linksys.moosehall> (Adam Spiers's message of "Fri, 10 Oct 2014 11:38:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18676 Cc: 18676@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.3 (/) > Maybe I'm misunderstanding something but it seems to me from the > backtrace below (obtained via --debug-init) that magit is not the > culprit, and auto-revert-buffers should check it has a valid timer to > cancel, before attempting to cancel it. Is auto-revert-mode enabled? I don't see why Magit should call auto-revert-buffers, which is an internal function of auto-revert-mode. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 09:54:46 2014 Received: (at 18676) by debbugs.gnu.org; 10 Oct 2014 13:54:46 +0000 Received: from localhost ([127.0.0.1]:39803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xcaec-00020e-7S for submit@debbugs.gnu.org; Fri, 10 Oct 2014 09:54:46 -0400 Received: from mail-qa0-f48.google.com ([209.85.216.48]:48819) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcaeW-00020R-26 for 18676@debbugs.gnu.org; Fri, 10 Oct 2014 09:54:40 -0400 Received: by mail-qa0-f48.google.com with SMTP id dc16so1660592qab.35 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 06:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=27z+rQu05EaZ9sb1JF0mnXe0yuqDaQlMuIqcc+TYLC8=; b=G8GuOrc1lr3slEcZ7eDXUEMgSHxLy82Gzi1KCM4jeHT9uMEPi+r78/Uui9DFk13CPn Dkle57kCaz99sIguuO79TB3a0Gi+ttcy6tuAr7x1JWS58MuE8kBcs60cIRANyi1E5bI6 9yD+0K2pEyqKSYQvcC4sGtDMBj2DpAfuJDzIQzEdvxj4TD+PSaZLigbOyLm1q/t94u5s /SiHJRzGwwXwQHIGiE73981X1Qe/RgS0m4yrLz3cbzpvM9c1fIaH/QxDhQ2H7ywsShen wqmby1o+hpZLcK/bKx77Tc+6iYCrmCdk2RgMZBLG/DK5MlJsqVAZ+w2IM34rnNvfVNuw 7rGg== MIME-Version: 1.0 X-Received: by 10.229.220.2 with SMTP id hw2mr8519890qcb.24.1412949279268; Fri, 10 Oct 2014 06:54:39 -0700 (PDT) Received: by 10.140.167.215 with HTTP; Fri, 10 Oct 2014 06:54:39 -0700 (PDT) In-Reply-To: References: <874mvc1a7b.fsf@pacific.linksys.moosehall> Date: Fri, 10 Oct 2014 14:54:39 +0100 X-Google-Sender-Auth: HJD532SjXCjrBjkq-ZEYk5ppiFk Message-ID: Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer From: Adam Spiers To: Stefan Monnier Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18676 Cc: 18676@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 10 October 2014 14:32, Stefan Monnier wrote: >> Maybe I'm misunderstanding something but it seems to me from the >> backtrace below (obtained via --debug-init) that magit is not the >> culprit, and auto-revert-buffers should check it has a valid timer to >> cancel, before attempting to cancel it. > > Is auto-revert-mode enabled? > I don't see why Magit should call auto-revert-buffers, which is > an internal function of auto-revert-mode. Good question - I've asked the magit maintainer here: https://github.com/magit/magit/issues/1544 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 10:29:54 2014 Received: (at 18676) by debbugs.gnu.org; 10 Oct 2014 14:29:54 +0000 Received: from localhost ([127.0.0.1]:40233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbCc-0002xu-3n for submit@debbugs.gnu.org; Fri, 10 Oct 2014 10:29:54 -0400 Received: from mail.hostpark.net ([212.243.197.30]:54678) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbCa-0002xl-5G for 18676@debbugs.gnu.org; Fri, 10 Oct 2014 10:29:53 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id B13AE16DB9 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id loG60EbFbVW8 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) Received: from lem (77-58-212-245.dclient.hispeed.ch [77.58.212.245]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPS id 8AA3716E42 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) From: Jonas Bernoulli To: 18676@debbugs.gnu.org Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer Date: Fri, 10 Oct 2014 16:27:58 +0200 Message-ID: <87zjd4atjl.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18676 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 the development branch Magit no longer uses `auto-revert-handler'. I will check whether it is necessary to backport that to the master branch. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 11:11:21 2015 Received: (at 18676) by debbugs.gnu.org; 26 Dec 2015 16:11:21 +0000 Received: from localhost ([127.0.0.1]:41642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrRB-0002lR-0E for submit@debbugs.gnu.org; Sat, 26 Dec 2015 11:11:21 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:32968) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrR8-0002lH-PV for 18676@debbugs.gnu.org; Sat, 26 Dec 2015 11:11:19 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCrQn-0001WC-9E; Sat, 26 Dec 2015 17:10:57 +0100 From: Lars Ingebrigtsen To: Jonas Bernoulli Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer References: <874mvc1a7b.fsf@pacific.linksys.moosehall> <87zjd4atjl.fsf@bernoul.li> Date: Sat, 26 Dec 2015 17:10:56 +0100 In-Reply-To: <87zjd4atjl.fsf@bernoul.li> (Jonas Bernoulli's message of "Fri, 10 Oct 2014 16:27:58 +0200") Message-ID: <87twn5qjfz.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCrQn-0001WC-9E X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451751057.65015@PU7IMhthKwrIEnBz+E343g X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18676 Cc: 18676@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: -0.7 (/) Jonas Bernoulli writes: > On the development branch Magit no longer uses `auto-revert-handler'. > I will check whether it is necessary to backport that to the master > branch. Is this still an issue in Emacs 25? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 00:46:18 2016 Received: (at 18676) by debbugs.gnu.org; 29 Feb 2016 05:46:18 +0000 Received: from localhost ([127.0.0.1]:51589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGet-0007TG-Uo for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:46:18 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:47844) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGeo-0007Nr-Lg for 18676@debbugs.gnu.org; Mon, 29 Feb 2016 00:46:14 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGeO-0003ab-2N; Mon, 29 Feb 2016 06:45:44 +0100 From: Lars Ingebrigtsen To: Jonas Bernoulli Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer References: <874mvc1a7b.fsf@pacific.linksys.moosehall> <87zjd4atjl.fsf@bernoul.li> <87twn5qjfz.fsf@gnus.org> Date: Mon, 29 Feb 2016 16:45:38 +1100 In-Reply-To: <87twn5qjfz.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 26 Dec 2015 17:10:56 +0100") Message-ID: <87si0crrwd.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aaGeO-0003ab-2N X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457329545.24965@9Ks/TdQkRGt7SXbvTjdhDg X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18676 Cc: 18676@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: 0.0 (/) Lars Ingebrigtsen writes: > Jonas Bernoulli writes: > >> On the development branch Magit no longer uses `auto-revert-handler'. >> I will check whether it is necessary to backport that to the master >> branch. > > Is this still an issue in Emacs 25? More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 00:46:19 2016 Received: (at control) by debbugs.gnu.org; 29 Feb 2016 05:46:19 +0000 Received: from localhost ([127.0.0.1]:51591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGew-0007WU-Ot for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:46:18 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:47850) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGes-0007RC-AQ for control@debbugs.gnu.org; Mon, 29 Feb 2016 00:46:14 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGeV-0003ap-Av for control@debbugs.gnu.org; Mon, 29 Feb 2016 06:45:52 +0100 Date: Mon, 29 Feb 2016 16:45:47 +1100 Message-Id: <87r3fwrrw4.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18676 X-MailScanner-ID: 1aaGeV-0003ap-Av X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457329553.01@Uq4cKS3mrt9d2yle9/51tw X-Spam-Status: No X-Spam-Score: 0.0 (/) 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: 0.0 (/) close 18676 From unknown Sun Jun 22 03:56:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Mar 2016 11:24:05 +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