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

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

Re: [emacs-wiki-discuss] Re: Planner Publish


From: Neilen Marais
Subject: Re: [emacs-wiki-discuss] Re: Planner Publish
Date: Thu, 30 Jun 2005 14:09:31 +0200

Hi Adrian

Glad to see I'm not alone, I get the same problems as you!

On Wed, 2005-06-22 at 16:01 +1000, Adrian Tritschler wrote:

> Also seem to have utf-8 errors at various places in other things,
> following advice, I've been starting Xemacs with the following "LANG=C
> xemacs"

Do you actually manage to get anything published like this? I have in my
config file:

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/emacs-wiki/")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/remember/")
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/planner/")

;; Allow multiple emacs-wiki projects

(setq emacs-wiki-projects
      `(("LeweWiki" .
         ((emacs-wiki-directories . ("~/lewe/wiki"))
          (emacs-wiki-project-server-prefix . "../lewe/")
          (emacs-wiki-publishing-directory
           . "~/public_html/lewe")))
        ("AkademiWiki" .
         ((emacs-wiki-directories . ("~/akademie/wiki"))
          (emacs-wiki-project-server-prefix . "../akademi/")
          (emacs-wiki-publishing-directory
           . "~/public_html/akademi")))
        ))

(setq emacs-wiki-default-coding 'iso-8859-1)
(setq emacs-wiki-coding-default 'iso-8859-1)
(setq emacs-wiki-charset-default "iso-8859-1")


and run xemacs like this:
$ lang=C xemacs ~/akademie/wiki/MediumTermPlan

I still get the temp<2> buffer thing, and the utf-8 error, even if I use
M-x emacs-wiki-publish-this-page.

For the record, I'm running XEmacs-mule 21.4.17, from Ubuntu Hoary.
Also, the emacs-wiki 2.67 package that comes with Ubuntu has not trouble
publishing with XEmacs. I'm using the emacs-wiki 2.69 release.

In the meantime, I've got a script set up that calls GNU Emacs just to
publish my pages, but I have not been able to set up GNU Emacs to work
like I want yet. For now, this works for me ;)

Cheers
Neilen

> 
> _______________________________________________
> emacs-wiki-discuss mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss





reply via email to

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