On 11/6/06, Parragh Szabolcs <[EMAIL PROTECTED]> wrote:
> (setq '("proj1"
>          :endpoint "http://www.some.host.org/foo/login/xmlrpc";)
>         ("proj2"
>          :endpoint "http://www.other.net/bar/login/xmlrpc";)))

It's invalid elisp code in syntax.
The variable name is required and also a paren is lacked.
And www.some.host.org is not exist...

For the first try, please set this in your .emacs
-----from-here-----
(autoload 'trac-wiki "trac-wiki" "Trac wiki editing entry-point." t)
(setq trac-projects
      '(("Emacs-Trac-Wiki"
         :endpoint "http://www.meadowy.org/~gotoh/projects/trac-wiki/xmlrpc";)))
-----until-here-----

Then access to the site. Can you get working?

# Anonymous XML-RPC access is allowed on Trac-wiki site.
# So you can do editing, diffing, etc. except commit on this site.

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

emacs-w3m is not used until previewing.
So it not the problem.

Good lack!

-- 
Shun-ichi GOTO

--~--~---------~--~----~------------~-------~--~----~
 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