Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes lasgouttes at lyx.org writes:

 
 It would be nice to have a short recipe to reproduce it.

Try this:
 - create a short file with plain text into it;
 - open lyx-2.0.2;
 - open a new file
 - perform InsertFilePlain text... 
You should get it...

BTW, it was already present with 2.0.0. Should I file a ticket ?

-- 
Jean-Pierre







Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Jean-Marc Lasgouttes

Le 28/11/2011 14:26, Jean-Pierre Chrétien a écrit :

Jean-Marc Lasgoutteslasgouttesat  lyx.org  writes:



It would be nice to have a short recipe to reproduce it.


Try this:
  - create a short file with plain text into it;
  - open lyx-2.0.2;
  - open a new file
  - perform InsertFilePlain text...
You should get it...

BTW, it was already present with 2.0.0. Should I file a ticket ?


I see it indeed. Please file a bug. This is related to the dispatch 
refactoring. There is no undo group open in GuiView::dispatch, and yet 
it operates on a buffer.


What is wrong is that this is handled in GuiView, for the dubious reason 
that it requires a file dialog. Why not aquire the file name and then 
call Buffer[View]::dispatch?


I do not like to have functions moved around just for technical reasons.

JMarc



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Uwe Stöhr

Am 27.11.2011 15:49, schrieb Richard Heck:


The LyX 2.0.2 source package has been updated a bit in response to
earlier issues and is again available here:
 http://frege.brown.edu/lyx/
Please let me know when binaries have been built. Let's try to do the
official release by midweek.


Works fine for me, compiled with CMake and also with SCons.

regards Uwe



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes  lyx.org> writes:

> 
> It would be nice to have a short recipe to reproduce it.

Try this:
 - create a short file with plain text into it;
 - open lyx-2.0.2;
 - open a new file
 - perform Insert>File>Plain text... 
You should get it...

BTW, it was already present with 2.0.0. Should I file a ticket ?

-- 
Jean-Pierre







Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Jean-Marc Lasgouttes

Le 28/11/2011 14:26, Jean-Pierre Chrétien a écrit :

Jean-Marc Lasgouttes  writes:



It would be nice to have a short recipe to reproduce it.


Try this:
  - create a short file with plain text into it;
  - open lyx-2.0.2;
  - open a new file
  - perform Insert>File>Plain text...
You should get it...

BTW, it was already present with 2.0.0. Should I file a ticket ?


I see it indeed. Please file a bug. This is related to the dispatch 
refactoring. There is no undo group open in GuiView::dispatch, and yet 
it operates on a buffer.


What is wrong is that this is handled in GuiView, for the dubious reason 
that it requires a file dialog. Why not aquire the file name and then 
call Buffer[View]::dispatch?


I do not like to have functions moved around just for technical reasons.

JMarc



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-28 Thread Uwe Stöhr

Am 27.11.2011 15:49, schrieb Richard Heck:


The LyX 2.0.2 source package has been updated a bit in response to
earlier issues and is again available here:
 http://frege.brown.edu/lyx/
Please let me know when binaries have been built. Let's try to do the
official release by midweek.


Works fine for me, compiled with CMake and also with SCons.

regards Uwe



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Jean-Pierre Chrétien
Richard Heck rgheck at comcast.net writes:

 
 
 The LyX 2.0.2 source package has been updated a bit in response to
 earlier issues and is again available here:
 http://frege.brown.edu/lyx/
 Please let me know when binaries have been built. Let's try to do the
 official release by midweek.

Compiles fine here on Debian Squueze, just warnings in the shell window when
writing a short document:

Undo.cpp(296): There is no group open (creating one)

Jean-Pierre

Configuration
  Host type:i686-pc-linux-gnu
  Special build flags:  build=release use-aspell
  C   Compiler: gcc 
  C   Compiler LyX flags:
  C   Compiler flags:-O2
  C++ Compiler: g++ (4.4.5)
  C++ Compiler LyX flags:
  C++ Compiler flags:-O2
  Linker flags: 
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version: 4.6.3
  Packaging:posix
  LyX binary dir:   /usr/local/bin
  LyX files dir:/usr/local/share/lyx-2.0.2





Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Richard Heck
On 11/27/2011 10:35 AM, Jean-Pierre Chrétien wrote:
 Richard Heck rgheck at comcast.net writes:


 The LyX 2.0.2 source package has been updated a bit in response to
 earlier issues and is again available here:
 http://frege.brown.edu/lyx/
 Please let me know when binaries have been built. Let's try to do the
 official release by midweek.
 Compiles fine here on Debian Squueze, just warnings in the shell window when
 writing a short document:

 Undo.cpp(296): There is no group open (creating one)

Probably a common issue, though one it'd be nice to fix...

rh



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Stephan Witt
Am 27.11.2011 um 15:49 schrieb Richard Heck:

 
 The LyX 2.0.2 source package has been updated a bit in response to
 earlier issues and is again available here:
http://frege.brown.edu/lyx/
 Please let me know when binaries have been built. Let's try to do the
 official release by midweek.

It compiles w/o problems on Mac. I'll upload the packages later.

Stephan



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Jean-Marc Lasgouttes
It would be nice to have a short recipe to reproduce it.

JMarc
-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.


Jean-Pierre Chrétien jeanpierre.chret...@free.fr a écrit :

Richard Heck rgheck at comcast.net writes:

 
 
 The LyX 2.0.2 source package has been updated a bit in response to
 earlier issues and is again available here:
 http://frege.brown.edu/lyx/
 Please let me know when binaries have been built. Let's try to do the
 official release by midweek.

Compiles fine here on Debian Squueze, just warnings in the shell window when
writing a short document:

Undo.cpp(296): There is no group open (creating one)

Jean-Pierre

Configuration
Host type: i686-pc-linux-gnu
Special build flags: build=release use-aspell
C Compiler: gcc 
C Compiler LyX flags: 
C Compiler flags: -O2
C++ Compiler: g++ (4.4.5)
C++ Compiler LyX flags: 
C++ Compiler flags: -O2
Linker flags: 
Linker user flags: 
Qt 4 Frontend:
Qt 4 version: 4.6.3
Packaging: posix
LyX binary dir: /usr/local/bin
LyX files dir: /usr/local/share/lyx-2.0.2





Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Jean-Pierre Chrétien
Richard Heck  comcast.net> writes:

> 
> 
> The LyX 2.0.2 source package has been updated a bit in response to
> earlier issues and is again available here:
> http://frege.brown.edu/lyx/
> Please let me know when binaries have been built. Let's try to do the
> official release by midweek.

Compiles fine here on Debian Squueze, just warnings in the shell window when
writing a short document:

Undo.cpp(296): There is no group open (creating one)

Jean-Pierre

Configuration
  Host type:i686-pc-linux-gnu
  Special build flags:  build=release use-aspell
  C   Compiler: gcc 
  C   Compiler LyX flags:
  C   Compiler flags:-O2
  C++ Compiler: g++ (4.4.5)
  C++ Compiler LyX flags:
  C++ Compiler flags:-O2
  Linker flags: 
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version: 4.6.3
  Packaging:posix
  LyX binary dir:   /usr/local/bin
  LyX files dir:/usr/local/share/lyx-2.0.2





Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Richard Heck
On 11/27/2011 10:35 AM, Jean-Pierre Chrétien wrote:
> Richard Heck  comcast.net> writes:
>
>>
>> The LyX 2.0.2 source package has been updated a bit in response to
>> earlier issues and is again available here:
>> http://frege.brown.edu/lyx/
>> Please let me know when binaries have been built. Let's try to do the
>> official release by midweek.
> Compiles fine here on Debian Squueze, just warnings in the shell window when
> writing a short document:
>
> Undo.cpp(296): There is no group open (creating one)
>
Probably a common issue, though one it'd be nice to fix...

rh



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Stephan Witt
Am 27.11.2011 um 15:49 schrieb Richard Heck:

> 
> The LyX 2.0.2 source package has been updated a bit in response to
> earlier issues and is again available here:
>http://frege.brown.edu/lyx/
> Please let me know when binaries have been built. Let's try to do the
> official release by midweek.

It compiles w/o problems on Mac. I'll upload the packages later.

Stephan



Re: LyX 2.0.2 Source Packages Ready Again

2011-11-27 Thread Jean-Marc Lasgouttes
It would be nice to have a short recipe to reproduce it.

JMarc
-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.


"Jean-Pierre Chrétien"  a écrit :

Richard Heck  comcast.net> writes:

> 
> 
> The LyX 2.0.2 source package has been updated a bit in response to
> earlier issues and is again available here:
> http://frege.brown.edu/lyx/
> Please let me know when binaries have been built. Let's try to do the
> official release by midweek.

Compiles fine here on Debian Squueze, just warnings in the shell window when
writing a short document:

Undo.cpp(296): There is no group open (creating one)

Jean-Pierre

Configuration
Host type: i686-pc-linux-gnu
Special build flags: build=release use-aspell
C Compiler: gcc 
C Compiler LyX flags: 
C Compiler flags: -O2
C++ Compiler: g++ (4.4.5)
C++ Compiler LyX flags: 
C++ Compiler flags: -O2
Linker flags: 
Linker user flags: 
Qt 4 Frontend:
Qt 4 version: 4.6.3
Packaging: posix
LyX binary dir: /usr/local/bin
LyX files dir: /usr/local/share/lyx-2.0.2