Shun-ichi GOTO írta:
> You need ssl.el if you not have.
> See ticket:2 for more detail.
>   http://www.meadowy.org/~gotoh/projects/trac-wiki/ticket/2
>
> I've fixed to work with OpenSSL process
> and release as ver-1.1
Hi, I've been trying to make it work, but got blocked quiet early, with 
the following error:

ebugger entered--Lisp error: (invalid-function "proj2")
  ("proj2" :endpoint "http://www.other.net/bar/login/xmlrpc";)
  (setq (quote ("proj1" :endpoint 
"http://www.some.host.org/foo/login/xmlrpc";)) ("proj2" :endpoint 
"http://www.other.net/bar/login/xmlrpc";))
  eval-buffer(#<buffer  *load*> nil "/home/szabolcs/.emacs" nil t)  ; 
Reading at buffer position 13926
  load-with-code-conversion("/home/szabolcs/.emacs" 
"/home/szabolcs/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "
Unfortunately I don't know emacs lisp syntax at all, and google-ing a 
lot did not help. So if you have the patience to support a beginner 
please help me out here. What did I miss? To require something for emacs?

I'm using ubuntu dapper,
 >emacs-snapshot --version  
GNU Emacs 22.0.50.1
Copyright (C) 2006 Free Software Foundation, Inc.
....

I my .emacs file I have:
...
....
(require 'ssl)
(require 'xml-rpc)
(autoload 'trac-wiki "trac-wiki" "Trac wiki editing entry-point." t)

(setq '("proj1"
         :endpoint "http://www.some.host.org/foo/login/xmlrpc";)
        ("proj2"
         :endpoint "http://www.other.net/bar/login/xmlrpc";)))


I have an sslv3/tlsv1 protectd https site, on a special port, and 
somehow I cannot load it in emacs-w3m -- not even without 
SSLVerifyClient, don't know if it will be a problem.

Thanks in advance:
Szab


-- 
Parragh Szabolcs
NiR Informatikai Megoldások Kft.

mobil:  +36-30-407-1285
e-mail: [EMAIL PROTECTED]
web:    www.nir.hu


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to