Gnus development mailing list
 help / color / mirror / Atom feed
* S/f definition is void
@ 1998-02-21 15:25 Harry Putnam
  1998-02-22 17:19 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Harry Putnam @ 1998-02-21 15:25 UTC (permalink / raw)


Setting up a user  account with Qgnus-0.29
Emacs-20.2 (MBSK)
Every thing works up to downloading actual news:

1) Everything loads, group buffer appears with groups
2) Select group
Gnus status line says: 
'Fetching header for <what.ever.group>
3) After a few seconds a message appears in the mini buffer saying 
'Symbols's function is void: caddr'

I thought it was a typo in .emacs or .gnus but searches show it is
not.
Back Trace:

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/share/emacs/20.2/lisp/gnus/gnus-art.elc" . -6017) :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)
  apply(run-hooks gnus-parse-headers-hook)
  gnus-run-hooks(gnus-parse-headers-hook)
  gnus-get-newsgroup-headers-xover((1259 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1281 1282 1283 1284 1285) nil nil "news.announce.newusers" t)
  gnus-select-newsgroup("news.announce.newusers" nil)
  gnus-summary-read-group-1("news.announce.newusers" nil t nil nil)
  gnus-summary-read-group("news.announce.newusers" nil t nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
* call-interactively(gnus-group-select-group)


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

* Re: S/f definition is void
  1998-02-21 15:25 S/f definition is void Harry Putnam
@ 1998-02-22 17:19 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-22 17:19 UTC (permalink / raw)


Harry Putnam <djputnam@org.com> writes:

> 3) After a few seconds a message appears in the mini buffer saying 
> 'Symbols's function is void: caddr'

This means that your Gnus has been compiled with an Emacs that has
`caddr' as a function, while you're running Gnus under an Emacs that
has `caddr' as a macro.

Compile with the same Emacs you're running interactively.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~1998-02-22 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-21 15:25 S/f definition is void Harry Putnam
1998-02-22 17:19 ` Lars Magne Ingebrigtsen

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).