From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12548 Path: main.gmane.org!not-for-mail From: Makoto Fujiwara Newsgroups: gmane.emacs.gnus.general Subject: (Emacs-20.2) Symbol's function definition is void ((caddr)) Date: Wed, 08 Oct 1997 00:28:03 +0900 Message-ID: <19971008002803P.makoto@komekome.bay.prug.or.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035152065 4377 80.91.224.250 (20 Oct 2002 22:14:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:25 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id LAA27850 for ; Tue, 7 Oct 1997 11:18:26 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id NAA24885 for ; Tue, 7 Oct 1997 13:11:04 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 7 Oct 1997 17:28:40 +0200 Original-Received: (qmail 13410 invoked by uid 504); 7 Oct 1997 15:28:37 -0000 Original-Received: (qmail 13407 invoked from network); 7 Oct 1997 15:28:30 -0000 Original-Received: from ns.fujiwara.chuo.chiba.jp (HELO fujiwara.chuo.chiba.jp) (210.145.40.114) by claymore.vcinet.com with SMTP; 7 Oct 1997 15:28:16 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by fujiwara.chuo.chiba.jp (8.8.5/3.5W-970807) with ESMTP id AAA28354; Wed, 8 Oct 1997 00:28:03 +0900 (JST) X-MH-BIFF: Version: mh-biff.el version 0.96.1 on Emacs 20.2.1, Mule 3.0 Original-To: ding@gnus.org X-Mailer: Mew version 1.92b1 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) X-PGP-Fingerprint: 82 AD 5D F4 1E DC 00 BF 11 90 35 83 ED 85 6F D6 X-URL: http://fujiwara.chuo.chiba.jp/software/emacs-20/ X-Dispatcher: imput version 970929 Original-Lines: 91 Xref: main.gmane.org gmane.emacs.gnus.general:12548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12548 I have been using Gnus from the age of 5.0.15 ( or even before ), but I am quite new, I have just get subscribed to this list. I think I have problem on loading cl.el with the combination of Emacs-20.2 and Quassia Gnus 0.12. ( I don't believe it is specific to this version.) I got !! Symbol's function definition is void ((caddr)) when I hit space on *Summary* buffer to read listed (any) article. The things I did was very simple ( I think ). (0) set ENVIRONMENT variable just for convenience, setenv LISP /usr/local/emacs-20.2/share/emacs/20.2/lisp (1) build emacs-20.2 with leim-20.2. tar zxf /pub/Mule/emacs-20.2.tar.gz tar zxf /pub/Mule/leim-20.2.tar.gz cd emacs-20.2 ./configure \ --prefix=/usr/local/emacs-20.2 \ --with-gcc \ --with-x-toolkit=yes \ --with-x (2) hide Gnus-5.5 cd $LISP mv gnus gnus-5.5 (3) byte compile qgnus (in some working directory) tar zxf /pub/Mule/lisp/qgnus-0.12.tar.gz cd qgnus-0.12/lisp make mkdir $LISP/qgnus cp -p *.el *.elc $LISP/qgnus (add qgnus onto $LISP/subdirs.el) (4) prepare gnus-setup.el ( as for simple setup for gnus only ) -------------------------- (setq gnus-local-domain "bay.prug.or.jp") (setq gnus-local-distributions nil) (setq gnus-local-organization "PRUG Network at Chiba,Japan") (setq gnus-subscribe-newsgroup-method (function gnus-subscribe-hierarchically)) (setq gnus-show-all-headers t) (setq gnus-local-timezone "JST +900") (setq gnus-thread-hide-subject t) (setq gnus-thread-hide-subtree t) (setq gnus-thread-ignore-subject t) (setq gnus-select-method '(nntp "komekome" (nntp-port-number 119))) (setq debug-on-error t) -------------------------- (5) run emacs with above init-file, emacs -q -l gnus-setup.el M-x gnus (select newsgroup) (select article) (6) Then I got following Backtrace Signaling: (void-function caddr) (caddr spec) (format "gnus-emphasis-%s" (caddr spec)) (intern (format "gnus-emphasis-%s" (caddr spec))) (list (format format (car spec) (cadr spec)) 2 3 (intern (format "gnus-emphasis-%s" ...))) (lambda (spec) (list (format format ... ...) 2 3 (intern ...)))(("_" "_" underline)) mapcar((lambda (spec) (list (format format ... ...) 2 3 (intern ...))) (("_" "_" underline) ("/" "/" italic) ("\\*" "\\*" bold) ("_/" "/_" underline-italic) ("_\\*" "\\*_" underline-bold) ("\\*/" "/\\*" bold-italic) ("_\\*/" "/\\*_" underline-bold-italic))) (cons (quote ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)" 2 3 gnus-emphasis-underline)) (mapcar (lambda ... ...) types)) (\` (("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)" 2 3 gnus-emphasis-underline) (\,@ ...))) (let ((format "\\(\\s-\\|^\\|[-\"]\\|\\s(\\|\\s)\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-?!.,;:\"]\\|\\s(\\|\\s)\\)") (types ...)) (\` (... ...))) eval((let ((format "\\(\\s-\\|^\\|[-\"]\\|\\s(\\|\\s)\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-?!.,;:\"]\\|\\s(\\|\\s)\\)") (types ...)) (\` (... ...)))) custom-initialize-reset(gnus-emphasis-alist (let ((format "\\(\\s-\\|^\\|[-\"]\\|\\s(\\|\\s)\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-?!.,;:\"]\\|\\s(\\|\\s)\\)") (types ...)) (\` (... ...)))) custom-declare-variable(gnus-emphasis-alist (let ((format "\\(\\s-\\|^\\|[-\"]\\|\\s(\\|\\s)\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-?!.,;:\"]\\|\\s(\\|\\s)\\)") (types ...)) (\` (... ...))) ("/usr/local/emacs-20.2/share/emacs/20.2/lisp/qgnus/gnus-art.elc" . 5886) :type (repeat (list :value ("" 0 0 default) regexp (integer :tag "Match group") (integer :tag "Emphasize group") face)) :group gnus-article-emphasis) gnus-hack-decode-rfc1522() run-hooks(gnus-parse-headers-hook) gnus-get-newsgroup-headers-xover((2707) nil nil "fj.test" t) gnus-select-newsgroup("fj.test" nil) gnus-summary-read-group-1("fj.test" nil nil nil nil) gnus-summary-read-group("fj.test" nil nil nil nil) gnus-group-read-group(nil) call-interactively(gnus-group-read-group) --- (Makoto Fujiwara)