On Sunday 07 January 2007 00:22, Tribulations Parallèles wrote:
> Hi everybody
>
> When I try to include this EPS figure in development version of LyX (fresh
> SVN devel update), LyX crashes:
>
> http://paratribulations.free.fr/help/problem_with_thiseps_inLyX/tourniquet.
>eps
I have forgotten one
Bennett Helm wrote:
> > The attached patch fixes that bug, but I'm not sure it is the right
> > approach.
>
> Doesn't work for me; I get no change in behavior.
Are you sure? It clearly fixes the problem for me. Can you please describe
what you're actually doing?
Jürgen
Abdelrazak Younes wrote:
> Put it in.
I've done that now, since the fix is obvious to me. Bennett, please check
again.
Jürgen
Uwe, Win32 developers,
I added a new build script.
Michael
--- Begin Message ---
Author: schmitt
Date: Sun Jan 7 10:53:04 2007
New Revision: 16564
URL: http://www.lyx.org/trac/changeset/16564
Log:
* development/Win32/packaging/build_msvs_debug.bat: add new build script for
debug mode & msvs p
Michael Gerz schrieb:
Peter Kümmel schrieb:
bool Paragraph::hfillExpansion(Row const & row, pos_type pos) const
{
if (!isHfill(pos))
return false;
// at the end of a row it does not count
// unless another hfill exists on the line
if (pos >= row.endpos()) {
for (
This feature is not a very good way to communicate with the windows world.
1. I attach a lyx-file where you can see what I want to get.
2. I attach a doc-file that was achieved by export to ms word (html) with
tex4ht/htlatex, reading/importing in Word, and finally saving as .doc. You
can see that
Hartmut Haase wrote:
> 3. I attach a rtf-file that was achieved by latex2rtf -p -S linux-tips3.tex
> on the command line.
> This would be a much better feature.
But we already support this. If latex2rtf is installed properly, LyX finds it
and uses it for Export->RTF.
Jürgen
Bo Peng schrieb:
- paste
- Paste Clipboard as Lines
- Paste Clipboard as ParagraphsSelection as Paragraphs
- Paste Selection as Lines
- Paste Selection as Paragraphs
I propose that we remove "paste special -> paste selection as lines"
and "paste special -> paste selection as paragraph", du
Abdelrazak Younes schrieb:
Abdelrazak Younes wrote:
Hello,
I had an idea: if clicking in the scrollbar should behave like
PageDown or PageUp, why not using the same LFUNs as the one used by
the keyboard action?
This patch is doing just that ;-). It is so simple that I wonder why
it has not
I've tried to reproduce the TOC bug on Linux
but it failed:
- Suse 10.2/32
- Qt 4.2.2 (./configure -debug)
- lyx/cmake, with -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
Isn't this the configuration which should reproduce the bug?
Peter
Peter Kümmel wrote:
> I've tried to reproduce the TOC bug on Linux
> but it failed:
>
> - Suse 10.2/32
> - Qt 4.2.2 (./configure -debug)
> - lyx/cmake, with -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
> Isn't this the configuration which should reproduce the bug?
I use ./configure --enable-std
Jürgen Spitzmüller wrote:
> Peter Kümmel wrote:
>> I've tried to reproduce the TOC bug on Linux
>> but it failed:
>>
>> - Suse 10.2/32
>> - Qt 4.2.2 (./configure -debug)
>> - lyx/cmake, with -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>
>> Isn't this the configuration which should reproduce the
The attached patch against 1.5 finally fixes this long-standing problem and
goes in now.
The same could be applied to 1.4. Jean-Marc?
Jürgen
Index: src/frontends/qt4/QBibtexDialog.C
===
--- src/frontends/qt4/QBibtexDialog.C (Revisio
Am Sonntag, 7. Januar 2007 01:01 schrieb Abdelrazak Younes:
> Hello,
>
> I had an idea: if clicking in the scrollbar should behave like PageDown
> or PageUp, why not using the same LFUNs as the one used by the keyboard
> action?
Sounds like a good idea.
> 1) Does anyone see any shortcoming to
Am Samstag, 6. Januar 2007 20:08 schrieb Bo Peng:
> > - paste
> > - Paste Clipboard as Lines
> > - Paste Clipboard as ParagraphsSelection as Paragraphs
> > - Paste Selection as Lines
> > - Paste Selection as Paragraphs
> >
> > Are all of them still needed? Do all of them still make sense as a
Georg Baum wrote:
What do you do if you want to paste something from an application that does
not support the clipboard?
are you living in 1990? ;-)
more seriously, there is a tendency to serve every eventuality and
obscure use (make it an option with a checkbox anyone?), which i think
we sh
Cool!
Only 533 bugs left :-)
http://tinyurl.com/y7hdzc
(= unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0
target + not 'fixedintrunk')
Michael
(who is desperately & hopelessly struggling with cursors, DEPM, par
breaks, etc. in acceptChanges())
(and who may ask for assista
Peter Kümmel wrote:
> Jürgen Spitzmüller wrote:
>> Peter Kümmel wrote:
>>> I've tried to reproduce the TOC bug on Linux
>>> but it failed:
>>>
>>> - Suse 10.2/32
>>> - Qt 4.2.2 (./configure -debug)
>>> - lyx/cmake, with -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>>> Isn't this the configuration
Michael Gerz wrote:
> Cool!
>
> Only 533 bugs left :-)
It depends: If there were 1500 bugs yesterday then it
is indeed a progress. :)
>
>http://tinyurl.com/y7hdzc
>(= unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0
> target + not 'fixedintrunk')
>
> Michael
> (who is des
Am Sonntag, 7. Januar 2007 15:00 schrieb Peter Kümmel:
> So I've tried:
> export CXXFLAGS="-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1"
> export QTDIR=/home/...
> this enables the macros but still does not use the correct Qt4
> version.
>
> What's wrong with my settings?
Qt4 does not (and shou
Georg Baum wrote:
> Am Sonntag, 7. Januar 2007 15:00 schrieb Peter Kümmel:
>> So I've tried:
>> export CXXFLAGS="-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1"
>> export QTDIR=/home/...
>> this enables the macros but still does not use the correct Qt4
>> version.
>>
>> What's wrong with my setting
Peter Kümmel schrieb:
Michael Gerz wrote:
Cool!
Only 533 bugs left :-)
It depends: If there were 1500 bugs yesterday then it
is indeed a progress. :)
Oh, we are indeed making progress. We were able to close 23 bugs in the
last 7 days!
Personally, I am quite happy with the way Ly
Peter Kümmel wrote:
> I've called
> ./autogen
> ./configure --enable-stdlib-debug --with-qt-dir=/home/...
> but no _GLIBCXX are defined in the Makefiles
I don't have it in the Makefiles either, but I have
/* libstdc++ debug mode */
#define _GLIBCXX_DEBUG 1
/* libstdc++ pedantic debug mode */
#d
Am Sonntag, 7. Januar 2007 15:16 schrieb Peter Kümmel:
> Georg Baum wrote:
> > Qt4 does not (and should not, according to TT) honor QTDIR.
> > Use --with-qt4-dir=...
>
> Yes, I know, and --with-qt4-dir was my first attempt
> (see my last mail) but it doesn't work.
No, you used --with-qt-dir (if
Am Sonntag, 7. Januar 2007 14:14 schrieb Edwin Leuven:
> Georg Baum wrote:
> > What do you do if you want to paste something from an application that
does
> > not support the clipboard?
>
> are you living in 1990? ;-)
I use at least one such (commercial) application regularly.
> more seriously
Georg Baum schrieb:
I agree that the interface should be kept clean, and we should definitely
not introduce any checkbox,
I agree. Let's not make things more complicated than necessary.
in any case we wouldn't want to clutter the interface with it and i
suggest to get rid of these menu ent
Am Sonntag, 7. Januar 2007 15:35 schrieb Michael Gerz:
> If not, let's focus on more important
> things first (insetlatexaccent comes to my mind).
Can you read my mind? I have almost finished Lars' patch to get rid of it,
and in the process added conversion from unicode to insetlatexaccents
w
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> Gregor> Any chance to port this also to 1_4_X branch?
>
> I just did it.
I have another set of Sweave specific commands. I believe this is the last one.
Here is the patch. Trunk and 1_4_X branch please. Thank you very much!
Index: syntax.default
the following is the profile i get when opening the user guide:
(full profile here: http://leuven.ecodip.net/lyx/profile.zip)
was wondering why lyx::Changes::set(lyx::Change const&, int, int)
is called...
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self s
AFAICS, you propose to replace the term "clipboard" by "text". I don't
see what we gain this way. People using the selection mechanism may even
be confused.
If there is no selection-related items in the menu, every paste is
then paste clipboard so there is no confusion.
You see:
Paste (from
Edwin Leuven schrieb:
the following is the profile i get when opening the user guide:
(full profile here: http://leuven.ecodip.net/lyx/profile.zip)
was wondering why lyx::Changes::set(lyx::Change const&, int, int)
is called...
Flat profile:
Each sample counts as 0.01 seconds.
% cumulativ
What do you do if you want to paste something from an application that does
not support the clipboard?
Middle-button paste to lyx, C-x, paste text as paragraph.
It is a bit more complicated, but IMHO lyx does not have to provide a
menu item just for this very special case (and special applicati
[EMAIL PROTECTED] schrieb:
Author: baum
Date: Sun Jan 7 15:44:44 2007
New Revision: 16572
Modified: lyx-devel/trunk/src/cursor.C
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/cursor.C?rev=16572
==
--- lyx-devel/
Am Sonntag, 7. Januar 2007 16:10 schrieb Michael Gerz:
> Georg, one line above your change:
>
>selection() = sel;
>
> looks broken. We can't assign a value to a function value, can we?
Sure we can: selection() returns a reference to a bool variable. And BTW I
don't understad why we have bot
Michael Gerz wrote:
was wondering why lyx::Changes::set(lyx::Change const&, int, int)
is called...
Every time you insert a character, the corresponding change has to be
set (even if it is unchanged, because it may be inserted in a region of
deleted/inserted text).
i was expecting that chang
Guys, I suggest that we don't spend another week on this issue. As long
as there are people who like to have the selection support in the menu,
let's keep the entries. They are placed in "Paste (special)" anyway, so
dummy users are free to ignore them. Full stop.
I respect your decision but it i
Edwin Leuven schrieb:
Michael Gerz wrote:
was wondering why lyx::Changes::set(lyx::Change const&, int, int)
is called...
Every time you insert a character, the corresponding change has to be
set (even if it is unchanged, because it may be inserted in a region
of deleted/inserted text).
i w
(full one here http://leuven.ecodip.net/lyx/profile2.zip)
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds secondscalls ms/call ms/call name
40.12 1.32 1.32 3276638 0.00 0.00
lyx::Paragraph::getFont
Personally, I am quite happy with the way LyX evolves! Really!
Me too. I played with lyx for 10 minutes yesterday, without a crash! I
did not try to reproduce the showstoppers though.
Bo
Am Sonntag, 7. Januar 2007 16:08 schrieb Bo Peng:
> > What do you do if you want to paste something from an application that
does
> > not support the clipboard?
>
> Middle-button paste to lyx, C-x, paste text as paragraph.
>
> It is a bit more complicated, but IMHO lyx does not have to provide a
Michael Gerz wrote:
With optimizations or in debugging mode?
aargh! it is compiling with --enable-optimization=-O2 now. will report
back...
Georg Baum wrote:
> Am Sonntag, 7. Januar 2007 15:16 schrieb Peter Kümmel:
>> Georg Baum wrote:
>>> Qt4 does not (and should not, according to TT) honor QTDIR.
>>> Use --with-qt4-dir=...
>> Yes, I know, and --with-qt4-dir was my first attempt
>> (see my last mail) but it doesn't work.
>
> No, you
Jürgen Spitzmüller wrote:
> Peter Kümmel wrote:
>> I've called
>> ./autogen
>> ./configure --enable-stdlib-debug --with-qt-dir=/home/...
>> but no _GLIBCXX are defined in the Makefiles
>
> I don't have it in the Makefiles either, but I have
>
> /* libstdc++ debug mode */
> #define _GLIBCXX_DEBUG
I don't have a strong opinion on
the menu, but I don't want the lfun to be removed from the code. I hope I
expressed myself clearly now.
It is clear now. :-) I guess there is no need to change the lfuns
since they are needed.
I see:
Bo: +
Michael: +
Edwin: +
Georg: -, but do not have a strong
On Jan 7, 2007, at 4:37 AM, Jürgen Spitzmüller wrote:
Bennett Helm wrote:
The attached patch fixes that bug, but I'm not sure it is the right
approach.
Doesn't work for me; I get no change in behavior.
Are you sure? It clearly fixes the problem for me. Can you please
describe
what you're
Peter Kümmel wrote:
> But I still get now crash by
> 1. open lyx
> 2. open d_Intro
> 3. click toc
> 4. click on slider
Do you get contents in the toc browser? This is the actual bug.
A different bug is that LyX crashes when you move the slider in an empty toc
dialog. As I've just noticed, this s
Bennett Helm wrote:
> 1. Start LyX, and create a new (blank) document. While keeping this
> blank document open, create a new document with a bibliography. In
> this second document, bring up the insert citation dialog, but cancel
> (without actually inserting anything).
> Now switch back to
Bo Peng wrote:
> Bo: +
> Michael: +
> Edwin: +
> Georg: -, but do not have a strong opinion
Jürgen: -
Please have a look what OS the people are using (Georg, you and me: Linux;
Michael and Edwin: Win).
Jürgen
Jürgen Spitzmüller wrote:
> Peter Kümmel wrote:
>> But I still get now crash by
>> 1. open lyx
>> 2. open d_Intro
>> 3. click toc
>> 4. click on slider
>
> Do you get contents in the toc browser? This is the actual bug.
>
Yes I think so (I'm on Widows now, so I'm not 100& sure)
> A different bu
Am Sonntag, 7. Januar 2007 17:09 schrieb Peter Kümmel:
> Maybe this patch wasn't that good:
> http://www.lyx.org/trac/changeset/16571
I think this is completely unrelated.
Jürgen
http://bugzilla.lyx.org/show_bug.cgi?id=3062
The attached patch avoids the assert reported in this bug. However, it
probably would be better do disable LFUN_BOOKMARKS_GOTO for the temporary
bookmark 0 (label) if it doesn't exist. However, I have no idea how. Bo,
could you have a look?
Jürgen
I
Edwin Leuven wrote:
Michael Gerz wrote:
With optimizations or in debugging mode?
aargh! it is compiling with --enable-optimization=-O2 now. will report
opening and saving the userguide takes about 1 sec
opening profile:
% cumulative self self total
time seconds
Jürgen Spitzmüller wrote:
> A different bug is that LyX crashes when you move the slider in an empty
> toc dialog. As I've just noticed, this seems to be independent from the
> other bug. Just open a new doc, open the TOC dialog and move the slider. I
> guess the slider should be disabled when the
When exporting or viewing documents LyX's main window is frozen: Only the status bar is updated and shows what happening in the background.
LyX's main window isn't udated so that when you switch to another application and go back to LyX, you'll only see the frame of the window and
you might think
Edwin,
could you please check whether the attached patch saves any time in
lyx::Changes::lookup(int) const and lyx::Changes::merge() during
opening/saving a file?
Michael
Index: changes.C
===
--- changes.C (Revision 16573)
+++
While checking some older enhancement bug reports I noticed the following 5
issues that could perhaps easily be implemented:
- Allow to enter the mu-sign directly:
http://bugzilla.lyx.org/show_bug.cgi?id=1116
The implementation would be the same as for the now fixed EURO-sign problem, I
think.
Michael Gerz wrote:
Edwin,
could you please check whether the attached patch saves any time in
lyx::Changes::lookup(int) const and lyx::Changes::merge() during
opening/saving a file?
this is open (save below):
Each sample counts as 0.01 seconds.
% cumulative self self
Edwin Leuven schrieb:
Michael Gerz wrote:
Edwin,
could you please check whether the attached patch saves any time in
lyx::Changes::lookup(int) const and lyx::Changes::merge() during
opening/saving a file?
this is open (save below):
Each sample counts as 0.01 seconds.
% cumulative se
Michael Gerz wrote:
Edwin Leuven schrieb:
Michael Gerz wrote:
Edwin,
could you please check whether the attached patch saves any time in
lyx::Changes::lookup(int) const and lyx::Changes::merge() during
opening/saving a file?
this is open (save below):
>
In other words: The speed-up is s
Am Sonntag, 7. Januar 2007 19:42 schrieb Edwin Leuven:
> Michael Gerz wrote:
> > In other words: The speed-up is signficant, right?
>
> yeah, i'd suggest you put it in...
If you do, please add a comment to the inlined functions that they are
inlined because of profiler measurements.
Georg
Uwe Stöhr schrieb:
There's a problem: The lyx.vcproject isn't created:
It still doesn't work, also not with the bild script Michael has commited today
to svn.
I'm on WinXP x64, so perhape this could have a side effect, but I still don't
understand why it stops at:
Processing files in boost/
Jürgen Spitzmüller wrote:
> but I'll see now
> that it doesn't work yet if you hit ESC. I'll investigate.
Bennett, please try the attached.
Jürgen
Index: src/frontends/qt4/QCitationDialog.C
===
--- src/frontends/qt4/QCitationDialog.C
> Only 533 bugs left :-)
>(= unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0 target + not
'fixedintrunk')
When omitting the unconfirmed bugs we only have 434 bugs.
100 unconfirmed bugs! We should have a look at them and close them when they
couldn't be confirmed with LyX 1.4.
Uwe
Am Sonntag, 7. Januar 2007 19:01 schrieb [EMAIL PROTECTED]:
> Author: spitz
> Date: Sun Jan 7 19:01:36 2007
> New Revision: 16583
>
> URL: http://www.lyx.org/trac/changeset/16583
> Log:
> hm ...
Can't you teach your editor to leave the encoding alone? My vim autodetects
the encoding and does no
Georg Baum wrote:
> Can't you teach your editor to leave the encoding alone? My vim autodetects
> the encoding and does not change it ;-)
Yes, I can. I was too lazy up to know. But I think I get annoyed by all these
re-commits ;-)
Jürgen
Bo Peng schrieb:
It is clear now. :-) I guess there is no need to change the lfuns
since they are needed.
I see:
Bo: +
Michael: +
Edwin: +
Georg: -, but do not have a strong opinion
Michael, will you change your mind?
I support any solution that is acceptable to Georg (because he wrote the
co
Jürgen: -
Please have a look what OS the people are using (Georg, you and me: Linux;
Michael and Edwin: Win).
I now see how difficult it is to remove existing features. :-(
I do think we have clarity problems with current menu items. How about
paste
paste special
--> Plain text as lines
--> P
Michael Gerz wrote:
Cool!
Only 533 bugs left :-)
http://tinyurl.com/y7hdzc
(= unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0
target + not 'fixedintrunk')
How many of these appeared in 1.5svn? (I mean do not date back from 1.4svn).
Abdel.
Edwin Leuven wrote:
Edwin Leuven wrote:
Michael Gerz wrote:
With optimizations or in debugging mode?
aargh! it is compiling with --enable-optimization=-O2 now. will report
What's that? A CMake settings? Or is this linux with oprofile?
opening and saving the userguide takes about 1 sec
it probably would be better do disable LFUN_BOOKMARKS_GOTO for the temporary
bookmark 0 (label) if it doesn't exist.
First, "bookmark-goto 0" is wrong. Bookmark 0 is for internal use only
and should not be bounded to any shortcut. "bookmark-goto 1" should be
used. Due to the stack nature of book
Am Mittwoch, 3. Januar 2007 15:55 schrieb Georg Baum:
> Am Mittwoch, 3. Januar 2007 14:25 schrieb Jean-Marc Lasgouttes:
> > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
> >
> > Georg> Before this can go in I would also like to get rid of the
> > Georg> unneeded encoding changes that thi
Am Sonntag, 7. Januar 2007 19:31 schrieb Bo Peng:
> I do think we have clarity problems with current menu items. How about
>
> paste
> paste special
> --> Plain text as lines
> --> Plain text as paragraph
> --> ---
> --> Paste selection
> --> Paste selection as lines
>
Abdelrazak Younes wrote:
is this linux with oprofile?
yeah, mon péché mignon... ;-)
I will submit a patch soon.
Patch submitted, please test. I did not remove 'bookmark-goto 0'
because someone may have some valid use of it, though I am not aware
of any.
Bo
Abdelrazak Younes wrote:
Michael Gerz wrote:
Cool!
Only 533 bugs left :-)
http://tinyurl.com/y7hdzc
(= unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0
target + not 'fixedintrunk')
How many of these appeared in 1.5svn? (I mean do not date back from
1.4svn).
16 apparent
> --> ---
> --> Paste selection
> --> Paste selection as lines
> --> Paste selection as paragraph
Georg, do you notice that
1. for selection from external application, paste selection as lines =
middle-button paste
2. paste selection as lines is not usable for select
On Thu, 4 Jan 2007, Uwe Stöhr wrote:
So now we wait for Uwe's verdict.
I'm able to log into lyx.org and svn.lyx.org.
cheching out from svn:
svn co svn+ssh//:[EMAIL PROTECTED]
is possible but I'm asked three times for my password until I'm accepted
Being asked several times happens to me as
Michael Gerz wrote:
Abdelrazak Younes schrieb:
Abdelrazak Younes wrote:
Hello,
I had an idea: if clicking in the scrollbar should behave like
PageDown or PageUp, why not using the same LFUNs as the one used by
the keyboard action?
This patch is doing just that ;-). It is so simple that I w
Uwe Stöhr wrote:
> When exporting or viewing documents LyX's main window is frozen: Only
> the status bar is updated and shows what happening in the background.
> LyX's main window isn't udated so that when you switch to another
> application and go back to LyX, you'll only see the frame of the win
Uwe Stöhr wrote:
> Uwe Stöhr schrieb:
>
There's a problem: The lyx.vcproject isn't created:
>
> It still doesn't work, also not with the bild script Michael has
> commited today to svn.
> I'm on WinXP x64, so perhape this could have a side effect, but I still
> don't understand why it stops
[EMAIL PROTECTED] wrote:
On Fri, 5 Jan 2007, Georg Baum wrote:
Am Donnerstag, 4. Januar 2007 23:54 schrieb Uwe Stöhr:
Unfortunately, svn commit kicks me out:
'Authentication failed'
ideas?
AFAIK Lars uses some additional access control for svn.
I thought that access control was implemente
[EMAIL PROTECTED] wrote:
> On Sun, 7 Jan 2007, [EMAIL PROTECTED] wrote:
>
>> On Thu, 4 Jan 2007, Uwe Stöhr wrote:
>>
>>> > So now we wait for Uwe's verdict.
>>>
>>> I'm able to log into lyx.org and svn.lyx.org.
>>>
>>> cheching out from svn:
>>> svn co svn+ssh//:[EMAIL PROTECTED]
>>> is poss
[EMAIL PROTECTED] wrote:
> On Fri, 5 Jan 2007, Georg Baum wrote:
>
>> Am Donnerstag, 4. Januar 2007 23:54 schrieb Uwe Stöhr:
>>> Unfortunately, svn commit kicks me out:
>>> 'Authentication failed'
>>>
>>> ideas?
>>
>> AFAIK Lars uses some additional access control for svn.
>
> I thought that acce
On Sun, 7 Jan 2007, [EMAIL PROTECTED] wrote:
On Thu, 4 Jan 2007, Uwe Stöhr wrote:
> So now we wait for Uwe's verdict.
I'm able to log into lyx.org and svn.lyx.org.
cheching out from svn:
svn co svn+ssh//:[EMAIL PROTECTED]
is possible but I'm asked three times for my password until I'm
On Sun, 7 Jan 2007, Uwe Stöhr wrote:
While checking some older enhancement bug reports I noticed the following 5
issues that could perhaps easily be implemented:
- Allow to enter the mu-sign directly:
http://bugzilla.lyx.org/show_bug.cgi?id=1116
The implementation would be the same as for the
On Fri, 5 Jan 2007, Georg Baum wrote:
Am Donnerstag, 4. Januar 2007 23:54 schrieb Uwe Stöhr:
Unfortunately, svn commit kicks me out:
'Authentication failed'
ideas?
AFAIK Lars uses some additional access control for svn.
I thought that access control was implemented as the requirement of be
On Jan 7, 2007, at 1:05 PM, Jürgen Spitzmüller wrote:
Jürgen Spitzmüller wrote:
but I'll see now
that it doesn't work yet if you hit ESC. I'll investigate.
Bennett, please try the attached.
Jürgen
<3068-2.diff>
That fixes it. Thanks!
Bennett
> : 'SConsEnvironment' object has no
> attribute '
> MSVSProject':
> File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1898:
> build_project('boost', src = boost_src)
> File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1882:
> proj = env.MSVSProject(
>
> regards
Bo Peng wrote:
>> > : 'SConsEnvironment' object has no
>> > attribute '
>> > MSVSProject':
>> > File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1898:
>> > build_project('boost', src = boost_src)
>> > File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1882:
>> >
I (Younes) can.
Me too, I use password to check in. Note that multiple passwords are
required for some operations (e.g. svn merge) so public key would
better be used in those cases.
Bo
Georg Baum wrote:
OK, I have a new version of the patch. It is confirmed now that the
setEncoding() stream modifier works on MSVC, so I am glad that we can use
it.
This patch does now always get the encoding right. I found out why I needed
to change the encoding in TeXOnePar, and got rid o
Bo Peng wrote:
> --> Paste selection
> --> Paste selection as lines
> --> Paste selection as paragraph
Could you enlighten me what "Paste selection" is in contrast to the other two?
Otherwise this looks o.k. to me (though I don't like "paste special").
Jürgen
Bo Peng wrote:
> First, "bookmark-goto 0" is wrong. Bookmark 0 is for internal use only
> and should not be bounded to any shortcut.
As I said, it's used if you back from a label to its reference. We have the
shortcut Ctrl-< for this (and C-> for the other way round), so it's not
wrong.
But I s
[EMAIL PROTECTED] wrote:
> > - Including all the references in a bibliography at once:
> > http://bugzilla.lyx.org/show_bug.cgi?id=994
> > Perhaps this can easily be implemented by adding an option or button to
> > the citation dialog.
>
> What about \nocite{*} in an ERT?
It should be supported na
94 matches
Mail list logo