emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Use models (eas Re: emas-wiki, blosxom, and oth


From: TC
Subject: Re: [emacs-wiki-discuss] Use models (eas Re: emas-wiki, blosxom, and other stuff
Date: Sun, 13 Jun 2004 16:47:39 +0100

Gary,

> Sure, my config is attached... it's not very well commented, but 
> you'll get the idea :-)

Thanks. Now, forgive my lisp-cluelessness, but can you elucidate on 
the following:

> ;; Set up a default wiki project that can be linked to from 
> ;; other wikis
> (setq emacs-wiki-projects
>    (delq (assoc "WebWiki" emacs-wiki-projects) emacs-wiki-projects))

So you're hunting down any existing project called "WebWiki" and
removing it?  Yes?

> (add-to-list
>  'emacs-wiki-projects
>  `("WebWiki" .
>   ;; Nasty! just gotta make sure every other project that wants to
>   ;; use interwiki links to this one is published in a subdirectory
>   ;; of the one this project publishes to.
>   ((emacs-wiki-directories . ("~/WebWiki/WikiProjects/Wiki"))
>    (emacs-wiki-project-server-prefix . "http://tkd.kicks-ass.net/";))))

And then you add it back, but now with some bells and whistles
concerning interwiki links.

So, I know it maybe *sounds* like I understand it, but I don't :-) 
Exactly what are you doing here? Just what are those bells and whistles?
And why the delete first and then add back?  Is there no way just to
shove the new values into an existing project?

cheers,
tc








reply via email to

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