GNU bug report logs - #18676
24.3; auto-revert-buffers tries to cancel nil timer

Previous Next

Package: emacs;

Reported by: Adam Spiers <emacs <at> adamspiers.org>

Date: Fri, 10 Oct 2014 10:39:01 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18676 in the body.
You can then email your comments to 18676 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Fri, 10 Oct 2014 10:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Spiers <emacs <at> adamspiers.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 10 Oct 2014 10:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Spiers <emacs <at> adamspiers.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; auto-revert-buffers tries to cancel nil timer
Date: Fri, 10 Oct 2014 11:38:16 +0100
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 <RET>
    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(#<buffer  *load*-512118> 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(#<buffer  *load*> 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:
<help-echo> <help-echo> <help-echo> <C-tab> C-x o M-x 
r e p o r t b u g <return>

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)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Fri, 10 Oct 2014 13:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 18676 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Adam Spiers <emacs <at> adamspiers.org>
Cc: 18676 <at> debbugs.gnu.org
Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer
Date: Fri, 10 Oct 2014 09:32:48 -0400
> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Fri, 10 Oct 2014 13:55:03 GMT) Full text and rfc822 format available.

Message #11 received at 18676 <at> debbugs.gnu.org (full text, mbox):

From: Adam Spiers <emacs <at> adamspiers.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 18676 <at> debbugs.gnu.org
Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer
Date: Fri, 10 Oct 2014 14:54:39 +0100
On 10 October 2014 14:32, Stefan Monnier <monnier <at> iro.umontreal.ca> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Fri, 10 Oct 2014 14:30:04 GMT) Full text and rfc822 format available.

Message #14 received at 18676 <at> debbugs.gnu.org (full text, mbox):

From: Jonas Bernoulli <jonas <at> bernoul.li>
To: 18676 <at> 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
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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Sat, 26 Dec 2015 16:12:02 GMT) Full text and rfc822 format available.

Message #17 received at 18676 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jonas Bernoulli <jonas <at> bernoul.li>
Cc: 18676 <at> debbugs.gnu.org
Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer
Date: Sat, 26 Dec 2015 17:10:56 +0100
Jonas Bernoulli <jonas <at> bernoul.li> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18676; Package emacs. (Mon, 29 Feb 2016 05:47:02 GMT) Full text and rfc822 format available.

Message #20 received at 18676 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jonas Bernoulli <jonas <at> bernoul.li>
Cc: 18676 <at> debbugs.gnu.org
Subject: Re: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer
Date: Mon, 29 Feb 2016 16:45:38 +1100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Jonas Bernoulli <jonas <at> bernoul.li> 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




bug closed, send any further explanations to 18676 <at> debbugs.gnu.org and Adam Spiers <emacs <at> adamspiers.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 29 Feb 2016 05:47:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Mar 2016 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.