unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1059: 23.0.60; Error When Trying to Access Remote Files
@ 2008-09-30 17:20 Chong Yidong
  2008-09-30 18:02 ` Florian Beck
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-09-30 17:20 UTC (permalink / raw)
  To: Florian Beck; +Cc: 1059

> 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?






^ permalink raw reply	[flat|nested] 7+ messages in thread
* bug#1059: 23.0.60; Error When Trying to Access Remote Files
@ 2008-12-03  1:28 Florian Beck
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Beck @ 2008-12-03  1:28 UTC (permalink / raw)
  To: 1059

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






^ permalink raw reply	[flat|nested] 7+ messages in thread
* bug#1059: 23.0.60; Error When Trying to Access Remote Files
@ 2008-10-18 15:53 Chong Yidong
  2008-10-18 17:29 ` Florian Beck
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-10-18 15:53 UTC (permalink / raw)
  To: Florian Beck; +Cc: 1059

[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.






^ permalink raw reply	[flat|nested] 7+ messages in thread
* bug#1059: 23.0.60; Error When Trying to Access Remote Files
@ 2008-09-30 15:38 Florian Beck
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Beck @ 2008-09-30 15:38 UTC (permalink / raw)
  To: emacs-pretest-bug


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) "\b	A@\n\v\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("\b\a\"" [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("\b@\bA\"" [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)










^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-03  1:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30 17:20 bug#1059: 23.0.60; Error When Trying to Access Remote Files Chong Yidong
2008-09-30 18:02 ` Florian Beck
2008-09-30 21:21   ` Chong Yidong
  -- strict thread matches above, loose matches on Subject: below --
2008-12-03  1:28 Florian Beck
2008-10-18 15:53 Chong Yidong
2008-10-18 17:29 ` Florian Beck
2008-09-30 15:38 Florian Beck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).