Re: [LyX/2.4.1-devel] Update doc info for quote-insert

2024-06-15 Thread Pavel Sanda
On Sat, Jun 15, 2024 at 10:06:55AM +0200, Kornel Benko wrote: > I had the impression that 2.4.1-devel branch is dead. Should this not go to > 2.4.x branch > instead? Oops, was on a wrong branch indeed. P -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-

Re: [LyX/2.4.1-devel] Update doc info for quote-insert

2024-06-15 Thread Kornel Benko
Am Fri, 14 Jun 2024 20:18:42 + schrieb Pavel Sanda : > commit b8a22a3667b20aee663ff897e1d24761dc9e1f30 > Author: Richard Kimberly Heck > Date: Tue Apr 2 12:46:36 2024 -0400 > > Update doc info for quote-insert > --- > src/LyXAction.cpp | 4 +++- > 1 file cha

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-05 Thread Pavel Sanda
On Thu, Apr 04, 2024 at 06:30:08PM -0400, Richard Kimberly Heck wrote: > >>If you are asking because of file format, just resaving in lyx itself > >>and letting lyx2lyx do its work is probably better idea than trying > >>to produce up-to-date format (you might need to change the mid-file > >>as wel

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-04 Thread Richard Kimberly Heck
b0c4681cd8f4dedb975aac80dcb717c40aa8 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:01 2024 -0400 Clarify quote-insert LFUN. And add remark about multiple optional arguments. (cherry picked from commit 29be057a073fde4e36c9adbf31c6cd764f62bda2) Riki, this file is unf autogenerated

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-04 Thread Pavel Sanda
rote: > > >>commit b0c4681cd8f4dedb975aac80dcb717c40aa8 > > >>Author: Richard Kimberly Heck > > >>Date: Mon Apr 1 17:26:01 2024 -0400 > > >> > > >> Clarify quote-insert LFUN. > > >> And add remark about multiple optional arguments. > > >>

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Pavel Sanda
> >>Date: Mon Apr 1 17:26:01 2024 -0400 > >> > >> Clarify quote-insert LFUN. > >> And add remark about multiple optional arguments. > >> (cherry picked from commit 29be057a073fde4e36c9adbf31c6cd764f62bda2) > >Riki, this file is

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Richard Kimberly Heck
On 4/2/24 05:22, Pavel Sanda wrote: On Mon, Apr 01, 2024 at 09:28:51PM +, Richard Kimberly Heck wrote: commit b0c4681cd8f4dedb975aac80dcb717c40aa8 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:01 2024 -0400 Clarify quote-insert LFUN. And add remark about

Re: [LyX/master] Clarify quote-insert LFUN.

2024-04-02 Thread Pavel Sanda
On Mon, Apr 01, 2024 at 09:28:51PM +, Richard Kimberly Heck wrote: > commit b0c4681cd8f4dedb975aac80dcb717c40aa8 > Author: Richard Kimberly Heck > Date: Mon Apr 1 17:26:01 2024 -0400 > > Clarify quote-insert LFUN. > > And add remark about multip

Re: extend quote-insert

2016-12-19 Thread Jürgen Spitzmüller
Am Sonntag, den 18.12.2016, 21:22 + schrieb Guenter Milde: > I suggest, however, to change the names of the parameters to avoid > confusion: > > LANG -> STYLE: alredy changed in 411 but not in 407  > > TYPE -> LEVEL: with "Spanish" and "Russian" STYLE («„“»),  I changed that. >     

extend quote-insert

2016-12-18 Thread Guenter Milde
Dear Jürgen, I am glad to see that the quote-insert LFUN now accepts also parameters for the full specification of the quote. I suggest, however, to change the names of the parameters to avoid confusion: LANG -> STYLE: alredy changed in 411 but not in 407 TYPE -> LEVEL: with "S

Re: [LyX/master] Extend quote-insert

2016-12-16 Thread Scott Kostyshak
On Fri, Dec 16, 2016 at 01:04:13PM +0100, Jürgen Spitzmüller wrote: > 2016-12-16 12:39 GMT+01:00 Scott Kostyshak : > I'd like to list the choices explicitly. OK. Scott signature.asc Description: PGP signature

Re: [LyX/master] Extend quote-insert

2016-12-16 Thread Jürgen Spitzmüller
2016-12-16 12:39 GMT+01:00 Scott Kostyshak : > On Fri, Dec 16, 2016 at 11:24:18AM +0100, Juergen Spitzmueller wrote: > > > + QuoteLanguage ql = EnglishQuotes; > > + > > + if (s == "english") > > + ql = EnglishQuotes; > > + else if (s == "swedish") > > + ql = Swe

Re: [LyX/master] Extend quote-insert

2016-12-16 Thread Scott Kostyshak
On Fri, Dec 16, 2016 at 11:24:18AM +0100, Juergen Spitzmueller wrote: > + QuoteLanguage ql = EnglishQuotes; > + > + if (s == "english") > + ql = EnglishQuotes; > + else if (s == "swedish") > + ql = SwedishQuotes; Why not simplify to the following?

Re: [patch] quote-insert

2004-03-16 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Yes, we definitely should. Did you fix that? (1.3.5cvs could use this > too). Not yet. I'll commit to 1.4 and 1.3.5 (patch attached). BTW the latest fun in cvs is: quotation marks get inserted *after* the cursor. Jürgen. Index: src/insets/ChangeLog ==

Re: [patch] quote-insert

2004-03-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> BTW, Jean-Marc, is there a special reason why we don't use Juergen> opening quotes after '['? I think we should (analogous to Juergen> '('). Yes, we definitely should. Did you fix that? (1.3.5cvs could use this too). JM

Re: [patch] quote-insert

2004-02-20 Thread Juergen Spitzmueller
Andre Poenitz wrote: > > Is it o.k. when I just commit the stuff without the ERT fix and let you > > do this? > > Yes. Thanks. It's in. Over to you. Jürgen.

Re: [patch] quote-insert

2004-02-20 Thread Andre Poenitz
On Fri, Feb 20, 2004 at 10:49:36AM +0100, Juergen Spitzmueller wrote: > Andre Poenitz: > > This should be handled in the ERTInset's dispatch, or even better, > > 'forbidden' by LyXFunc::status. And LyXFunc::status should be split into > > inset specific parts and shifted to the some Inset::status w

Re: [patch] quote-insert

2004-02-20 Thread Juergen Spitzmueller
Andre Poenitz: > This should be handled in the ERTInset's dispatch, or even better, > 'forbidden' by LyXFunc::status. And LyXFunc::status should be split into > inset sopecific parts and shifted to the some Inset::status where > appropriate. Is it o.k. when I just commit the stuff without the ERT

Re: [patch] quote-insert

2004-02-19 Thread Andre Poenitz
On Thu, Feb 19, 2004 at 01:08:14PM +0100, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > OK, here's a patch with the proposed changes and the changes to the ui > > (qt/xforms document dialogs, bindings [1], menus). > > Please tell me if this can go in. > > One additional question. E

Re: [patch] quote-insert

2004-02-19 Thread Andre Poenitz
On Wed, Feb 18, 2004 at 05:57:30PM +0100, Juergen Spitzmueller wrote: > As you may have noticed, quote-insert is broken in current cvs (always inserts > raw quotes). IMHO this is due to this change: > http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/text3.C.diff?r1=1.214

Re: [patch] quote-insert

2004-02-19 Thread Andre Poenitz
On Wed, Feb 18, 2004 at 06:20:22PM +0100, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > Note however that inner/outer is not the same as single/double. There > > probably needs to be big changes in insetquote data structures to > > support this inner/outer stuff properly. > > I can

Re: [patch] quote-insert

2004-02-19 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > OK, here's a patch with the proposed changes and the changes to the ui > (qt/xforms document dialogs, bindings [1], menus). > Please tell me if this can go in. One additional question. ERT allows typographical quotation marks now. I think this is not my doing, but I'

Re: [patch] quote-insert

2004-02-19 Thread Jean-Marc Lasgouttes
> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes: Ronald> Juergen Spitzmueller wrote: >> [1] I do not understand aqua.bind. I have added a FIXME there. For Ronald> the other >> ones, I have bound single quotes to S-" and raw quote to M-" where >> possible, because I think single quote

Re: [patch] quote-insert

2004-02-18 Thread Juergen Spitzmueller
Ronald Florence wrote: > aqua.bind is used only in addition to one of the traditional bind files > like cua.bind or emacs.bind (to provide keyboard shortcuts for LyX/Aqua > users), so it probably doesn't need this new change for single or double > quotes. OK, thanks. Please make sure that single q

Re: [patch] quote-insert

2004-02-18 Thread Ronald Florence
Juergen Spitzmueller wrote: > [1] I do not understand aqua.bind. I have added a FIXME there. For the other ones, I have bound single quotes to S-" and raw quote to M-" where possible, because I think single quote is used more frequently. aqua.bind is used only in addition to one of the traditio

Re: [patch] quote-insert

2004-02-18 Thread Juergen Spitzmueller
Juergen Spitzmueller: > I'll prepare a patch with all this changes. OK, here's a patch with the proposed changes and the changes to the ui (qt/xforms document dialogs, bindings [1], menus). Please tell me if this can go in. BTW, Jean-Marc, is there a special reason why we don't use opening quote

Re: [patch] quote-insert

2004-02-18 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I can also call the arguments "single|double" (is this Juergen> better?). This changes are of course only a first step and do Juergen> not support quote nesting. I just makes the handling of Juergen> single and double quo

Re: [patch] quote-insert

2004-02-18 Thread Juergen Spitzmueller
change is a good thing. > Juergen> [1] I think we could get rid of the toggle and bind > Juergen> "quote-insert inner" to M-" or whatever. > > Yes. I'll prepare a patch with all this changes. Jürgen.

Re: [patch] quote-insert

2004-02-18 Thread Jean-Marc Lasgouttes
>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I fixed this on the way to a first step towards better Juergen> quotation mark handling: the attached patch introduces lfun Juergen> arguments "quote-insert [inner| outer

Re: [patch] quote-insert

2004-02-18 Thread John Levon
On Wed, Feb 18, 2004 at 05:57:30PM +0100, Juergen Spitzmueller wrote: > [1] I think we could get rid of the toggle and bind "quote-insert inner" to > M-" or whatever. Yay to this part anyway. (Needs menu UI though I think) john -- "Spammers get STABBED by GOD." - Ron Echeverri

[patch] quote-insert

2004-02-18 Thread Juergen Spitzmueller
As you may have noticed, quote-insert is broken in current cvs (always inserts raw quotes). IMHO this is due to this change: http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/text3.C.diff?r1=1.214&r2=1.215 BufferParams const & bufparams = bv->buffe

Re: quote insert

2001-05-22 Thread John Levon
On 22 May 2001, Jean-Marc Lasgouttes wrote: > It is one of these famous lfun added for the benefit of the frontends > so that they can pass a parameter (which is 'interactive' version does > not do. We should probably think about how to handle that. Ideally I would like the three cases (used int

Re: quote insert

2001-05-22 Thread Angus Leeming
On Tuesday 22 May 2001 13:33, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> | | BTW, while browsing LyXAction.C, I found: | { > Lars> LFUN_INSERT_URL, "", "", Noop }, > > Lars> Yes, what is that. > > Lars> that LFUN is implemented but no

Re: quote insert

2001-05-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | | BTW, while browsing LyXAction.C, I found: | { Lars> LFUN_INSERT_URL, "", "", Noop }, Lars> Yes, what is that. Lars> that LFUN is implemented but not used. I'll comment it out, and Lars> see if anyone yells. It _is_ used:

Re: quote insert

2001-05-22 Thread Lars Gullik Bjønnes
y in transmgr.C (which is ugly). I guess you could | change quote-insert to do that (currently it inserts a " but something | like string-insert maybe useful). | | BTW, while browsing LyXAction.C, I found: | { LFUN_INSERT_URL, "", "", Noop }, | | What's

Re: quote insert

2001-05-22 Thread Lars Gullik Bjønnes
y in transmgr.C (which is ugly). I guess you could | change quote-insert to do that (currently it inserts a " but something | like string-insert maybe useful). self-insert can be used for that. | | BTW, while browsing LyXAction.C, I found: | { LFUN_INSERT_URL, "", &qu

Re: quote insert

2001-05-22 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> What lfun to call to insert quotes? -- Lgb It seems to me that there has never been a real lfun, but it was handled directly in transmgr.C (which is ugly). I guess you could change quo

quote insert

2001-05-22 Thread Lars Gullik Bjønnes
What lfun to call to insert quotes? -- Lgb