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: Gary V . Vaughan
Subject: Re: [emacs-wiki-discuss] Use models (eas Re: emas-wiki, blosxom, and other stuff
Date: Sun, 13 Jun 2004 18:53:38 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 13 Jun 2004, at 16:47, TC wrote:
;; 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?

Yup, otherwise every time I re-evaluate the file (usually when I am tweaking the settings for one reason or another) I get another WebWiki project tacked
on to the end of the list of projects.

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

Yep, and if I change the code, I can reevaluate the buffer I'm editing this file in to chuck out the old WebWiki settings and use my new ones instead.

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?

Probably, but my use pattern makes it easier to work with it this way :-)

Cheers,
        Gary.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAzJSmFRMICSmD1gYRAjgMAJsHoLwgXmWD/s/YiMkwnJVTLqofCgCfdxOo
PFzGmacs7QoUmjxyZeWZ/4M=
=jvaX
-----END PGP SIGNATURE-----





reply via email to

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