From abstraktion@t-online.de Tue Sep 30 08:39:11 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 30 Sep 2008 15:39:11 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8UFd4OT027731 for ; Tue, 30 Sep 2008 08:39:06 -0700 Received: from mail.gnu.org ([199.232.76.166]:53914 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KkhHP-0003WE-K0 for emacs-pretest-bug@gnu.org; Tue, 30 Sep 2008 11:36:51 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KkhJV-0002XF-Kr for emacs-pretest-bug@gnu.org; Tue, 30 Sep 2008 11:39:04 -0400 Received: from mo-p05-ob.rzone.de ([81.169.146.182]:40066) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkhJU-0002WW-Ub for emacs-pretest-bug@gnu.org; Tue, 30 Sep 2008 11:39:01 -0400 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :Km5BZlS6fvY8FW7IesI464Jjvy3i7/hiXvNJz9gcdWwWSXWzVmbBGOlAzw== Received: from [192.168.2.100] (p54996A57.dip.t-dialin.net [84.153.106.87]) by post.webmailer.de (klopstock mo50) (RZmta 17.8) with ESMTP id z0540ak8UDvKpP for ; Tue, 30 Sep 2008 17:38:58 +0200 (MEST) (envelope-from: ) Subject: 23.0.60; Error When Trying to Access Remote Files From: Florian Beck To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset="UTF-8" Date: Tue, 30 Sep 2008 17:38:56 +0200 Message-Id: <1222789137.12341.221.camel@sophokles> Mime-Version: 1.0 X-Mailer: Evolution 2.24.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Emacs CVS »just now« I have problems accessing remote files in the way described in the info manual. It worked in the past and I can connect via command line ftp. The error message is not really helpful, so I have no idea how to investigate further. emacs -Q (setq debug-on-error t) C-x C-f /ftp:www.fbeck.net@ftp.strato.de: [TAB] Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) signal(wrong-type-argument (char-or-string-p nil)) completion--some(#[(style) " A@\n \f$" [style completion-styles-alist string table pred point] 5] (basic partial-completion)) completion-try-completion("/ftp:www.fbeck.net@ftp.strato.de:" read-file-name-internal nil 33) completion--do-completion() minibuffer-complete() call-interactively(minibuffer-complete nil nil) completing-read("Find file: " read-file-name-internal nil nil "~/Material/src/emacs/" file-name-history "~/Material/src/emacs/") read-file-name("Find file: " nil "~/Material/src/emacs/" nil) find-file-read-args("Find file: " nil) byte-code("\"" [find-file-confirm-nonexistent-file find-file-read-args "Find file: " confirm-only] 3) call-interactively(find-file nil nil) C-x C-f /ftp:www.fbeck.net@ftp.strato.de:/index.html [an existing file] [TAB] Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) signal(wrong-type-argument (char-or-string-p nil)) byte-code("@A\"" [err signal] 3) ange-ftp-hook-function(file-directory-p "/ftp:www.fbeck.net@ftp.strato.de:/index.html") apply(ange-ftp-hook-function file-directory-p "/ftp:www.fbeck.net@ftp.strato.de:/index.html") tramp-ftp-file-name-handler(file-directory-p "/ftp:www.fbeck.net@ftp.strato.de:/index.html") apply(tramp-ftp-file-name-handler file-directory-p "/ftp:www.fbeck.net@ftp.strato.de:/index.html") tramp-file-name-handler(file-directory-p "/ftp:www.fbeck.net@ftp.strato.de:/index.html") file-directory-p("/ftp:www.fbeck.net@ftp.strato.de:/index.html") find-file-noselect("/ftp:www.fbeck.net@ftp.strato.de:/index.html" nil nil t) find-file("/ftp:www.fbeck.net@ftp.strato.de:/index.html" t) call-interactively(find-file nil nil) From cyd@stupidchicken.com Tue Sep 30 10:19:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 30 Sep 2008 17:19:23 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8UHJKQr020685 for <1059@emacsbugs.donarmstrong.com>; Tue, 30 Sep 2008 10:19:21 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 62A7457E32A; Tue, 30 Sep 2008 13:20:19 -0400 (EDT) From: Chong Yidong To: Florian Beck Cc: 1059@debbugs.gnu.org Subject: Re: 23.0.60; Error When Trying to Access Remote Files Date: Tue, 30 Sep 2008 13:20:19 -0400 Message-ID: <87iqsdmtyk.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > emacs -Q > (setq debug-on-error t) > C-x C-f /ftp:www.fbeck.net@ftp.strato.de: > [TAB] > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) > signal(wrong-type-argument (char-or-string-p nil)) > completion--some(#[(style) "^H A@\n^K\f$" [style > completion-styles-alist I can't reproduce this, also using latest CVS and `emacs -Q'. Could you try to debug the problem? From abstraktion@t-online.de Tue Sep 30 11:03:08 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 30 Sep 2008 18:03:08 +0000 Received: from mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.181]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8UI30MP031676 for <1059@emacsbugs.donarmstrong.com>; Tue, 30 Sep 2008 11:03:02 -0700 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :Km5BZlS6fvY8FW7IesI464Jjvy3i7/hiXvNJz9gcdWwWSXWzVmbBGOlAzw== Received: from [192.168.2.100] (p54996A57.dip.t-dialin.net [84.153.106.87]) by post.webmailer.de (mrclete mo43) (RZmta 17.8) with ESMTP id Q031d2k8UG4ZkR ; Tue, 30 Sep 2008 20:02:59 +0200 (MEST) (envelope-from: ) Subject: Re: 23.0.60; Error When Trying to Access Remote Files From: Florian Beck To: Chong Yidong Cc: 1059@debbugs.gnu.org In-Reply-To: <87iqsdmtyk.fsf@cyd.mit.edu> References: <87iqsdmtyk.fsf@cyd.mit.edu> Content-Type: text/plain Date: Tue, 30 Sep 2008 20:02:57 +0200 Message-Id: <1222797777.12341.312.camel@sophokles> Mime-Version: 1.0 X-Mailer: Evolution 2.24.0 Content-Transfer-Encoding: 7bit On Tue, 2008-09-30 at 13:20 -0400, Chong Yidong wrote: > > emacs -Q > > > (setq debug-on-error t) > > C-x C-f /ftp:www.fbeck.net@ftp.strato.de: > > [TAB] > > > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) > > signal(wrong-type-argument (char-or-string-p nil)) > > completion--some(#[(style) "^H A@\n^K\f$" [style > > completion-styles-alist > > I can't reproduce this, also using latest CVS and `emacs -Q'. Could you > try to debug the problem? Not sure. What should I do? From cyd@stupidchicken.com Tue Sep 30 14:20:26 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 30 Sep 2008 21:20:26 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8ULKNpl018476 for <1059@emacsbugs.donarmstrong.com>; Tue, 30 Sep 2008 14:20:24 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id A2D9E57E32A; Tue, 30 Sep 2008 17:21:23 -0400 (EDT) From: Chong Yidong To: Florian Beck Cc: 1059@debbugs.gnu.org Subject: Re: 23.0.60; Error When Trying to Access Remote Files References: <87iqsdmtyk.fsf@cyd.mit.edu> <1222797777.12341.312.camel@sophokles> Date: Tue, 30 Sep 2008 17:21:23 -0400 In-Reply-To: <1222797777.12341.312.camel@sophokles> (Florian Beck's message of "Tue, 30 Sep 2008 20:02:57 +0200") Message-ID: <87wsgtqqi4.fsf@cyd.mit.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Florian Beck writes: > On Tue, 2008-09-30 at 13:20 -0400, Chong Yidong wrote: >> > emacs -Q >> >> > (setq debug-on-error t) >> > C-x C-f /ftp:www.fbeck.net@ftp.strato.de: >> > [TAB] >> >> > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) >> > signal(wrong-type-argument (char-or-string-p nil)) >> > completion--some(#[(style) "^H A@\n^K\f$" [style >> > completion-styles-alist >> >> I can't reproduce this, also using latest CVS and `emacs -Q'. Could you >> try to debug the problem? > > Not sure. What should I do? First, could you go to minibuffer.el, evaluate it (M-x eval-buffer), trigger the error again, and post the backtrace? This should produce a more informative backtrace. Thanks. From rgm@gnu.org Thu Oct 2 14:20:06 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.6 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, MURPHY_DRUGS_REL8,NOSUBJECT,RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 2 Oct 2008 21:20:06 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m92LK3OM007936 for ; Thu, 2 Oct 2008 14:20:04 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KlVYR-00039a-5Q; Thu, 02 Oct 2008 17:17:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18661.14971.116177.674668@fencepost.gnu.org> Date: Thu, 2 Oct 2008 17:17:47 -0400 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: ksbR-Gfj07dj>lXr>M+*e0o7q2qu+!1(ZOT{+f'yLO)O*tCgRdo@lt&kzoa6o%)3$aWo*9 X-Debbugs-No-Ack: yes tags 1046 patch tags 1017 patch moreinfo tags 1059 unreproducible tags 1053 notabug wontfix From cyd@stupidchicken.com Sat Oct 18 08:53:54 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 18 Oct 2008 15:53:55 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9IFrqnX015575 for <1059@emacsbugs.donarmstrong.com>; Sat, 18 Oct 2008 08:53:53 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 31B4F57E195; Sat, 18 Oct 2008 11:53:52 -0400 (EDT) From: Chong Yidong To: Florian Beck Cc: 1059@debbugs.gnu.org Subject: Re: 23.0.60; Error When Trying to Access Remote Files Date: Sat, 18 Oct 2008 11:53:52 -0400 Message-ID: <87skqt6grz.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii [I sent this message several weeks ago, and received no response. Resending.] > On Tue, 2008-09-30 at 13:20 -0400, Chong Yidong wrote: >> > emacs -Q >> >> > (setq debug-on-error t) >> > C-x C-f /ftp:www.fbeck.net@ftp.strato.de: >> > [TAB] >> >> > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) >> > signal(wrong-type-argument (char-or-string-p nil)) >> > completion--some(#[(style) "^H A@\n^K\f$" [style >> > completion-styles-alist >> >> I can't reproduce this, also using latest CVS and `emacs -Q'. Could you >> try to debug the problem? > > Not sure. What should I do? First, could you go to minibuffer.el, evaluate it (M-x eval-buffer), trigger the error again, and post the backtrace? This should produce a more informative backtrace. From abstraktion@t-online.de Sat Oct 18 10:29:15 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.3 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 18 Oct 2008 17:29:15 +0000 Received: from mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9IHTAUR007557 for <1059@emacsbugs.donarmstrong.com>; Sat, 18 Oct 2008 10:29:12 -0700 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/jTNdrjLjuwMuuiy8j0BYXGgeNx56gc= Received: from sophokles (p549948C0.dip.t-dialin.net [84.153.72.192]) by post.webmailer.de (fruni mo36) (RZmta 17.14) with ESMTP id x03042k9IFrrXM ; Sat, 18 Oct 2008 19:29:07 +0200 (MEST) (envelope-from: ) From: Florian Beck To: Chong Yidong Cc: Florian Beck , 1059@debbugs.gnu.org Subject: Re: 23.0.60; Error When Trying to Access Remote Files In-Reply-To: <87skqt6grz.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 18 Oct 2008 11:53:52 -0400") References: <87skqt6grz.fsf@cyd.mit.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Date: Sat, 18 Oct 2008 19:29:03 +0200 Message-ID: <877i857qxs.fsf@sophokles.streitblatt.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Chong Yidong writes: > [I sent this message several weeks ago, and received no response. > Resending.] > >> On Tue, 2008-09-30 at 13:20 -0400, Chong Yidong wrote: >>> > emacs -Q >>> >>> > (setq debug-on-error t) >>> > C-x C-f /ftp:www.fbeck.net@ftp.strato.de: >>> > [TAB] >>> >>> > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) >>> > signal(wrong-type-argument (char-or-string-p nil)) >>> > completion--some(#[(style) "^H A@\n^K\f$" [style >>> > completion-styles-alist >>> >>> I can't reproduce this, also using latest CVS and `emacs -Q'. Could you >>> try to debug the problem? >> >> Not sure. What should I do? > > First, could you go to minibuffer.el, evaluate it (M-x eval-buffer), > trigger the error again, and post the backtrace? This should produce a > more informative backtrace. I'm sorry, I ment to get back to you, but unfortunatley this is one of the errors that only happen occasionally. I tried a couple of scenarios, like with and without networking, but could not reliably reproduce the error. It does still happen from time to time. Now, I followd your advice and produced a somewhat more informative backtrace. How do I get rid of the ellipses? (print-length is nil) Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) signal(wrong-type-argument (char-or-string-p nil)) (if firsterror (signal (car firsterror) (cdr firsterror))) (or res (if firsterror (signal ... ...))) (let ((firsterror nil) res) (while (and ... xs) (condition-case err ... ...)) (or res (if firsterror ...))) completion--some((lambda (style) (funcall (nth 1 ...) string table pred point)) (basic partial-completion)) (if (and (symbolp table) (get table ...)) (funcall table string pred nil point) (completion--some (lambda ... ...) completion-styles)) completion-try-completion(#("/ftp:www.fbeck.net@ftp.strato.de:" 1 32 (gnus-callback gnus-button-push gnus-data #)) read-file-name-internal nil 33) funcall(completion-try-completion #("/ftp:www.fbeck.net@ftp.strato.de:" 1 32 (gnus-callback gnus-button-push gnus-data #)) read-file-name-internal nil 33) (let* ((beg ...) (end ...) (string ...) (comp ...)) (cond (... ... ... ...) (... ...) (t ...))) completion--do-completion() (let ((--cl-var-- ...)) (cond (... nil) (... ... ... t) (... ... ... t) (t t))) (case (completion--do-completion) (0 nil) (1 (goto-char ...) (minibuffer-message "Sole completion") t) (3 (goto-char ...) (minibuffer-message "Complete, but not unique") t) (t t)) (if (window-live-p window) (with-current-buffer (window-buffer window) (if ... ... ...) nil) (case (completion--do-completion) (0 nil) (1 ... ... t) (3 ... ... t) (t t))) (let ((window minibuffer-scroll-window)) (if (window-live-p window) (with-current-buffer ... ... nil) (case ... ... ... ... ...))) minibuffer-complete() call-interactively(minibuffer-complete nil nil) completing-read("Find file: " read-file-name-internal nil nil "~/Material/src/emacs/lisp/" file-name-history "~/Material/src/emacs/lisp/") (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (completing-read prompt (quote read-file-name-internal) nil mustmatch insdef (quote file-name-history) default-filename)) (unwind-protect (progn (add-hook ... setup-hook) (completing-read prompt ... nil mustmatch insdef ... default-filename)) (remove-hook (quote minibuffer-setup-hook) setup-hook)) (let (setup-hook) (setq setup-hook (list ... ... ...)) (unwind-protect (progn ... ...) (remove-hook ... setup-hook))) (let ((--cl-dir-- ...)) (setf (symbol-value --cl-dir--) (file-name-as-directory ...)) (let (setup-hook) (setq setup-hook ...) (unwind-protect ... ...))) (lexical-let ((dir ...)) (minibuffer-with-setup-hook (lambda nil ...) (completing-read prompt ... nil mustmatch insdef ... default-filename))) (if (not (next-read-file-uses-dialog-p)) (lexical-let (...) (minibuffer-with-setup-hook ... ...)) (let (...) (when ... ... ...) (if default-filename ...) (setq add-to-history t) (x-file-dialog prompt dir default-filename mustmatch ...))) (let* ((val ...) (replace-in-history ...)) (when (eq val default-filename) (if ... ...) (setq val "")) (unless val (error "No file name specified")) (if (and default-filename ...) (setq val default-filename)) (setq val (substitute-in-file-name val)) (if replace-in-history (let ... ... ...) (if add-to-history ...)) val) (let ((completion-ignore-case read-file-name-completion-ignore-case) (minibuffer-completing-file-name t) (read-file-name-predicate ...) (add-to-history nil)) (let* (... ...) (when ... ... ...) (unless val ...) (if ... ...) (setq val ...) (if replace-in-history ... ...) val)) (if read-file-name-function (funcall read-file-name-function prompt dir default-filename mustmatch initial predicate) (let (... ... ... ...) (let* ... ... ... ... ... ... val))) (let ((insdef ...)) (if read-file-name-function (funcall read-file-name-function prompt dir default-filename mustmatch initial predicate) (let ... ...))) read-file-name("Find file: " nil "/home/flo/Material/src/emacs/lisp/" nil) find-file-read-args("Find file: " nil) byte-code("ÁÂ…Ã\"‡" [find-file-confirm-nonexistent-file find-file-read-args "Find file: " confirm-only] 3) call-interactively(find-file nil nil) From abstraktion@t-online.de Tue Dec 2 17:29:01 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00,FAKE_REPLY_C autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1059) by emacsbugs.donarmstrong.com; 3 Dec 2008 01:29:01 +0000 Received: from mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.181]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB31SvbJ000957 for <1059@emacsbugs.donarmstrong.com>; Tue, 2 Dec 2008 17:28:58 -0800 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/jTNdrjLjuwMuuiy8j0BYX+r+N8xn1w= Received: from sophokles (p549963B1.dip.t-dialin.net [84.153.99.177]) by post.strato.de (mrclete mo26) (RZmta 17.20) with ESMTP id t01718kB2MVlyL for <1059@emacsbugs.donarmstrong.com>; Wed, 3 Dec 2008 02:28:55 +0100 (MET) From: Florian Beck To: 1059@debbugs.gnu.org Subject: Re: 23.0.60; Error When Trying to Access Remote Files Date: Wed, 03 Dec 2008 02:28:55 +0100 Message-ID: <87bpvuavxk.fsf@sophokles.streitblatt.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I didn't experience this bug for quite some time now. Maybe close it for now? I will refile the bug in case it should resurface. -- Florian Beck From rgm@gnu.org Tue Dec 2 23:30:38 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.8 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 3 Dec 2008 07:30:38 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB37UZmP030806 for ; Tue, 2 Dec 2008 23:30:36 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L7mBT-0004bj-U5; Wed, 03 Dec 2008 02:30:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18742.13695.810252.627034@fencepost.gnu.org> Date: Wed, 3 Dec 2008 02:30:07 -0500 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: ?;CFm>^t0x~[H?MxiVbZAd,$:~>7O@BiM9=al]"4]TmaA<;oFy|A#b_?+:^7}cX$]bXF#^ X-Debbugs-No-Ack: yes close 1059 From unknown Fri Jun 20 18:19:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 31 Dec 2008 15:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator