all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (wrong-type-argument stringp nil)
@ 2003-04-04  7:32 Arnold Troeger
  2003-04-06  1:59 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Arnold Troeger @ 2003-04-04  7:32 UTC (permalink / raw)


I'm encountering the following error when opening files or directories:
(wrong type argument stringp nil)
I can reexecute the same command and it works.  I've googled around on the net 
and haven't found anything relevent (apart from a reference to a similar error
related to comint.el)  I've also set the lisp debugger and received the following
traceback:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  internal-set-lisp-face-attribute(purple-bold :font nil #<frame emacs@exps1-w40 0x105bfa00\ >)
  set-face-attribute(purple-bold #<frame emacs@exps1-w40 0x105bfa00\ > :font nil)
  set-face-font(purple-bold nil #<frame emacs@exps1-w40 0x105bfa00\ >)
  hilit-lookup-face-create(msg-from)
  hilit-highlight-region(1 6 msg-header nil)
  hilit-rehighlight-message(nil)
  hilit-rehighlight-buffer()
  hilit-find-file-hook()
  run-hooks(find-file-hooks)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer letter.txt> "~/letter.txt" nil nil "~/letter.txt" (659273 1048583))
  find-file-noselect("/home/stssart/letter.txt" nil nil nil)
  find-file("/home/stssart/letter.txt")
  dired-find-file()
  call-interactively(dired-find-file)


I appreciate any pointers to the solution.  Please let me know if there's
more information I should provide.

Thanks in advance
Arnold Troeger

-- 
Arnold Troeger				Unocal Thailand
Phone:  011-66-2-545-5456      		5th Floor, Tower 3, SCB Park Plaza
FAX:	011-66-2-545-5374		19 Ratchadapisek Road, Chatuchak
Email:  Arnold.Troeger@bkk.unocal.com 	Bangkok 10900, Thailand
------------------------------------------------------------------------

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

* Re: (wrong-type-argument stringp nil)
  2003-04-04  7:32 (wrong-type-argument stringp nil) Arnold Troeger
@ 2003-04-06  1:59 ` Richard Stallman
  2003-04-06  6:53   ` Arnold Troeger
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2003-04-06  1:59 UTC (permalink / raw)
  Cc: bug-gnu-emacs

It looks like you're using the obsolete package hilit19, and it looks
like hilit-lookup-face-create needs some maintenance to work with the
rest of the latest Emacs.

I'm not going to work on it myself, but if someone sends a fix,
I can install it.

I recommend using Font Lock mode instead of hilit19.

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

* Re: (wrong-type-argument stringp nil)
  2003-04-06  1:59 ` Richard Stallman
@ 2003-04-06  6:53   ` Arnold Troeger
  0 siblings, 0 replies; 3+ messages in thread
From: Arnold Troeger @ 2003-04-06  6:53 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Richard Stallman wrote:
> It looks like you're using the obsolete package hilit19, and it looks
> like hilit-lookup-face-create needs some maintenance to work with the
> rest of the latest Emacs.
> 
> I'm not going to work on it myself, but if someone sends a fix,
> I can install it.
> 
> I recommend using Font Lock mode instead of hilit19.
> 
> 
> 

Thank you.  I was evidently loading it in default.el (an old setup from 19.30). 
  I've changed the load to font-lock and it's working cleanly now.

Thank you,
Arnold

-- 
Arnold Troeger				Unocal Thailand
Phone:  011-66-2-545-5456      		5th Floor, Tower 3, SCB Park Plaza
FAX:	011-66-2-545-5374		19 Ratchadapisek Road, Chatuchak
Email:  Arnold.Troeger@bkk.unocal.com 	Bangkok 10900, Thailand
------------------------------------------------------------------------

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

end of thread, other threads:[~2003-04-06  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04  7:32 (wrong-type-argument stringp nil) Arnold Troeger
2003-04-06  1:59 ` Richard Stallman
2003-04-06  6:53   ` Arnold Troeger

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.