From unknown Sat Aug 09 04:56:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#24931 <24931@debbugs.gnu.org> To: bug#24931 <24931@debbugs.gnu.org> Subject: Status: 25.1.50; recentf breaks M-x tetris scoring Reply-To: bug#24931 <24931@debbugs.gnu.org> Date: Sat, 09 Aug 2025 11:56:38 +0000 retitle 24931 25.1.50; recentf breaks M-x tetris scoring reassign 24931 emacs submitter 24931 Robert Marshall severity 24931 normal tag 24931 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 12 16:09:11 2016 Received: (at submit) by debbugs.gnu.org; 12 Nov 2016 21:09:11 +0000 Received: from localhost ([127.0.0.1]:55197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5fXy-000602-NE for submit@debbugs.gnu.org; Sat, 12 Nov 2016 16:09:11 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5fXx-0005zp-Hk for submit@debbugs.gnu.org; Sat, 12 Nov 2016 16:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5fXq-0001I4-Tz for submit@debbugs.gnu.org; Sat, 12 Nov 2016 16:09:04 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5fXq-0001Hs-Ow for submit@debbugs.gnu.org; Sat, 12 Nov 2016 16:09:02 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5fXp-0005Fi-6i for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2016 16:09:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5fXl-0001E9-Vw for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2016 16:09:01 -0500 Received: from know-smtprelay-omc-11.server.virginmedia.net ([80.0.253.75]:55401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5fXl-0001Az-Gq for bug-gnu-emacs@gnu.org; Sat, 12 Nov 2016 16:08:57 -0500 Received: from capuchin.co.uk ([86.1.25.150]) by know-smtprelay-11-imp with bizsmtp id 798p1u00A3EJRsN0198paY; Sat, 12 Nov 2016 21:08:49 +0000 X-Originating-IP: [86.1.25.150] X-Spam: 0 X-Authority: v=2.1 cv=e9z7Mvd/ c=1 sm=1 tr=0 a=M7xYXag64YmbaeErs/qbeg==:117 a=M7xYXag64YmbaeErs/qbeg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=MKtGQD3n3ToA:10 a=L24OOQBejmoA:10 a=dik7HMQjudEA:10 a=ZZnuYtJkoWoA:10 a=aR16PxjQAAAA:8 a=QtoAd_gNSryhTSla1gUA:9 a=oWWS9WT6I3KOfidx:21 a=BE0BCnqMOmsYd_8D:21 a=CjuIK1q_8ugA:10 a=zbFvvTOBjyH4ze5LlUjX:22 Received: from poulenc.faure (unknown [192.168.0.27]) by capuchin.co.uk (Postfix) with ESMTPS id 3C94419F3C6 for ; Sat, 12 Nov 2016 21:08:17 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22567.33967.430861.196391@capuchin.co.uk> Date: Sat, 12 Nov 2016 21:07:59 +0000 From: Robert Marshall To: bug-gnu-emacs@gnu.org Subject: 25.1.50; recentf breaks M-x tetris scoring X-Mailer: VM 8.2.0b under 25.1.50.6 (x86_64-unknown-linux-gnu) 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: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) With emacs -Q evaluate (require 'recentf) (recentf-mode t) and then M-x tetris just let the blocks pile up to finish quickly, when it completes I get the message File exists, but cannot be read when it tries to access the score file and no score gets added - if it was going to do so. Without those recentf lines the score file is read successfully. The issue doesn't appear to be dependent upon ~/.emacs.d/games/tetris-scores in the recentf list Robert In GNU Emacs 25.1.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2016-09-03 built on robert-new-desktop Repository revision: 2ad16e4bf9b43c169bcfa1e6240584488fbc3d78 Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 System Description: Ubuntu 16.04.1 LTS Configured features: XPM JPEG TIFF GIF PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t cursor-sensor-mode: t which-function-mode: t diff-auto-refine-mode: t gnus-undo-mode: t global-hi-lock-mode: t hi-lock-mode: t desktop-save-mode: t shell-dirtrack-mode: t recentf-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow emacsbug tetris gamegrid arc-mode archive-mode iso-transl eieio-opt speedbar sb-image ezimage dframe help-fns radix-tree vm-digest canlock bbdb-message footnote nnir log-view pcvs-util latexenc gnus-vm vm-mark pp dabbrev smtpmail vm-reply url-queue url-cache shr-color color shr svg dom browse-url eimp dcl-mode tempo css-mode vm-delete warnings tapestry misearch multi-isearch bug-reference vc-cvs vm-crypto vm-imap vc-svn markdown-mode thingatpt org-element org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m org org-macro org-footnote org-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 find-func autoconf autoconf-mode python perl-mode rst sgml-mode sort smiley gnus-cite flow-fill qp mm-archive mail-extr gnus-bcklg gnus-async gnus-ml disp-table gnus-topic cursor-sensor nndraft nnmh nnfolder gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-cache bbdb-gnus network-stream starttls nntp dired-aux which-func imenu cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs conf-mode make-mode vc-dir ewoc vc vc-dispatcher flyspell ispell tex-mode compile sh-script smie executable vc-git diff-mode easy-mmode add-log vm-save vm-sort vm-thread bbdb-vm bbdb-mua bbdb-com crm vm-pine gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range message rfc822 mml mml-sec epa derived epg mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util rmail rmail-loaddefs bbdb bbdb-site timezone sendmail mail-utils vm-rfaddons vm-menu vm-window vm-toolbar vm-folder vm-mime vm-undo vm-virtual vm-summary-faces vm-summary vm-mouse vm-page vm-motion vm-minibuf vm-message vm-misc vm-macro vm-autoloads vm-vars vm-version vm dired-x dired dired-loaddefs twittering-mode identica-mode json map url-http tls gnutls url-auth mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm subr-x puny url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap longlines parse-time xml cl cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs diary-lib diary-loaddefs cal-menu calendar cal-loaddefs server tbemail org-install hi-lock edmacro kmacro desktop frameset tramp-cache tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize shell pcomplete comint ansi-color ring format-spec advice recentf tree-widget wid-edit paren bbdb-loaddefs finder-inf package epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 1928195 110906) (symbols 48 229777 2706) (miscs 40 62968 2552) (strings 32 534238 48562) (string-bytes 1 12807436) (vectors 16 147050) (vector-slots 8 2749266 35218) (floats 8 1451 1878) (intervals 56 95544 1461) (buffers 976 549) (heap 1024 194509 178324)) From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 13 10:36:00 2016 Received: (at 24931) by debbugs.gnu.org; 13 Nov 2016 15:36:00 +0000 Received: from localhost ([127.0.0.1]:55999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5wp6-0005LH-7I for submit@debbugs.gnu.org; Sun, 13 Nov 2016 10:36:00 -0500 Received: from mail-it0-f42.google.com ([209.85.214.42]:37833) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5wp4-0005Kz-3s; Sun, 13 Nov 2016 10:35:58 -0500 Received: by mail-it0-f42.google.com with SMTP id u205so63319793itc.0; Sun, 13 Nov 2016 07:35:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=TodmuowW7+UZt7ksutIJss+dZjrY//HFLex4fJLZYMo=; b=RoMj2Cb/1RuI7e12dxVhbtMYzm32BBXI6LG3C3YaBnR0kF5MHjcBN+eWqQP8SLITtc nGjdqeoL47BqObbw3FgUi9Hzgg7OTdtTSEOKd7aJCVAG7Hx5VMlPc+/u+ktIjGvX55Ov 1gLsM3FO1F6D7m5NEWP7oaLnNSLn/eogGqCdKJb9ezvKY5Lhtfq4UAjl4tXjLHrrc53k 1yF6yllnAAhBg8MMsTEnsf3TWcYn1CkV8HPEMnOlwT6SwHowscb3RUkAHMm3oS3oCfrt iu8RdKh+NL5jFFhxDgpCl9r9iB8aevVJCMFIvZMUwNT51zwZLU4gX1wXbS0ogJ+ts+FJ HfVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=TodmuowW7+UZt7ksutIJss+dZjrY//HFLex4fJLZYMo=; b=VGzD/jhqOmkBsN8eOskSUyFCzf1cbehssr751MIPKN6uGbLNgzCmEYAxob0QDgu65z hiQesDELrD7EAf7BPFVElWMz5sBrVnZX7rvOIUA0boBb6flYeocEcYpiUdeUEI5SVDTM L4N3NN/TgJThfWEo6rXK1II0KJ1uZw6dup+fEtKIcMCm9lZUsE8iqoEZWzC/YWWIMpYW JHpR9TqwDjJy10lB2YXTVsQ4iPmNSvb1XtBRCSDIrQCnF2XdzbT4t10CxGL2YNZr04LV cGPgclGoJMhapYy2uc+yfxkt3Epk07pNZZnRcMBqWiTTa65E776mrCjMkkIQItjdZJ+6 O/oQ== X-Gm-Message-State: ABUngve62mk/eTkLc97z7qNEPzgPhRav4Hkgo1pLtn6zffaWmVi0p+lY2EginS53A/bwYw== X-Received: by 10.107.25.11 with SMTP id 11mr19779396ioz.138.1479051352211; Sun, 13 Nov 2016 07:35:52 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id q81sm5171434ioe.30.2016.11.13.07.35.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 13 Nov 2016 07:35:51 -0800 (PST) From: npostavs@users.sourceforge.net To: Robert Marshall Subject: Re: bug#24931: 25.1.50; recentf breaks M-x tetris scoring References: <22567.33967.430861.196391@capuchin.co.uk> Date: Sun, 13 Nov 2016 10:36:40 -0500 In-Reply-To: <22567.33967.430861.196391@capuchin.co.uk> (Robert Marshall's message of "Sat, 12 Nov 2016 21:07:59 +0000") Message-ID: <877f87mlx3.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24931 Cc: 24931@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) tags 24931 unreproducible quit Robert Marshall writes: > With emacs -Q > evaluate > (require 'recentf) > (recentf-mode t) > > and then M-x tetris > > just let the blocks pile up to finish quickly, when it completes I > get the message > > File exists, but cannot be read > > when it tries to access the score file and no score gets added - if it > was going to do so. Without those recentf lines the score file is read > successfully. > > The issue doesn't appear to be dependent upon > ~/.emacs.d/games/tetris-scores in the recentf list > > Robert > > In GNU Emacs 25.1.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) > of 2016-09-03 built on robert-new-desktop > Repository revision: 2ad16e4bf9b43c169bcfa1e6240584488fbc3d78 > Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 > System Description: Ubuntu 16.04.1 LTS Works for me, scrore shows up with no problems. Can you get a backtrace if you M-x toggle-debug-on-error? In GNU Emacs 25.1.50.8 (x86_64-unknown-linux-gnu, X toolkit) of 2016-11-06 built on zony Repository revision: 0b6b8151186e2d8d48aff8182a66aee21a6edb53 Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 Configured using: 'configure --cache-file=../debug-config.cache 'CFLAGS=-O0 -g3 -march=native' --enable-checking=yes,glyphs --enable-check-lisp-object-type MAKEINFO=makeinfo-4.13a --with-x-toolkit=lucid --without-toolkit-scroll-bars --with-gif=no --with-jpeg=no' From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 13 13:55:30 2016 Received: (at 24931) by debbugs.gnu.org; 13 Nov 2016 18:55:30 +0000 Received: from localhost ([127.0.0.1]:56074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5zw9-0003e7-Pu for submit@debbugs.gnu.org; Sun, 13 Nov 2016 13:55:30 -0500 Received: from know-smtprelay-omc-11.server.virginmedia.net ([80.0.253.75]:35460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5zw8-0003dt-LN for 24931@debbugs.gnu.org; Sun, 13 Nov 2016 13:55:29 -0500 Received: from capuchin.co.uk ([86.1.25.150]) by know-smtprelay-11-imp with bizsmtp id 7WvL1u00J3EJRsN01WvMZG; Sun, 13 Nov 2016 18:55:22 +0000 X-Originating-IP: [86.1.25.150] X-Spam: 0 X-Authority: v=2.1 cv=e9z7Mvd/ c=1 sm=1 tr=0 a=M7xYXag64YmbaeErs/qbeg==:117 a=M7xYXag64YmbaeErs/qbeg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=MKtGQD3n3ToA:10 a=L24OOQBejmoA:10 a=dik7HMQjudEA:10 a=ZZnuYtJkoWoA:10 a=FP58Ms26AAAA:8 a=oWwmHH8kAAAA:8 a=aR16PxjQAAAA:8 a=LknXDlfe_i9XEmTX12sA:9 a=CjuIK1q_8ugA:10 a=6LVbBl2NLSWPyIBDCKCu:22 a=UHw7H5ZA06RhiNH5GN12:22 a=zbFvvTOBjyH4ze5LlUjX:22 Received: from poulenc.faure (unknown [192.168.0.27]) by capuchin.co.uk (Postfix) with ESMTPS id 6248A19F3C6; Sun, 13 Nov 2016 18:54:49 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22568.46831.335198.563365@capuchin.co.uk> Date: Sun, 13 Nov 2016 18:54:39 +0000 From: Robert Marshall To: npostavs@users.sourceforge.net Subject: Re: bug#24931: 25.1.50; recentf breaks M-x tetris scoring In-Reply-To: <877f87mlx3.fsf@users.sourceforge.net> References: <22567.33967.430861.196391@capuchin.co.uk> <877f87mlx3.fsf@users.sourceforge.net> X-Mailer: VM 8.2.0b under 25.1.50.6 (x86_64-unknown-linux-gnu) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24931 Cc: 24931@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) npostavs@users.sourceforge.net writes: > tags 24931 unreproducible > quit > > Robert Marshall writes: > > > With emacs -Q > > evaluate > > (require 'recentf) > > (recentf-mode t) > > > > and then M-x tetris > > > > just let the blocks pile up to finish quickly, when it completes I > > get the message > > > > File exists, but cannot be read > > > > when it tries to access the score file and no score gets added - if it > > was going to do so. Without those recentf lines the score file is read > > successfully. > > > > The issue doesn't appear to be dependent upon > > ~/.emacs.d/games/tetris-scores in the recentf list > > > > Robert > > > > In GNU Emacs 25.1.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) > > of 2016-09-03 built on robert-new-desktop > > Repository revision: 2ad16e4bf9b43c169bcfa1e6240584488fbc3d78 > > Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 > > System Description: Ubuntu 16.04.1 LTS > > Works for me, scrore shows up with no problems. > > Can you get a backtrace if you M-x toggle-debug-on-error? > The 'File exists, but cannot be read' appears to come from files.el where it doesn't appear to generate an error based on that message - toggle-debug-on-error gave me nothing If I set debug-on entry to after-find-file - though I guess that fn is cleaning up after a problem(?) I get the following traceback (and continuing doesn't enter that function again) Debugger entered--entering a function: * after-find-file(t t) find-file-noselect-1(# "~/.emacs.d/games/tetris-scores" nil nil "/~/.emacs.d/games/tetris-scores" nil) find-file-noselect("/home/robert/.emacs.d/games/tetris-scores" nil nil nil) find-file("/home/robert/.emacs.d/games/tetris-scores" nil) find-file--read-only(find-file "/home/robert/.emacs.d/games/tetris-scores" nil) find-file-read-only("/home/robert/.emacs.d/games/tetris-scores") gamegrid-add-score-with-update-game-score-1("tetris-scores" "/home/robert/.emacs.d/games/tetris-scores" 63) gamegrid-add-score-with-update-game-score("tetris-scores" 63) gamegrid-add-score("tetris-scores" 63) tetris-end-game() tetris-new-shape() tetris-shape-done() tetris-update-game(#) apply(tetris-update-game #) timer-event-handler([t 22568 41268 554483 0.4 tetris-update-game (#) nil 0]) ~/.emacs.d/games/tetris-scores definitely exists and is readable by me > In GNU Emacs 25.1.50.8 (x86_64-unknown-linux-gnu, X toolkit) > of 2016-11-06 built on zony > Repository revision: 0b6b8151186e2d8d48aff8182a66aee21a6edb53 > Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 > Configured using: > 'configure --cache-file=../debug-config.cache 'CFLAGS=-O0 -g3 > -march=native' --enable-checking=yes,glyphs > --enable-check-lisp-object-type MAKEINFO=makeinfo-4.13a > --with-x-toolkit=lucid --without-toolkit-scroll-bars --with-gif=no > --with-jpeg=no' > From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 13 14:29:49 2016 Received: (at 24931) by debbugs.gnu.org; 13 Nov 2016 19:29:49 +0000 Received: from localhost ([127.0.0.1]:56088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c60TM-0004W1-Tj for submit@debbugs.gnu.org; Sun, 13 Nov 2016 14:29:49 -0500 Received: from mail-it0-f50.google.com ([209.85.214.50]:36436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c60TL-0004Vn-Kd for 24931@debbugs.gnu.org; Sun, 13 Nov 2016 14:29:47 -0500 Received: by mail-it0-f50.google.com with SMTP id q124so62142532itd.1 for <24931@debbugs.gnu.org>; Sun, 13 Nov 2016 11:29:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=K6KERR7W6Z5nmDg6DsxVyCNZyU4YvJvaILSteE2ubkA=; b=aqUnsj6wFdNwE+XqJwbB/BdEp7ewb2NDSBKL1VJujKbK/ljriah7qsOK9aLLXHFN2L FtW/uAC/PX0B55A5Ixvu7uoyi67LfHW5Amo487hAtBxywkhtukVbVSt6WZtQUptGld6P 9GMipL9fBsAbcnH+Lx0PZgjtlvq3wBQhRVRcJ8ckD+DRmrFoGXfGM63gMZpCrvNabKF9 QuKbCOTjvATqlyfC3P2Iw11MhPCONm3+2gWnt2/9TxFiRAg3/hTDQqQJRnasa4QSM6NC QOFg76CxzYg8L6OYwje9BoB8K8AE1oH9TerEfDGvDQXV1Eeh5DRQP8sPzuw0WEcKDbkK UXNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=K6KERR7W6Z5nmDg6DsxVyCNZyU4YvJvaILSteE2ubkA=; b=P4uUemPPv7eJlZgr478f4nl/N9lzw5UVAbiUkDujbtGuScSzcGwWdKX4Qm5tZSJT0k zTFZbeNDS4w/5bwmlUeO7uOsIV+Q26GqSSVjwZJZvyfsBpZlJwK24cbZByiWTmaPKZ9X FvWE9n37T7mIYSPoTZFB9kaburqlExAMAHAIQAqlisphosi0GWEcDUStuHV7TTMjhsOd Z4YIT6AxM3cEAzfSHcClhs4Q9is2msOLhweDoH6JUoUdh7JGSShZC6PUEYp1lSt5vV42 TlTXjfn11+8gkan1k5+yJt0F6ciAXwyo5nXyaji601JcpDXmyqW4Uj+85Ckyxl5FVdSa TtXg== X-Gm-Message-State: ABUngvf4HVCoru47OtBt8aTDc0jSEyzOOncHXqqXKZE8G6VzayXigMpBwfaKme/+bKCL3Q== X-Received: by 10.36.111.143 with SMTP id x137mr4426368itb.110.1479065381906; Sun, 13 Nov 2016 11:29:41 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id v197sm18125440ita.0.2016.11.13.11.29.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 13 Nov 2016 11:29:41 -0800 (PST) From: npostavs@users.sourceforge.net To: Robert Marshall Subject: Re: bug#24931: 25.1.50; recentf breaks M-x tetris scoring References: <22567.33967.430861.196391@capuchin.co.uk> <877f87mlx3.fsf@users.sourceforge.net> <22568.46831.335198.563365@capuchin.co.uk> Date: Sun, 13 Nov 2016 14:30:29 -0500 In-Reply-To: <22568.46831.335198.563365@capuchin.co.uk> (Robert Marshall's message of "Sun, 13 Nov 2016 18:54:39 +0000") Message-ID: <874m3bmb3e.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 24931 Cc: 24931@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) Robert Marshall writes: > The 'File exists, but cannot be read' appears to come from files.el > where it doesn't appear to generate an error based on that message - > toggle-debug-on-error gave me nothing > > If I set debug-on entry to after-find-file - though I guess that fn is > cleaning up after a problem(?) I get the following traceback (and > continuing doesn't enter that function again) This traceback is a bit too late I think. How about toggle-debug-on-signal? > ~/.emacs.d/games/tetris-scores definitely exists and is readable by me Does M-: (file-readable-p "~/.emacs.d/games/tetris-scores") agree? From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 13 15:20:39 2016 Received: (at 24931) by debbugs.gnu.org; 13 Nov 2016 20:20:39 +0000 Received: from localhost ([127.0.0.1]:56099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c61GZ-0005lG-D1 for submit@debbugs.gnu.org; Sun, 13 Nov 2016 15:20:39 -0500 Received: from know-smtprelay-omc-11.server.virginmedia.net ([80.0.253.75]:46207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c61GY-0005kx-2X for 24931@debbugs.gnu.org; Sun, 13 Nov 2016 15:20:38 -0500 Received: from capuchin.co.uk ([86.1.25.150]) by know-smtprelay-11-imp with bizsmtp id 7YLX1u00E3EJRsN01YLXVs; Sun, 13 Nov 2016 20:20:31 +0000 X-Originating-IP: [86.1.25.150] X-Spam: 0 X-Authority: v=2.1 cv=e9z7Mvd/ c=1 sm=1 tr=0 a=M7xYXag64YmbaeErs/qbeg==:117 a=M7xYXag64YmbaeErs/qbeg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=MKtGQD3n3ToA:10 a=L24OOQBejmoA:10 a=dik7HMQjudEA:10 a=ZZnuYtJkoWoA:10 a=FP58Ms26AAAA:8 a=oWwmHH8kAAAA:8 a=Bs0BZUeaGscATcQcWFgA:9 a=CjuIK1q_8ugA:10 a=6LVbBl2NLSWPyIBDCKCu:22 a=UHw7H5ZA06RhiNH5GN12:22 Received: from poulenc.faure (unknown [192.168.0.27]) by capuchin.co.uk (Postfix) with ESMTPS id DF13619F3C6; Sun, 13 Nov 2016 20:19:59 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22568.51941.758810.311448@capuchin.co.uk> Date: Sun, 13 Nov 2016 20:19:49 +0000 From: Robert Marshall To: npostavs@users.sourceforge.net Subject: Re: bug#24931: 25.1.50; recentf breaks M-x tetris scoring In-Reply-To: <874m3bmb3e.fsf@users.sourceforge.net> References: <22567.33967.430861.196391@capuchin.co.uk> <877f87mlx3.fsf@users.sourceforge.net> <22568.46831.335198.563365@capuchin.co.uk> <874m3bmb3e.fsf@users.sourceforge.net> X-Mailer: VM 8.2.0b under 25.1.50.6 (x86_64-unknown-linux-gnu) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24931 Cc: 24931@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) npostavs@users.sourceforge.net writes: > Robert Marshall writes: > > > The 'File exists, but cannot be read' appears to come from files.el > > where it doesn't appear to generate an error based on that message - > > toggle-debug-on-error gave me nothing > > > > If I set debug-on entry to after-find-file - though I guess that fn is > > cleaning up after a problem(?) I get the following traceback (and > > continuing doesn't enter that function again) > > This traceback is a bit too late I think. How about toggle-debug-on-signal? > Oh that's bizarre (even more so than the bug?) it now works - toggle-debug-on-signal doesn't seem to exist for me but I set debug-on-signal to t Maybe it was something there that fixed it, or other things I've tried I restarted with -Q and now get no cannot be read message > > ~/.emacs.d/games/tetris-scores definitely exists and is readable by me > > Does M-: (file-readable-p "~/.emacs.d/games/tetris-scores") agree? > It does (and the tetris-scores~ dating from Feb 2012 also returns t As I can no longer replicate the problem you'd better close it! I've got another machine which was exhibiting this problem, if it still is I'll reopen when I get around to booting it. Robert -- Robert Marshall twitter: @rajm From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 13 15:54:57 2016 Received: (at 24931) by debbugs.gnu.org; 13 Nov 2016 20:54:57 +0000 Received: from localhost ([127.0.0.1]:56116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c61nl-0006dj-1A for submit@debbugs.gnu.org; Sun, 13 Nov 2016 15:54:57 -0500 Received: from mail-it0-f41.google.com ([209.85.214.41]:38705) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c61nj-0006dS-DV; Sun, 13 Nov 2016 15:54:55 -0500 Received: by mail-it0-f41.google.com with SMTP id q124so73925300itd.1; Sun, 13 Nov 2016 12:54:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=aTKLZqJFiQ2LaSgnyrnU1JqTbPjfwJghIBFW5KNMN2s=; b=sJFsB4V2ns3BZiC8QIdUG2Cmv2KvgxBrxSsWxu4gK9RSvLQACR/gigYk4gYx2xdWd+ vtfP/076c1rr3E7vJBxd1aie5+wJujQaf3+OF6MHDVx42hz2KAkY3ZGdu/AW517CjjoX VhT5Ohxkk0FkarCVRKFQsnfXXy6fhDwwWyGGwAteRyvJrXx7WOOSWT6oquXXvrzY8k2z Qa1Rkp+6OjjhUyLprGxdFAM1ZOE3Yqefsq7fJklGDoHVceQILEH8yGtfU+Wuk547GW0H IKBepriBnZr1ymFgq83YoQlpzuNR3nEEweyBtg/XNNW82DVssBepkhB8HD4csdWH1LYB u7CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=aTKLZqJFiQ2LaSgnyrnU1JqTbPjfwJghIBFW5KNMN2s=; b=I+XVxVMvA6REaoQ+zoQmTtFQZIplv+MbjJUKCzG5/jAravOGyLULG1ejdoi1+kwwX3 v63yMmbSY0WKMKMOtfS+zf8uanNMBIq1/l25RfihSiPvBs3XHxYwBmqBOP1ffy6yE1HP GxopHeswjoyqrdljD4+gLjhjHZimR9G6JstF4cWEcJSNdcQNKe1oDWj4RCGiZQcpd1C6 XBscTqyhx4Ui1ir5FjTMjs2/LXhAZk4XJMZn1L7rONmcm0R9TA6mPR7YkR1/IEJB09k+ wU/IeDzdWTB3Pcgt8Fej6WPgesian7d8f6mhLHqpAfn5gipBqSjstKOX88k8AVjxGeWM /eqA== X-Gm-Message-State: ABUngvePxpieKR3d6dy8iZ2Zq3Wy0mGpnIbbnZ1sQXOQA8+jueIUeJFNmujQUxARIcPADA== X-Received: by 10.36.82.22 with SMTP id d22mr1056879itb.53.1479070489675; Sun, 13 Nov 2016 12:54:49 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id c71sm1781130ioe.19.2016.11.13.12.54.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 13 Nov 2016 12:54:49 -0800 (PST) From: npostavs@users.sourceforge.net To: Robert Marshall Subject: Re: bug#24931: 25.1.50; recentf breaks M-x tetris scoring References: <22567.33967.430861.196391@capuchin.co.uk> <877f87mlx3.fsf@users.sourceforge.net> <22568.46831.335198.563365@capuchin.co.uk> <874m3bmb3e.fsf@users.sourceforge.net> <22568.51941.758810.311448@capuchin.co.uk> Date: Sun, 13 Nov 2016 15:55:37 -0500 In-Reply-To: <22568.51941.758810.311448@capuchin.co.uk> (Robert Marshall's message of "Sun, 13 Nov 2016 20:19:49 +0000") Message-ID: <871syfm75i.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24931 Cc: 24931@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) close 24931 quit Robert Marshall writes: > npostavs@users.sourceforge.net writes: > > This traceback is a bit too late I think. How about toggle-debug-on-signal? > > > > Oh that's bizarre (even more so than the bug?) it now works - > toggle-debug-on-signal doesn't seem to exist for me but I set > debug-on-signal to t Oh, sorry, toggle-debug-on-signal indeed does not exist, I should have said M-: (setq debug-on-signal t). > > As I can no longer replicate the problem you'd better close it! > > I've got another machine which was exhibiting this problem, if it > still is I'll reopen when I get around to booting it. Ok, closing for now. From unknown Sat Aug 09 04:56:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 12 Dec 2016 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator