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

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

[emacs-wiki-discuss] Whither default projects?


From: TC
Subject: [emacs-wiki-discuss] Whither default projects?
Date: Tue, 06 Jul 2004 14:44:22 +0100

I'm following Gary's project setup, with the following three
projects:

(("BlosxomWiki"
  (emacs-wiki-directories "~/public_html/WikiProjects/BlosxomWiki")
  ;; bla bla
  )
 ("WikiPlanner"
  (emacs-wiki-directories "~/public_html/WikiProjects/WikiPlanner")
  ;; yada yada
  )
 ("WebWiki"
  (emacs-wiki-directories "~/public_html/WikiProjects/Wiki")
  ;; and so on and so forth
  )
)

What else do I have to do in my config files so that when I issue
"emacs-wiki-find-file" it defaults to looking in my WebWiki project.

So far I've tried I added the following to my .emacs:

(emacs-wiki-change-project "WebWiki")

But that doesn't work unless I also issue the command manually.
However, if I *also* add the following to my .emacs:

(emacs-wiki-find-file "WelcomePage")

then emacs starts at the correct WelcomePage and all is well.

But that's not acceptable since some users (who are going to share my
setup) won't be happy with being forced to start an emacs session with
their wiki WelcomePage being pre-loaded.

tc






reply via email to

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