From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: Andreas Politz Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 00:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13482@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135846859430961 (code B ref -1); Fri, 18 Jan 2013 00:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Jan 2013 00:23:14 +0000 Received: from localhost ([127.0.0.1]:37504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tvzjk-00083I-VD for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:23:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46845) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tvzjg-000839-Jh for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvziv-0001cF-Hy for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:22:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvziv-0001cA-Eo for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:22:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvzir-0004lC-M1 for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvzin-0001bM-Cy for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:17 -0500 Received: from gateway-a.fh-trier.de ([143.93.54.181]:33589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvzim-0001ai-R5 for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:13 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from luca (dslb-088-068-037-093.pools.arcor-ip.net [88.68.37.93]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id C234C175CB47 for ; Fri, 18 Jan 2013 01:21:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=fh-trier.de; s=default; t=1358468514; bh=c8GU1N5gWpK0hTY43/48OWRazBc=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding; b=qGEjZyFzM/PJx+u+QyeJ6i/hokq0qz/+OAPaA2hLi73KmbhORa6x2YXusbJaVj4HF VZTvJmrqGBlfRf1eZtFS8VPIqxJrgCtbvAgifgJQDbcB1HTmI17566WJHmuDGhch8O dPDZfbOfN9v27aN+kd8jurQcxWljn1ZHjG1P/j1g= Received: from localhost ([127.0.0.1] helo=luca) by luca with esmtp (Exim 4.72) (envelope-from ) id 1TvziS-0000G8-Cf for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 01:21:52 +0100 From: Andreas Politz Date: Fri, 18 Jan 2013 01:21:52 +0100 Message-ID: <87a9s7basf.fsf@fh-trier.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) emacs -Q (find-file-noselect "some.pdf") (switch-to-buffer "some.pdf") (doc-view-current-page) =3D> nil This seems to be a very subtle bug, since Edebugging `image-mode-winprops' avoids it. After function doc-view-mode is called, image-mode-winprops-alist looks fine, but sometime later, around displaying the buffer, something evil happens to the value of this variable. -ap In GNU Emacs 24.2.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of 2012-10-13 on cw-bkp0, modified by Debian (emacs-snapshot package, version 2:20121009-1+squeeze) Windowing system distributor `The X.Org Foundation', version 11.0.10707000 System Description: Debian GNU/Linux 6.0.6 (squeeze) Configured using: `configure '--build' 'x86_64-linux-gnu' '--host' 'x86_64-linux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D/usr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandir=3D/usr/share/man' '--with-pop=3Dyes' '--enable-locallisppath=3D/etc/emacs-snapshot:/etc/emacs:/usr/local/share/= emacs/24.2.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/2= 4.2.50/site-lisp:/usr/share/emacs/site-lisp' '--without-compress-info' '--with-crt-dir=3D/usr/lib//' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' '--with-imagemagick=3Dyes' 'build_alias=3Dx86_64-linux-gnu' 'host_alias=3Dx86_64-linux-gnu' 'CFLAGS=3D-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-needed -znocombreloc' 'CPPFLAGS=3D'' Important settings: value of $LC_COLLATE: C value of $LC_MESSAGES: C value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: iswitchb-mode: t ispell-track-input-method: t idle-help-selwin-mode: t tblc-mode: t emacs-interactive-mode: t show-paren-mode: t recentf-mode: t yas/global-mode: t yas/minor-mode: t window-numbering-mode: t shell-dirtrack-mode: t scroll-other-window-mode: t savehist-mode: t TeX-PDF-mode: t ekey-mode: t eldoc-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: t e x t { M-f } C-x C-s C-c C-c C-x C-j C-x 4 b m i s C-x o C-x C-s C-x C-c C-x b m a i n . p d f n n n n p p p p p n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p C-x k C-x b b u g s C-g C-x C-f M-p C-p M-f M-f M-b C-k e m . d / b u C-p C-p C-p C-p C-p C-p C-p C-a C-SPC M-} C-w C-k C-p C-p C-p C-k C-n C-o C-n T h i s SPC s e m e m s SPC t o SPC b e SPC a SPC v e r y SPC s u b l t e M-h s u b t i l e M-$ 2 M-x t r M-p C-o SPC b u g . C-k M-q C-n M-m C-d C-d C-d M-c C-f ` C-M-f ' M-q C-e C-M-b C-M-b M-b C-p C-M-f C-M-f C-M-f C-d DEL , SPC s i n c e M-q C-n C-M-b C-M-b C-M-b C-k a v o i d s SPC i t . M-q C-x h M-w C-x h M-w M-x r e p o r t b u g Recent messages: Checking spelling of SUBTILE... subtle :: aufmerksam {adj} subtle | subtler | subtlest :: fein; feinsinnig; hintergr=C3=BCndig; subtil= {adj} | feiner | am feinsten subtle :: heikel; schwierig {adj} subtle :: raffiniert; scharfsinnig {adj} subtle :: scharf; scharfsinnig; spitzfindig {adj} subtle :: schleichend {adj} (Gift) Mark set [2 times] Auto-saving...done Load-path shadows: /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /home/polit= za/.emacs.d/plugins/haskell/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /home/politza= /.emacs.d/plugins/haskell/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/ghc-core hides /home/politza/.e= macs.d/plugins/haskell/ghc-core /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /home/politz= a/.emacs.d/plugins/haskell/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /home/politza/.= emacs.d/plugins/haskell/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /home= /politza/.emacs.d/plugins/haskell/haskell-indentation /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /home/politz= a/.emacs.d/plugins/haskell/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /home/politza= /.emacs.d/plugins/haskell/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /home/poli= tza/.emacs.d/plugins/haskell/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /home/politz= a/.emacs.d/plugins/haskell/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /ho= me/politza/.emacs.d/plugins/haskell/haskell-simple-indent /home/politza/.emacs.d/plugins/tblc/tblc hides /home/politza/.emacs.d/plugi= ns/tblc /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /usr/share/= emacs/site-lisp/haskell-mode/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /usr/share/em= acs/site-lisp/haskell-mode/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /usr/share/emac= s/site-lisp/haskell-mode/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /usr/= share/emacs/site-lisp/haskell-mode/haskell-indentation /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /usr/share/em= acs/site-lisp/haskell-mode/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /us= r/share/emacs/site-lisp/haskell-mode/haskell-simple-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /usr/share= /emacs/site-lisp/haskell-mode/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /usr/share/emac= s/24.2.50/site-lisp/haskell-mode/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /usr/share/em= acs/24.2.50/site-lisp/haskell-mode/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /usr/share= /emacs/24.2.50/site-lisp/haskell-mode/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /usr/share/= emacs/24.2.50/site-lisp/haskell-mode/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /usr/share/em= acs/24.2.50/site-lisp/haskell-mode/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /us= r/share/emacs/24.2.50/site-lisp/haskell-mode/haskell-simple-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /usr/= share/emacs/24.2.50/site-lisp/haskell-mode/haskell-indentation /usr/share/emacs/24.2.50/site-lisp/cscope/xcscope hides /usr/share/emacs/si= te-lisp/xcscope /usr/share/emacs/24.2.50/site-lisp/debian-startup hides /usr/share/emacs/si= te-lisp/debian-startup /home/politza/.emacs.d/plugins/term hides /usr/share/emacs/24.2.50/lisp/term /home/politza/.emacs.d/plugins/filecache hides /usr/share/emacs/24.2.50/lis= p/filecache /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.2.50/lisp/textmode= s/rst /usr/share/emacs/site-lisp/remember-el/remember hides /usr/share/emacs/24.2= .50/lisp/textmodes/remember /home/politza/.emacs.d/plugins/python/python/python hides /usr/share/emacs/= 24.2.50/lisp/progmodes/python /home/politza/.emacs.d/plugins/el-get/.dir-locals hides /usr/share/emacs/24= .2.50/lisp/gnus/.dir-locals /home/politza/.emacs.d/plugins/python/python/sym-comp hides /usr/share/emac= s/24.2.50/lisp/obsolete/sym-comp Features: (shadow mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils sort pdftk-outline doc-view image-mode ispell quail two-column iso-transl descr-text scroll-hide-empty-lines align preview prv-emacs tex-buf reftex-dcr reftex-auc font-latex latexenc jka-compr misearch multi-isearch dired-aux tramp-cache tramp-sh vc-dispatcher vc-svn bookmark pp imenu emacs-customizations nogroup-customizations wp-customizations view-customizations tex-customizations reftex-customizations reftex-miscellaneous-configurations-customizations reftex-label-support-customizations reftex-referencing-labels-customizations reftex-defining-label-environments-customizations AUCTeX-customizations preview-customizations preview-latex-customizations preview-appearance-customizations TeX-parse-customizations TeX-file-customizations TeX-command-customizations TeX-view-customizations LaTeX-customizations LaTeX-macro-customizations LaTeX-math-customizations LaTeX-indentation-customizations table-customizations table-hooks-customizations outlines-customizations programming-customizations tools-customizations vc-customizations makefile-customizations ediff-customizations languages-customizations matlab-customizations sh-customizations python-customizations rx haskell-customizations c-customizations multimedia-customizations image-customizations help-customizations ekey-customizations info-lookup-customizations info-customizations customize-customizations custom-buffer-customizations apropos-customizations help-mode files-customizations uniquify-customizations uniquify sunrise-customizations recentf-customizations find-file-customizations backup-customizations external-customizations server-customizations processes-customizations shell-customizations gud-customizations tooltip-customizations grep-customizations compilation-customizations next-error-customizations comint-customizations SQL-customizations man-customizations environment-customizations windows-customizations minibuffer-customizations savehist-customizations completion-spelling menu-customizations initialization-customizations frames-customizations ediff-window-customizations dired-customizations dired-x-customizations dired-x dired-details-customizations editing-customizations yasnippet-customizations matching-customizations paren-matching-customizations paren-showing-customizations isearch-customizations bookmark-customizations killing-customizations indent-customizations fill-customizations emulations-customizations editing-basics-customizations development-customizations lisp-customizations re-builder-customizations inferior-lisp-customizations ielm-customizations ert-customizations edebug-customizations bytecomp-customizations advice-customizations internal-customizations alloc-customizations extensions-customizations eldoc-customizations cust-print-customizations data-customizations save-place-customizations convenience-customizations company-customizations window-numbering-customizations pabbrev-customizations kmacro-customizations imenu-customizations ibuffer-customizations ibuf-macs hl-line-customizations hippie-expand-customizations file-cache-customizations ffap-customizations completion-customizations iswitchb-customizations iswitchb auto-complete-customizations browse-kill-ring-customizations auto-revert-customizations auto-insert-customizations comm-customizations tramp-customizations browse-url-customizations applications-customizations mediawiki-customizations package-customizations mail-customizations smtpmail-customizations sendmail-customizations ispell-customizations doc-view-customizations calendar-customizations org-customizations org-structure-customizations org-plain-lists-customizations org-edit-structure-customizations org-startup-customizations org-link-customizations org-latex-customizations org-appearance-customizations calculator-customizations calc-customizations server idle-help tblc pcase hl-line read-interactively paren recentf tree-widget yasnippet dropdown-list window-numbering w3m browse-url timezone w3m-hist w3m-e23 w3m-ccl ccl w3m-fsf w3m-favicon w3m-image w3m-proc w3m-util view tramp tramp-compat tramp-loaddefs shell track-last-window scroll-other-window saveplace savehist reftex reftex-vars pabbrev thingatpt org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob org-compat org-macs ob-eval format-spec find-func cal-menu calendar cal-loaddefs lib-edit lib-window lib-isearch lib-buffer lib-basic lib-lispext latex easy-mmode tex-style tex info-look ibuffer hippie-exp grep compile filecache edit-minibuffer eldoc-eval ekey assoc dired-details+ warnings advice advice-preload dired dired-details cool-prefix-bindings do-text lib-kbd comint-history comint ansi-color ring anticus edmacro kmacro derived cl-macs gv ffap url-parse auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util mm-util mail-prsvr password-cache url-vars eldoc help-fns cus-edit cus-start cus-load wid-edit cl cl-lib .plugin-autoloads auctex-autoloads tex-site info easymenu browse-kill-ring-autoloads c-eldoc-autoloads cl-format-autoloads company-autoloads eldoc-eval-autoloads trie-autoloads heap-autoloads tNFA-autoloads queue-autoloads undo-tree-autoloads package remember-autoloads planner-autoloads w3m-load muse-autoloads time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 07:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Politz Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.13584934552689 (code B ref 13482); Fri, 18 Jan 2013 07:18:01 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 07:17:35 +0000 Received: from localhost ([127.0.0.1]:37756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6Ck-0000hJ-2o for submit@debbugs.gnu.org; Fri, 18 Jan 2013 02:17:34 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:56662) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6Cg-0000hA-R9 for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 02:17:32 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D1F451A872E; Fri, 18 Jan 2013 08:16:44 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gOWe9FtWRyC8; Fri, 18 Jan 2013 08:16:44 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 8F98C1A872D; Fri, 18 Jan 2013 08:16:44 +0100 (CET) From: Tassilo Horn References: <87a9s7basf.fsf@fh-trier.de> Date: Fri, 18 Jan 2013 08:16:40 +0100 In-Reply-To: <87a9s7basf.fsf@fh-trier.de> (Andreas Politz's message of "Fri, 18 Jan 2013 01:21:52 +0100") Message-ID: <87txqfc65j.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) Andreas Politz writes: > emacs -Q > (find-file-noselect "some.pdf") > (switch-to-buffer "some.pdf") > (doc-view-current-page) => nil > > This seems to be a very subtle bug, since Edebugging > `image-mode-winprops' avoids it. > > After function doc-view-mode is called, image-mode-winprops-alist > looks fine, but sometime later, around displaying the buffer, > something evil happens to the value of this variable. I think this is a duplicate of bug#12876. Bye, Tassilo From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: "Andreas Politz, INF|INF-I" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 07:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn ,Andreas Politz Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.13584952255324 (code B ref 13482); Fri, 18 Jan 2013 07:48:02 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 07:47:05 +0000 Received: from localhost ([127.0.0.1]:37767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6fJ-0001Np-5f for submit@debbugs.gnu.org; Fri, 18 Jan 2013 02:47:05 -0500 Received: from gateway-a.fh-trier.de ([143.93.54.181]:35423) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6fF-0001NN-Ou for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 02:47:02 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from hochschule-trier.de (owm2.fh-trier.de [143.93.54.169]) by gateway-a.fh-trier.de (Postfix) with ESMTP id 9E3C916B1C70; Fri, 18 Jan 2013 08:45:54 +0100 (CET) From: "Andreas Politz, INF|INF-I" Date: Fri, 18 Jan 2013 08:45:54 +0100 Message-Id: <20130118074523.M82137@hochschule-trier.de> In-Reply-To: <87txqfc65j.fsf@thinkpad.tsdh.de> References: <87a9s7basf.fsf@fh-trier.de> <87txqfc65j.fsf@thinkpad.tsdh.de> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 88.68.33.3 (politza) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Spam-Score: -1.5 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) On Fri, 18 Jan 2013 08:16:40 +0100, Tassilo Horn wrote > Andreas Politz writes: > > > emacs -Q > > (find-file-noselect "some.pdf") > > (switch-to-buffer "some.pdf") > > (doc-view-current-page) => nil > > > > This seems to be a very subtle bug, since Edebugging > > `image-mode-winprops' avoids it. > > > > After function doc-view-mode is called, image-mode-winprops-alist > > looks fine, but sometime later, around displaying the buffer, > > something evil happens to the value of this variable. > > I think this is a duplicate of bug#12876. > Yes, it is. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 03:06:50 2013 Received: (at control) by debbugs.gnu.org; 18 Jan 2013 08:06:50 +0000 Received: from localhost ([127.0.0.1]:37819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6yP-0001qa-Hv for submit@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:49 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:36390) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6yO-0001qS-0q for control@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:48 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Tw6xe-0005zx-1H for control@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:02 -0500 Date: Fri, 18 Jan 2013 03:06:02 -0500 Message-Id: Subject: control message for bug 12876 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) merge 13482 12876 From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: "Andreas Politz, INF|INF-I" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 08:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.135849879213891 (code B ref 13482); Fri, 18 Jan 2013 08:47:01 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 08:46:32 +0000 Received: from localhost ([127.0.0.1]:37834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw7aq-0003c0-3n for submit@debbugs.gnu.org; Fri, 18 Jan 2013 03:46:32 -0500 Received: from gateway-b.fh-trier.de ([143.93.54.182]:57621) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw7ao-0003bs-5I for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 03:46:30 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from hochschule-trier.de (owm2.fh-trier.de [143.93.54.169]) by gateway-b.fh-trier.de (Postfix) with ESMTP id AC4B317B490; Fri, 18 Jan 2013 09:45:28 +0100 (CET) From: "Andreas Politz, INF|INF-I" Date: Fri, 18 Jan 2013 09:45:28 +0100 Message-Id: <20130118084346.M45342@hochschule-trier.de> In-Reply-To: <87txqfc65j.fsf@thinkpad.tsdh.de> References: <87a9s7basf.fsf@fh-trier.de> <87txqfc65j.fsf@thinkpad.tsdh.de> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 88.68.33.3 (politza) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Spam-Score: -1.5 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.5 (-) On Fri, 18 Jan 2013 08:16:40 +0100, Tassilo Horn wrote > I think this is a duplicate of bug#12876. But this bug seems to be independent of doc-view's cache. -ap From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 09:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Andreas Politz\, INF|INF-I" Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.135850058916479 (code B ref 13482); Fri, 18 Jan 2013 09:17:01 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 09:16:29 +0000 Received: from localhost ([127.0.0.1]:37894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw83p-0004Hk-9i for submit@debbugs.gnu.org; Fri, 18 Jan 2013 04:16:29 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:38004) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw83m-0004HZ-MM for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 04:16:28 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7044D1A83CC; Fri, 18 Jan 2013 10:15:40 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9aEv-BhBlgGZ; Fri, 18 Jan 2013 10:15:39 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 28FBF1A83CD; Fri, 18 Jan 2013 10:15:38 +0100 (CET) From: Tassilo Horn References: <87a9s7basf.fsf@fh-trier.de> <87txqfc65j.fsf@thinkpad.tsdh.de> <20130118084346.M45342@hochschule-trier.de> Date: Fri, 18 Jan 2013 10:15:34 +0100 In-Reply-To: <20130118084346.M45342@hochschule-trier.de> (Andreas Politz's message of "Fri, 18 Jan 2013 09:45:28 +0100") Message-ID: <87mww6df7t.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) "Andreas Politz, INF|INF-I" writes: > On Fri, 18 Jan 2013 08:16:40 +0100, Tassilo Horn wrote >> I think this is a duplicate of bug#12876. > > But this bug seems to be independent of doc-view's cache. Yes, and probably even independent of doc-view itself. It might be in image-mode, or maybe in gv.el as Stefan suggested. Bye, Tassilo From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: "Andreas Politz, INF|INF-I" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 14:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.135852076218299 (code B ref 13482); Fri, 18 Jan 2013 14:53:01 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 14:52:42 +0000 Received: from localhost ([127.0.0.1]:38313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwDJB-0004l5-TG for submit@debbugs.gnu.org; Fri, 18 Jan 2013 09:52:42 -0500 Received: from gateway-a.fh-trier.de ([143.93.54.181]:38915) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwDJ8-0004kw-MH for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 09:52:40 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from hochschule-trier.de (owm2.fh-trier.de [143.93.54.169]) by gateway-a.fh-trier.de (Postfix) with ESMTP id E96C745B3B9; Fri, 18 Jan 2013 15:51:35 +0100 (CET) From: "Andreas Politz, INF|INF-I" Date: Fri, 18 Jan 2013 15:51:35 +0100 Message-Id: <20130118144234.M54830@hochschule-trier.de> In-Reply-To: <87mww6df7t.fsf@thinkpad.tsdh.de> References: <87a9s7basf.fsf@fh-trier.de> <87txqfc65j.fsf@thinkpad.tsdh.de> <20130118084346.M45342@hochschule-trier.de> <87mww6df7t.fsf@thinkpad.tsdh.de> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 88.68.33.3 (politza) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Spam-Score: -1.5 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) On Fri, 18 Jan 2013 10:15:34 +0100, Tassilo Horn wrote > "Andreas Politz, INF|INF-I" writes: > > > On Fri, 18 Jan 2013 08:16:40 +0100, Tassilo Horn wrote > >> I think this is a duplicate of bug#12876. > > > > But this bug seems to be independent of doc-view's cache. > > Yes, and probably even independent of doc-view itself. It might be > in image-mode, or maybe in gv.el as Stefan suggested. > > Bye, > Tassilo The function `image-mode-reapply-winprops' is called from the window-configuration-change-hook and it calls `image-mode-winprops' with a set clean argument. This function then proceeds to remove all elements with a none window-live-p car, including t; which, at this point, is the sole element of this list. Now image-mode-winprops-alist is empty and doc-view's data is gone. I think this is wrong and `image-mode-winprops' should leave the default element (car = t) alone. A. Politz From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 16:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Politz Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.135852520025624 (code B ref 13482); Fri, 18 Jan 2013 16:07:01 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 16:06:40 +0000 Received: from localhost ([127.0.0.1]:38951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwESl-0006fE-GZ for submit@debbugs.gnu.org; Fri, 18 Jan 2013 11:06:39 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:16687) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwESj-0006f8-No for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 11:06:38 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoHAG6Zu09FpZpV/2dsb2JhbABEgXuuTYNJgQiCFQEBBAFWIwULCzQSFBgNJIgcBboJkEQDiEKacYFYgwc X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="212873968" Received: from 69-165-154-85.dsl.teksavvy.com (HELO pastel.home) ([69.165.154.85]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jan 2013 11:05:49 -0500 Received: by pastel.home (Postfix, from userid 20848) id 8915859550; Fri, 18 Jan 2013 11:05:49 -0500 (EST) From: Stefan Monnier Message-ID: References: <87a9s7basf.fsf@fh-trier.de> Date: Fri, 18 Jan 2013 11:05:49 -0500 In-Reply-To: <87a9s7basf.fsf@fh-trier.de> (Andreas Politz's message of "Fri, 18 Jan 2013 01:21:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > In GNU Emacs 24.2.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) > of 2012-10-13 on cw-bkp0, modified by Debian That's way old. Several bugs were fixed in this area since then, Stefan From unknown Tue Aug 19 10:02:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Resent-From: "Andreas Politz, INF|INF-I" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 16:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13482 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier , Andreas Politz Cc: 13482@debbugs.gnu.org Received: via spool by 13482-submit@debbugs.gnu.org id=B13482.135852651527628 (code B ref 13482); Fri, 18 Jan 2013 16:29:02 +0000 Received: (at 13482) by debbugs.gnu.org; 18 Jan 2013 16:28:35 +0000 Received: from localhost ([127.0.0.1]:38961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwEnw-0007BU-SE for submit@debbugs.gnu.org; Fri, 18 Jan 2013 11:28:34 -0500 Received: from gateway-b.fh-trier.de ([143.93.54.182]:47663) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwEns-0007BK-R4 for 13482@debbugs.gnu.org; Fri, 18 Jan 2013 11:28:30 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from hochschule-trier.de (owm2.fh-trier.de [143.93.54.169]) by gateway-b.fh-trier.de (Postfix) with ESMTP id 4CFA717B4AC; Fri, 18 Jan 2013 17:27:24 +0100 (CET) From: "Andreas Politz, INF|INF-I" Date: Fri, 18 Jan 2013 17:27:24 +0100 Message-Id: <20130118162707.M36012@hochschule-trier.de> In-Reply-To: References: <87a9s7basf.fsf@fh-trier.de> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 88.68.33.3 (politza) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Spam-Score: -1.5 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) On Fri, 18 Jan 2013 11:05:49 -0500, Stefan Monnier wrote > > In GNU Emacs 24.2.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) > > of 2012-10-13 on cw-bkp0, modified by Debian > > That's way old. Several bugs were fixed in this area since then, > > Stefan Right, like this one. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 12:07:33 2013 Received: (at control) by debbugs.gnu.org; 18 Jan 2013 17:07:34 +0000 Received: from localhost ([127.0.0.1]:38980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFPh-00088F-KS for submit@debbugs.gnu.org; Fri, 18 Jan 2013 12:07:33 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:48788) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFPf-000886-AC for control@debbugs.gnu.org; Fri, 18 Jan 2013 12:07:31 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TwFOt-0000Ep-Ft for control@debbugs.gnu.org; Fri, 18 Jan 2013 12:06:43 -0500 Date: Fri, 18 Jan 2013 12:06:43 -0500 Message-Id: Subject: control message for bug 13482 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) unmerge 13482 From unknown Tue Aug 19 10:02:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andreas Politz Subject: bug#13482: closed (Re: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect) Message-ID: References: <0dvcau5rcb.fsf@fencepost.gnu.org> <87a9s7basf.fsf@fh-trier.de> X-Gnu-PR-Message: they-closed 13482 X-Gnu-PR-Package: emacs Reply-To: 13482@debbugs.gnu.org Date: Fri, 18 Jan 2013 17:34:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1358530442-4792-1" This is a multi-part message in MIME format... ------------=_1358530442-4792-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #13482: 24.2.50; doc-view initialization fails when opening files with find= -file-noselect which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13482@debbugs.gnu.org. --=20 13482: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13482 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1358530442-4792-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 13482-done) by debbugs.gnu.org; 18 Jan 2013 17:33:59 +0000 Received: from localhost ([127.0.0.1]:39004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFpH-0001F4-LX for submit@debbugs.gnu.org; Fri, 18 Jan 2013 12:33:59 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:49570) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFpF-0001Ex-U6 for 13482-done@debbugs.gnu.org; Fri, 18 Jan 2013 12:33:58 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TwFoS-0005GC-Hf; Fri, 18 Jan 2013 12:33:08 -0500 From: Glenn Morris To: 13482-done@debbugs.gnu.org Subject: Re: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect References: <87a9s7basf.fsf@fh-trier.de> <20130118162707.M36012@hochschule-trier.de> X-Spook: lynch bluebird constitution Craig Livingstone AVIP X-Ran: FhCpufK~8JL7P=T>85R`GTb)TV}BVp<&70@29Y;u6p:bpzca;dbD]w_h;*lEAkB!@:[}Z3 X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 18 Jan 2013 12:33:08 -0500 In-Reply-To: <20130118162707.M36012@hochschule-trier.de> (Andreas Politz's message of "Fri, 18 Jan 2013 17:27:24 +0100") Message-ID: <0dvcau5rcb.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 13482-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) "Andreas Politz, INF|INF-I" wrote: >> > In GNU Emacs 24.2.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) >> > of 2012-10-13 on cw-bkp0, modified by Debian >> >> That's way old. Several bugs were fixed in this area since then, >> >> Stefan > > Right, like this one. Interpreting this to mean that you updated and the issue went away, so closing. ------------=_1358530442-4792-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Jan 2013 00:23:14 +0000 Received: from localhost ([127.0.0.1]:37504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tvzjk-00083I-VD for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:23:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46845) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tvzjg-000839-Jh for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvziv-0001cF-Hy for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:22:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvziv-0001cA-Eo for submit@debbugs.gnu.org; Thu, 17 Jan 2013 19:22:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvzir-0004lC-M1 for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvzin-0001bM-Cy for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:17 -0500 Received: from gateway-a.fh-trier.de ([143.93.54.181]:33589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvzim-0001ai-R5 for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 19:22:13 -0500 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier] Received: from luca (dslb-088-068-037-093.pools.arcor-ip.net [88.68.37.93]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id C234C175CB47 for ; Fri, 18 Jan 2013 01:21:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=fh-trier.de; s=default; t=1358468514; bh=c8GU1N5gWpK0hTY43/48OWRazBc=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding; b=qGEjZyFzM/PJx+u+QyeJ6i/hokq0qz/+OAPaA2hLi73KmbhORa6x2YXusbJaVj4HF VZTvJmrqGBlfRf1eZtFS8VPIqxJrgCtbvAgifgJQDbcB1HTmI17566WJHmuDGhch8O dPDZfbOfN9v27aN+kd8jurQcxWljn1ZHjG1P/j1g= Received: from localhost ([127.0.0.1] helo=luca) by luca with esmtp (Exim 4.72) (envelope-from ) id 1TvziS-0000G8-Cf for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 01:21:52 +0100 From: Andreas Politz To: bug-gnu-emacs@gnu.org Subject: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Date: Fri, 18 Jan 2013 01:21:52 +0100 Message-ID: <87a9s7basf.fsf@fh-trier.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) emacs -Q (find-file-noselect "some.pdf") (switch-to-buffer "some.pdf") (doc-view-current-page) =3D> nil This seems to be a very subtle bug, since Edebugging `image-mode-winprops' avoids it. After function doc-view-mode is called, image-mode-winprops-alist looks fine, but sometime later, around displaying the buffer, something evil happens to the value of this variable. -ap In GNU Emacs 24.2.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of 2012-10-13 on cw-bkp0, modified by Debian (emacs-snapshot package, version 2:20121009-1+squeeze) Windowing system distributor `The X.Org Foundation', version 11.0.10707000 System Description: Debian GNU/Linux 6.0.6 (squeeze) Configured using: `configure '--build' 'x86_64-linux-gnu' '--host' 'x86_64-linux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D/usr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandir=3D/usr/share/man' '--with-pop=3Dyes' '--enable-locallisppath=3D/etc/emacs-snapshot:/etc/emacs:/usr/local/share/= emacs/24.2.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/2= 4.2.50/site-lisp:/usr/share/emacs/site-lisp' '--without-compress-info' '--with-crt-dir=3D/usr/lib//' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' '--with-imagemagick=3Dyes' 'build_alias=3Dx86_64-linux-gnu' 'host_alias=3Dx86_64-linux-gnu' 'CFLAGS=3D-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-needed -znocombreloc' 'CPPFLAGS=3D'' Important settings: value of $LC_COLLATE: C value of $LC_MESSAGES: C value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: iswitchb-mode: t ispell-track-input-method: t idle-help-selwin-mode: t tblc-mode: t emacs-interactive-mode: t show-paren-mode: t recentf-mode: t yas/global-mode: t yas/minor-mode: t window-numbering-mode: t shell-dirtrack-mode: t scroll-other-window-mode: t savehist-mode: t TeX-PDF-mode: t ekey-mode: t eldoc-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: t e x t { M-f } C-x C-s C-c C-c C-x C-j C-x 4 b m i s C-x o C-x C-s C-x C-c C-x b m a i n . p d f n n n n p p p p p n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p C-x k C-x b b u g s C-g C-x C-f M-p C-p M-f M-f M-b C-k e m . d / b u C-p C-p C-p C-p C-p C-p C-p C-a C-SPC M-} C-w C-k C-p C-p C-p C-k C-n C-o C-n T h i s SPC s e m e m s SPC t o SPC b e SPC a SPC v e r y SPC s u b l t e M-h s u b t i l e M-$ 2 M-x t r M-p C-o SPC b u g . C-k M-q C-n M-m C-d C-d C-d M-c C-f ` C-M-f ' M-q C-e C-M-b C-M-b M-b C-p C-M-f C-M-f C-M-f C-d DEL , SPC s i n c e M-q C-n C-M-b C-M-b C-M-b C-k a v o i d s SPC i t . M-q C-x h M-w C-x h M-w M-x r e p o r t b u g Recent messages: Checking spelling of SUBTILE... subtle :: aufmerksam {adj} subtle | subtler | subtlest :: fein; feinsinnig; hintergr=C3=BCndig; subtil= {adj} | feiner | am feinsten subtle :: heikel; schwierig {adj} subtle :: raffiniert; scharfsinnig {adj} subtle :: scharf; scharfsinnig; spitzfindig {adj} subtle :: schleichend {adj} (Gift) Mark set [2 times] Auto-saving...done Load-path shadows: /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /home/polit= za/.emacs.d/plugins/haskell/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /home/politza= /.emacs.d/plugins/haskell/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/ghc-core hides /home/politza/.e= macs.d/plugins/haskell/ghc-core /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /home/politz= a/.emacs.d/plugins/haskell/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /home/politza/.= emacs.d/plugins/haskell/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /home= /politza/.emacs.d/plugins/haskell/haskell-indentation /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /home/politz= a/.emacs.d/plugins/haskell/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /home/politza= /.emacs.d/plugins/haskell/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /home/poli= tza/.emacs.d/plugins/haskell/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /home/politz= a/.emacs.d/plugins/haskell/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /home/p= olitza/.emacs.d/plugins/haskell/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /ho= me/politza/.emacs.d/plugins/haskell/haskell-simple-indent /home/politza/.emacs.d/plugins/tblc/tblc hides /home/politza/.emacs.d/plugi= ns/tblc /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /usr/share/= emacs/site-lisp/haskell-mode/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /usr/share/em= acs/site-lisp/haskell-mode/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /usr/share/emac= s/site-lisp/haskell-mode/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /usr/= share/emacs/site-lisp/haskell-mode/haskell-indentation /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /usr/share/em= acs/site-lisp/haskell-mode/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /usr/share/e= macs/site-lisp/haskell-mode/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /us= r/share/emacs/site-lisp/haskell-mode/haskell-simple-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /usr/sh= are/emacs/site-lisp/haskell-mode/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /usr/share= /emacs/site-lisp/haskell-mode/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-decl-scan hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-decl-scan /home/politza/.emacs.d/plugins/haskell-mode/haskell-c hides /usr/share/emac= s/24.2.50/site-lisp/haskell-mode/haskell-c /home/politza/.emacs.d/plugins/haskell-mode/haskell-ghci hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-ghci /home/politza/.emacs.d/plugins/haskell-mode/haskell-doc hides /usr/share/em= acs/24.2.50/site-lisp/haskell-mode/haskell-doc /home/politza/.emacs.d/plugins/haskell-mode/haskell-indent hides /usr/share= /emacs/24.2.50/site-lisp/haskell-mode/haskell-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-mode hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-mode /home/politza/.emacs.d/plugins/haskell-mode/haskell-hugs hides /usr/share/e= macs/24.2.50/site-lisp/haskell-mode/haskell-hugs /home/politza/.emacs.d/plugins/haskell-mode/haskell-site-file hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-site-file /home/politza/.emacs.d/plugins/haskell-mode/haskell-cabal hides /usr/share/= emacs/24.2.50/site-lisp/haskell-mode/haskell-cabal /home/politza/.emacs.d/plugins/haskell-mode/inf-haskell hides /usr/share/em= acs/24.2.50/site-lisp/haskell-mode/inf-haskell /home/politza/.emacs.d/plugins/haskell-mode/haskell-font-lock hides /usr/sh= are/emacs/24.2.50/site-lisp/haskell-mode/haskell-font-lock /home/politza/.emacs.d/plugins/haskell-mode/haskell-simple-indent hides /us= r/share/emacs/24.2.50/site-lisp/haskell-mode/haskell-simple-indent /home/politza/.emacs.d/plugins/haskell-mode/haskell-indentation hides /usr/= share/emacs/24.2.50/site-lisp/haskell-mode/haskell-indentation /usr/share/emacs/24.2.50/site-lisp/cscope/xcscope hides /usr/share/emacs/si= te-lisp/xcscope /usr/share/emacs/24.2.50/site-lisp/debian-startup hides /usr/share/emacs/si= te-lisp/debian-startup /home/politza/.emacs.d/plugins/term hides /usr/share/emacs/24.2.50/lisp/term /home/politza/.emacs.d/plugins/filecache hides /usr/share/emacs/24.2.50/lis= p/filecache /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.2.50/lisp/textmode= s/rst /usr/share/emacs/site-lisp/remember-el/remember hides /usr/share/emacs/24.2= .50/lisp/textmodes/remember /home/politza/.emacs.d/plugins/python/python/python hides /usr/share/emacs/= 24.2.50/lisp/progmodes/python /home/politza/.emacs.d/plugins/el-get/.dir-locals hides /usr/share/emacs/24= .2.50/lisp/gnus/.dir-locals /home/politza/.emacs.d/plugins/python/python/sym-comp hides /usr/share/emac= s/24.2.50/lisp/obsolete/sym-comp Features: (shadow mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils sort pdftk-outline doc-view image-mode ispell quail two-column iso-transl descr-text scroll-hide-empty-lines align preview prv-emacs tex-buf reftex-dcr reftex-auc font-latex latexenc jka-compr misearch multi-isearch dired-aux tramp-cache tramp-sh vc-dispatcher vc-svn bookmark pp imenu emacs-customizations nogroup-customizations wp-customizations view-customizations tex-customizations reftex-customizations reftex-miscellaneous-configurations-customizations reftex-label-support-customizations reftex-referencing-labels-customizations reftex-defining-label-environments-customizations AUCTeX-customizations preview-customizations preview-latex-customizations preview-appearance-customizations TeX-parse-customizations TeX-file-customizations TeX-command-customizations TeX-view-customizations LaTeX-customizations LaTeX-macro-customizations LaTeX-math-customizations LaTeX-indentation-customizations table-customizations table-hooks-customizations outlines-customizations programming-customizations tools-customizations vc-customizations makefile-customizations ediff-customizations languages-customizations matlab-customizations sh-customizations python-customizations rx haskell-customizations c-customizations multimedia-customizations image-customizations help-customizations ekey-customizations info-lookup-customizations info-customizations customize-customizations custom-buffer-customizations apropos-customizations help-mode files-customizations uniquify-customizations uniquify sunrise-customizations recentf-customizations find-file-customizations backup-customizations external-customizations server-customizations processes-customizations shell-customizations gud-customizations tooltip-customizations grep-customizations compilation-customizations next-error-customizations comint-customizations SQL-customizations man-customizations environment-customizations windows-customizations minibuffer-customizations savehist-customizations completion-spelling menu-customizations initialization-customizations frames-customizations ediff-window-customizations dired-customizations dired-x-customizations dired-x dired-details-customizations editing-customizations yasnippet-customizations matching-customizations paren-matching-customizations paren-showing-customizations isearch-customizations bookmark-customizations killing-customizations indent-customizations fill-customizations emulations-customizations editing-basics-customizations development-customizations lisp-customizations re-builder-customizations inferior-lisp-customizations ielm-customizations ert-customizations edebug-customizations bytecomp-customizations advice-customizations internal-customizations alloc-customizations extensions-customizations eldoc-customizations cust-print-customizations data-customizations save-place-customizations convenience-customizations company-customizations window-numbering-customizations pabbrev-customizations kmacro-customizations imenu-customizations ibuffer-customizations ibuf-macs hl-line-customizations hippie-expand-customizations file-cache-customizations ffap-customizations completion-customizations iswitchb-customizations iswitchb auto-complete-customizations browse-kill-ring-customizations auto-revert-customizations auto-insert-customizations comm-customizations tramp-customizations browse-url-customizations applications-customizations mediawiki-customizations package-customizations mail-customizations smtpmail-customizations sendmail-customizations ispell-customizations doc-view-customizations calendar-customizations org-customizations org-structure-customizations org-plain-lists-customizations org-edit-structure-customizations org-startup-customizations org-link-customizations org-latex-customizations org-appearance-customizations calculator-customizations calc-customizations server idle-help tblc pcase hl-line read-interactively paren recentf tree-widget yasnippet dropdown-list window-numbering w3m browse-url timezone w3m-hist w3m-e23 w3m-ccl ccl w3m-fsf w3m-favicon w3m-image w3m-proc w3m-util view tramp tramp-compat tramp-loaddefs shell track-last-window scroll-other-window saveplace savehist reftex reftex-vars pabbrev thingatpt org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob org-compat org-macs ob-eval format-spec find-func cal-menu calendar cal-loaddefs lib-edit lib-window lib-isearch lib-buffer lib-basic lib-lispext latex easy-mmode tex-style tex info-look ibuffer hippie-exp grep compile filecache edit-minibuffer eldoc-eval ekey assoc dired-details+ warnings advice advice-preload dired dired-details cool-prefix-bindings do-text lib-kbd comint-history comint ansi-color ring anticus edmacro kmacro derived cl-macs gv ffap url-parse auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util mm-util mail-prsvr password-cache url-vars eldoc help-fns cus-edit cus-start cus-load wid-edit cl cl-lib .plugin-autoloads auctex-autoloads tex-site info easymenu browse-kill-ring-autoloads c-eldoc-autoloads cl-format-autoloads company-autoloads eldoc-eval-autoloads trie-autoloads heap-autoloads tNFA-autoloads queue-autoloads undo-tree-autoloads package remember-autoloads planner-autoloads w3m-load muse-autoloads time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1358530442-4792-1--