emacsweblogs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacsweblogs] Symbol's function definition is void: caddr


From: Peter
Subject: [Emacsweblogs] Symbol's function definition is void: caddr
Date: Wed, 06 Oct 2010 09:49:44 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8

Hi,

I was able to get weblogger to work after the initial setup, however
after the first session and logout I'm unable to re-connect. I've
completely removed the settings and reinstalled weblogger using ELPA and
after a re-install it works fine in the same way: first login works but
subsequent logins are foiled.

Peter

The following is the error:

Symbol's function definition is void: caddr

This is the content of my .emacs file:

; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.


;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
     (load
      (expand-file-name "~/.emacs.d/elpa/package.el"))
   (package-initialize))


;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
     (load
      (expand-file-name "~/.emacs.d/elpa/package.el"))
   (package-initialize))
(custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(weblogger-config-alist (quote (("default" "http://<blog
url>/xmlrpc.php" "<login>" "" "1") ))))
(custom-set-faces
   ;; custom-set-faces was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(default ((t (:inherit nil :stipple nil :background "white"
:foreground "black" :inverse-video nil :box nil :strike-through nil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]