On Mon, Aug 07, 2006 at 08:20:10PM +0200, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
> > I didn't bother to save it properly
>
> It's in the archieves:
> http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg84275.html
Great!
(I remember though also having code to dissolve an inset w
Sanda Pavel wrote:
Ask what you don't understand on the list and we'll help you with
explanations.
#: src/frontends/qt3/ui/FontModuleBase.ui:175
msgid "Use &Old Style Figures"
i was not able to switch it on;
is in the following link good characterization ?
http://desktoppub.about.com/li
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Martin Vermeer wrote:
| > I didn't bother to save it properly
|
| It's in the archieves:
| http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg84275.html
|
| However, I prefer the attached. A bit more code, but cleaner. And I think
it's
|
howInsetDialog(bv);
break;
@@ -1711,6 +1734,11 @@ bool LyXText::getStatus(LCursor & cur, F
break;
}
+ case LFUN_INSET_MERGE: {
+ enable = &cur.inset() && cur.inTexted();
+ break;
+ }
+
case LFUN_WORD_DELETE_FORWARD:
case LFUN_WORD_DELETE_BACKWARD:
case LFUN_LINE_DELETE:
Index: src/lfuns.h
===
--- src/lfuns.h (Revision 14551)
+++ src/lfuns.h (Arbeitskopie)
@@ -367,6 +367,7 @@ enum kb_action {
// 280
LFUN_MATH_BIGDELIM,
LFUN_CLIPBOARD_PASTE,
+ LFUN_INSET_MERGE, // jspitzm 20060807
LFUN_LASTACTION // end of the table
};
On Mon, Aug 07, 2006 at 05:11:39PM +0200, Lars Gullik Bjønnes wrote:
>
> I am pretty much ready to merge the unicode branch to trunk now. It is
> not finished it is not nice, it will crash. But is able to read and
> write utf-8 files, it can handle unicode input for qt3, qt4 and gtk.
>
> Quite a
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> As an example I attached this example of a letter, made by
José> Matthias, that we have distributed until 0.10.7.
All this effort to be able to read a letter from Mattias, and there is
nothing in it!
Congratulations nonetheless.
JMa
On Monday 07 August 2006 16:11, Lars Gullik Bjønnes wrote:
> So... opinions?
Bring it.
Unicode is our flag feature for 1.5 so the sooner it is in trunk the better.
> --
> Lgb
--
José Abílio
I am pretty much ready to merge the unicode branch to trunk now. It is
not finished it is not nice, it will crash. But is able to read and
write utf-8 files, it can handle unicode input for qt3, qt4 and gtk.
Quite a bit of work are still needed, but I think the time has come to
move it to trunk.
You mean that we cannot redirect stdout/err globally to a file?
Frankly I do not know. The only method i know to get stdin/out for a
no-console windows program is createConsole which will display the
ugly console even if we can later on hide or redirect stdin/out. The
only perfect way to avoid c
Hi all,
today is a happy day (at least to me :-)
I have committed support for lyx2lyx to support all files made with lyx
starting from lyx-0.6, the first public available lyx versions in 1995.
As an example I attached this example of a letter, made by Matthias,
that we
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> Could you post this script, so that we can have a look? The version
>> I found at http://www.oreillynet.com/pub/h/901 for example, seems
>> to accept command arguments.
Bennett> This is Apple's script (found at /usr/bin/open-x11).
OK
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> This patch fixes bug 2667 (see
Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2667). It will go in
Georg> trunk tomorrow if nobody objects. I will then also set the
Georg> target to 1.4.3 and attach a patch for 1.4 in bugzilla. I
Georg
On Aug 7, 2006, at 8:44 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
E.g., it's probably good that you're explicitly setting DISPLAY to
be safe, while open-x11 doesn't seem to be doing that.
Bennett> I've used "open-x11 && export DISPLAY=:0.0 && xfig
On Aug 6, 2006, at 10:00 PM, TJ wrote:
Ive been searching around the web for an answer to this problem and
can find nothing. I am running a Mac with the latest version of OS
X and I have followed the installation page that I found on one of
the Lyx.org linked sites. My question is when I pu
I just committed changes to remove mentions to this mirror from our
side, and asked for the old mirror to be removed.
JMarc
--- Begin Message ---
Ouch! We had a change of personnel back then, and this fell off the radar
screen.
We should probably delete the remains, since (a) LyX seems to work
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> E.g., it's probably good that you're explicitly setting DISPLAY to
>> be safe, while open-x11 doesn't seem to be doing that.
Bennett> I've used "open-x11 && export DISPLAY=:0.0 && xfig" -- an
Bennett> improvement over the hardcoding o
Uwe Stöhr wrote:
This isn't very easy to do as MiKTeX 2.5 changes so many things under
the hood. For the meantime you can use my Installer:
http://wiki.lyx.org/Windows/LyXWinInstaller
see my announcement I just sent.
I'll merge my changes to the installer as soon as I have time.
If you can p
Andreas Karlsson schrieb:
MiKTeX 2.5 was been released on 03 August, but the installer for LyX
1.4.2 on Windows uploaded at ftp://ftp.lyx.org/pub/lyx/bin/1.4.2/ is
still using MiKTeX 2.4.
Could someone (Joost?) please update it to use MiKTeX 2.5 instead?
This isn't very easy to do as MiKTeX
Hello LyXers,
I just released version 2.5 of my LyX/LaTeX-Installer LyXWinInstaller.
It can be downloaded frome here:
https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=10626
the sourcecode from here:
https://developer.berlios.de/project/showfiles.php?group_id=5117&rel
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| The messages still use quoted-printable (and cut long lines). Could
| this be fixed?
Lars> Do you mean cut or wrapped? (hard-wrap with '=\n')
The =\n variety.
JMarc
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> Yes, we do for several reasons. We don't want to parse the
José> same file over and over again. This file is generated from
José> another python script that parses lib/languages and
José> lib/encondings.
If it is auto-generated, I gue
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> On Sunday 06 August 2006 19:38, Jean-Marc Lasgouttes wrote:
>> I guess it made sense at the time when some installations relied on
>> mltex, which understands latin1 natively. I do not think anyone
>> uses latex2e without the inputenc pa
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> "Bo Peng" <[EMAIL PROTECTED]> writes: | > Well I would have
Lars> appreciated to have an occasion to see the patch | > first. I
Lars> guess I will have to ask trac.
Lars> |
Lars> | This is why we need trac. Anyway, the changes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "larsbj" == larsbj <[EMAIL PROTECTED]> writes:
|
| larsbj> Modified:
| larsbj>
lyx-devel/branches/personal/larsbj/unicode/src/frontends/font_metrics.h
| larsbj>
lyx-devel/branches/personal/larsbj/unicode/src/frontends/qt3/qfont_metr=
| l
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> This energy would be better used by removing the console and
>> redirecting the output in some file.
Bo> I am not 100% sure but it seems to me that even if lyx itself can
Bo> get rid of the console window, many of the scripts lyx calls need
Bo>
> "larsbj" == larsbj <[EMAIL PROTECTED]> writes:
larsbj> Modified:
larsbj> lyx-devel/branches/personal/larsbj/unicode/src/frontends/font_metrics.h
larsbj> lyx-devel/branches/personal/larsbj/unicode/src/frontends/qt3/qfont_metr=
larsbj> ics.C
larsbj> lyx-devel/branches/personal/larsbj/unicode/
On Sunday 06 August 2006 19:43, Jean-Marc Lasgouttes wrote:
> > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:
>
> Jose'> Hi, the following patch adds support for a fictitious file
> Jose'> format called 249 which has the property that file encoding is
> Jose'> utf-8.
>
> @@ -0,0 +1,127 @@
On Sunday 06 August 2006 19:38, Jean-Marc Lasgouttes wrote:
> I guess it made sense at the time when some installations relied on
> mltex, which understands latin1 natively. I do not think anyone uses
> latex2e without the inputenc package now.
What you are saying is that default means input enc
MiKTeX 2.5 was been released on 03 August, but the installer for LyX 1.4.2
on Windows uploaded at ftp://ftp.lyx.org/pub/lyx/bin/1.4.2/ is still using
MiKTeX 2.4.
Could someone (Joost?) please update it to use MiKTeX 2.5 instead?
Regards,
Andreas Karlsson
On Sat, 2006-07-15 at 13:56 +0200, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
> > I used to have a patch for this in my tree...
>
> You know, I would have betted on that ;-)
>
> > backspace on first position
> > inside the inset "dissolves" the inset, just like in math.
>
> Hm, why no
"Bo Peng" <[EMAIL PROTECTED]> writes:
| > Well I would have appreciated to have an occasion to see the patch
| > first. I guess I will have to ask trac.
|
| This is why we need trac. Anyway, the changes are pretty big, and many
| are cosmetic. it is far easier just looking at the python files.
I
31 matches
Mail list logo