Gnus development mailing list
 help / color / mirror / Atom feed
From: Andi Hechtbauer <anti@spin.de>
Cc: ding@gnus.org
Subject: Re: Wrong type argument: stringp when Generating cus-load.el
Date: Thu, 07 Nov 2002 12:59:54 +0100	[thread overview]
Message-ID: <m3of91lhdx.fsf@hic.hq.spin.de> (raw)
In-Reply-To: <yotl7kfpwxwc.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 07 Nov 2002 18:07:46 +0900")

>>>>> On Thu, 07 Nov 2002 18:07:46 +0900, Katsumi Yamaoka <yamaoka@jpl.org> said:

    Katsumi> Run Emacs in the Gnus source directory.

$ emacs --version
GNU Emacs 21.2.2
[...]

    Katsumi> % cd Gnus-source/lisp % emacs-21.2 -q -no-site-file&

    Katsumi> Copy the following lines into the *scratch* buffer and
    Katsumi> type C-j at the end of the last line.

,----
| (progn
|   (setq debug-on-error t
|         command-line-args-left '("."))
|   (load "cus-dep.el" nil nil t)
|   (let ((ke (symbol-function 'kill-emacs)))
|     (fset 'kill-emacs 'ignore)
|     (unwind-protect
|         (custom-make-dependencies)
|       (fset 'kill-emacs ke))))
`----

Gives me this *Backtrace*:

Debugger entered--Lisp error: (file-error "Cannot open load file" "cus-dep.el")
  load("cus-dep.el" nil nil t)
  (progn (setq debug-on-error t command-line-args-left (quote ...)) (load "cus-dep.el" nil nil t) (let (...) (fset ... ...) (unwind-protect ... ...)))
  eval((progn (setq debug-on-error t command-line-args-left (quote ...)) (load "cus-dep.el" nil nil t) (let (...) (fset ... ...) (unwind-protect ... ...))))
  eval-last-sexp-1(t)
  eval-last-sexp(t)
  eval-print-last-sexp()
  call-interactively(eval-print-last-sexp)

Well - there is no such file, so that seems clear to me.

Thanks for your help,

Andi



  reply	other threads:[~2002-11-07 11:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-07  2:13 Andi Hechtbauer
2002-11-07  4:18 ` Katsumi Yamaoka
2002-11-07  8:14   ` Manoj Srivastava
2002-11-07  9:07     ` Katsumi Yamaoka
2002-11-07 11:59       ` Andi Hechtbauer [this message]
2002-11-07 12:14         ` Katsumi Yamaoka
2002-11-07 12:52           ` Andi Hechtbauer
2002-11-07 14:46             ` Katsumi Yamaoka
2002-11-07 18:48               ` Andi Hechtbauer
2002-11-07 19:04                 ` Rob Browning
2002-11-07 22:13                   ` Katsumi Yamaoka
2002-11-07 22:24                     ` Katsumi Yamaoka
2002-11-08  2:02                       ` Manoj Srivastava

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

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

  git send-email \
    --in-reply-to=m3of91lhdx.fsf@hic.hq.spin.de \
    --to=anti@spin.de \
    --cc=ding@gnus.org \
    /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 NNTP newsgroup(s).