Bo Peng <[EMAIL PROTECTED]> writes:
> Does cmake define HAVE_CHMOD? Scons detects chmod under msvc and
> defines HAVE_CHMOD. However, in src/support/copy.C, chmod is used with
> mode_t which does not exist under windows.
>
> HAVE_MODE_T may be needed.
Or (#define mode_t int) which I believe is wh
Georg Baum <[EMAIL PROTECTED]> writes:
> > > Peter Kümmel wrote:
> > BTW, next time at a book shop, have a look at "Modern C++ Design" by
> > Andrei Alexandrescu.
> I might do so.
Incidentally, whilst this book most definitely *is* a good investment, the
Singleton pattern was reimplemented as a
Hi, Peter,
Does cmake define HAVE_CHMOD? Scons detects chmod under msvc and
defines HAVE_CHMOD. However, in src/support/copy.C, chmod is used with
mode_t which does not exist under windows.
HAVE_MODE_T may be needed.
Bo
No, I still get the same error message.
To reproduce follow the steps given in trunk in the file
"INSTALL.Win32". The build script I used as adviced there is
~ development\Win32\packaging\build_msvc.bat
I can not repeat your problem. I get python 2.5, scons 0.96.93 (I used
python 2.4 and scons 0
On Nov 18, 2006, at 12:50 PM, Abdelrazak Younes wrote:
Georg Baum wrote:
Am Freitag, 17. November 2006 21:06 schrieb Peter Kümmel:
Georg Baum wrote:
Peter Kümmel wrote:
My idea was to use some Loki code for singletons and global static
data.
I don't know Loki, so maybe I am missing somethi
I'm probably not the first to bring this to your attention, but here
goes anyway: The December 2006 issue of Linux Journal has an article
featuring LyX. It's part 1 of a 2-part article on getting your material
(book, paper, etc) published. Part 2 will be in the January '07 issue
of LJ.
Par
(Yes, I strongly think we should keep M-x as a shortcut. Removing it
just because the fix for making M-x always work... well, that sucks.).
M-x now works. The side effect is that it turns on minibuffer toolbar,
which has to be turned off manually.
Bo
On Sat, 18 Nov 2006, Bo Peng wrote:
> > > What prevents it from doing what it already did in 1.4?
> >
> > There has been some toolbar reorganization that is not yet finished. I have
> > no idea if this is a big problem or not.
>
> The problem is that M-x does not always work.
Shouldn't the fix b
http://bugzilla.lyx.org/show_bug.cgi?id=686
--- Additional Comments From [EMAIL PROTECTED] 2006-11-18
22:50 ---
I would also like to see this feature, i.e, delete empty math box with
delete/backspace key. It is not working now. If I use the delete or backspace
keys within an empty math b
> Is scons/msvc working for you now? If not, could you please give me
> the exact command line and error messages?
No, I still get the same error message.
To reproduce follow the steps given in trunk in the file
"INSTALL.Win32". The build script I used as adviced there is
~ development\Win32\p
I really like LyX. It's a great software. Here are some suggestions for
making it even better by rearranging some menus:
It is somewhat contradictory to have
Insert > Note > LyX Note
Insert > Note > Comment
Insert > Note > Grayed out
and at the same time have
Insert > Footnote
Insert > Margin
Am Samstag, 18. November 2006 22:09 schrieb Abdelrazak Younes:
> Kornel Benko wrote:
> > Am Samstag, 18. November 2006 21:26 schrieb Abdelrazak Younes:
> >> Kornel Benko wrote:
> >>> utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
> >>> lyxclient.
> >>
> >> Please try again.
Bo Peng wrote:
> Kornel Benko wrote:
> > utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to
bind
> > lyxclient.
Dear all,
Can I propose that we pay more attention to our patches and make sure
that lyx (including tex2lyx and lyxclient) can compile before
submitting them? Uncom
Kornel Benko wrote:
Am Samstag, 18. November 2006 21:26 schrieb Abdelrazak Younes:
Kornel Benko wrote:
utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
lyxclient.
Please try again.
OK. This binds now, but ... tex2lyx ...
Fixed (hopefully).
Abdel.
> Kornel Benko wrote:
> > utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
> > lyxclient.
Dear all,
Can I propose that we pay more attention to our patches and make sure
that lyx (including tex2lyx and lyxclient) can compile before
submitting them? Uncompilable trunk is f
Am Samstag, 18. November 2006 21:26 schrieb Abdelrazak Younes:
> Kornel Benko wrote:
> > utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
> > lyxclient.
>
> Please try again.
OK. This binds now, but ... tex2lyx ...
g++ -g -O -o tex2lyx FloatList.o Floating.o counters.o lyxl
I do not really like the idea of showing minibuffer with M-x but it
may be better than getting rid of M-x altogether, at least for power
users.
I have two patches: The first is needed anyway, and fixes the problem
so I applied it. The second patch removes M-x. It has no chance of
getting approve
Kornel Benko wrote:
utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
lyxclient.
Please try again.
Abdel.
Kornel Benko wrote:
utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
lyxclient.
OK, I'll try to solve that, thanks for the report.
Abdel.
On 11/18/06, John Levon <[EMAIL PROTECTED]> wrote:
See below. This makes the shown minibuffer as part of the session, but I
don't think that's problematic. There are still other problems:
Cannot you detect minubuffer toolbar state and call toggleToolbarState
if needed? You can avoid setToolbar
Hello!
Maybe some help (i think i once posted it on the list): I don't have 1.5
yet so i can't test it there, but on two WinXP PCs all Versions of 1.4.3
crash also on exit if i turn on instant preview and close the lyx window
short time after opening a document (like e.g. the doc file
customi
I've written too much mails to the lyx list ;)
Peter Kümmel wrote:
> Timothy Vismor wrote:
>> On 11/17/06, Havoc Pennington <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>> Timothy Vismor wrote:
A common way to guarantee a unique instance of a Windows application
is to use a well known mutex name.
Timothy Vismor wrote:
> On 11/17/06, Havoc Pennington <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> Timothy Vismor wrote:
>> >
>> > A common way to guarantee a unique instance of a Windows application
>> > is to use a well known mutex name. A simple example is:
>> >
>>
>> Thanks, that looks pretty good. W
utf8ToUcs4 is defined in lyx_main.o, but this modul is not used to bind
lyxclient.
...
make[4]: Entering directory `/usr/src/lyx/lyx-devel/src/client'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -W -Wall
-I/usr/X11R6/include -g -O -MT boost.o -MD -MP -MF ".deps/boost.Tpo
Georg Baum wrote:
Am Freitag, 17. November 2006 21:06 schrieb Peter Kümmel:
Georg Baum wrote:
Peter Kümmel wrote:
My idea was to use some Loki code for singletons and global static
data.
I don't know Loki, so maybe I am missing something here, but I believe
that
we already have everything
See below. This makes the shown minibuffer as part of the session, but I
don't think that's problematic. There are still other problems:
1) return on the completions popup doesn't select the item
2) focus gets lost (doesn't centralWidget()->focus() work with Qt4?)
OK?
john
Index: lyxfunc.C
==
Abdelrazak Younes wrote:
Ozgur Ugras BARAN wrote:
when iconpalette detached from the math dialog, the iconpalette widget
width may become too large to fit to the screen.
when detached resized to a too small size, icons overlap.
attached patch solves these problems.
I'll be glad if somebody re
On Sat, Nov 18, 2006 at 11:18:14AM +0100, Georg Baum wrote:
> I use debian unstable, and the autoconf from sarge. That works fine. If you
> have a bit of autoconf knowledge it would be really great if you could
> review our Makefile.am's and find out whether we need to change anything
> (somebo
Ozgur Ugras BARAN wrote:
when iconpalette detached from the math dialog, the iconpalette widget
width may become too large to fit to the screen.
when detached resized to a too small size, icons overlap.
attached patch solves these problems.
I'll be glad if somebody reviews and commits the patc
Abdelrazak Younes wrote:
Ozgur Ugras BARAN wrote:
On 11/17/06, Abdelrazak Younes <[EMAIL PROTECTED]>
wrote:
Ozgur Ugras BARAN wrote:
> attached patch implement slider in TOC dialog.
>
> I have implemented a getDepth function to get the model indices. In my
> opinion, somebody should derive a ne
> What prevents it from doing what it already did in 1.4?
There has been some toolbar reorganization that is not yet finished. I have
no idea if this is a big problem or not.
The problem is that M-x does not always work.
Bo
Ozgur Ugras BARAN wrote:
On 11/17/06, Abdelrazak Younes <[EMAIL PROTECTED]>
wrote:
Ozgur Ugras BARAN wrote:
> attached patch implement slider in TOC dialog.
>
> I have implemented a getDepth function to get the model indices. In my
> opinion, somebody should derive a new qvariant class for tocMo
Andre Poenitz wrote:
On Fri, Nov 17, 2006 at 08:39:29PM +0100, Peter Kümmel wrote:
Andre Poenitz wrote:
On Wed, Nov 15, 2006 at 06:01:46PM -, [EMAIL PROTECTED] wrote:
void GuiWorkArea::setScrollbarParams(int h, int scroll_pos, int
scroll_line_step)
{
+ if (verticalScrollBarPolicy(
Am Samstag, 18. November 2006 15:24 schrieb John Levon:
> On Sat, Nov 18, 2006 at 08:22:05AM -0600, Bo Peng wrote:
>
> > >Hmm it's close to pointless without being able to switch to it easily.
I
> > >don't understand why it's difficult?
Since I always have the minibuffer on the shortcut was not
On Sat, Nov 18, 2006 at 08:22:05AM -0600, Bo Peng wrote:
> >Hmm it's close to pointless without being able to switch to it easily. I
> >don't understand why it's difficult?
>
> Becasue this feature is rarely used by normal user so the minibuffer
> toolbar should not be shown by default. Then, M-x
Hmm it's close to pointless without being able to switch to it easily. I
don't understand why it's difficult?
Becasue this feature is rarely used by normal user so the minibuffer
toolbar should not be shown by default. Then, M-x will fail if it can
not find minibuffer. I propose that power users
On Sat, Nov 18, 2006 at 11:19:58AM +0100, Georg Baum wrote:
> If you mean the minibuffer: No. The minibuffer is nice for debugging and
> power users. I agree that no keyboard shortcut is needed, though.
Hmm it's close to pointless without being able to switch to it easily. I
don't understand why
when iconpalette detached from the math dialog, the iconpalette widget
width may become too large to fit to the screen.
when detached resized to a too small size, icons overlap.
attached patch solves these problems.
I'll be glad if somebody reviews and commits the patch.
Ugras
p.s. Abdel, hav
Having the minibuffer as tollbar is ugly and eats screen real estate for
no good reason. Should be merged with the status line.
I agree, but having a editable status line is kind of peculiar.
The minibuffer is not accessible by M-x when no buffer is loaded.
I have proposed to remove this sho
Andre Poenitz wrote:
> On Fri, Nov 17, 2006 at 08:37:14PM +0100, Peter Kümmel wrote:
>> Andre Poenitz wrote:
>>> On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote:
Here a totally superfluously patch:
>>> Erm.
>>>
+void Splash::finish(int secs)
+{
+ if (qsp == 0)
Bo> I tend to suggest that we remove this feature.
I think we should not. Some people actually rely on this feature, and
we would not gain much by removing it.
OK. I admit that I am not a power user, at least regarding this
minibuffer feature. The problem now is that M-x is supposed to work
eve
On Fri, Nov 17, 2006 at 10:48:36PM -0600, Bo Peng wrote:
> >Some power users find it quite useful, but I doubt most people would be
> >bothered.
>
> Then I do not see the point of wasting a shortcut for a rarely used
> feature.
Rarely?
Just because you don't need it does not automatically make i
On Sat, Nov 18, 2006 at 10:55:38AM +0100, Jean-Marc Lasgouttes wrote:
> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> Andre> I don't understand the difference.
>
> Easy: the new one works :)
That's what I suspected, yet I did not see the reasone.
> More precisely, the string is
On Fri, Nov 17, 2006 at 08:37:14PM +0100, Peter Kümmel wrote:
> Andre Poenitz wrote:
> > On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote:
> >> Here a totally superfluously patch:
> >
> > Erm.
> >
> >> +void Splash::finish(int secs)
> >> +{
> >> + if (qsp == 0)
> >> + return
On Sat, Nov 18, 2006 at 09:48:05PM +1800, Bo Peng wrote:
> * Command completion in the minibuffer shows a huge blank area below
> the proposed
> commands. Clicking in that empty area crashes LyX.
>
> I am sorry but I have never figured out how minibuffer should be used.
Reading the docs should g
Having the minibuffer as tollbar is ugly and eats screen real estate for
no good reason. Should be merged with the status line.
The minibuffer is not accessible by M-x when no buffer is loaded.
When killing LyX in the xterm using C-c, the session file is corrupted
and further LyX starts are impo
On Fri, Nov 17, 2006 at 08:39:29PM +0100, Peter Kümmel wrote:
> Andre Poenitz wrote:
> > On Wed, Nov 15, 2006 at 06:01:46PM -, [EMAIL PROTECTED] wrote:
> >> void GuiWorkArea::setScrollbarParams(int h, int scroll_pos, int
> >> scroll_line_step)
> >> {
> >> + if (verticalScrollBarPolicy() !=
> Yes. But they should be greyed out if the cursor is not in a math array (I
> don't know if that is the case).
lines are greyed out as supposed. cell splitting is always enabled and having
played with it i didnt understand, what exactly it should do.
pavel
Georg Baum wrote:
> Am Freitag, 17. November 2006 21:06 schrieb Peter Kümmel:
>> Georg Baum wrote:
>>> Peter Kümmel wrote:
>>>
My idea was to use some Loki code for singletons and global static
> data.
>>> I don't know Loki, so maybe I am missing something here, but I believe
> that
>>> we a
On Sat, 18 Nov 2006, Georg Baum wrote:
> Am Samstag, 18. November 2006 05:48 schrieb Bo Peng:
> > I tend to suggest that we remove this feature.
>
> If you mean the minibuffer: No. The minibuffer is nice for debugging and
> power users. I agree that no keyboard shortcut is needed, though.
I lik
Am Freitag, 17. November 2006 20:57 schrieb Enrico Forestieri:
> I noticed that some math symbols are not shown on screen. This seems
> to be platform dependent. The following is a table illustrating the
> situation on three different platforms. Here "no" means that the
> symbol is not shown on scr
Am Samstag, 18. November 2006 10:55 schrieb Jean-Marc Lasgouttes:
> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]>
writes:
>
> Andre> I don't understand the difference.
>
> Easy: the new one works :)
>
> More precisely, the string is now a docstring and tricks with
> null-terminated strings
Am Samstag, 18. November 2006 11:08 schrieb Jean-Marc Lasgouttes:
> > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>
> >> Does encoding of file depend on locale? Isn't it stored on the
> >> filesystem?
>
> Georg> I am not sure. Under linux the encoding is a mount parameter of
> Georg> s
Am Freitag, 17. November 2006 14:58 schrieb Jean-Marc Lasgouttes:
> http://bugzilla.lyx.org/show_bug.cgi?id=2840 (save all feature)
> http://bugzilla.lyx.org/show_bug.cgi?id=2843 (missing braces around
> \setlength)
> http://bugzilla.lyx.org/show_bug.cgi?id=2876 (show modified files in
> view
Am Freitag, 17. November 2006 12:06 schrieb Dov Feldstern:
> Thanks, Georg!
>
> (The only thing is, the svn log message --- for both r15952 and r15951
> --- has two small mistakes, I don't know if it matters:
> 1. should be "bug 2939", not "2393".
> 2. the dispatch is from file src/text3.c, n
Am Samstag, 18. November 2006 11:19 schrieb Georg Baum:
> Am Samstag, 18. November 2006 05:48 schrieb Bo Peng:
> > I tend to suggest that we remove this feature.
>
> If you mean the minibuffer: No. The minibuffer is nice for debugging and
> power users.
Yes please. Do not remove the minibuffer.
>
Am Freitag, 17. November 2006 20:27 schrieb Andre Poenitz:
> On Fri, Nov 17, 2006 at 03:17:24AM +0100, Pavel Sanda wrote:
> > 1. editing math equation. under the edit->math menu there are items
which
> >seem to belong to tables (e.g. split cell, lines adding). they
should be
> >somewhere
Am Freitag, 17. November 2006 21:06 schrieb Peter Kümmel:
> Georg Baum wrote:
> > Peter Kümmel wrote:
> >
> >> My idea was to use some Loki code for singletons and global static
data.
> >
> > I don't know Loki, so maybe I am missing something here, but I believe
that
> > we already have everyth
Am Freitag, 17. November 2006 21:13 schrieb Enrico Forestieri:
> I planned to implement the missing ones on an as needed basis.
And I hope that there are no more missing ones, but I have no idea what
else might come.
BTW in case of the symbols file and the latexkeys fields the conversion to
doc
Am Samstag, 18. November 2006 05:48 schrieb Bo Peng:
> I tend to suggest that we remove this feature.
If you mean the minibuffer: No. The minibuffer is nice for debugging and
power users. I agree that no keyboard shortcut is needed, though.
Georg
Am Samstag, 18. November 2006 08:58 schrieb Gudjon I. Gudjonsson:
> Hi
>I saw that there was some discussion about autogen2.[2-9] but I would
like
> to ask if there is anyone using Debian here? I don't find any version of
> autoconf in that range, neither in unstable nor testing. The only ve
> "Gudjon" == Gudjon I Gudjonsson <[EMAIL PROTECTED]> writes:
Gudjon> Hi I saw that there was some discussion about autogen2.[2-9]
Gudjon> but I would like to ask if there is anyone using Debian here?
Gudjon> I don't find any version of autoconf in that range, neither in
Gudjon> unstable nor t
On Fri, Nov 17, 2006 at 03:17:24AM +0100, Pavel Sanda wrote:
> > >7. there have been some patches for cs_*.lyx docs in 1.4.
> > > so the current version of docs in 1.4 should replace the docs in 1.5.
> > >
> > >
> > Could you please help us? I guess nobody is able to understand Czech in
> > the
On Fri, Nov 17, 2006 at 04:57:14PM +0100, Peter Kümmel wrote:
> > Abdelrazak> This is something else... Do you have an idea Georg?
> >
> > Looks like prepareExit tries to use _() and the iconv stuff has
> > already been killed. Probably that the static IconvProcessor (in
> > utf8_to_ucs4) and the
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> > * M-x is broken (does not bring up the minibuffer).
>> >
>> > So what exactly do we want M-x to do?
>>
>> It should make the minibuffer visible and focus on it (but not turn
>> it on permanently).
Bo> You mean hide the toolbar as soon as the
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>> Does encoding of file depend on locale? Isn't it stored on the
>> filesystem?
Georg> I am not sure. Under linux the encoding is a mount parameter of
Georg> some filesystems (e.g. fat or ntfs). I believe that other file
Georg> systems lik
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> I don't understand the difference.
Easy: the new one works :)
More precisely, the string is now a docstring and tricks with
null-terminated strings are not working anymore. If your problem is
with the use of convert, it may be pos
On 11/17/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
Ozgur Ugras BARAN wrote:
> attached patch implement slider in TOC dialog.
>
> I have implemented a getDepth function to get the model indices. In my
> opinion, somebody should derive a new qvariant class for tocModelItem
> which saves the
68 matches
Mail list logo