Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Jean-Pierre Chretien wrote: > >>Anyway, if you re-start emacs, you should know be able to do > >> > >>M-x lyx-open > > Here (XEmacs 21.4.14) I get > Symbol's function definition is void: encode-coding-string Hmm... it seems that function doesn't exist directly in xemacs.

Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Juergen Spitzmueller wrote: > > Um... I don't get the part with cut'n'paste? > > Cut from the file, paste into the wiki's editing widget. Or is there a way to > do this via script? What does emacs do? It posts the data using http-post. I think you might be able to get curl

Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Paul Smith wrote: > On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've hopefully made 'caddr' automatically be defined by requiring a > > package called 'cl' in pmwiki-mode.el. So I wonder if you could run > > > > cvs update > > No success, Christian:

Re: Program to edit the Wiki

2005-07-27 Thread Georg Baum
Juergen Spitzmueller wrote: > Cut from the file, paste into the wiki's editing widget. Or is there a way > to do this via script? What does emacs do? There was an interesting article "Medienpflege im Web Wiki-Inhalte mit externen Anwendungen bearbeiten" in c't 14/05 about external editors for med

Re: Program to edit the Wiki

2005-07-27 Thread Paul Smith
On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok, I have no idea what's going on there. Try one of these:' > * Delete what you have and check it all out from scratch > * Make sure you are *in* pmwiki-mode/ when running 'cvs update' > * Try > cvs -d ... update > from within pm

Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Paul Smith wrote: > On 7/27/05, Paul Smith <[EMAIL PROTECTED]> wrote: > > Works with the above. Thanks! > > After having quiting Emacs in the middle of a pmwiki-mode session, > when I restart Emacs and the pmwiki-mode, I get the following message > after the command M-x pmwik

Re: Program to edit the Wiki

2005-07-27 Thread Paul Smith
On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've hopefully made 'caddr' automatically be defined by requiring a > package called 'cl' in pmwiki-mode.el. So I wonder if you could run > > cvs update No success, Christian: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/pmwiki-mo

Re: Program to edit the Wiki

2005-07-27 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > > It is as easy as: > > - defining a "wiki" file format > > It should probablyl be a "pmwiki" file format - different wikis typically > use different syntaxes. certainly > > - define latex2wiki as the LaTeX->wiki converter > > Then you can "export" LyX documents to the

Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Juergen Spitzmueller wrote: > [EMAIL PROTECTED] wrote: > > Hmm.. you mean taking LaTeX output from LyX and converting it into wiki > > markup?  That *is* an interesting idea. > > It is as easy as: > - defining a "wiki" file format It should probablyl be a "pmwiki" file forma

Re: Program to edit the Wiki

2005-07-27 Thread chr
On Wed, 27 Jul 2005, Paul Smith wrote: > On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I get the following error: > > > > > > replace-regexp-in-string: Symbol's function definition is void: caddr > > > > Ah.. that problem keeps popping up. The good news is that you're nearly > >

Re: Program to edit the Wiki

2005-07-27 Thread Paul Smith
On 7/27/05, Paul Smith <[EMAIL PROTECTED]> wrote: > Works with the above. Thanks! After having quiting Emacs in the middle of a pmwiki-mode session, when I restart Emacs and the pmwiki-mode, I get the following message after the command M-x pmwiki-mode: Loading goto-addr...done and it cannot pro

Re: Program to edit the Wiki

2005-07-27 Thread Jean-Pierre Chretien
>>To: lyx-users@lists.lyx.org >>From: [EMAIL PROTECTED] >>Subject: Re: Program to edit the Wiki >>Date: Wed, 27 Jul 2005 01:59:35 +0200 >>X-X-Sender: [EMAIL PROTECTED] >> >>On Wed, 27 Jul 2005, Paul Smith wrote: >> >>> On 7/26/05, [EMAIL

Re: Program to edit the Wiki

2005-07-27 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > Hmm.. you mean taking LaTeX output from LyX and converting it into wiki > markup?  That *is* an interesting idea. It is as easy as: - defining a "wiki" file format - define latex2wiki as the LaTeX->wiki converter Then you can "export" LyX documents to the wiki markup. (I

Re: Program to edit the Wiki

2005-07-26 Thread Paul Smith
On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I get the following error: > > > > replace-regexp-in-string: Symbol's function definition is void: caddr > > Ah.. that problem keeps popping up. The good news is that you're nearly > there. The bad news is that you probably have an old v

Re: Program to edit the Wiki

2005-07-26 Thread chr
On Wed, 27 Jul 2005, Paul Smith wrote: > On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Anyway, if you re-start emacs, you should know be able to do > > > > M-x lyx-open > > > > and then give e.g. 'Main.WikiSandbox' as an argument, in order to open tha > > page. Let me know

Re: Program to edit the Wiki

2005-07-26 Thread Paul Smith
On 7/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Anyway, if you re-start emacs, you should know be able to do > > M-x lyx-open > > and then give e.g. 'Main.WikiSandbox' as an argument, in order to open tha > page. Let me know if you have any problems. I get the following error:

Re: Program to edit the Wiki

2005-07-26 Thread chr
On Wed, 27 Jul 2005, Paul Smith wrote: > On 7/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > No, and it'll probably be a while before such a program ever exists (1-3 > > years if I have to make a wild guess). However, if I ever get around to > > modify LyX to allow it to edit wiki pages i

Re: Program to edit the Wiki

2005-07-26 Thread Paul Smith
On 7/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > No, and it'll probably be a while before such a program ever exists (1-3 > years if I have to make a wild guess). However, if I ever get around to > modify LyX to allow it to edit wiki pages it might be quicker - OTOH, I'm > guessing it'll

Re: Program to edit the Wiki

2005-07-26 Thread chr
On Tue, 26 Jul 2005, Juergen Spitzmueller wrote: > [EMAIL PROTECTED] wrote: > > > Is there some WYSIWYM program to produce the code to insert inside the > > > Wiki pages? > > > > No, and it'll probably be a while before such a program ever exists (1-3 > > years if I have to make a wild guess). How

Re: Program to edit the Wiki

2005-07-26 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > > Is there some WYSIWYM program to produce the code to insert inside the > > Wiki pages? > > No, and it'll probably be a while before such a program ever exists (1-3 > years if I have to make a wild guess). However, if I ever get around to > modify LyX to allow it to edit

Re: Program to edit the Wiki

2005-07-26 Thread chr
On Tue, 26 Jul 2005, Paul Smith wrote: > Dear All > > Is there some WYSIWYM program to produce the code to insert inside the > Wiki pages? No, and it'll probably be a while before such a program ever exists (1-3 years if I have to make a wild guess). However, if I ever get around to modify LyX t

Program to edit the Wiki

2005-07-26 Thread Paul Smith
Dear All Is there some WYSIWYM program to produce the code to insert inside the Wiki pages? Thanks in advance, Paul