all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* PC-complete broken is CVS  HEAD
@ 2008-04-14  5:52 Manoj Srivastava
  2008-04-14  6:01 ` Manoj Srivastava
  0 siblings, 1 reply; 3+ messages in thread
From: Manoj Srivastava @ 2008-04-14  5:52 UTC (permalink / raw)
  To: emacs-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1053 bytes --]

Hi,



<escape> x p a r t i a l - c o m <tab> <return> <escape>
x s e t - v a r <tab> <return> d e b u g - o n - e
r r <tab> <return> t <return> C-x C-f e <tab> <help-echo>
<help-echo> <down-mouse-1> <mouse-1> C-h l

Debugger entered--Lisp error: (wrong-type-argument listp 2)
  delete-dups(("etc/" "e-QIP_Investigation_Request_3112480_Archival_Copy.pdf" "e-QIP_Timelines.doc" "extra_sources.sql" "e-QIP_Investigation_Request_3112480_Signature_Forms.pdf" "example.txt" "eve_000066_all.deb" "examples/" "example.txt~" . 2))
  PC-do-completion(nil)
  PC-complete()
  call-interactively(PC-complete nil nil)
  read-file-name("Find file: " nil "~/" 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)


        manoj
-- 
Blame Saint Andreas -- it's all his fault.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C





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

* Re: PC-complete broken is CVS  HEAD
  2008-04-14  5:52 PC-complete broken is CVS HEAD Manoj Srivastava
@ 2008-04-14  6:01 ` Manoj Srivastava
  2008-04-14 15:11   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Manoj Srivastava @ 2008-04-14  6:01 UTC (permalink / raw)
  To: emacs-devel

Hi,

        A better trace back after loading all the .el files:
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument listp 2)
  car(2)
  (delete (car tail) (cdr tail))
  (setcdr tail (delete (car tail) (cdr tail)))
  (while tail (setcdr tail (delete ... ...)) (setq tail (cdr tail)))
  (let ((tail list)) (while tail (setcdr tail ...) (setq tail ...)))
  delete-dups(("etc/" "e-QIP_Investigation_Request_3112480_Archival_Copy.pdf" "e-QIP_Timelines.doc" "extra_sources.sql" "e-QIP_Investigation_Request_3112480_Signature_Forms.pdf" "example.txt" "eve_000066_all.deb" "examples/" "example.txt~" . 2))
  PC-do-completion(nil)
  PC-complete()
  call-interactively(PC-complete nil nil)
  read-file-name("Find file: " nil "~/" nil)
  (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (read-file-name prompt nil default-directory mustmatch))
  (unwind-protect (progn (add-hook ... setup-hook) (read-file-name prompt nil default-directory mustmatch)) (remove-hook (quote minibuffer-setup-hook) setup-hook))
  (let (setup-hook) (setq setup-hook (lambda nil ... ...)) (unwind-protect (progn ... ...) (remove-hook ... setup-hook)))
  (minibuffer-with-setup-hook (lambda nil (setq minibuffer-default find-file-default)) (read-file-name prompt nil default-directory mustmatch))
  (let ((find-file-default ...)) (minibuffer-with-setup-hook (lambda nil ...) (read-file-name prompt nil default-directory mustmatch)))
  (list (let (...) (minibuffer-with-setup-hook ... ...)) t)
  find-file-read-args("Find file: " nil)
  call-interactively(find-file nil nil)
--8<---------------cut here---------------end--------------->8---

        manoj
-- 
If God had intended Man to Smoke, He would have set him on Fire.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C





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

* Re: PC-complete broken is CVS  HEAD
  2008-04-14  6:01 ` Manoj Srivastava
@ 2008-04-14 15:11   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2008-04-14 15:11 UTC (permalink / raw)
  To: emacs-devel

> Debugger entered--Lisp error: (wrong-type-argument listp 2)
[...]
>   PC-do-completion(nil)
>   PC-complete()

Should be fixed now, thank you,


        Stefan




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

end of thread, other threads:[~2008-04-14 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14  5:52 PC-complete broken is CVS HEAD Manoj Srivastava
2008-04-14  6:01 ` Manoj Srivastava
2008-04-14 15:11   ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.