unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Herbert Euler <herberteuler@hotmail.com>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: emacs-devel@gnu.org
Subject: RE: wrong-type-argument in gud-tooltip-mode
Date: Sun, 27 Jan 2008 17:10:48 +0800	[thread overview]
Message-ID: <BAY143-W194BD24EC73783E49BE325DA3B0@phx.gbl> (raw)
In-Reply-To: <18332.10233.967027.718374@kahikatea.snap.net.nz>


>> The buffer that satisfies both the two predicates there is the buffer
>> " *partial-output-*", the value of its variable `gud-minor-mode' is
>> copied from the one inside `gud-comint-buffer', in my case it is
>> 'gdba. Its name, " *partial-output-*", does not match the regular
>> expression too. And of course it does not visit any file.
>
> OK, I see I added a space in Dec 2006 to make the buffer invisible in
> list-buffers but I still don't see why there is an error because
> gdb-create-define-alist only uses the file as input if one exists:
>
>  ...
>  (call-process shell-file-name
>  (if (file-exists-p file) file nil)
>  (concat gdb-cpp-define-alist-program " "
>  gdb-cpp-define-alist-flags))...
>
> Also I've tried to reproduce the error in emacs-unicode-2 and on the trunk
> but can't.

It is easy to reproduce now, even without gdb.  Since the buffer 
" *partial-output-*" does not visit any file, the FILE argument provided
to `file-exists-p' will be nil.  However,

  (file-exists-p nil)
  error--> Wrong type argument: stringp, nil

That is the error.

> Can you please set debug-on-error to t, recreate the error and post the
> lisp backtrace here?

Starting with the -Q option, I got

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-exists-p(nil)
  gdb-create-define-alist()
  gud-tooltip-mode(toggle)
  call-interactively(gud-tooltip-mode t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

Regards,
Guanpeng Xu
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

  reply	other threads:[~2008-01-27  9:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-26 10:39 wrong-type-argument in gud-tooltip-mode Herbert Euler
2008-01-26 10:45 ` Herbert Euler
2008-01-27  0:04   ` Nick Roberts
2008-01-27  5:22     ` Herbert Euler
2008-01-27  6:43       ` Nick Roberts
2008-01-27  9:10         ` Herbert Euler [this message]
2008-01-27 10:30           ` Nick Roberts
2008-01-27 11:14             ` Herbert Euler
2008-01-27 11:26               ` Herbert Euler
2008-01-27 21:04                 ` Nick Roberts
2008-01-28  1:34                   ` Herbert Euler

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=BAY143-W194BD24EC73783E49BE325DA3B0@phx.gbl \
    --to=herberteuler@hotmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=nickrob@snap.net.nz \
    /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.
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).