Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/10/2011 11:57 PM, Lisa Andrews wrote:
 According to the docs (LFUN):

 LFUN_NOMENCL_INSERT
 ActionInserts Nomenclature entry.
 NotionIt automatically takes the word on the cursor position if no
 symbol is given.
 Syntaxnomencl-insert [SYMBOL]

 I am trying to bind a key to create a nomenclature entry for the word
 on the cursor position (see above), so that I can then just start
 typing the description in the dialog.
 nomencl-insert brings up the dialog but ignores any highlighted text,
 or any word on the cursor position.
 (using Lyx 2.0.0 on Win7 64bit)

Hmm. I see the problem, and I think I see what's causing it. But right
now it's just a bug. The whole word on the cursor position thing is
broken. We'll get it fixed for 2.0.2.

Richard



Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/11/2011 09:41 AM, Richard Heck wrote:
 On 09/10/2011 11:57 PM, Lisa Andrews wrote:
 According to the docs (LFUN):

 LFUN_NOMENCL_INSERT
 ActionInserts Nomenclature entry.
 NotionIt automatically takes the word on the cursor position if no
 symbol is given.
 Syntaxnomencl-insert [SYMBOL]

 I am trying to bind a key to create a nomenclature entry for the word
 on the cursor position (see above), so that I can then just start
 typing the description in the dialog.
 nomencl-insert brings up the dialog but ignores any highlighted text,
 or any word on the cursor position.
 (using Lyx 2.0.0 on Win7 64bit)

 Hmm. I see the problem, and I think I see what's causing it. But right
 now it's just a bug. The whole word on the cursor position thing is
 broken. We'll get it fixed for 2.0.2.

This has now been fixed in svn for 2.0.2.

Richard



Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/10/2011 11:57 PM, Lisa Andrews wrote:
 According to the docs (LFUN):

 LFUN_NOMENCL_INSERT
 ActionInserts Nomenclature entry.
 NotionIt automatically takes the word on the cursor position if no
 symbol is given.
 Syntaxnomencl-insert [SYMBOL]

 I am trying to bind a key to create a nomenclature entry for the word
 on the cursor position (see above), so that I can then just start
 typing the description in the dialog.
 nomencl-insert brings up the dialog but ignores any highlighted text,
 or any word on the cursor position.
 (using Lyx 2.0.0 on Win7 64bit)

Hmm. I see the problem, and I think I see what's causing it. But right
now it's just a bug. The whole word on the cursor position thing is
broken. We'll get it fixed for 2.0.2.

Richard



Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/11/2011 09:41 AM, Richard Heck wrote:
 On 09/10/2011 11:57 PM, Lisa Andrews wrote:
 According to the docs (LFUN):

 LFUN_NOMENCL_INSERT
 ActionInserts Nomenclature entry.
 NotionIt automatically takes the word on the cursor position if no
 symbol is given.
 Syntaxnomencl-insert [SYMBOL]

 I am trying to bind a key to create a nomenclature entry for the word
 on the cursor position (see above), so that I can then just start
 typing the description in the dialog.
 nomencl-insert brings up the dialog but ignores any highlighted text,
 or any word on the cursor position.
 (using Lyx 2.0.0 on Win7 64bit)

 Hmm. I see the problem, and I think I see what's causing it. But right
 now it's just a bug. The whole word on the cursor position thing is
 broken. We'll get it fixed for 2.0.2.

This has now been fixed in svn for 2.0.2.

Richard



Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/10/2011 11:57 PM, Lisa Andrews wrote:
> According to the docs (LFUN):
>
> LFUN_NOMENCL_INSERT
> ActionInserts Nomenclature entry.
> NotionIt automatically takes the word on the cursor position if no
> symbol is given.
> Syntaxnomencl-insert []
>
> I am trying to bind a key to create a nomenclature entry for "the word
> on the cursor position" (see above), so that I can then just start
> typing the description in the dialog.
> nomencl-insert brings up the dialog but ignores any highlighted text,
> or any "word on the cursor position".
> (using Lyx 2.0.0 on Win7 64bit)
>
Hmm. I see the problem, and I think I see what's causing it. But right
now it's just a bug. The whole "word on the cursor position" thing is
broken. We'll get it fixed for 2.0.2.

Richard



Re: How to use nomencl-insert?

2011-09-11 Thread Richard Heck
On 09/11/2011 09:41 AM, Richard Heck wrote:
> On 09/10/2011 11:57 PM, Lisa Andrews wrote:
>> According to the docs (LFUN):
>>
>> LFUN_NOMENCL_INSERT
>> ActionInserts Nomenclature entry.
>> NotionIt automatically takes the word on the cursor position if no
>> symbol is given.
>> Syntaxnomencl-insert []
>>
>> I am trying to bind a key to create a nomenclature entry for "the word
>> on the cursor position" (see above), so that I can then just start
>> typing the description in the dialog.
>> nomencl-insert brings up the dialog but ignores any highlighted text,
>> or any "word on the cursor position".
>> (using Lyx 2.0.0 on Win7 64bit)
>>
> Hmm. I see the problem, and I think I see what's causing it. But right
> now it's just a bug. The whole "word on the cursor position" thing is
> broken. We'll get it fixed for 2.0.2.
>
This has now been fixed in svn for 2.0.2.

Richard



How to use nomencl-insert?

2011-09-10 Thread Lisa Andrews
According to the docs (LFUN):

LFUN_NOMENCL_INSERT
ActionInserts Nomenclature entry.
NotionIt automatically takes the word on the cursor position if no
symbol is given.
Syntaxnomencl-insert [SYMBOL]

I am trying to bind a key to create a nomenclature entry for the word
on the cursor position (see above), so that I can then just start
typing the description in the dialog.
nomencl-insert brings up the dialog but ignores any highlighted text,
or any word on the cursor position.
(using Lyx 2.0.0 on Win7 64bit)

Can anybody help?
Thanks, Lisa


How to use nomencl-insert?

2011-09-10 Thread Lisa Andrews
According to the docs (LFUN):

LFUN_NOMENCL_INSERT
ActionInserts Nomenclature entry.
NotionIt automatically takes the word on the cursor position if no
symbol is given.
Syntaxnomencl-insert [SYMBOL]

I am trying to bind a key to create a nomenclature entry for the word
on the cursor position (see above), so that I can then just start
typing the description in the dialog.
nomencl-insert brings up the dialog but ignores any highlighted text,
or any word on the cursor position.
(using Lyx 2.0.0 on Win7 64bit)

Can anybody help?
Thanks, Lisa


How to use nomencl-insert?

2011-09-10 Thread Lisa Andrews
According to the docs (LFUN):

LFUN_NOMENCL_INSERT
ActionInserts Nomenclature entry.
NotionIt automatically takes the word on the cursor position if no
symbol is given.
Syntaxnomencl-insert []

I am trying to bind a key to create a nomenclature entry for "the word
on the cursor position" (see above), so that I can then just start
typing the description in the dialog.
nomencl-insert brings up the dialog but ignores any highlighted text,
or any "word on the cursor position".
(using Lyx 2.0.0 on Win7 64bit)

Can anybody help?
Thanks, Lisa