Bernhard Roider wrote:
Andre Poenitz schrieb:
On Fri, Oct 05, 2007 at 12:24:45AM +0200, Bernhard Roider wrote:
hello all,
the attached patch adds
- the possibility to define macros in the bind file, like
\define "my macro" "command-sequence inset-insert ert 1;
char-backward; self-insert some
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
What about this? I've been using it for quite a while now and I didn't
see any problem.
It looks good on a first glance, and it seems to work fine on my box. However,
I'd like it to be tested a bit. Expecially, I'd like a Mac user (Bennett?)
Bo Peng wrote:
On 10/8/07, Bo Peng <[EMAIL PROTECTED]> wrote:
Attached is a more polished patch,
So, what is the purpose of this inset? Only to display the shortcut or
also to modify them? If advantage of displaying it inside LyX is of be
able to generate the documentation automatically, whi
Abdelrazak Younes wrote:
> What about this? I've been using it for quite a while now and I didn't
> see any problem.
It looks good on a first glance, and it seems to work fine on my box. However,
I'd like it to be tested a bit. Expecially, I'd like a Mac user (Bennett?) to
test whether this has
Pavel Sanda <[EMAIL PROTECTED]> writes:
>> Some people have asked for sorting the layouts, and we could indeed
>> add that to the prefs. I have no hard feelings on the question.
>> However, I totally dislike the hardcoded test for '-'.
>
> would you feel comfortable with some test eg isalpha(strin
Andre Poenitz <[EMAIL PROTECTED]> writes:
>> >I guess there's no way to know what widgets the QWidgetPrivate::
>> >belongs
>> >to?
I think it is possible to go further inside the tree and see what it
does.
JMarc
[EMAIL PROTECTED] writes:
>
> - if (!encodings.empty() || package == Encoding::inputenc) {
> + // When the language japanese-plain is used, the package
> inputenc must
> + // be omitted.
> + // see
> http://www.mail-archive.com/lyx-devel@lists.ly
Enrico Forestieri wrote:
> When you view the dvi, the argument of \textgreek is shown as greek
> letters. So, the unicode character in LyX whose codepoint represents
> the greek alpha can be translated to LaTeX as \textgreek{a}, without
> the need to mark it as greek, provided the preamble contains
Am Dienstag, 9. Oktober 2007 schrieb uwestoehr:
> Modified:
> lyx-devel/branches/BRANCH_1_5_X/lib/doc/UserGuide.lyx
> lyx-devel/branches/BRANCH_1_5_X/lib/doc/de/UserGuide.lyx
> lyx-devel/branches/BRANCH_1_5_X/lib/doc/es/UserGuide.lyx
> lyx-devel/branches/BRANCH_1_5_X/lib/doc/eu/User
On 10/8/07, Bo Peng <[EMAIL PROTECTED]> wrote:
> Attached is a more polished patch,
That patch can not be applied after Uwe's commit. Attached is an
updated one, with a lyx2lyx fix.
Bo
Index: development/scons/scons_manifest.py
===
-
Koji Yokota schrieb:
No, you must omit the inputenc package, and the japanese package should
be loaded after babel declaration.
I built it in now:
http://www.lyx.org/trac/changeset/20861
LyX now produces this:
---
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\
Attached is a more polished patch, with the additional ability to
display all rc entries using names such as "lyxrc:bind_file".
This improves the documentation and visibility of lyx shortcuts, which
are, to normal lyx users, more important than the customization of
shortcuts.
Jose?
Bo
Index: deve
On Mon, Oct 08, 2007 at 08:38:57PM -, [EMAIL PROTECTED] wrote:
> Author: broider
> Date: Mon Oct 8 22:38:55 2007
> New Revision: 20856
>
> URL: http://www.lyx.org/trac/changeset/20856
> Log:
> fix pch
>
> Modified:
> lyx-devel/trunk/src/frontends/qt4/LaTeXHighlighter.cpp
>
> Modified: l
On Mon, Oct 08, 2007 at 01:04:51PM -0400, Bennett Helm wrote:
> Andre -
>
> Did you mean to send this to the list? (It only went to me.)
Erm.. yes. Sort of at least...
>
> Bennett
>
> On Oct 8, 2007, at 12:52 PM, Andre Poenitz wrote:
>
> >On Mon, Oct 08, 2007 at 09:35:58AM -0400, Bennett Helm
> Some people have asked for sorting the layouts, and we could indeed
> add that to the prefs. I have no hard feelings on the question.
> However, I totally dislike the hardcoded test for '-'.
would you feel comfortable with some test eg isalpha(string[0]) instead ?
pavel
Andre Poenitz schrieb:
On Fri, Oct 05, 2007 at 12:24:45AM +0200, Bernhard Roider wrote:
hello all,
the attached patch adds
- the possibility to define macros in the bind file, like
\define "my macro" "command-sequence inset-insert ert 1; char-backward;
self-insert some important latex code; c
On Mon, Oct 08, 2007 at 07:14:46PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > > Enrico Forestieri wrote:
> > > > Have a look at the attached .lyx files.
> > >
> > > I can't see it.
> >
> > Hrmpf. Too many things to do at the same time...
>
> OK. This looks like what I expecte
Enrico Forestieri wrote:
> > Enrico Forestieri wrote:
> > > Have a look at the attached .lyx files.
> >
> > I can't see it.
>
> Hrmpf. Too many things to do at the same time...
OK. This looks like what I expected. What am I supposed to see?
Jürgen
On Mon, Oct 08, 2007 at 05:46:58PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > Have a look at the attached .lyx files.
>
> I can't see it.
Hrmpf. Too many things to do at the same time...
--
Enrico
#LyX 1.5.2 created this file. For more info see http://www.lyx.org/
\lyxform
Bo Peng schrieb:
OK. In the end, I need lyx to
1. tell me what character is causing the problem
Yes, definetively.
2. tell me why this happens, and suggest a solution
Not easy to do. Take the case that the user has inserted a Korean character. I think highlighting
the problematic charact
Andre Poenitz wrote:
When I think about it, you can try to move/copy
ButtonPolicy.cpp
Dialog.cpp
frontend_helpers.cpp
from frontends to frontends/qt4
for the moment this solved it
http://www.lyx.org/trac/changeset/20852
OK. In the end, I need lyx to
1. tell me what character is causing the problem
2. tell me why this happens, and suggest a solution
3. be able to replace all beta with math beta, greek beta etc.
(Advanced find/replace).
I guess 1 and 2 should not be too difficult.
Cheers,
Bo
On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote:
> Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko:
> > It is not only boost, for which there are undefined referencies.
>
> Lines like:
> : undefined reference to
> `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::Button
> Should greek characters be automatically in greek language? I thought
> the two were separated.
I don't think we could do this. Take for example Cyrillic: Russian users might find it useful to
convert Cyrillic characters to Russian, but what about the Ukrainian, Bulgarian, ..., users? They
wi
Andre Poenitz wrote:
On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote:
Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko:
It is not only boost, for which there are undefined referencies.
Lines like:
: undefined reference to
`lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::front
On Mon, Oct 08, 2007 at 11:26:55AM +0200, Kornel Benko wrote:
> Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko:
> > It is not only boost, for which there are undefined referencies.
>
> Lines like:
> : undefined reference to
> `lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::Button
Enrico Forestieri wrote:
> Have a look at the attached .lyx files.
I can't see it.
Jürgen
On Mon, Oct 08, 2007 at 04:39:43PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > So, in the end you always get the same font with babel, too.
> > I think that it is easy to mimic what babel does without requiring
> > to mark as greek the text in LyX.
>
> I'm not sure. There are
Uwe Stöhr wrote:
Can you process LyX's current LaTeX code? For me it only works when I
omit the inputenc package.
Uwe,
No, you must omit the inputenc package, and the japanese package should
be loaded after babel declaration. To avoid inputenc, I had to tweak
current LyX to write Japanese wi
Enrico Forestieri wrote:
> So, in the end you always get the same font with babel, too.
> I think that it is easy to mimic what babel does without requiring
> to mark as greek the text in LyX.
I'm not sure. There are the new TeXGyre fonts that come with Greek characters.
I think the babel definit
Am Montag, 8. Oktober 2007 16:25 schrieb Edwin Leuven:
> Kornel Benko wrote:
> > Better! Now only Controller referencies are undefined, like
> > : undefined reference to `lyx::frontend::Controller::~Controller()'
>
> where is this happening? (send the full output)
>
Since it is a lot, I sent
On Mon, Oct 08, 2007 at 03:29:55PM +0200, Jürgen Spitzmüller wrote:
> What about Scons?
Huff...
--
Enrico
Kornel Benko wrote:
Better! Now only Controller referencies are undefined, like
: undefined reference to `lyx::frontend::Controller::~Controller()'
where is this happening? (send the full output)
On Mon, Oct 08, 2007 at 03:02:32PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > > But this is bound to a specific font, isn't it?
> >
> > But you have to choose a font, as not all (if any) of them (LaTeX fonts)
> > have all possible glyphs.
>
> But I do not want a times-like gr
Am Montag, 8. Oktober 2007 15:58 schrieb Edwin Leuven:
> Kornel Benko wrote:
> > Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven:
> >> i needed this:
> >>
> >> http://www.lyx.org/trac/changeset/20842
> >
> > This did not help :(
>
> and if you apply the attached?
>
Better! Now only Contro
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
What about this? I've been using it for quite a while now and I didn't
see any problem.
It's on my list. Please give me some time to look through it.
No problem. Maybe some other volunteers would like to test it too?
Abdel.
Abdelrazak Younes wrote:
> What about this? I've been using it for quite a while now and I didn't
> see any problem.
It's on my list. Please give me some time to look through it.
Jürgen
Kornel Benko wrote:
Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven:
i needed this:
http://www.lyx.org/trac/changeset/20842
This did not help :(
and if you apply the attached?
Index: development/cmake/src/CMakeLists.txt
=
On Oct 8, 2007, at 5:53 AM, Jean-Marc Lasgouttes wrote:
Bennett Helm <[EMAIL PROTECTED]> writes:
I'm confused, and I hope someone can straighten me out. First the
easy one: do you want a profile of 1.5 (as Jean-Marc asks for here)
or of 1.6 (as the subject line would indicate)?
Probably any
Jürgen Spitzmüller wrote:
the remaining po and doc changes can immediately be committed.
What about this? I've been using it for quite a while now and I didn't
see any problem.
Abdel.
Index: BufferView.cpp
===
--- BufferView.cp
forenr wrote:
> Modified: lyx-devel/branches/BRANCH_1_5_X/lib/Makefile.am
> URL:
> http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/lib/Makefile.a
>m?rev=20847
> ===
>=== --- lyx-devel/branches/BRANCH_1_5_X/lib/Make
Helge Hafting wrote:
* Start LyX compiled from today's svn.
* Open an existing document
* Mark some text in firefox. (It can now be pasted into other linux apps.)
Note that:
* Middle-click pasting doesn't work in Lyx - nothing happens
* Edit->paste have all the options grayed out. I can't paste
On Mon, Oct 08, 2007 at 01:59:47PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > Lacking any opinion on this matter, I opted for solution 2, but
> > instead of moving the glyph I simply remapped it to an unused
> > position in order to maintain compatibility with the TeX font.
>
* Start LyX compiled from today's svn.
* Open an existing document
* Mark some text in firefox. (It can now be pasted into other linux apps.)
Note that:
* Middle-click pasting doesn't work in Lyx - nothing happens
* Edit->paste have all the options grayed out. I can't paste my external
selectio
Am Montag, 8. Oktober 2007 11:43 schrieb Edwin Leuven:
> Abdelrazak Younes wrote:
> > I know you don't, that was just to say I can't really help you
> > unfortunately.
>
> i needed this:
>
> http://www.lyx.org/trac/changeset/20842
>
> they got lost when the controller cmake stuff got deleted
>
John Levon wrote:
On Mon, Oct 08, 2007 at 08:49:07AM +0200, Abdelrazak Younes wrote:
You already failed. Why would I get used to it, when I can just go use
TeXMacs and mark my stuff up as I like?
But you (as a user) are free to go use other software (and apparently
you do already). Finger pain
John Levon <[EMAIL PROTECTED]> writes:
>> When using using word (but not Oo.o), the selection jumps from word to
>> word as soon as you are selecting more than one word. This is a feaure
>> that I do not find annoying myself.
>
> Sure, that's pretty different thing though, in that you can break out
Enrico Forestieri wrote:
> I have placed a cygwin binary here:
> http://www.lyx.org/~forenr/lyx-1.5.2-cygwin.tar.gz
Thanks, Enrico. I uploaded it.
Jürgen
On Mon, 8 Oct 2007, Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] writes:
The problem is a missing program/script called 'msguniq'.
Shouldn't 'configure' check that I have 'msguniq'?
This is in gettext tools. Normally they are needed when building from
svn, but not from a tar ball.
Ok, I
Enrico Forestieri wrote:
> > But this is bound to a specific font, isn't it?
>
> But you have to choose a font, as not all (if any) of them (LaTeX fonts)
> have all possible glyphs.
But I do not want a times-like greek font (not to mention cm) if I'm using
Palatino for the latin characters. I thi
On Mon, Oct 08, 2007 at 11:32:48AM +0200, Jean-Marc Lasgouttes wrote:
> > I don't believe that people will think it's natural that selection jumps
> > across an entire (say) .
>
> When using using word (but not Oo.o), the selection jumps from word to
> word as soon as you are selecting more than
On Mon, Oct 08, 2007 at 08:02:05AM +0300, Martin Vermeer wrote:
> > > Isn't 'natural' usually better? These things feel like atoms,
> > > and inset-ness supports that. Not a big thing but anyway.
> >
> > I don't believe that people will think it's natural that selection jumps
> > across an entire
On Mon, Oct 08, 2007 at 08:49:07AM +0200, Abdelrazak Younes wrote:
> >You already failed. Why would I get used to it, when I can just go use
> >TeXMacs and mark my stuff up as I like?
>
> But you (as a user) are free to go use other software (and apparently
> you do already). Finger painting is
On Mon, Oct 08, 2007 at 07:59:42AM +0200, Jürgen Spitzmüller wrote:
> Public release of LyX version 1.5.2
> ===
Congrats!
I have placed a cygwin binary here:
http://www.lyx.org/~forenr/lyx-1.5.2-cygwin.tar.gz
--
Enrico
On Mon, Oct 08, 2007 at 01:52:25PM +0200, Jürgen Spitzmüller wrote:
> Enrico Forestieri wrote:
> > \newcommand{\Ebold}{\mbox{\usefont{U}{cmsy}{b}{n}\char69}}
> >
> > defines the macro \Ebold which prints a calligraphic bold E in whatever
> > context (math or text). So, it is quite simple to devise
On Mon, 8 Oct 2007, Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] writes:
* The user starts writing
The emails
and then presses some keyboard shortcut, which activates a regular
expression search for previously entered phrases. So the user
here only has to type 'He' and then pr
Helge Hafting ha scritto:
Can the "advanced" search do a simple search?
Ok, the current implementation has only search, but, if LyX is going
to integrate the feature, I'll be glad to implement the replace part
as well. It should not be difficult at all: the searched text is already
selected, so
Enrico Forestieri wrote:
> Jürgen, what about branch?
You can read my mind :-)
Jürgen
Enrico Forestieri wrote:
> Lacking any opinion on this matter, I opted for solution 2, but
> instead of moving the glyph I simply remapped it to an unused
> position in order to maintain compatibility with the TeX font.
This should also be done for branch, right?
Jürgen
On Sat, Oct 06, 2007 at 05:37:46PM +0200, Enrico Forestieri wrote:
> On Fri, Oct 05, 2007 at 05:23:25PM +0200, Enrico Forestieri wrote:
>
> > For screen representation of integrals, LyX uses two different fonts
> > leading to an inconsistent look. See the attached integrals.lyx.
> >
> > There's
Enrico Forestieri wrote:
> \newcommand{\Ebold}{\mbox{\usefont{U}{cmsy}{b}{n}\char69}}
>
> defines the macro \Ebold which prints a calligraphic bold E in whatever
> context (math or text). So, it is quite simple to devise a \lyxgreek
> macro to typeset a series of greek letters.
But this is bound t
Tommaso Cucinotta <[EMAIL PROTECTED]> writes:
> Jean-Marc Lasgouttes ha scritto:
>> Another great feature we could steal from acrobat reader is to show a
>> list of hits in the document (with some context) allowing the user to
>> go directly to the right one. Of course, if the side bar is already
Martin Vermeer wrote:
On Sat, Oct 06, 2007 at 11:52:37PM +0200, Tommaso Cucinotta wrote:
Paul A. Rubin ha scritto:
The way I enter an optional argument (when one is allowed) is to open the
minibuffer (M-x or View -> Toolbars -> Command buffer) and type the command
'optional-insert'.
Jean-Marc Lasgouttes ha scritto:
Ok, it was indeed what I was expecting. Actually, I get the red strikes and
blue marks anycase, either if I check or if I don't check "show changes".
On screen or on paper?
Well, now that you make me think deeply to this, I realize it depends
on what you
On Mon, Oct 08, 2007 at 12:47:28PM +0200, Jürgen Spitzmüller wrote:
> Jean-Marc Lasgouttes wrote:
> > Looks like bad design, then.
>
> Yes. The problem is that LaTeX was simply not designed for languages that do
> not use non-latin alphabets or non-alphabetic scripts. Omega, Aleph and how
> all
Jean-Marc Lasgouttes wrote:
Tommaso Cucinotta <[EMAIL PROTECTED]> writes:
Actually, the curious thing is that, AFAIK, LyX would be the
1st word processor ever with such a find feature (e.g. not a
simple text field, but an enhanced one, especially useful
for searching complex maths). But I'm
Jean-Marc Lasgouttes ha scritto:
Another great feature we could steal from acrobat reader is to show a
list of hits in the document (with some context) allowing the user to
go directly to the right one. Of course, if the side bar is already
full like it is now, it is a bit difficult. But I think
Andre Poenitz wrote:
On Fri, Oct 05, 2007 at 11:55:39AM +0200, Helge Hafting wrote:
Andre Poenitz wrote:
One use case I can think of is a linguist wanting to mark individual
parts of a sentence. Certain words can be part of several such entities,
so overlapping might make sense there, a
Jean-Marc Lasgouttes wrote:
> Looks like bad design, then.
Yes. The problem is that LaTeX was simply not designed for languages that do
not use non-latin alphabets or non-alphabetic scripts. Omega, Aleph and how
all the attempts were called, were never really finished, so the users of
diverse l
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> For proper latex compilation yes. This is the same issue as with CJK,
> hebrew or Arabic. The language _has_ to be set. I was a proponent of
> automatically switching the language at latex export when a given
> unicode range is detected; but Georg (a
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
> My understanding is that these switches do not change the language (contrary
> to \selectlanguage and similar switches).
>
> However, the \greektext and \textgreek commands are only available
> if babel is loaded with the "greek" option (probably t
Jean-Marc Lasgouttes wrote:
> Should greek characters be automatically in greek language? I thought
> the two were separated.
No, they shouldn't. The babel docs states that:
"The commands \greektext and \latintext can be used to switch to greek or
latin fonts. These are declarations.
The command
Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
Bo Peng wrote:
I did not use these characters, someone else did. It may be a bad
practice to use these symbols instead of math symbols, but if lyx can
handle them, why not?
Because the unicodesymbols list cannot deal wi
Joost Verburg schrieb:
You can take the source from the original zip file, without the compiled
objects in it.
Thanks for the hint, now it works.
But you only need the subfolders "gui" and "corelib" of the "src" folder. You
can furthermore get
rid of the .dll-files in the "bin" folder as the
Am 08.10.2007 um 12:09 schrieb Jean-Marc Lasgouttes:
Stefan Schimanski <[EMAIL PROTECTED]> writes:
Sure. On enterMonochromeMode you pass a min and a max color. Every
drawing command sets the QPen color before it does the real drawing.
But in monochrome mode the color is first converted into g
Uwe Stöhr <[EMAIL PROTECTED]> writes:
> Stefan Schimanski schrieb:
>
>> Otherwise the format is the same as before, only that now optional
>> arguments are allowed.
>
> So we need a fileformat change with a revert routine that deletes the
> arguments. This should be easy to do. I'll have a look wh
Stefan Schimanski <[EMAIL PROTECTED]> writes:
> Sure. On enterMonochromeMode you pass a min and a max color. Every
> drawing command sets the QPen color before it does the real drawing.
> But in monochrome mode the color is first converted into greyscale
> and then mapped into the interval [min,ma
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
> Bo Peng wrote:
>> I did not use these characters, someone else did. It may be a bad
>> practice to use these symbols instead of math symbols, but if lyx can
>> handle them, why not?
>
> Because the unicodesymbols list cannot deal with what we would
Thanks for the info ;-)
I'm very interested.
Best reagrds
Hellmut
Richard Heck schrieb:
Bo's working on a keybinding editor.
--
Dr. Hellmut Weber [EMAIL PROTECTED]
Degenfeldstraße 2 tel +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs.
Tommaso Cucinotta <[EMAIL PROTECTED]> writes:
> Jürgen Spitzmüller ha scritto:
>> Probably you misinterpreted this. "Show changes" shows the change
>> tracking marks (red/blue struckout etc.), whereas if you disable
>> this, you get the result without change tracking marks, as if you'd
>> already
[EMAIL PROTECTED] writes:
> * The user starts writing
>
> The emails
>
> and then presses some keyboard shortcut, which activates a regular
> expression search for previously entered phrases. So the user
> here only has to type 'He' and then press e.g. ENTER to get 'Henrik'
> inserte
[EMAIL PROTECTED] writes:
> The problem is a missing program/script called 'msguniq'.
>
> Shouldn't 'configure' check that I have 'msguniq'?
This is in gettext tools. Normally they are needed when building from
svn, but not from a tar ball.
JMarc
John Levon <[EMAIL PROTECTED]> writes:
> "Advanced" tabs are always a mistake.
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=216931
+1
But you have not been very successful wrt firefox :)
JMarc
Bennett Helm <[EMAIL PROTECTED]> writes:
> I'm confused, and I hope someone can straighten me out. First the
> easy one: do you want a profile of 1.5 (as Jean-Marc asks for here)
> or of 1.6 (as the subject line would indicate)?
Probably any of these would be OK.
> Anyway, I did 1.5: reconfigure
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Reason is simple and is actually the same as the reason why I prefer
> charstyle as inset: you cannot select a chunk of changed text in one
> go.
> For CT, it's even worse: you _have_ to use the mouse for accepting or
> refusing the change. With inse
Abdelrazak Younes wrote:
I know you don't, that was just to say I can't really help you
unfortunately.
i needed this:
http://www.lyx.org/trac/changeset/20842
they got lost when the controller cmake stuff got deleted
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> The font-related RTL business and the boundary stuff is far far from
> easy. Look at the different getFont() method and you will see how this
> stuff is complicated.
Note however, that part of the horrors in getFonts and friends is the
beginningOfBo
Martin Vermeer <[EMAIL PROTECTED]> writes:
> We need a special dissolve command for charstyles, appearing
> on the charstyle submenu (or combobox!)
I'd rather see something on hover.
JMarc
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>> You already failed. Why would I get used to it, when I can just go use
>> TeXMacs and mark my stuff up as I like?
>
> But you (as a user) are free to go use other software (and apparently
> you do already). Finger painting is not our niche as far as
Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko:
It is not only boost, for which there are undefined referencies.
Lines like:
: undefined reference to `lyx::frontend::ButtonPolicy::ButtonPolicy
(lyx::frontend::ButtonPolicy::Policy)'
: undefined reference to `lyx::frontend::ButtonPolicy::
John Levon <[EMAIL PROTECTED]> writes:
>> Isn't 'natural' usually better? These things feel like atoms,
>> and inset-ness supports that. Not a big thing but anyway.
>
> I don't believe that people will think it's natural that selection jumps
> across an entire (say) .
When using using word (but n
Abdelrazak Younes wrote:
> this _or_ (use_gui) is fine. But (theApp()) is probably better in case
> we develop a non-gui app someday.
I chose theApp() (it was easier to access from BranchList).
Jürgen
Hans Meine wrote:
> Wouldn't that be svn://svn.lyx.org/lyx/lyx-devel/tags/lyx-1_5_2 ?
For the 1.5.2 release, yes. I think Tomasso asked for the stable branch.
Jürgen
Am Montag, 8. Oktober 2007 11:17 schrieb Kornel Benko:
> It is not only boost, for which there are undefined referencies.
Lines like:
: undefined reference to
`lyx::frontend::ButtonPolicy::ButtonPolicy(lyx::frontend::ButtonPolicy::Policy)'
: undefined reference to
`lyx::frontend::ButtonPolicy::b
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
http://bugzilla.lyx.org/show_bug.cgi?id=4255
The patch looks straightforward to me. Abdel, what do you think?
Yes, this of (use_gui) is fine.
this _or_ (use_gui) is fine. But (theApp()) is probably better in case
we develop a non-gui app s
Kornel Benko wrote:
Am Montag, 8. Oktober 2007 10:58 schrieb Abdelrazak Younes:
I may
have fixed some CMake issues but I am far from an expert, sorry.
I do not blame you.
I know you don't, that was just to say I can't really help you
unfortunately.
Abdel.
Am Montag, 08. Oktober 2007 08:53:43 schrieb Jürgen Spitzmüller:
> Tommaso Cucinotta wrote:
> > Please, can you tell me what is the command/tag to check-out a
> > 1.5.2 branch ? I can make a check to see if it's just my laptop.
>
> svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X lyx-1.
Am Montag, 8. Oktober 2007 10:58 schrieb Abdelrazak Younes:
> Kornel Benko wrote:
> > Hi Abdel,
> > at the moment I can still all compile, but I get now 'zilion on unsatisfied
> > referencies
> > at bind time.
>
> You mean at link time I think.
Yes.
>
> > ...
> > Linking CXX executable ../bin/
Jürgen Spitzmüller wrote:
http://bugzilla.lyx.org/show_bug.cgi?id=4255
The patch looks straightforward to me. Abdel, what do you think?
Yes, this of (use_gui) is fine.
Abdel.
http://bugzilla.lyx.org/show_bug.cgi?id=4255
The patch looks straightforward to me. Abdel, what do you think?
Jürgen
Index: src/BranchList.cpp
===
--- src/BranchList.cpp (Revision 20838)
+++ src/BranchList.cpp (Arbeitskopie)
@@ -24,7
1 - 100 of 106 matches
Mail list logo