Re: Small Project: File->Open... and Version Control

2000-01-13 Thread Allan Rae
On 13 Jan 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On 11 Jan 2000, Lars Gullik Bjønnes wrote: > | > | > Allan Rae <[EMAIL PROTECTED]> writes: > | > | *.lyx *.lyx,v RCS/*.lyx,v > | > > | > You know that after the addition of a realy regex class we c

Re: Small Project: File->Open... and Version Control

2000-01-13 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 11 Jan 2000, Lars Gullik Bjønnes wrote: | | > Allan Rae <[EMAIL PROTECTED]> writes: | > | *.lyx *.lyx,v RCS/*.lyx,v | > | > You know that after the addition of a realy regex class we can do | > things like | > | > "*.(lyx|lyx,v)" | | But do you pr

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Allan Rae
On 11 Jan 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > | *.lyx *.lyx,v RCS/*.lyx,v > > You know that after the addition of a realy regex class we can do > things like > > "*.(lyx|lyx,v)" But do you provide: regex operator+(regex, regex) to make it e

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 11-Jan-2000 Jean-Marc Lasgouttes wrote: >> It is not, since I personally never install development releases >> :) So the documentation is potentially not the same. >> >> One (better of course) idea I had is that configure

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Jean-Marc Lasgouttes wrote: > > It is not, since I personally never install development releases :) So > the documentation is potentially not the same. > > One (better of course) idea I had is that configure could check > whether ${top_srcdir}/../lyxdocs (the CVS repository) exis

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> When opening a Help-File from the src-dir, which now in Juergen> ./lib/doc/ does not anymore contain the LyX-Help-Files it Juergen> happens that it cannot find it. Strangely when starting from Juergen> the source-directory it O

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> You know that after the addition of a realy regex class we can Lars> do things like Lars> "*.(lyx|lyx,v)" Lars> If we did not massage the regex in the filedialog we could do Lars> ".*\.lyx(,v)*" Lars> in the filebrowser.

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Juergen Vigna wrote: > > On 11-Jan-2000 Lars Gullik Bjønnes wrote: >> >> ...ok I just found a bug in LyX... >> If you write in a filename in the open filedialog and this file does >> not exist, you get the response "Not a LyX file" and a file with no >> contents with that name is

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | I noticed that if you start lyx from the source directory ./src/lyx and | then try to view a help file you also get the same message "Not a LyX file"! | I'm very busy right now but I'll too try to have a look. I think I have nailed this one, it actuall

Re: Small Project: File->Open... and Version Control

2000-01-11 Thread Juergen Vigna
On 11-Jan-2000 Lars Gullik Bjønnes wrote: > > ...ok I just found a bug in LyX... > If you write in a filename in the open filedialog and this file does > not exist, you get the response "Not a LyX file" and a file with no > contents with that name is created. I think this is what caused the > fi

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Okay, but the file browser doesn't show anything with a *.lyx filter. | It'd be nice to have extra entries (in a different font or colour) that | show those files that exist in some hidden VC file. This would mean the | VC support would get called to iden

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Allan Rae
On 11 Jan 2000, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | I thought I had added some code that would check for this? Probably > | not, the problem is that we then have to run rcs and lock the file in > | question. > > I have added the code that checks fo

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I thought I had added some code that would check for this? Probably | not, the problem is that we then have to run rcs and lock the file in | question. I have added the code that checks for this a _long_ time ago, when I first wrote the RCS suppo

Re: Small Project: File->Open... and Version Control

2000-01-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | It'd be nice if someone were to make it possible to open a file which is | only available in a version controlled repository. For example, using | RCS we have filename.lyx,v. We can't open the file with File->Open | because it doesn't exist as far as LyX

Small Project: File->Open... and Version Control

2000-01-10 Thread Allan Rae
It'd be nice if someone were to make it possible to open a file which is only available in a version controlled repository. For example, using RCS we have filename.lyx,v. We can't open the file with File->Open because it doesn't exist as far as LyX is concerned. Probably should be an extra ta