unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Greiner <kevin.greiner@compsol.cc>
Subject: Re: wrong type argument: stringp, nil
Date: Wed, 16 Nov 2005 00:15:26 -0600	[thread overview]
Message-ID: <ulkzpjeyp.fsf@compsol.cc> (raw)
In-Reply-To: 1132050942.375773.142250@g49g2000cwa.googlegroups.com

"invokey" <invokey@gmail.com> writes:

> hi, all ,
>  	I have got some trouble with my emacs to send mail. whenever I C-c
> C-c to send a mail under Gnus,
> 	I always got an error message:
> 		wrong type argument: stringp, nil
>
> 	Yes, I know that might caused by a fake smtp setting, however, I can't
> find the bug out.

M-x toggle-debug-on-error

When the error is triggered, you'll be dropped into the debug buffer.
You're probably running compiled code so the stack trace will only
show the function names.  

If so, do describe-function (c-h f) on the function containing the
error to get the name of the library loading it.  Then use m-x
locate-library to find it on your harddrive.  The lisp file for that
library may be located in the same folder.  If so, load it now.

Use 'q' to abort out of the debug buffer then trigger the error
again.  This time, the stack trace will show the forms within the
final function.  That should be sufficient for you to identify the
variable that is nil.

  reply	other threads:[~2005-11-16  6:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15 10:35 wrong type argument: stringp, nil invokey
2005-11-16  6:15 ` Kevin Greiner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-06-14 14:52 Tassilo Horn
2003-06-14 15:02 ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ulkzpjeyp.fsf@compsol.cc \
    --to=kevin.greiner@compsol.cc \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).