Re: entering Unicode points directly in ipa inset

2018-03-21 Thread mike

On 21/03/2018 20:12, Richard Kimberly Heck wrote:

On 03/21/2018 03:09 PM, mike wrote:

On 21/03/2018 18:14, Richard Kimberly Heck wrote:

On 03/21/2018 01:48 PM, mike wrote:

On 21/03/2018 00:50, Richard Kimberly Heck wrote:

On 03/20/2018 06:23 PM, mike wrote:


Hello

So I've read "Using LyX to Display Phonetic Characters (IPA)" 
(https://wiki.lyx.org/LyX/LinguistLyX#toc4) specifically about 
the different ways of entering glyphs, etc. with the IPA inset 
but what still isn't clear to me is how I enter a code point like 
0x0298 directly using the IPA inset (bilabial click that appears 
second on the left on the main IPA toolbar). Is there a way to do 
this?  Also is there a way to enter more than one at the same 
time in the same inset?


Not with unicode-insert. I suppose we should fix that and allow 
multiple characters, as will self-insert. If you file a bug report 
about that, I expect it can be fixed quite quickly.


But note that you can do things like:
    self-insert ຄໆໆ
where the Unicode characters are just given explicity.

Riki


Hi Riki

I suppose I'm just thick but how do you the equivalent of 
"self-insert 0x0298" in the command buffer?  All that happens in an 
inset or outside of one is that the text string "0x0298" gets 
inserted.  I didn't think it appropriate to ask about this in 
Ticket #11084 .




The self-insert LFUN enters exactly what you give it, whereas 
unicode-insert accepts codepoints. The reason to have both has to do 
with file encodings, etc.


Riki


Thanks Riki.  I understand finally.



PS If you look under Help> LyX Functions, that's where it's documented 
what all of these do. If the documentation doesn't seem clear enough, 
let us know, and we'll fix it.



As they say in Glasgow you're a star

Mike

--
I *AM* a unique and special snowflake



Re: entering Unicode points directly in ipa inset

2018-03-21 Thread Richard Kimberly Heck
On 03/21/2018 03:09 PM, mike wrote:
> On 21/03/2018 18:14, Richard Kimberly Heck wrote:
>> On 03/21/2018 01:48 PM, mike wrote:
>>> On 21/03/2018 00:50, Richard Kimberly Heck wrote:
 On 03/20/2018 06:23 PM, mike wrote:
>
> Hello
>
> So I've read "Using LyX to Display Phonetic Characters (IPA)"
> (https://wiki.lyx.org/LyX/LinguistLyX#toc4) specifically about the
> different ways of entering glyphs, etc. with the IPA inset but
> what still isn't clear to me is how I enter a code point like
> 0x0298 directly using the IPA inset (bilabial click that appears
> second on the left on the main IPA toolbar).  Is there a way to do
> this?  Also is there a way to enter more than one at the same time
> in the same inset?

 Not with unicode-insert. I suppose we should fix that and allow
 multiple characters, as will self-insert. If you file a bug report
 about that, I expect it can be fixed quite quickly.

 But note that you can do things like:
     self-insert ຄໆໆ
 where the Unicode characters are just given explicity.

 Riki

>>> Hi Riki
>>>
>>> I suppose I'm just thick but how do you the equivalent of
>>> "self-insert 0x0298" in the command buffer?  All that happens in an
>>> inset or outside of one is that the text string "0x0298" gets
>>> inserted.  I didn't think it appropriate to ask about this in Ticket
>>> #11084 .
>>>
>>
>> The self-insert LFUN enters exactly what you give it, whereas
>> unicode-insert accepts codepoints. The reason to have both has to do
>> with file encodings, etc.
>>
>> Riki
>>
> Thanks Riki.  I understand finally.
>

PS If you look under Help> LyX Functions, that's where it's documented
what all of these do. If the documentation doesn't seem clear enough,
let us know, and we'll fix it.



Re: coding of text

2018-03-21 Thread Wolfgang Engelmann



Am 21.03.2018 um 19:10 schrieb Paul A. Rubin:

On 03/21/2018 01:45 PM, Wolfgang Engelmann wrote:




Am 21.03.2018 um 18:33 schrieb Paul A. Rubin:

On 03/21/2018 01:14 PM, Wolfgang Engelmann wrote:
I am importing text from Email into lyx. How can I find out the 
coding of it, the coding of my lyx document, and how can I convert 
the imported stuff into the same coding.


Wolfgang


You might look at iconv .

Paul

Thanks, Paul, but how do I find out the coding, to begin with, before 
I do the convertion?

Wolfgang
On Linux, you can run "file -bi " or "file --mime-encoding 
". I'm not sure it's foolproof, but it seems to work pretty well 
for most cases.


Paul


Thanks again, Paul, it was us-ascii coded and
iconv -f us-ascii -t utf-8 original-us-ascii.txt > converted-utf8.txt
worked fine.
Wolfgang


Re: entering Unicode points directly in ipa inset

2018-03-21 Thread mike

On 21/03/2018 18:14, Richard Kimberly Heck wrote:

On 03/21/2018 01:48 PM, mike wrote:

On 21/03/2018 00:50, Richard Kimberly Heck wrote:

On 03/20/2018 06:23 PM, mike wrote:


Hello

So I've read "Using LyX to Display Phonetic Characters (IPA)" 
(https://wiki.lyx.org/LyX/LinguistLyX#toc4) specifically about the 
different ways of entering glyphs, etc. with the IPA inset but what 
still isn't clear to me is how I enter a code point like 0x0298 
directly using the IPA inset (bilabial click that appears second on 
the left on the main IPA toolbar).  Is there a way to do this? Also 
is there a way to enter more than one at the same time in the same 
inset?


Not with unicode-insert. I suppose we should fix that and allow 
multiple characters, as will self-insert. If you file a bug report 
about that, I expect it can be fixed quite quickly.


But note that you can do things like:
    self-insert ຄໆໆ
where the Unicode characters are just given explicity.

Riki


Hi Riki

I suppose I'm just thick but how do you the equivalent of 
"self-insert 0x0298" in the command buffer?  All that happens in an 
inset or outside of one is that the text string "0x0298" gets 
inserted.  I didn't think it appropriate to ask about this in Ticket 
#11084 .




The self-insert LFUN enters exactly what you give it, whereas 
unicode-insert accepts codepoints. The reason to have both has to do 
with file encodings, etc.


Riki


Thanks Riki.  I understand finally.

Best

Mike

--
I *AM* a unique and special snowflake



Re: Lyx3.2 and QT5 configure error [Solved]

2018-03-21 Thread Gilles Mioni

Thanks to Pavel Sanda and Kornel Benko for their good advices.


Re: entering Unicode points directly in ipa inset

2018-03-21 Thread Richard Kimberly Heck
On 03/21/2018 01:48 PM, mike wrote:
> On 21/03/2018 00:50, Richard Kimberly Heck wrote:
>> On 03/20/2018 06:23 PM, mike wrote:
>>>
>>> Hello
>>>
>>> So I've read "Using LyX to Display Phonetic Characters (IPA)"
>>> (https://wiki.lyx.org/LyX/LinguistLyX#toc4) specifically about the
>>> different ways of entering glyphs, etc. with the IPA inset but what
>>> still isn't clear to me is how I enter a code point like 0x0298
>>> directly using the IPA inset (bilabial click that appears second on
>>> the left on the main IPA toolbar).  Is there a way to do this?  Also
>>> is there a way to enter more than one at the same time in the same
>>> inset?
>>
>> Not with unicode-insert. I suppose we should fix that and allow
>> multiple characters, as will self-insert. If you file a bug report
>> about that, I expect it can be fixed quite quickly.
>>
>> But note that you can do things like:
>>     self-insert ຄໆໆ
>> where the Unicode characters are just given explicity.
>>
>> Riki
>>
> Hi Riki
>
> I suppose I'm just thick but how do you the equivalent of "self-insert
> 0x0298" in the command buffer?  All that happens in an inset or
> outside of one is that the text string "0x0298" gets inserted.  I
> didn't think it appropriate to ask about this in Ticket #11084
> .
>

The self-insert LFUN enters exactly what you give it, whereas
unicode-insert accepts codepoints. The reason to have both has to do
with file encodings, etc.

Riki



Re: coding of text

2018-03-21 Thread Paul A. Rubin

On 03/21/2018 01:45 PM, Wolfgang Engelmann wrote:




Am 21.03.2018 um 18:33 schrieb Paul A. Rubin:

On 03/21/2018 01:14 PM, Wolfgang Engelmann wrote:
I am importing text from Email into lyx. How can I find out the 
coding of it, the coding of my lyx document, and how can I convert 
the imported stuff into the same coding.


Wolfgang


You might look at iconv .

Paul

Thanks, Paul, but how do I find out the coding, to begin with, before 
I do the convertion?

Wolfgang
On Linux, you can run "file -bi " or "file --mime-encoding 
". I'm not sure it's foolproof, but it seems to work pretty well 
for most cases.


Paul



Re: entering Unicode points directly in ipa inset

2018-03-21 Thread mike

On 21/03/2018 00:50, Richard Kimberly Heck wrote:

On 03/20/2018 06:23 PM, mike wrote:


Hello

So I've read "Using LyX to Display Phonetic Characters (IPA)" 
(https://wiki.lyx.org/LyX/LinguistLyX#toc4) specifically about the 
different ways of entering glyphs, etc. with the IPA inset but what 
still isn't clear to me is how I enter a code point like 0x0298 
directly using the IPA inset (bilabial click that appears second on 
the left on the main IPA toolbar).  Is there a way to do this?  Also 
is there a way to enter more than one at the same time in the same 
inset?


Not with unicode-insert. I suppose we should fix that and allow 
multiple characters, as will self-insert. If you file a bug report 
about that, I expect it can be fixed quite quickly.


But note that you can do things like:
    self-insert ຄໆໆ
where the Unicode characters are just given explicity.

Riki


Hi Riki

I suppose I'm just thick but how do you the equivalent of "self-insert 
0x0298" in the command buffer?  All that happens in an inset or outside 
of one is that the text string "0x0298" gets inserted.  I didn't think 
it appropriate to ask about this in Ticket #11084 
.


Best regards

Mike

--
I *AM* a unique and special snowflake



Re: coding of text

2018-03-21 Thread Wolfgang Engelmann



Am 21.03.2018 um 18:33 schrieb Paul A. Rubin:

On 03/21/2018 01:14 PM, Wolfgang Engelmann wrote:
I am importing text from Email into lyx. How can I find out the 
coding of it, the coding of my lyx document, and how can I convert 
the imported stuff into the same coding.


Wolfgang


You might look at iconv .

Paul

Thanks, Paul, but how do I find out the coding, to begin with, before I 
do the convertion?

Wolfgang


Re: coding of text

2018-03-21 Thread Paul A. Rubin

On 03/21/2018 01:14 PM, Wolfgang Engelmann wrote:
I am importing text from Email into lyx. How can I find out the coding 
of it, the coding of my lyx document, and how can I convert the 
imported stuff into the same coding.


Wolfgang


You might look at iconv .

Paul



coding of text

2018-03-21 Thread Wolfgang Engelmann
I am importing text from Email into lyx. How can I find out the coding 
of it, the coding of my lyx document, and how can I convert the imported 
stuff into the same coding.


Wolfgang



Re: LyX 2.3 --- Citation at end of a quotation

2018-03-21 Thread Richard Kimberly Heck
On 03/21/2018 03:39 AM, F M Salter wrote:
>
>
>
> On 20/03/18 14:34, Richard Kimberly Heck
> 
> wrote:
>> Hi.
>>
>> I think the reason for the problem Frank reported is that LaTeX discards
>> leading space in some cases. So, if you just put a horizontal fill, with
>> nothing ahead of it, LaTeX ignores it. The solution is to "protect" this 
>> space.
>> There's a checkbox for that in the dialog. Note that this will work if you 
>> just
>> use a linebreak instead of a new paragraph.
>>
> Thank you. This worked perfectly.
>
> However, there is an awkwardness in how this is shown in LyX.
> Doing what Riki said shows, to the left of the citation, a small glyph
> producing the horizontal fill.  The citation appears to be on the left
> but prints correctly to the right.  At other times a horizontal fill
> shows as a horizontal line and the text moves to the right.

Yes, I noticed that. I've filed a bug about it.

Riki



Re: account

2018-03-21 Thread mike

On 21/03/2018 14:14, Jean-Marc Lasgouttes wrote:

Le 21/03/2018 à 14:57, mike a écrit :

Hello

How do I get a LyX account so that I can file a bug report please?


Hello Mike,

Go to https://www.lyx.org/trac, then click on Connection.

You will find a register link on this page.

HTH,
JMarc


Thanks very much Jean-Marc yet again.

Best regards

Mike

--
I *AM* a unique and special snowflake



Re: account

2018-03-21 Thread Jean-Marc Lasgouttes

Le 21/03/2018 à 14:57, mike a écrit :

Hello

How do I get a LyX account so that I can file a bug report please?


Hello Mike,

Go to https://www.lyx.org/trac, then click on Connection.

You will find a register link on this page.

HTH,
JMarc


account

2018-03-21 Thread mike

Hello

How do I get a LyX account so that I can file a bug report please?

Mike

--
I *AM* a unique and special snowflake



importing a LaTeX template

2018-03-21 Thread Полина Пруцкова
Dear LyX experts,
I am trying to use/import a LaTeX template for the ISMIR proceedings from here: 
http://ismir2018.ircam.fr/doc/latex.zip 
 
It has .sty files but also a .tex, a .pdf and a .bib file.
Which of them do I use and how?
I’ve googled and there are some solutions a couple of years old which seem to 
work for some and not for others. What is the latest wisdom on this?
Kind regards,
Polina

Re: Lyx3.2 and QT5 configure error

2018-03-21 Thread Pavel Sanda
Gilles Mioni wrote:
> I tried to compile lyx 2.3 on linux Debian buster amd64
> I launched : ./configure --enable-qt5 --with-qt-dir=/usr/lib/qt5/
> I obtained the message :
> checking for Qt library name... failed
> configure: error: cannot compile a simple Qt executable. Check you have the 
> right $QTDIR.
>
> Any idea ?

It is good idea to run
apt-get build-dep lyx
to get all needed dependencies when compiling in debian.

https://wiki.lyx.org/LyX/LyXOnDebian

Pavel


Re: Lyx3.2 and QT5 configure error

2018-03-21 Thread Kornel Benko
Am Mittwoch, 21. März 2018 14:19:39 CET schrieb Gilles Mioni 
:
> Gilles Mioni wrote:
> > I tried to compile lyx 2.3 on linux Debian buster amd64
> > I launched : ./configure --enable-qt5 --with-qt-dir=/usr/lib/qt5/
> > I obtained the message :
> > checking for Qt library name... failed
> > configure: error: cannot compile a simple Qt executable. Check you 
> > have the right $QTDIR.
> > 
> > Any idea ?
> > Thanks for help
> 
> I join config.log

1.) you need the package libqt5x11extras5-dev
2.) also the package libqt5svg5-dev
3.) libice-dev # probably you need only libice6 here
4.) qtbase5-dev

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Lyx3.2 and QT5 configure error

2018-03-21 Thread Gilles Mioni

Gilles Mioni wrote:

I tried to compile lyx 2.3 on linux Debian buster amd64
I launched : ./configure --enable-qt5 --with-qt-dir=/usr/lib/qt5/
I obtained the message :
checking for Qt library name... failed
configure: error: cannot compile a simple Qt executable. Check you 
have the right $QTDIR.


Any idea ?
Thanks for help


I join config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LyX configure 2.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-qt5 --with-qt-dir=/usr/lib/qt5/

## - ##
## Platform. ##
## - ##

hostname = chaos
uname -m = x86_64
uname -r = 4.14.0-3-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.14.17-1 (2018-02-14)

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## --- ##
## Core tests. ##
## --- ##

configure:2903: checking for build type
configure:2921: result: release
configure:2933: checking for version suffix
configure:2952: result: 
configure:2956: checking whether Qt5 is requested
configure:2965: result: yes
configure:2974: checking build system type
configure:2988: result: x86_64-pc-linux-gnu
configure:3008: checking host system type
configure:3021: result: x86_64-pc-linux-gnu
configure:3041: checking target system type
configure:3054: result: x86_64-pc-linux-gnu
configure:3080: checking what packaging should be used
configure:3097: result: posix
configure:3197: checking whether to enable maintainer-specific portions of Makefiles
configure:3206: result: no
configure:3230: checking whether make supports nested variables
configure:3247: result: yes
configure:3278: checking for a BSD-compatible install
configure:3346: result: /usr/bin/install -c
configure:3357: checking whether build environment is sane
configure:3412: result: yes
configure:3563: checking for a thread-safe mkdir -p
configure:3602: result: /bin/mkdir -p
configure:3609: checking for gawk
configure:3625: found /usr/bin/gawk
configure:3636: result: gawk
configure:3647: checking whether make sets $(MAKE)
configure:3669: result: yes
configure:3756: checking whether UID '0' is supported by ustar format
configure:3759: result: yes
configure:3766: checking whether GID '0' is supported by ustar format
configure:3769: result: yes
configure:3777: checking how to create a ustar tar archive
configure:3788: tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3791: $? = 0
configure:3831: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3834: $? = 0
configure:3838: tar -xf - = 2.7.0 or 3.3.0
configure:4030: python -c import sys version = sys.version_info[:3] sys.exit(not ((2,7,0) <= version < (3,0,0) or version >= (3,3,0)))
configure:4033: $? = 0
configure:4039: result: python
configure:4047: checking for python
configure:4065: found /usr/bin/python
configure:4077: result: /usr/bin/python
configure:4157: checking for python version
configure:4164: result: 2.7
configure:4176: checking for python platform
configure:4183: result: linux2
configure:4209: checking for python script directory
configure:4244: result: ${prefix}/lib/python2.7/dist-packages
configure:4253: checking for python extension module directory
configure:4288: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:4315: checking for style of include used by make
configure:4343: result: GNU
configure:4414: checking for gcc
configure:4430: found /usr/bin/gcc
configure:4441: result: gcc
configure:4670: checking for C compiler version
configure:4679: gcc --version >&5
gcc (Debian 7.3.0-11) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4690: $? = 0
configure:4679: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-11' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared 

Lyx3.2 and QT5 configure error

2018-03-21 Thread Gilles Mioni

I tried to compile lyx 2.3 on linux Debian buster amd64
I launched : ./configure --enable-qt5 --with-qt-dir=/usr/lib/qt5/
I obtained the message :
checking for Qt library name... failed
configure: error: cannot compile a simple Qt executable. Check you have 
the right $QTDIR.


Any idea ?
Thanks for help


RE: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard

On Wed, 21 Mar 2018, Baris Erkus wrote:


How did you do it? Did you define the commands one-by-one? I guess, you
cannot see the difference between two files on LyX.


Baris,

  I have a local repository and when I'm done making changes (or stopping
for the day) I access the version control dialog (so far only checking in
changes) and entering a comment. I've not needed to check out a version, yet
using the menu command to check out a previous version to get the one
checked in on the other system _might_ do the trick.

Regards,

Rich


RE: RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus


> FWIW, I set up the git repository externally then use git commands within LyX.

How did you do it? Did you define the commands one-by-one? I guess, you cannot 
see the difference between two files on LyX.






Re: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard

On Wed, 21 Mar 2018, Rich Shepard wrote:


 FWIW, I set up the git repository externally then use git commands within
LyX.


  Then again, I run only linux.

Rich


Re: RCS Version Control on Two Computers

2018-03-21 Thread Rich Shepard

On Wed, 21 Mar 2018, Baris Erkus wrote:


BTW, any future plans for incorporating Git commands into LyX? I can do it
externally, but would be great if it was placed in LyX.


Baris,

  FWIW, I set up the git repository externally then use git commands within
LyX.

Rich


Re: LyX 2.3 --- Citation at end of a quotation

2018-03-21 Thread F M Salter


On 20/03/18 14:34, Richard Kimberly Heck

wrote:
> Hi.
>
> I think the reason for the problem Frank reported is that LaTeX discards
> leading space in some cases. So, if you just put a horizontal fill, with
> nothing ahead of it, LaTeX ignores it. The solution is to "protect" this 
> space.
> There's a checkbox for that in the dialog. Note that this will work if you 
> just
> use a linebreak instead of a new paragraph.
>
Thank you. This worked perfectly.

However, there is an awkwardness in how this is shown in LyX.
Doing what Riki said shows, to the left of the citation, a small glyph
producing the horizontal fill.  The citation appears to be on the left
but prints correctly to the right.  At other times a horizontal fill
shows as a horizontal line and the text moves to the right.

Regards
Frank Salter


RE: RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus
I found the answer by myself on the LyX wiki:

https://wiki.lyx.org/LyX/VersionControlInstallationAndUsage#toc7

Version Control on the Cloud with RCS

Let’s assume this situation: you have to identical LyX installations with RCS 
on two different PCs, one at work and one at home. And you saved all your LyX 
files on your Box, dropbox or OneDrive. You want to be able to continue working 
at home after you leave your saved document at work. This can be done but not 
in a perfect way. What I mean is that you won’t be able to just have a version 
controlled document on one pc and use the same file on the other pc. What you 
have to do is check all changes on your work pc before leaving. When you go 
back home you have to check out the document and continue working. Note that 
won’t be able to keep the same history of version control on the file at work 
unless you do the check in/check out as I just described. If you save you 
document at work without checking them, then you lose all of these changes 
since you will have to check out the document at home to continue version 
control. This is an apparent bug in RCS and sadly it is the best thing 
available on Windows since LyX doesn’t yet fully support git.
(note: whoever is writting this I invite you to development mailing list. I do 
not exactly understand what your issue with RCS is, but we might be able to fix 
it. Pavel)


Sent from Mail for Windows 10


From: lyx-users@lists.lyx.org  on behalf of Baris 
Erkus 
Sent: Wednesday, March 21, 2018 9:11:19 AM
To: lyx-users@lists.lyx.org
Subject: RCS Version Control on Two Computers

Hi,

I am working on a LyX document with RCS version control enabled.

I am working on the file during the day in my office on my office PC and in the 
evening on my home PC. I am using cloud to keep files.

I sometimes encounter that RCS gives an error. (I guess it is related with 
check-in check-out status, ready-only status and maybe other settings.)

[cid:image001.png@01D3C0F4.90C529F0]

What should I do to make RCS work on two PCs?

BTW, any future plans for incorporating Git commands into LyX? I can do it 
externally, but would be great if it was placed in LyX.

Thanks in advance,

Baris

Note: This is the fixed I found by myself:

When I check the “.lyx,v” file, I observe that the following header creates a 
problem. (I guess this header corresponds to checked-in status.)

head  1.8;
access;
symbols;
locks; strict;
comment@# @;

I check the header of fine-working RCS file and found that it is in the 
following format. (I guess this header corresponds to checked-out status.)

head  1.8;
access;
symbols;
locks
bariserkus:1.8; strict;
comment@# @;

If I replace the “locks; strict;”  portion with “locksbariserkus:1.8; 
strict;”, it works just fine.

Note that “1.8” is the version number and “bariserkus” is the author name.


RCS Version Control on Two Computers

2018-03-21 Thread Baris Erkus
Hi,

I am working on a LyX document with RCS version control enabled.

I am working on the file during the day in my office on my office PC and in the 
evening on my home PC. I am using cloud to keep files.

I sometimes encounter that RCS gives an error. (I guess it is related with 
check-in check-out status, ready-only status and maybe other settings.)

[cid:image001.png@01D3C0F4.90C529F0]

What should I do to make RCS work on two PCs?

BTW, any future plans for incorporating Git commands into LyX? I can do it 
externally, but would be great if it was placed in LyX.

Thanks in advance,

Baris

Note: This is the fixed I found by myself:

When I check the “.lyx,v” file, I observe that the following header creates a 
problem. (I guess this header corresponds to checked-in status.)

head  1.8;
access;
symbols;
locks; strict;
comment@# @;

I check the header of fine-working RCS file and found that it is in the 
following format. (I guess this header corresponds to checked-out status.)

head  1.8;
access;
symbols;
locks
bariserkus:1.8; strict;
comment@# @;

If I replace the “locks; strict;”  portion with “locksbariserkus:1.8; 
strict;”, it works just fine.

Note that “1.8” is the version number and “bariserkus” is the author name.