From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 16:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13113@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.135489845725665 (code B ref -1); Fri, 07 Dec 2012 16:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Dec 2012 16:40:57 +0000 Received: from localhost ([127.0.0.1]:59135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0yt-0006fr-Cu for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:40:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50088) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0yo-0006fh-KL for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th0yP-0008AS-1E for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:40:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-104.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:37161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th0yO-0008A8-Tv for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:40:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th0yL-0001D7-J2 for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2012 11:40:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th0yA-00084S-RE for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2012 11:40:21 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:18671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th0pI-0005M0-Nr for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2012 11:31:01 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qB7GUwko003016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Dec 2012 16:30:59 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qB7GUvIo004549 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Dec 2012 16:30:58 GMT Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qB7GUvYA015947 for ; Fri, 7 Dec 2012 10:30:57 -0600 Received: from dradamslap1 (/10.159.136.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 07 Dec 2012 08:30:56 -0800 From: "Drew Adams" Date: Fri, 7 Dec 2012 08:30:52 -0800 Message-ID: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac3UmDltc3OcWBc+QdWZLi60DRR0ig== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) 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.1 (------) This is with my setup, not emacs -Q. I added a call to `(debug)' in a section of my code that is eval'd during application of a completion function for file names. Below is what happened. What should have happened: *Backtrace* opens in a separate, special-display frame (because "*Backtrace*" matches my value of `special-display-regexps'). Apparently, when Emacs tried to create the frame it ran into some problems in `x-create-frame'. Why `x-create-frame' would call `directory-files' on "~/.emacs.d/auto-save-list/" I have no idea. And why that should raise this error, and what this error means, I also have no idea. This means nothing to me - what is going on here? BTW, why is Emacs suddenly formatting the `report-emacs-bug' text I wrote? I copied (`M-w') and yanked (`C-y') the backtrace into that report buffer, then pasted, after `C-c C-c', from the clipboard into my mail client (Outlook), as usual. But now it seems that each line gets split at the same position and `=' is added. Is this a new feature? Is there a way to turn it off or otherwise control it? Why `='? Debugger entered--Lisp error: (file-error "Opening directory" "no error" "c= :/.emacs.d/auto-save-list/") directory-files("~/.emacs.d/auto-save-list/" nil "\\`\\.saves-" t) (and auto-save-list-file-prefix (file-directory-p (file-name-directory au= to-save-list-file-prefix)) (directory-files (file-name-directory auto-save-= list-file-prefix) nil (concat "\\`" (regexp-quote (file-name-nondirectory a= uto-save-list-file-prefix))) t)) x-create-frame(((visibility) (fringe . 0) (right-fringe . 0) (left-fringe= . 0) (icon-type) (minibuffer) (cursor-type . bar) (tool-bar-lines . 0) (wi= dth . 80) (height . 14) (menu-bar-lines . 1) (top . 0) (left . 0) (unsplitt= able . t) (user-position . t) (vertical-scroll-bars . right) (height . 14) = (width . 80) (unsplittable . t))) x-create-frame-with-faces(((fringe . 0) (right-fringe . 0) (left-fringe .= 0) (icon-type) (minibuffer) (cursor-type . bar) (tool-bar-lines . 0) (font= . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1") (width . 80= ) (height . 14) (mouse-color . "Yellow") (cursor-color . "Yellow") (menu-ba= r-lines . 1) (foreground-color . "Black") (background-color . "LightSteelBl= ue") (top . 0) (left . 0) (unsplittable . t) (user-position . t) (vertical-= scroll-bars . right) (height . 14) (width . 80) (unsplittable . t))) make-frame(((font . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8= 859-1") (width . 80) (height . 14) (mouse-color . "Yellow") (cursor-color .= "Yellow") (menu-bar-lines . 1) (foreground-color . "Black") (background-co= lor . "LightSteelBlue") (top . 0) (left . 0) (unsplittable . t) (user-posit= ion . t) (vertical-scroll-bars . right) (height . 14) (width . 80) (unsplit= table . t))) special-display-popup-frame(# nil) funcall(special-display-popup-frame # nil) (lambda (buffer _alist) (funcall special-display-function buffer (quote n= il)))(# ((previous-window . #))) display-buffer(# ((display-buffer-reuse-window displa= y-buffer-in-previous-window) (previous-window . #))) pop-to-buffer(# ((display-buffer-reuse-window display= -buffer-in-previous-window) (previous-window . #))) debug() (progn (debug)) (if (icicle-string-match-p "ici" filname) (progn (debug))) (lambda (G50106 G50107 filname) (if (icicle-string-match-p "ici" filname)= (progn (debug))) (and (funcall predicate filname) (or find-file-run-dired = (not (file-directory-p filname))) (let* ((buf (find-file-noselect filname))= (found (save-current-buffer (set-buffer buf) (message "Matching buffer con= tents...") (save-excursion (goto-char ...) (re-search-forward ... nil t))))= ) (if (and (boundp (quote existing-bufs)) (boundp (quote new-bufs--to-kill)= ) (not (memq buf existing-bufs))) (progn (add-to-list (quote new-bufs--to-k= ill) buf))) found)))(--content-pat-- --file-pat-- "icicles.el~") apply((lambda (G50106 G50107 filname) (if (icicle-string-match-p "ici" fi= lname) (progn (debug))) (and (funcall predicate filname) (or find-file-run-= dired (not (file-directory-p filname))) (let* ((buf (find-file-noselect fil= name)) (found (save-current-buffer (set-buffer buf) (message "Matching buff= er contents...") (save-excursion (goto-char ...) (re-search-forward ... nil= t))))) (if (and (boundp (quote existing-bufs)) (boundp (quote new-bufs--to= -kill)) (not (memq buf existing-bufs))) (progn (add-to-list (quote new-bufs= --to-kill) buf))) found))) --content-pat-- --file-pat-- "icicles.el~") (lambda (&rest --cl-rest--) (apply (quote (lambda (G50106 G50107 filname)= (if (icicle-string-match-p "ici" filname) (progn (debug))) (and (funcall p= redicate filname) (or find-file-run-dired (not (file-directory-p filname)))= (let* ((buf ...) (found ...)) (if (and ... ... ...) (progn ...)) found))))= (quote --content-pat--) (quote --file-pat--) --cl-rest--))("icicles.el~") file-name-completion("ici" "c:/drews-lisp-20/" (lambda (&rest --cl-rest--= ) (apply (quote (lambda (G50106 G50107 filname) (if (icicle-string-match-p = "ici" filname) (progn (debug))) (and (funcall predicate filname) (or find-f= ile-run-dired (not (file-directory-p filname))) (let* ((buf ...) (found ...= )) (if (and ... ... ...) (progn ...)) found)))) (quote --content-pat--) (qu= ote --file-pat--) --cl-rest--))) #[0 "..." ["c:/drews-lisp-20/ici" (lambda (&rest --cl-rest--) (apply (quo= te (lambda (G50106 G50107 filname) (if (icicle-string-match-p "ici" filname= ) (progn ...)) (and (funcall predicate filname) (or find-file-run-dired ...= ) (let* ... ... found)))) (quote --content-pat--) (quote --file-pat--) --cl= -rest--)) nil start string regexp metadata (metadata (category . file)) "\\= `~[^/\\]*\\'" nil t string-match completion-table-with-context "~" mapcar #= [257 "\211\300P\207" ["/"] 3 "\n\n(fn U)"] system-users 1 boundaries file-n= ame-directory "/" lambda zerop file-exists-p file-name-nondirectory file-na= me-completion file-name-all-completions (nil file-exists-p) file-directory-= p #[257 "..." [0 47] 4 "\n\n(fn S)"] expand-file-name inhibit-changing-matc= h-data default-directory] 10 "\n\n(fn)"]() funcall(#[...]" ["c:/drews-lisp-20/ici" (lambda (&rest --cl-rest--) (appl= y (quote (lambda (G50106 G50107 filname) (if (icicle-string-match-p "ici" f= ilname) (progn ...)) (and (funcall predicate filname) (or find-file-run-dir= ed ...) (let* ... ... found)))) (quote --content-pat--) (quote --file-pat--= ) --cl-rest--)) nil start string regexp metadata (metadata (category . file= )) "\\`~[^/\\]*\\'" nil t string-match completion-table-with-context "~" ma= pcar #[257 "\211\300P\207" ["/"] 3 "\n\n(fn U)"] system-users 1 boundaries = file-name-directory "/" lambda zerop file-exists-p file-name-nondirectory f= ile-name-completion file-name-all-completions (nil file-exists-p) file-dire= ctory-p #[...] expand-file-name inhibit-changing-match-data default-directo= ry] 10 "\n\n(fn)"]) completion-file-name-table("c:/drews-lisp-20/ici" (lambda (&rest --cl-res= t--) (apply (quote (lambda (G50106 G50107 filname) (if (icicle-string-match= -p "ici" filname) (progn (debug))) (and (funcall predicate filname) (or fin= d-file-run-dired (not (file-directory-p filname))) (let* ((buf ...) (found = ...)) (if (and ... ... ...) (progn ...)) found)))) (quote --content-pat--) = (quote --file-pat--) --cl-rest--)) nil) try-completion("c:/drews-lisp-20/ici" completion-file-name-table (lambda = (&rest --cl-rest--) (apply (quote (lambda (G50106 G50107 filname) (if (icic= le-string-match-p "ici" filname) (progn (debug))) (and (funcall predicate f= ilname) (or find-file-run-dired (not (file-directory-p filname))) (let* ((b= uf ...) (found ...)) (if (and ... ... ...) (progn ...)) found)))) (quote --= content-pat--) (quote --file-pat--) --cl-rest--))) completion--file-name-table("c:/drews-lisp-20/ici" (lambda (&rest --cl-re= st--) (apply (quote (lambda (G50106 G50107 filname) (if (icicle-string-matc= h-p "ici" filname) (progn (debug))) (and (funcall predicate filname) (or fi= nd-file-run-dired (not (file-directory-p filname))) (let* ((buf ...) (found= ...)) (if (and ... ... ...) (progn ...)) found)))) (quote --content-pat--)= (quote --file-pat--) --cl-rest--)) nil) complete-with-action(nil completion--file-name-table "c:/drews-lisp-20/ic= i" (lambda (&rest --cl-rest--) (apply (quote (lambda (G50106 G50107 filname= ) (if (icicle-string-match-p "ici" filname) (progn (debug))) (and (funcall = predicate filname) (or find-file-run-dired (not (file-directory-p filname))= ) (let* ((buf ...) (found ...)) (if (and ... ... ...) (progn ...)) found)))= ) (quote --content-pat--) (quote --file-pat--) --cl-rest--))) #[...](completion--file-name-table) #[...]() funcall(#[...]) completion--some(#[...] (completion--embedded-envvar-table completion--fi= le-name-table)) read-file-name-internal("c:/drews-lisp-20/ici" (lambda (&rest --cl-rest--= ) (apply (quote (lambda (G50106 G50107 filname) (if (icicle-string-match-p = "ici" filname) (progn (debug))) (and (funcall predicate filname) (or find-f= ile-run-dired (not (file-directory-p filname))) (let* ((buf ...) (found ...= )) (if (and ... ... ...) (progn ...)) found)))) (quote --content-pat--) (qu= ote --file-pat--) --cl-rest--)) nil) (progn (read-file-name-internal (symbol-value --cl-file-pat--) (symbol-va= lue (quote --cl-content-pred--)) completion-mode)) (let ((--cl-content-pred-- (if (equal "" (symbol-value --cl-content-pat--= )) predicate (list (quote lambda) (quote (&rest --cl-rest--)) (list (quote = apply) (list (quote quote) (function ...)) (list (quote quote) --cl-content= -pat--) (list (quote quote) --cl-file-pat--) (quote --cl-rest--)))))) (prog= n (read-file-name-internal (symbol-value --cl-file-pat--) (symbol-value (qu= ote --cl-content-pred--)) completion-mode))) (progn (defvar --cl-content-pred--) (let ((--cl-content-pred-- (if (equal= "" (symbol-value --cl-content-pat--)) predicate (list (quote lambda) (quot= e (&rest --cl-rest--)) (list (quote apply) (list ... ...) (list ... --cl-co= ntent-pat--) (list ... --cl-file-pat--) (quote --cl-rest--)))))) (progn (re= ad-file-name-internal (symbol-value --cl-file-pat--) (symbol-value (quote -= -cl-content-pred--)) completion-mode)))) (progn (progn (defvar --cl-content-pred--) (let ((--cl-content-pred-- (if= (equal "" (symbol-value --cl-content-pat--)) predicate (list (quote lambda= ) (quote ...) (list ... ... ... ... ...))))) (progn (read-file-name-interna= l (symbol-value --cl-file-pat--) (symbol-value (quote --cl-content-pred--))= completion-mode))))) (let ((--cl-content-pat-- (make-symbol "--content-pat--"))) (let* ((v --c= l-content-pat--)) (set v (let ((icicle-list-use-nth-parts (quote (2)))) (ic= icle-transform-multi-completion strg)))) (progn (progn (defvar --cl-content= -pred--) (let ((--cl-content-pred-- (if (equal "" ...) predicate (list ... = ... ...)))) (progn (read-file-name-internal (symbol-value --cl-file-pat--) = (symbol-value (quote --cl-content-pred--)) completion-mode)))))) (progn (let ((--cl-content-pat-- (make-symbol "--content-pat--"))) (let* = ((v --cl-content-pat--)) (set v (let ((icicle-list-use-nth-parts (quote ...= ))) (icicle-transform-multi-completion strg)))) (progn (progn (defvar --cl-= content-pred--) (let ((--cl-content-pred-- (if ... predicate ...))) (progn = (read-file-name-internal (symbol-value --cl-file-pat--) (symbol-value ...) = completion-mode))))))) (let ((--cl-file-pat-- (make-symbol "--file-pat--"))) (let* ((v --cl-file= -pat--)) (set v (let ((icicle-list-use-nth-parts (quote (1)))) (icicle-tran= sform-multi-completion strg)))) (progn (let ((--cl-content-pat-- (make-symb= ol "--content-pat--"))) (let* ((v --cl-content-pat--)) (set v (let ((icicle= -list-use-nth-parts ...)) (icicle-transform-multi-completion strg)))) (prog= n (progn (defvar --cl-content-pred--) (let ((--cl-content-pred-- ...)) (pro= gn (read-file-name-internal ... ... completion-mode)))))))) icicle-find-file-of-content-multi-complete(#("c:/drews-lisp-20/ici=07\nde= fmacro" 20 22 (display "\n")) file-exists-p nil) try-completion(#("c:/drews-lisp-20/ici=07\ndefmacro" 20 22 (display "\n")= ) icicle-find-file-of-content-multi-complete file-exists-p) icicle-prefix-any-file-name-candidates-p(#("c:/drews-lisp-20/ici=07\ndefm= acro" 20 22 (display "\n"))) byte-code("..." [icicle-current-completion-mode input apropos icicle-file= -name-input-p icicle-apropos-any-file-name-candidates-p icicle-apropos-any-= candidates-p icicle-prefix-any-file-name-candidates-p icicle-prefix-any-can= didates-p] 2) icicle-any-candidates-p(#("c:/drews-lisp-20/ici=07\ndefmacro" 20 22 (disp= lay "\n"))) icicle-highlight-input-noncompletion() icicle-call-then-update-Completions(self-insert-command 1) icicle-self-insert(1) call-interactively(icicle-self-insert nil nil) icicle-ORIG-read-from-minibuffer(#("File or directory: " 0 1 (icicle-fanc= y-candidates t)) ("c:/drews-lisp-20/" . 18) (keymap (keymap (24 keymap (97 = keymap (97 lambda nil (interactive) (if (not icicle-last-completion-candida= te) (icicle-msg-maybe-in-minibuffer "No current candidate - cycle to one") = (let (... ... ...) (if ... ... ...) (when ... ... ...)))) (45 lambda nil (i= nteractive) (if (not icicle-last-completion-candidate) (icicle-msg-maybe-in= -minibuffer "No current candidate - cycle to one") (let (... ... ...) (if .= .. ... ...) (when ... ... ...)))) (43 lambda nil (interactive) (if (not ici= cle-last-completion-candidate) (icicle-msg-maybe-in-minibuffer "No current = candidate - cycle to one") (let (... ... ...) (if ... ... ...) (when ... ..= . ...))))) (109 . icicle-bookmark-file-other-window)) (3 keymap (43 . icicl= e-make-directory)) (C-backspace . icicle-up-directory) (15 . 1on1-fit-minib= uffer-frame) (32)) keymap (3 keymap (43 . icicle-make-directory)) (C-backsp= ace . icicle-up-directory) (24 keymap (97 keymap (97 lambda nil (interactiv= e) (if (not icicle-last-completion-candidate) (icicle-msg-maybe-in-minibuff= er "No current candidate - cycle to one") (let ((mct-cand ...) (cand ...) (= tags ...)) (if (memq ... ...) (funcall ... cand tags nil nil ...) (bmkp-boo= kmark-a-file cand nil nil ...)) (when (and icicle-full-cand-fn ...) (icicle= -replace-mct-cand-in-mct mct-cand ...) (let ... ...))))) (45 lambda nil (in= teractive) (if (not icicle-last-completion-candidate) (icicle-msg-maybe-in-= minibuffer "No current candidate - cycle to one") (let ((mct-cand ...) (can= d ...) (tags ...)) (if (memq ... ...) (funcall ... cand tags nil nil ...) (= bmkp-bookmark-a-file cand nil nil ...)) (when (and icicle-full-cand-fn ...)= (icicle-replace-mct-cand-in-mct mct-cand ...) (let ... ...))))) (43 lambda= nil (interactive) (if (not icicle-last-completion-candidate) (icicle-msg-m= aybe-in-minibuffer "No current candidate - cycle to one") (let ((mct-cand .= ..) (cand ...) (tags ...)) (if (memq ... ...) (funcall ... cand tags nil ni= l ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (and icicle-full-cand= -fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) (let ... ...)))))) (= 82) (70) (13) (77) (109 . icicle-bookmark-file-other-window)) (27 keymap (3= 3554438 . icicle-read+insert-file-name) (33554435 . icicle-completing-read+= insert)) (7 . icicle-abort-recursive-edit) (10 . icicle-insert-newline-in-m= inibuffer) (13 . minibuffer-complete-and-exit) keymap (3 keymap (43 . icicl= e-make-directory)) (C-backspace . icicle-up-directory) (24 keymap (97 keyma= p (97 lambda nil (interactive) (if (not icicle-last-completion-candidate) (= icicle-msg-maybe-in-minibuffer "No current candidate - cycle to one") (let = ((mct-cand ...) (cand ...) (tags ...)) (if (memq ... ...) (funcall ... cand= tags nil nil ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (and icic= le-full-cand-fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) (let ...= ...))))) (45 lambda nil (interactive) (if (not icicle-last-completion-cand= idate) (icicle-msg-maybe-in-minibuffer "No current candidate - cycle to one= ") (let ((mct-cand ...) (cand ...) (tags ...)) (if (memq ... ...) (funcall = ... cand tags nil nil ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (= and icicle-full-cand-fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) = (let ... ...))))) (43 lambda nil (interactive) (if (not icicle-last-complet= ion-candidate) (icicle-msg-maybe-in-minibuffer "No current candidate - cycl= e to one") (let ((mct-cand ...) (cand ...) (tags ...)) (if (memq ... ...) (= funcall ... cand tags nil nil ...) (bmkp-bookmark-a-file cand nil nil ...))= (when (and icicle-full-cand-fn ...) (icicle-replace-mct-cand-in-mct mct-ca= nd ...) (let ... ...)))))) (82) (70) (13) (77) (109 . icicle-bookmark-file-= other-window) (45 . icicle-doremi-zoom-Completions+) (35 . icicle-doremi-in= crement-max-candidates+) (124 . icicle-doremi-inter-candidates-min-spaces+)= (119 . icicle-doremi-candidate-width-factor+) (116 . icicle-cycle-image-fi= le-thumbnail) (1 . icicle-toggle-annotation) (58 . icicle-toggle-network-dr= ives-as-remote) (46 . icicle-dispatch-C-x\.)) (46 . icicle-insert-dot-comma= nd) (22 . icicle-scroll-Completions-forward) (S-backspace . icicle-apropos-= complete-and-widen) (S-return . icicle-apropos-complete-and-exit) (33554464= . icicle-apropos-complete-and-narrow) (33554433 . icicle-toggle-case-sensi= tivity) (30 . icicle-dispatch-C-^) (67108898 . icicle-toggle-expand-to-comm= on-match) (67108899 . icicle-cycle-incremental-completion) (67108910 . icic= le-dispatch-C-\.) (67108900 . icicle-toggle-transforming) (67108924 . icicl= e-candidate-set-retrieve-more) (67108960 . icicle-toggle-regexp-quote) (671= 08908 . icicle-change-sort-order) (67108922 . icicle-candidate-set-define) = (67108901 . icicle-candidate-set-swap) (67108987 . icicle-candidate-set-ret= rieve-persistent) (67108989 . icicle-candidate-set-save-persistently) (6710= 8905 . icicle-candidate-set-save-more-selected) (67108904 . icicle-next-TAB= -completion-method) (67108926 . icicle-candidate-set-save-more) (67108906 .= icicle-candidate-set-intersection) (67108907 . icicle-candidate-set-union)= (67108909 . icicle-candidate-set-difference) (67108990 . icicle-candidate-= set-complement) (33554444 . icicle-retrieve-next-input) (12 . icicle-retrie= ve-previous-input) (insert . icicle-save/unsave-candidate) (C-insert . icic= le-switch-to-Completions-buf) (S-pause . icicle-toggle-highlight-saved-cand= idates) (C-pause . icicle-toggle-highlight-historical-candidates) (M-pause = . icicle-keep-only-past-inputs) (67108988 . icicle-all-candidates-alt-actio= n) (67108897 . icicle-all-candidates-action) (23 . icicle-kill-region) (S-d= elete . icicle-delete-candidate-object) ...) nil file-name-history "c:/drew= s-lisp-20/" nil) read-from-minibuffer(#("File or directory: " 0 1 (icicle-fancy-candidates= t)) ("c:/drews-lisp-20/" . 18) (keymap (keymap (24 keymap (97 keymap (97 l= ambda nil (interactive) (if (not icicle-last-completion-candidate) (icicle-= msg-maybe-in-minibuffer "No current candidate - cycle to one") (let (... ..= . ...) (if ... ... ...) (when ... ... ...)))) (45 lambda nil (interactive) = (if (not icicle-last-completion-candidate) (icicle-msg-maybe-in-minibuffer = "No current candidate - cycle to one") (let (... ... ...) (if ... ... ...) = (when ... ... ...)))) (43 lambda nil (interactive) (if (not icicle-last-com= pletion-candidate) (icicle-msg-maybe-in-minibuffer "No current candidate - = cycle to one") (let (... ... ...) (if ... ... ...) (when ... ... ...))))) (= 109 . icicle-bookmark-file-other-window)) (3 keymap (43 . icicle-make-direc= tory)) (C-backspace . icicle-up-directory) (15 . 1on1-fit-minibuffer-frame)= (32)) keymap (3 keymap (43 . icicle-make-directory)) (C-backspace . icicle= -up-directory) (24 keymap (97 keymap (97 lambda nil (interactive) (if (not = icicle-last-completion-candidate) (icicle-msg-maybe-in-minibuffer "No curre= nt candidate - cycle to one") (let ((mct-cand ...) (cand ...) (tags ...)) (= if (memq ... ...) (funcall ... cand tags nil nil ...) (bmkp-bookmark-a-file= cand nil nil ...)) (when (and icicle-full-cand-fn ...) (icicle-replace-mct= -cand-in-mct mct-cand ...) (let ... ...))))) (45 lambda nil (interactive) (= if (not icicle-last-completion-candidate) (icicle-msg-maybe-in-minibuffer "= No current candidate - cycle to one") (let ((mct-cand ...) (cand ...) (tags= ...)) (if (memq ... ...) (funcall ... cand tags nil nil ...) (bmkp-bookmar= k-a-file cand nil nil ...)) (when (and icicle-full-cand-fn ...) (icicle-rep= lace-mct-cand-in-mct mct-cand ...) (let ... ...))))) (43 lambda nil (intera= ctive) (if (not icicle-last-completion-candidate) (icicle-msg-maybe-in-mini= buffer "No current candidate - cycle to one") (let ((mct-cand ...) (cand ..= .) (tags ...)) (if (memq ... ...) (funcall ... cand tags nil nil ...) (bmkp= -bookmark-a-file cand nil nil ...)) (when (and icicle-full-cand-fn ...) (ic= icle-replace-mct-cand-in-mct mct-cand ...) (let ... ...)))))) (82) (70) (13= ) (77) (109 . icicle-bookmark-file-other-window)) (27 keymap (33554438 . ic= icle-read+insert-file-name) (33554435 . icicle-completing-read+insert)) (7 = . icicle-abort-recursive-edit) (10 . icicle-insert-newline-in-minibuffer) (= 13 . minibuffer-complete-and-exit) keymap (3 keymap (43 . icicle-make-direc= tory)) (C-backspace . icicle-up-directory) (24 keymap (97 keymap (97 lambda= nil (interactive) (if (not icicle-last-completion-candidate) (icicle-msg-m= aybe-in-minibuffer "No current candidate - cycle to one") (let ((mct-cand .= ..) (cand ...) (tags ...)) (if (memq ... ...) (funcall ... cand tags nil ni= l ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (and icicle-full-cand= -fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) (let ... ...))))) (4= 5 lambda nil (interactive) (if (not icicle-last-completion-candidate) (icic= le-msg-maybe-in-minibuffer "No current candidate - cycle to one") (let ((mc= t-cand ...) (cand ...) (tags ...)) (if (memq ... ...) (funcall ... cand tag= s nil nil ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (and icicle-f= ull-cand-fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) (let ... ...= ))))) (43 lambda nil (interactive) (if (not icicle-last-completion-candidat= e) (icicle-msg-maybe-in-minibuffer "No current candidate - cycle to one") (= let ((mct-cand ...) (cand ...) (tags ...)) (if (memq ... ...) (funcall ... = cand tags nil nil ...) (bmkp-bookmark-a-file cand nil nil ...)) (when (and = icicle-full-cand-fn ...) (icicle-replace-mct-cand-in-mct mct-cand ...) (let= ... ...)))))) (82) (70) (13) (77) (109 . icicle-bookmark-file-other-window= ) (45 . icicle-doremi-zoom-Completions+) (35 . icicle-doremi-increment-max-= candidates+) (124 . icicle-doremi-inter-candidates-min-spaces+) (119 . icic= le-doremi-candidate-width-factor+) (116 . icicle-cycle-image-file-thumbnail= ) (1 . icicle-toggle-annotation) (58 . icicle-toggle-network-drives-as-remo= te) (46 . icicle-dispatch-C-x\.)) (46 . icicle-insert-dot-command) (22 . ic= icle-scroll-Completions-forward) (S-backspace . icicle-apropos-complete-and= -widen) (S-return . icicle-apropos-complete-and-exit) (33554464 . icicle-ap= ropos-complete-and-narrow) (33554433 . icicle-toggle-case-sensitivity) (30 = . icicle-dispatch-C-^) (67108898 . icicle-toggle-expand-to-common-match) (6= 7108899 . icicle-cycle-incremental-completion) (67108910 . icicle-dispatch-= C-\.) (67108900 . icicle-toggle-transforming) (67108924 . icicle-candidate-= set-retrieve-more) (67108960 . icicle-toggle-regexp-quote) (67108908 . icic= le-change-sort-order) (67108922 . icicle-candidate-set-define) (67108901 . = icicle-candidate-set-swap) (67108987 . icicle-candidate-set-retrieve-persis= tent) (67108989 . icicle-candidate-set-save-persistently) (67108905 . icicl= e-candidate-set-save-more-selected) (67108904 . icicle-next-TAB-completion-= method) (67108926 . icicle-candidate-set-save-more) (67108906 . icicle-cand= idate-set-intersection) (67108907 . icicle-candidate-set-union) (67108909 .= icicle-candidate-set-difference) (67108990 . icicle-candidate-set-compleme= nt) (33554444 . icicle-retrieve-next-input) (12 . icicle-retrieve-previous-= input) (insert . icicle-save/unsave-candidate) (C-insert . icicle-switch-to= -Completions-buf) (S-pause . icicle-toggle-highlight-saved-candidates) (C-p= ause . icicle-toggle-highlight-historical-candidates) (M-pause . icicle-kee= p-only-past-inputs) (67108988 . icicle-all-candidates-alt-action) (67108897= . icicle-all-candidates-action) (23 . icicle-kill-region) (S-delete . icic= le-delete-candidate-object) ...) nil file-name-history "c:/drews-lisp-20/" = nil) icicle-lisp-vanilla-completing-read(#("File or directory: " 0 1 (icicle-f= ancy-candidates t)) icicle-find-file-of-content-multi-complete file-exists-= p confirm-after-completion "c:/drews-lisp-20/" file-name-history "c:/drews-= lisp-20/" nil) byte-code(..." [prompt collection predicate require-match initial-input h= ist-m@%=3D!$+&^*z icicle-lisp-vanilla-completing-read def inherit-input-met= hod] 9) completing-read(#("File or directory: " 0 1 (icicle-fancy-candidates t)) = icicle-find-file-of-content-multi-complete file-exists-p confirm-after-comp= letion "c:/drews-lisp-20/" file-name-history "c:/drews-lisp-20/") read-file-name-default(#("File or directory: " 0 1 (icicle-fancy-candidat= es t)) nil "c:/drews-lisp-20/" confirm-after-completion nil nil) byte-code(..." [icicle-orig-read-file-name-fn prompt dir default-filename= require-match initial-input read-file-name predicate] 7) byte-code("..." [result icicle-read-top (byte-code "..." [icicle-orig-rea= d-file-name-fn prompt dir default-filename require-match initial-input read= -file-name predicate] 7)] 2) icicle-read-file-name-1(#("File or directory: " 0 1 (icicle-fancy-candida= tes t)) nil "c:/drews-lisp-20/" confirm-after-completion nil nil) icicle-read-file-name(#("File or directory: " 0 1 (icicle-fancy-candidate= s t)) nil "c:/drews-lisp-20/" confirm-after-completion nil nil) read-file-name(#("File or directory: " 0 1 (icicle-fancy-candidates t)) n= il "c:/drews-lisp-20/" confirm-after-completion nil nil) #[...]() funcall(#...]) icicle-find-file-of-content-other-window() (if arg (if (wholenump (prefix-numeric-value arg)) (let ((current-prefix-= arg nil)) (icicle-find-file-absolute-other-window)) (icicle-find-file-absol= ute-other-window)) (icicle-find-file-of-content-other-window)) icicle-file-other-window(nil) call-interactively(icicle-file-other-window nil nil) In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600) of 2012-12-03 on MS-W7-DANI Bzr revision: 111077 agustin.martin@hispalinux.es-20121203172342-ifsebjmhks= k28qa9 Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.7) --no-opt --enable-checking --cflags -Ic:/emacs/libs/libXpm-3.5.10/include -Ic:/emacs/libs/libXpm-3.5.10/src -Ic:/emacs/libs/libpng-1.2.37-lib/include -Ic:/emacs/libs/zlib-1.2.5 -Ic:/emacs/libs/giflib-4.1.4-1-lib/include -Ic:/emacs/libs/jpeg-6b-4-lib/include -Ic:/emacs/libs/tiff-3.8.2-1-lib/include -Ic:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2 -Ic:/emacs/libs/gnutls-3.0.9-w32-bin/include -Ic:/emacs/libs/libiconv-1.9.2-1-lib/include' From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 18:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 13113@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.13549058224288 (code B ref 13113); Fri, 07 Dec 2012 18:44:01 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 18:43:42 +0000 Received: from localhost ([127.0.0.1]:59227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th2th-000176-PO for submit@debbugs.gnu.org; Fri, 07 Dec 2012 13:43:42 -0500 Received: from mtaout21.012.net.il ([80.179.55.169]:42132) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th2te-00016v-7T for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 13:43:39 -0500 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MEO00300BSLOJ00@a-mtaout21.012.net.il> for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 20:43:16 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO003OIC04O120@a-mtaout21.012.net.il>; Fri, 07 Dec 2012 20:43:16 +0200 (IST) Date: Fri, 07 Dec 2012 20:42:58 +0200 From: Eli Zaretskii In-reply-to: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> X-012-Sender: halo1@inter.net.il Message-id: <83wqwtn1ot.fsf@gnu.org> References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Date: Fri, 7 Dec 2012 08:30:52 -0800 > > This is with my setup, not emacs -Q. > > I added a call to `(debug)' in a section of my code that is eval'd during > application of a completion function for file names. Below is what happened. > > What should have happened: *Backtrace* opens in a separate, special-display > frame (because "*Backtrace*" matches my value of `special-display-regexps'). [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.169 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4967] 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: 0.7 (/) > From: "Drew Adams" > Date: Fri, 7 Dec 2012 08:30:52 -0800 > > This is with my setup, not emacs -Q. > > I added a call to `(debug)' in a section of my code that is eval'd during > application of a completion function for file names. Below is what happened. > > What should have happened: *Backtrace* opens in a separate, special-display > frame (because "*Backtrace*" matches my value of `special-display-regexps'). Is it possible to have a recipe starting with "emacs -Q" > Apparently, when Emacs tried to create the frame it ran into some problems in > `x-create-frame'. Why `x-create-frame' would call `directory-files' on > "~/.emacs.d/auto-save-list/" I have no idea. Evidently, because of this: (and auto-save-list-file-prefix (file-directory-p (file-name-directory auto-save-list-file-prefix)) (directory-files (file-name-directory auto-save-list-file-prefix) nil (concat "\\`" (regexp-quote (file-name-nondirectory auto-save-list-file-prefix))) t)) which is a fragment from menu-bar.el: (bindings--define-key menu [recover-session] '(menu-item "Recover Crashed Session" recover-session :enable (and auto-save-list-file-prefix (file-directory-p (file-name-directory auto-save-list-file-prefix)) (directory-files (file-name-directory auto-save-list-file-prefix) nil (concat "\\`" (regexp-quote (file-name-nondirectory auto-save-list-file-prefix))) t)) :help "Recover edits from a crashed session")) > And why that should raise this error, and what this error means, I > also have no idea. This means nothing to me - what is going on > here? My crystal ball says that directory traversal functions were invoked recursively, somehow. This is not supported on Windows, or at least that's my reading of the code. However, it's hard to be sure without a test case. > BTW, why is Emacs suddenly formatting the `report-emacs-bug' text I wrote? I > copied (`M-w') and yanked (`C-y') the backtrace into that report buffer, then > pasted, after `C-c C-c', from the clipboard into my mail client (Outlook), as > usual. But now it seems that each line gets split at the same position and > `=' is added. > > Is this a new feature? Is there a way to turn it off or otherwise control it? > Why `='? It's called "quoted-printable". I have no idea how Emacs decided to do that. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 18:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "'Eli Zaretskii'" Cc: 13113@debbugs.gnu.org Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.13549064505197 (code B ref 13113); Fri, 07 Dec 2012 18:55:01 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 18:54:10 +0000 Received: from localhost ([127.0.0.1]:59232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th33q-0001Ll-4E for submit@debbugs.gnu.org; Fri, 07 Dec 2012 13:54:10 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:18529) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th33o-0001Le-5D for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 13:54:09 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qB7IrlT0009978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Dec 2012 18:53:47 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qB7Irk7Q028869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2012 18:53:46 GMT Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qB7IrkeP024982; Fri, 7 Dec 2012 12:53:46 -0600 Received: from dradamslap1 (/10.159.136.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 07 Dec 2012 10:53:46 -0800 From: "Drew Adams" References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> Date: Fri, 7 Dec 2012 10:53:41 -0800 Message-ID: <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83wqwtn1ot.fsf@gnu.org> Thread-Index: Ac3UqrpgnGAs/qvTQums7+nx6AXqDwAAJFMQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] 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 (-) > > This is with my setup, not emacs -Q. > > Is it possible to have a recipe starting with "emacs -Q" No, sorry. > > Apparently, when Emacs tried to create the frame it ran into > > some problems in `x-create-frame'. Why `x-create-frame' would > > call `directory-files' on "~/.emacs.d/auto-save-list/" I have no idea. > > Evidently, because of this: > > (and auto-save-list-file-prefix (file-directory-p > (file-name-directory > auto-save-list-file-prefix)) ... > which is a fragment from menu-bar.el: > > (bindings--define-key menu [recover-session] > '(menu-item "Recover Crashed Session" recover-session > :enable > (and auto-save-list-file-prefix ... > > And why that should raise this error, and what this error means, I > > also have no idea. This means nothing to me - what is going on > > here? > > My crystal ball says that directory traversal functions were invoked > recursively, somehow. This is not supported on Windows, or at least > that's my reading of the code. Can you elaborate a bit on what you mean by directory traversal functions being invoked recursively? I have no idea what you mean. > However, it's hard to be sure without a test case. Sorry about that. > > now it seems that each line gets split at the > > same position and `=' is added. > > > > Is this a new feature? Is there a way to turn it off or > > otherwise control it? Why `='? > > It's called "quoted-printable". I have no idea how Emacs decided to > do that. That info might help bug #13116. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 19:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 13113@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.13549072936481 (code B ref 13113); Fri, 07 Dec 2012 19:09:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 19:08:13 +0000 Received: from localhost ([127.0.0.1]:59251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th3HR-0001gU-K2 for submit@debbugs.gnu.org; Fri, 07 Dec 2012 14:08:13 -0500 Received: from mtaout23.012.net.il ([80.179.55.175]:56868) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th3HQ-0001gN-5g for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 14:08:13 -0500 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MEO00300CT62000@a-mtaout23.012.net.il> for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 21:07:51 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO003GDD522B00@a-mtaout23.012.net.il>; Fri, 07 Dec 2012 21:07:50 +0200 (IST) Date: Fri, 07 Dec 2012 21:07:33 +0200 From: Eli Zaretskii In-reply-to: <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> X-012-Sender: halo1@inter.net.il Message-id: <83sj7hn0ju.fsf@gnu.org> References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 10:53:41 -0800 > > > (and auto-save-list-file-prefix (file-directory-p > > (file-name-directory > > auto-save-list-file-prefix)) > ... > > which is a fragment from menu-bar.el: > > > > (bindings--define-key menu [recover-session] > > '(menu-item "Recover Crashed Session" recover-session > > :enable > > (and auto-save-list-file-prefix > ... > > > And why that should raise this error, and what this error means, I > > > also have no idea. This means nothing to me - what is going on > > > here? > > > > My crystal ball says that directory traversal functions were invoked > > recursively, somehow. This is not supported on Windows, or at least > > that's my reading of the code. > > Can you elaborate a bit on what you mean by directory traversal functions being > invoked recursively? [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.175 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4966] 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: 0.7 (/) > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 10:53:41 -0800 > > > (and auto-save-list-file-prefix (file-directory-p > > (file-name-directory > > auto-save-list-file-prefix)) > ... > > which is a fragment from menu-bar.el: > > > > (bindings--define-key menu [recover-session] > > '(menu-item "Recover Crashed Session" recover-session > > :enable > > (and auto-save-list-file-prefix > ... > > > And why that should raise this error, and what this error means, I > > > also have no idea. This means nothing to me - what is going on > > > here? > > > > My crystal ball says that directory traversal functions were invoked > > recursively, somehow. This is not supported on Windows, or at least > > that's my reading of the code. > > Can you elaborate a bit on what you mean by directory traversal functions being > invoked recursively? Well, the above snippet calls directory-files later on, which is the call that barfed. This is one API that invokes directory traversal -- a function that reads and returns all the file names in a directory. Another example is directory-files-and-attributes. Also, any file-name completion needs to traverse a directory. If some Lisp form in the call stack also called one of these functions, you could see this "no error" error, according to my reading of the code. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 19:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "'Eli Zaretskii'" Cc: 13113@debbugs.gnu.org Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.13549081747809 (code B ref 13113); Fri, 07 Dec 2012 19:23:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 19:22:54 +0000 Received: from localhost ([127.0.0.1]:59267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th3Vc-00021t-V3 for submit@debbugs.gnu.org; Fri, 07 Dec 2012 14:22:54 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:37612) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th3Vb-00021m-2Y for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 14:22:51 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qB7JMTBY027359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Dec 2012 19:22:30 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qB7JMTsK009911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2012 19:22:29 GMT Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qB7JMSQO012375; Fri, 7 Dec 2012 13:22:28 -0600 Received: from dradamslap1 (/10.159.136.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 07 Dec 2012 11:22:28 -0800 From: "Drew Adams" References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> Date: Fri, 7 Dec 2012 11:22:24 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83sj7hn0ju.fsf@gnu.org> Thread-Index: Ac3UrihaU6WaT/+lTiisER5AW5jHRAAAYEKQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] 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 (-) > Well, the above snippet calls directory-files later on, which is the > call that barfed. This is one API that invokes directory traversal -- > a function that reads and returns all the file names in a directory. > Another example is directory-files-and-attributes. Also, any > file-name completion needs to traverse a directory. If some Lisp form ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > in the call stack also called one of these functions, you could see > this "no error" error, according to my reading of the code. Thx. As I said: >> I added a call to `(debug)' in a section of my code that is >> eval'd during application of a completion function for file names. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 21:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 13113@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.135491573818980 (code B ref 13113); Fri, 07 Dec 2012 21:29:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 21:28:58 +0000 Received: from localhost ([127.0.0.1]:59368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5Te-0004w5-Ea for submit@debbugs.gnu.org; Fri, 07 Dec 2012 16:28:58 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:43700) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5Tb-0004vu-Rw for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 16:28:56 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEO00B00J591N00@a-mtaout20.012.net.il> for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 23:28:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO00BWYJNL0V20@a-mtaout20.012.net.il>; Fri, 07 Dec 2012 23:28:34 +0200 (IST) Date: Fri, 07 Dec 2012 23:28:16 +0200 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83obi5mu1b.fsf@gnu.org> References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 11:22:24 -0800 > > > Well, the above snippet calls directory-files later on, which is the > > call that barfed. This is one API that invokes directory traversal -- > > a function that reads and returns all the file names in a directory. > > Another example is directory-files-and-attributes. Also, any > > file-name completion needs to traverse a directory. If some Lisp form > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > in the call stack also called one of these functions, you could see > > this "no error" error, according to my reading of the code. > > Thx. As I said: > > >> I added a call to `(debug)' in a section of my code that is > >> eval'd during application of a completion function for file names. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.166 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 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 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 11:22:24 -0800 > > > Well, the above snippet calls directory-files later on, which is the > > call that barfed. This is one API that invokes directory traversal -- > > a function that reads and returns all the file names in a directory. > > Another example is directory-files-and-attributes. Also, any > > file-name completion needs to traverse a directory. If some Lisp form > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > in the call stack also called one of these functions, you could see > > this "no error" error, according to my reading of the code. > > Thx. As I said: > > >> I added a call to `(debug)' in a section of my code that is > >> eval'd during application of a completion function for file names. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.166 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4970] > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 11:22:24 -0800 > > > Well, the above snippet calls directory-files later on, which is the > > call that barfed. This is one API that invokes directory traversal -- > > a function that reads and returns all the file names in a directory. > > Another example is directory-files-and-attributes. Also, any > > file-name completion needs to traverse a directory. If some Lisp form > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > in the call stack also called one of these functions, you could see > > this "no error" error, according to my reading of the code. > > Thx. As I said: > > >> I added a call to `(debug)' in a section of my code that is > >> eval'd during application of a completion function for file names. Granted, I saw that, as I've skimmed through the backtrace you posted. But having file-name completion in the backtrace does not yet mean the recursive call I was talking about materialized. What would need to have happened is that in the middle of searching some directory, some Lisp would need to be called that invoked another search in some (maybe other) directory. That is not a frequent occurrence. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 21:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "'Eli Zaretskii'" Cc: 13113@debbugs.gnu.org Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.135491623919789 (code B ref 13113); Fri, 07 Dec 2012 21:38:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 21:37:19 +0000 Received: from localhost ([127.0.0.1]:59384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5bi-000597-2s for submit@debbugs.gnu.org; Fri, 07 Dec 2012 16:37:19 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:37873) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5bg-000590-VK for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 16:37:17 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qB7Las77026217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Dec 2012 21:36:55 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qB7Lar6k002007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2012 21:36:54 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qB7Lar2b024259; Fri, 7 Dec 2012 15:36:53 -0600 Received: from dradamslap1 (/10.159.136.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 07 Dec 2012 13:36:53 -0800 From: "Drew Adams" References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> Date: Fri, 7 Dec 2012 13:36:48 -0800 Message-ID: <7FDB5B7438E547FB870593C379163644@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83obi5mu1b.fsf@gnu.org> Thread-Index: Ac3UwdDFlAQtD6jpTJq+7LkD9H8ROwAAK+uQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] 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 (-) > > >> I added a call to `(debug)' in a section of my code that is > > >> eval'd during application of a completion function for > file names. > > Granted, I saw that, as I've skimmed through the backtrace you posted. > > But having file-name completion in the backtrace does not yet mean the > recursive call I was talking about materialized. What would need to > have happened is that in the middle of searching some directory, some > Lisp would need to be called that invoked another search in some > (maybe other) directory. That is not a frequent occurrence. I see. I don't know whether that happened. But could well have, within the internal file-name completion code. I was testing with input "~" (i.e. not a file name in the default directory), so it might well have gotten to a point where it checked the files in my home dir, though the completion was initiated in a subdir. That btw is not a rare occurrence at all. Dunno whether it corresponds to what you are describing, but it is not rare for a user to change the minibuffer input to an absolute file name in some directory other than the one where the command was invoked. HTH, but I doubt it. ;-) From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 21:44:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 13113@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.135491664320534 (code B ref 13113); Fri, 07 Dec 2012 21:44:04 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 21:44:03 +0000 Received: from localhost ([127.0.0.1]:59418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5iD-0005Kt-6S for submit@debbugs.gnu.org; Fri, 07 Dec 2012 16:44:02 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:46638) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5i9-0005Kk-Je for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 16:43:58 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEO00B00K9CAV00@a-mtaout20.012.net.il> for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 23:43:20 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO00BNZKC80V50@a-mtaout20.012.net.il>; Fri, 07 Dec 2012 23:43:20 +0200 (IST) Date: Fri, 07 Dec 2012 23:43:03 +0200 From: Eli Zaretskii In-reply-to: <7FDB5B7438E547FB870593C379163644@us.oracle.com> X-012-Sender: halo1@inter.net.il Message-id: <83ip8dmtco.fsf@gnu.org> References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> <7FDB5B7438E547FB870593C379163644@us.oracle.com> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 13:36:48 -0800 > > That btw is not a rare occurrence at all. It is factually rare, because otherwise we would have such bug reports all the time. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.166 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4618] 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: 0.7 (/) > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 13:36:48 -0800 > > That btw is not a rare occurrence at all. It is factually rare, because otherwise we would have such bug reports all the time. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 21:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "'Eli Zaretskii'" Cc: 13113@debbugs.gnu.org Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.135491691220975 (code B ref 13113); Fri, 07 Dec 2012 21:49:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 21:48:32 +0000 Received: from localhost ([127.0.0.1]:59429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5mZ-0005SG-Ic for submit@debbugs.gnu.org; Fri, 07 Dec 2012 16:48:31 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:43421) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5mX-0005S8-69 for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 16:48:30 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qB7Lm6DU026701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Dec 2012 21:48:07 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qB7Lm5i8017926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2012 21:48:06 GMT Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qB7Lm5Jp028749; Fri, 7 Dec 2012 15:48:05 -0600 Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 07 Dec 2012 13:48:05 -0800 From: "Drew Adams" References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> <7FDB5B7438E547FB870593C379163644@us.oracle.com> <83ip8dmtco.fsf@gnu.org> Date: Fri, 7 Dec 2012 13:48:00 -0800 Message-ID: <538760F96EF04A75B8F1DC34FA10CD6F@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <83ip8dmtco.fsf@gnu.org> Thread-Index: Ac3Uw+uZh0WWo33lRqW/7V+gO17fwwAAFxOg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] 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 (-) > > That btw is not a rare occurrence at all. > > It is factually rare, because otherwise we would have such bug reports > all the time. Depends what "it"/"that" is. I was referring to a use case. I added, "Dunno whether it corresponds to what you are describing". If the use case is common and what you are describing is rare, it probably does not correspond. Just thought I'd mention it, in case it helps. From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2012 21:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 13113@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.135491725721527 (code B ref 13113); Fri, 07 Dec 2012 21:55:02 +0000 Received: (at 13113) by debbugs.gnu.org; 7 Dec 2012 21:54:17 +0000 Received: from localhost ([127.0.0.1]:59468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5s8-0005bA-Sq for submit@debbugs.gnu.org; Fri, 07 Dec 2012 16:54:17 -0500 Received: from mtaout23.012.net.il ([80.179.55.175]:65342) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th5s6-0005b1-5N for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 16:54:15 -0500 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MEO00300KF9P800@a-mtaout23.012.net.il> for 13113@debbugs.gnu.org; Fri, 07 Dec 2012 23:53:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO00370KTRNM40@a-mtaout23.012.net.il>; Fri, 07 Dec 2012 23:53:52 +0200 (IST) Date: Fri, 07 Dec 2012 23:53:34 +0200 From: Eli Zaretskii In-reply-to: <538760F96EF04A75B8F1DC34FA10CD6F@us.oracle.com> X-012-Sender: halo1@inter.net.il Message-id: <83hanxmsv5.fsf@gnu.org> References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> <7FDB5B7438E547FB870593C379163644@us.oracle.com> <83ip8dmtco.fsf@gnu.org> <538760F96EF04A75B8F1DC34FA10CD6F@us.oracle.com> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 13:48:00 -0800 > > > > That btw is not a rare occurrence at all. > > > > It is factually rare, because otherwise we would have such bug reports > > all the time. > > Depends what "it"/"that" is. I was referring to a use case. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.175 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4481] 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: 0.7 (/) > From: "Drew Adams" > Cc: <13113@debbugs.gnu.org> > Date: Fri, 7 Dec 2012 13:48:00 -0800 > > > > That btw is not a rare occurrence at all. > > > > It is factually rare, because otherwise we would have such bug reports > > all the time. > > Depends what "it"/"that" is. I was referring to a use case. And I was referring to this kind of error: Debugger entered--Lisp error: (file-error "Opening directory" "no error" "c:/.emacs.d/auto-save-list/") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 04:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Eli Zaretskii Cc: 13113@debbugs.gnu.org, Drew Adams Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.139200786424391 (code B ref 13113); Mon, 10 Feb 2014 04:52:01 +0000 Received: (at 13113) by debbugs.gnu.org; 10 Feb 2014 04:51:04 +0000 Received: from localhost ([127.0.0.1]:33491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCipk-0006LK-0a for submit@debbugs.gnu.org; Sun, 09 Feb 2014 23:51:04 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:34000) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCiph-0006Kv-8H for 13113@debbugs.gnu.org; Sun, 09 Feb 2014 23:51:01 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCipS-0006Do-TF; Mon, 10 Feb 2014 05:50:47 +0100 From: Lars Ingebrigtsen References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> <7FDB5B7438E547FB870593C379163644@us.oracle.com> <83ip8dmtco.fsf@gnu.org> <538760F96EF04A75B8F1DC34FA10CD6F@us.oracle.com> <83hanxmsv5.fsf@gnu.org> Date: Sun, 09 Feb 2014 20:49:33 -0800 In-Reply-To: <83hanxmsv5.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 07 Dec 2012 23:53:34 +0200") Message-ID: <87iosna7xe.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WCipS-0006Do-TF X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392612647.49992@K1o60tUDmXEpkoQI8s0H5A X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Eli Zaretskii writes: >> From: "Drew Adams" >> Cc: <13113@debbugs.gnu.org> >> Date: Fri, 7 Dec 2012 13:48:00 -0800 >> >> > > That btw is not a rare occurrence at all. >> > >> > It is factually rare, because otherwise we would have such bug reports >> > all the time. >> >> Depends what "it"/"that" is. I was referring to a use case. > > And I was referring to this kind of error: > > Debugger entered--Lisp error: (file-error "Opening directory" "no error" "c:/.emacs.d/auto-save-list/") > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Drew, this was a year ago. Are you still seeing this odd problem? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Aug 12 08:34:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13113: 24.3.50; `x-create-frames' raises error trying to eval `directory-files' (???) Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 05:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen , Eli Zaretskii Cc: 13113@debbugs.gnu.org Received: via spool by 13113-submit@debbugs.gnu.org id=B13113.139200843627799 (code B ref 13113); Mon, 10 Feb 2014 05:01:02 +0000 Received: (at 13113) by debbugs.gnu.org; 10 Feb 2014 05:00:36 +0000 Received: from localhost ([127.0.0.1]:33512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCiyu-00079K-Ap for submit@debbugs.gnu.org; Mon, 10 Feb 2014 00:00:36 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:16473) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCiyt-00077S-5u for 13113@debbugs.gnu.org; Mon, 10 Feb 2014 00:00:31 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1A50SSg010502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Feb 2014 05:00:29 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1A50QlF021220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 10 Feb 2014 05:00:27 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1A50QqR008249; Mon, 10 Feb 2014 05:00:26 GMT MIME-Version: 1.0 Message-ID: <82e857dc-3567-4856-9386-f065af3e5512@default> Date: Sun, 9 Feb 2014 21:00:24 -0800 (PST) From: Drew Adams References: <26644883476B4EF2B79E867B8DFA30C2@us.oracle.com> <83wqwtn1ot.fsf@gnu.org> <98D62AD6E9EC444D81A1248D595E56E5@us.oracle.com> <83sj7hn0ju.fsf@gnu.org> <83obi5mu1b.fsf@gnu.org> <7FDB5B7438E547FB870593C379163644@us.oracle.com> <83ip8dmtco.fsf@gnu.org> <538760F96EF04A75B8F1DC34FA10CD6F@us.oracle.com> <83hanxmsv5.fsf@gnu.org> <87iosna7xe.fsf@building.gnus.org> In-Reply-To: <87iosna7xe.fsf@building.gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > Drew, this was a year ago. Are you still seeing this odd problem? No. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 10 00:02:12 2014 Received: (at control) by debbugs.gnu.org; 10 Feb 2014 05:02:12 +0000 Received: from localhost ([127.0.0.1]:33537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCj0W-0007qV-Gy for submit@debbugs.gnu.org; Mon, 10 Feb 2014 00:02:12 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:58674) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCj0U-0007qN-Qh for control@debbugs.gnu.org; Mon, 10 Feb 2014 00:02:11 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCj0G-0006Mc-Pj for control@debbugs.gnu.org; Mon, 10 Feb 2014 06:01:57 +0100 Date: Sun, 09 Feb 2014 21:00:44 -0800 Message-Id: <87y51j8sub.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #13113 X-MailScanner-ID: 1WCj0G-0006Mc-Pj X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392613317.30544@TyzQTEeVOhDhWa4PdRI2Eg X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 13113