all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Wrong type argument: listp, w
@ 2004-12-04 21:02 Kjetil Eide
  2004-12-05  5:32 ` Pascal Bourguignon
  0 siblings, 1 reply; 3+ messages in thread
From: Kjetil Eide @ 2004-12-04 21:02 UTC (permalink / raw)


Recently I have been getting this errror when attempting to open files in emacs
(version 21.3.2):

Wrong type argument: listp, w

This happens when attempting to open "~/foo.txt" with C-x C-f.
Here's the backtrace:

assoc("/home/kjetilei/foo.txt" w)
save-place-find-file-hook()
run-hooks(find-file-hooks)
after-find-file(nil t)
find-file-noselect-1(#<buffer foo.txt> "~/foo.txt" nil nil "~/foo.txt" (67933 7
74))
find-file-noselect("~/foo.txt" nil nil 1)
find-file("~/foo.txt" 1)
call-interactively(find-file)

Does anyone have any idea what could be wrong?

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

* Re: Wrong type argument: listp, w
  2004-12-04 21:02 Wrong type argument: listp, w Kjetil Eide
@ 2004-12-05  5:32 ` Pascal Bourguignon
  2004-12-05 11:59   ` Kjetil Eide
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Bourguignon @ 2004-12-05  5:32 UTC (permalink / raw)


kjetei@online.no (Kjetil Eide) writes:

> Recently I have been getting this errror when attempting to open files in emacs
> (version 21.3.2):
> 
> Wrong type argument: listp, w
  ^^^^^^^^^^^^^^^^^^^  ^^^^^  ^
  What's wrong.          |    |
                         |    +--- what has been got.
                         +-- what was expected.   

> This happens when attempting to open "~/foo.txt" with C-x C-f.
> Here's the backtrace:
> 
> assoc("/home/kjetilei/foo.txt" w)
  ^^^^^ The function that detected the problem.

> save-place-find-file-hook()
> run-hooks(find-file-hooks)
            ^^^^^^^^^^^^^^^ the variable where there's a buggy function.

> after-find-file(nil t)
> find-file-noselect-1(#<buffer foo.txt> "~/foo.txt" nil nil "~/foo.txt" (67933 7
> 74))
> find-file-noselect("~/foo.txt" nil nil 1)
> find-file("~/foo.txt" 1)
  ^^^^^^^^^ The initial command.

> call-interactively(find-file)
> 
> Does anyone have any idea what could be wrong?

Check the value of find-file-hooks. 
Perhaps there's one too many ' before a w.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
The world will now reboot; don't bother saving your artefacts.

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

* Re: Wrong type argument: listp, w
  2004-12-05  5:32 ` Pascal Bourguignon
@ 2004-12-05 11:59   ` Kjetil Eide
  0 siblings, 0 replies; 3+ messages in thread
From: Kjetil Eide @ 2004-12-05 11:59 UTC (permalink / raw)


Pascal Bourguignon <spam@mouse-potato.com> writes:

> Check the value of find-file-hooks. 
> Perhaps there's one too many ' before a w.

Thanks for the suggestion. I think I found the problem. I had a file
".emacs-places" containing "w". I have no idea what this means, but
removing the file solved the problem.

-- 
Kjetil Eide

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

end of thread, other threads:[~2004-12-05 11:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-04 21:02 Wrong type argument: listp, w Kjetil Eide
2004-12-05  5:32 ` Pascal Bourguignon
2004-12-05 11:59   ` Kjetil Eide

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.