Re: Is this a known bug? (unreported iconv error message)

2008-06-07 Thread pongle

I've just encountered this as well, when I copied in a URL title which had
the wrong type of quote in it...

Cheers,
Tim



Manveru wrote:
> 
> Dears,
> 
> It is possible that I should put this on developers list too, but I
> didn't.
> If any of you it is worth, please do.
> 
> I was fighting with my report and when I click "View PDF (pdflatex)"
> icon...
> nothing happened. LyX 1.5.4 under Windows.
> 
> Remembering a few times from this lists when someone advices to run
> lyxc.exe
> from cmd, I do that.
> 
> Console shows:
> Error 42 returned from iconv when converting from UCS-4LE to ISO-8859-2:
> Illegal
>  byte sequence
> Converted input:
> Stopped at: 0x03b2
> Unconverted input:
> Converted output:
> File 'C:/Documents and Settings/Manveru/Ustawienia
> lokalne/Temp/lyx_tmpdir3416a0
> 5128/lyx_tmpbuf0/spr5.tex' was not closed properly.
> 
> Then I open that not properly closed file and look at the end. That points
> me a place where I have wrong character (beta character instead of \beta
> command). I think that LyX should handle this case and show error message
> showing the description and last few words of wrongly converted file. This
> would be much more helpful to the user than nothing (as currently LyX
> without console do in such situation).
> 
> Is this a LyX bug??
> 
> If it is an iconv problem, that a really a problem. Wrong error handling
> in
> library is vary bad situation for developers.
> 
> Cheers!
> -- 
> Manveru
> jabber: [EMAIL PROTECTED]
> gg: 1624001
> http://www.manveru.pl
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Is-this-a-known-bug--tp17114078p17713184.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: paste into table

2008-06-07 Thread Paul A. Rubin

Rune Schjellerup Philosof wrote:


Is it somehow possible to paste data from another application into a 
table in lyx?

When I try, all the table data is placed in into one cell.



If the data copies to the clipboard with tab separators (as for instance 
from a spreadsheet), you should be able to put the cursor in the upper 
left cell of the target block (in the LyX doc) and use Edit -> Paste 
Special -> Plain Text to fill that portion of the table.


/Paul



Re: paragraph ending unexpectedly?

2008-06-07 Thread Paul A. Rubin

Glen Whitehead wrote:

Hi all,

The whole thing was working fine yesterday and broke first thing
today, and I did not change anything?


Maybe you did not change anything, but do you know what the gremlins 
were doing with your computer while you slept


Paragraph ended before [EMAIL PROTECTED] was complete
Extra }, or forgotten \endgroup.
Extra }, or forgotten \endgroup.
Argument of [EMAIL PROTECTED] has an extra }.
Paragraph ended before [EMAIL PROTECTED] was complete.

LyX has highlighted the title and there is nothing wrong with it in
the source (it hasn't changed in weeks...)



I think this sort of error message sometimes occurs when something is 
inserted in the wrong place, or inserted containing something it ought 
not contain.  LyX highlights approximately where the error is, but not 
always exactly.


Does the LaTeX log file point you to a more specific place?

/Paul



paste into table

2008-06-07 Thread Rune Schjellerup Philosof

Hi

Is it somehow possible to paste data from another application into a 
table in lyx?

When I try, all the table data is placed in into one cell.

--
Rune


1.5.5 compilation failure with Qt 4.4.0

2008-06-07 Thread Stephen Turner
Hello.  I've not been able to compile LyX 1.5.5.  The error
is that reported in bugs 4499 and 4734, caused by
forward declaration of struct QSessionManager.

I had the same problem with LyX 1.5.4
and Qt 4.3.4.  It occurs with the target
make all.

Qt:  4.4.0 (compiled by me - no
 configuration options except --prefix=/av/qt/4.4.0 )
LyX: 1.5.5 (compiled by me, no configuration
 options except --with-qt4-dir=/av/qt/4.4.0 )
gcc: 4.1.3
ld: configure correctly picked up that it is GNU ld 2.18
but I did not specify that (and the problem is not resolved by
--use-gnu-ld anyway)
platform: Ubuntu Linux 7.10 (gutsy) on i386

If I install the Ubuntu Lyx packages (LyX 1.5.1) that works fine.
Thanks for any suggestions.  Stephen Turner

--- excerpt from error message (some newlines put in by me) ---
make[7]: se ingresa al directorio `/av/lyx/lyx-1.5.5/src/frontends/qt4'

/bin/bash ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src  -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL 
-DQT_NO_KEYWORDS -Winvalid-pch --include=./pch.h -I../../../src 
-I../../../src/frontends -I../../../images -DQT_SHARED -I/av/qt/4.4.0//include 
-I/av/qt/4.4.0//include/QtCore -I/av/qt/4.4.0//include/QtGui   -I../../../boost 
-I../../../src/frontends/controllers   -O2 -MT GuiApplication.lo -MD -MP -MF 
.deps/GuiApplication.Tpo -c -o GuiApplication.lo GuiApplication.cpp

 g++ -DHAVE_CONFIG_H -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR 
-DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-pch --include=./pch.h -I../../../src 
-I../../../src/frontends -I../../../images -DQT_SHARED -I/av/qt/4.4.0//include 
-I/av/qt/4.4.0//include/QtCore -I/av/qt/4.4.0//include/QtGui -I../../../boost 
-I../../../src/frontends/controllers -O2 -MT GuiApplication.lo -MD -MP -MF 
.deps/GuiApplication.Tpo -c GuiApplication.cpp -o GuiApplication.o

GuiApplication.cpp: In member function 'void 
lyx::frontend::GuiApplication::commitData(QSessionManager&)':

GuiApplication.cpp:350: error: invalid use of undefined type 'struct 
QSessionManager'

/av/qt/4.4.0//include/QtGui/qapplication.h:70: error: forward declaration of 
'struct QSessionManager'

GuiApplication.cpp:351: error: invalid use of undefined type 'struct 
QSessionManager'

/av/qt/4.4.0//include/QtGui/qapplication.h:70: error: forward declaration of 
'struct QSessionManager'

make[7]: *** [GuiApplication.lo] Error 1

make[7]: se sale del directorio `/av/lyx/lyx-1.5.5/src/frontends/qt4'
 end --


  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.


paragraph ending unexpectedly?

2008-06-07 Thread Glen Whitehead
Hi all,

The whole thing was working fine yesterday and broke first thing
today, and I did not change anything?

Paragraph ended before [EMAIL PROTECTED] was complete
Extra }, or forgotten \endgroup.
Extra }, or forgotten \endgroup.
Argument of [EMAIL PROTECTED] has an extra }.
Paragraph ended before [EMAIL PROTECTED] was complete.

LyX has highlighted the title and there is nothing wrong with it in
the source (it hasn't changed in weeks...)

:((

Thanks in advance!


Re: Nested environments

2008-06-07 Thread Máté Salát
You are right. It's the solution. Thanks.

Máté
  - Original Message - 
  From: Richard heck 
  To: Steve Litt 
  Cc: lyx-users@lists.lyx.org 
  Sent: Saturday, June 07, 2008 3:20 AM
  Subject: Re: Nested environments


  Steve Litt wrote:
  > On Friday 06 June 2008 16:37, Máté Salát wrote:
  >   
  >> Is it supported in LyX 1.6 to use nested environments? For example one may
  >> need to use an itemize environment during a long proof inside the proof
  >> environment (using the Theorem module). How can he carry out this?
  >>
  >> regards, Máté
  >> 
  >
  > Wouldn't that be nice! LaTeX supports nested environments -- it would be 
great 
  > if LyX could too.
  >
  >   
  This is what environment depth is all about.

  rh