On Wed, Dec 17, 2003 at 05:33:09PM -0500, Ronald Florence wrote:
> I have been using lyx-1.3.4cvs, and notice that in addition to the
> Font, there is a new item in the status line at the bottom of LyX,
> "Paragraph: " where is a fairly large number that increments
> as I move from paragr
I have been using lyx-1.3.4cvs, and notice that in addition to the
Font, there is a new item in the status line at the bottom of LyX,
"Paragraph: " where is a fairly large number that increments
as I move from paragraph to paragraph. I assumed the number was the
paragraph or line number i
Am Montag, 15. Dezember 2003 11:17 schrieb Andre Poenitz:
> On Sat, Dec 13, 2003 at 04:50:55PM +0100, Georg Baum wrote:
> > Is the reason better readability in mails or something else?
>
> Not just in mail. Most terminals have a finite length for lines and 80
> is a fairly common value in that cas
Am Sonntag, 14. Dezember 2003 02:03 schrieb Kayvan A. Sylvan:
> The "status"-tag message is pointing to a bug. I don't think that a Note
> inset can be closed right now. In fact, open the attached document, close
> the inset by clicking on it and save the document. Now, re-open the
document
> and
On Wed, Dec 17, 2003 at 03:21:36PM +0100, Andre' Poenitz wrote:
> On Wed, Dec 17, 2003 at 12:56:43PM +, Angus Leeming wrote:
> > > lfun-define "citation-insert" "dialog-show-new-inset citation"
> >
> > That's exactly what I envisage.
>
> We'd just have to decide on some 'internal scripting l
On Wed, Dec 17, 2003 at 04:11:02PM +, Jose' Matos spake thusly:
> On Wednesday 17 December 2003 16:15, Martin Vermeer wrote:
> > > In docbook the whole header-like stuff is at the same depth as the
> > > usual sections for that style ( section for articles and chapters for
> > > book) so th
On Wednesday 17 December 2003 16:15, Martin Vermeer wrote:
> > In docbook the whole header-like stuff is at the same depth as the
> > usual sections for that style ( section for articles and chapters for
> > book) so that as soon as the chapter begins the header closes.
> >
> > This has some pr
>
> In docbook the whole header-like stuff is at the same depth as the usual
> sections for that style ( section for articles and chapters for book) so that
> as soon as the chapter begins the header closes.
>
> This has some problems, sometimes but IMHO it is more homegeneous than the
> inti
Andre Poenitz wrote:
> On Wed, Dec 17, 2003 at 12:56:43PM +, Angus Leeming wrote:
>> > lfun-define "citation-insert" "dialog-show-new-inset citation"
>>
>> That's exactly what I envisage.
>
> We'd just have to decide on some 'internal scripting language'
> and get all these features for fre
On Wed, Dec 17, 2003 at 12:56:43PM +, Angus Leeming wrote:
> > lfun-define "citation-insert" "dialog-show-new-inset citation"
>
> That's exactly what I envisage.
We'd just have to decide on some 'internal scripting language' and get
all these features for free.
With Tcl this would be a
'p
On Wed, 17 Dec 2003, Angus Leeming wrote:
> Sure. Whatever.
> It's all a pipe dream anyway.
For the future, I've pasted some notes here:
http://wiki.lyx.org/pmwiki.php/Devel/Lfun2lfun
/Christian
--
Christian Ridderström http://www.md.kth.se/~chr
On Wed, 17 Dec 2003, Angus Leeming wrote:
> Christian Ridderström wrote:
> > that also extracts any available help text from stdtoolbars.ui.
> > Actually, since the ui-file uses a few command sequences, it ends up
> > being a bit like examples of how you can use the command, see
> >
> > http://wi
Jean-Marc Lasgouttes wrote:
>> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:
>
> Christian> First I thought this would be rather slow, but then I
> Christian> realized that all lfuns generated from within lyx ought to
> Christian> be known, right? So the only unknown lfuns
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:
Christian> First I thought this would be rather slow, but then I
Christian> realized that all lfuns generated from within lyx ought to
Christian> be known, right? So the only unknown lfuns should come from
Christian> the mini-b
On Wed, 17 Dec 2003, Jean-Marc Lasgouttes wrote:
> > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:
>
> Christian> What would this lfun2lfun-script operate on? (Or do you
> Christian> mean that it would act like a filter on commands typed in
> Christian> the mini-buffer, see
On Tue, 16 Dec 2003, Angus Leeming wrote:
> In other words, I'm quite happy with 'mathed' and 'texted'.
I'll consider this settled then :)
(Now I'd just like to know what they are)
/Christian
--
Christian Ridderström http://www.md.kth.se/~chr
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:
Christian> What would this lfun2lfun-script operate on? (Or do you
Christian> mean that it would act like a filter on commands typed in
Christian> the mini-buffer, see what I wrote in the end?)
I guess the FuncRequest construc
Christian Ridderström wrote:
>> I have been thinking for a while of an lfun2lfun script. As an
>> example:
>>
>> citation-insert -> dialog-show-new-inset citation
>
> What would this lfun2lfun-script operate on? (Or do you mean that it
> would act like a filter on commands typed in the mini-buffe
On Tue, 16 Dec 2003, Angus Leeming wrote:
> Christian Ridderström wrote:
> > Speaking of that, I used my script to see how the lfuns have changed
> > between the recent releases. The lfuns for Lyx 1.3.1 - 1.3.3 are the
> > same, but the n:o lfuns has dropped from 241 to 238 in the latest
> > CVS.
Christian Ridderström wrote:
> that also extracts any available help text from stdtoolbars.ui.
> Actually, since the ui-file uses a few command sequences, it ends up
> being a bit like examples of how you can use the command, see
>
> http://wiki.lyx.org/pmwiki.php/Devel/LyxFunctionListCVS
Perhaps
On Tue, 16 Dec 2003, Jean-Marc Lasgouttes wrote:
> To expand on John's answers: the help text of the lfuns was mainly
> used to provide tooltips for icons. These tooltips are now defined in
> stdtoolbars.ui.
Ok, thanks. I created a new version of my script
http://wiki.lyx.org/pmwiki.php/
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> [EMAIL PROTECTED] wrote:
>> Modified files: lyx-devel/po/: ChangeLog nn.po Log message: update
>> nynorsk l10n
>>
Michael> Dear Jean-Marc,
Hello Michael,
Michael> I saw that you committed a patch to the 1.3.X branch as wel
> "dooteo" == dooteo <[EMAIL PROTECTED]> writes:
dooteo> Hi Jean Marc, At least, i'd finnished to correct, update and
dooteo> review Basuqe lang. PO file.
Hi, Dooteo,
Congratulations!
dooteo> Shall i submit it to you (to commit it to CVS system)? Or
dooteo> maybe to mailing list?
You can
On Wed, Dec 17, 2003 at 12:00:24AM -0800, Kayvan A. Sylvan spake thusly:
> 1) lyx newfile.lyx
> 2) Click OK to the "create this file" dialog
> 3) Type some junk
> 4) Edit->Paragraph Settings
> 5) Click on "Center"
> 6) Click OK
>
> LyX crashes.
It's an off-by-one error. If you have multiple par
Centering a paragraph no longer works in latest CVS
I don't exactly know what change caused this.
1) lyx newfile.lyx
2) Click OK to the "create this file" dialog
3) Type some junk
4) Edit->Paragraph Settings
5) Click on "Center"
6) Click OK
LyX crashes.
--
Kayvan A. Sylvan | Proud hus
25 matches
Mail list logo