Re: things to do before 1.1.5

2000-06-01 Thread Tsur Dekel

I've found a bug in latest CVS:

1. select some text
2. unselect the text
3. press the middle mouse button (i.e. paste from clipboard)
4. quit from LyX
LyX will close the current buffer, and delete the temp. directory,
but the LyX window will remain open (and the lyx process doesn't exit)

Perhaps this bug is related to the new copy to X-clipboard feature?



Re: things to do before 1.1.5

2000-06-01 Thread Tsur Dekel

 |  | What about my LTR numbers in RTL text patch? (this patch is of course
 |  | non-critical, but still I would like to see it in 1.1.5)
 |  
 |  Where is it?
 | 
 | Here
 
 I am not sure if I like this patch. 
 
 One non-issue first: _foo sr not a valid variable name in LyX use
 foo_. (It is perhaps not reserved by C or C++ but we treat it as such)
 
 I am umconfortable enough with this patch that I don't want it in
 1.1.5, I have a feeling that there must be a better way to accomplish
 this.
 

OK.
What about the patch I sent yesterday?

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11710.html




Re: things to do before 1.1.5

2000-06-01 Thread Tsur Dekel

I've found a bug in latest CVS:

1. select some text
2. unselect the text
3. press the middle mouse button (i.e. paste from clipboard)
4. quit from LyX
LyX will close the current buffer, and delete the temp. directory,
but the LyX window will remain open (and the lyx process doesn't exit)

Perhaps this bug is related to the new copy to X-clipboard feature?



Re: things to do before 1.1.5

2000-06-01 Thread Tsur Dekel

> | > | What about my LTR numbers in RTL text patch? (this patch is of course
> | > | non-critical, but still I would like to see it in 1.1.5)
> | > 
> | > Where is it?
> | 
> | Here
> 
> I am not sure if I like this patch. 
> 
> One non-issue first: _foo sr not a valid variable name in LyX use
> foo_. (It is perhaps not reserved by C or C++ but we treat it as such)
> 
> I am umconfortable enough with this patch that I don't want it in
> 1.1.5, I have a feeling that there must be a better way to accomplish
> this.
> 

OK.
What about the patch I sent yesterday?

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11710.html




Re: prepare for prerelease

2000-04-12 Thread Tsur Dekel

 What to put in NEWS then?

 Right to Left support (hebrew and possibly arabic)
 Individual paragraph spacing. (note that this is not compatible with
 the klyx version since they use \spacing both for buffer and paragraph spacing)


Don't forget \show_banner !!!

I can also list the changes I've made (besides RTL):

- The \backupdir_path variable in lyxrc
- qed box at the end of proofs
- (beginning of) Multi-lingual support.

BTW, the multi-lingual support does not appear in the GUI.
There should be an option to change the language in the layout-character
popup (it should be put below the color option, i.e., in the toggle/no-toggle
group). Should it be in the prerelease?

(and does anyone volunteers to make the necessary changes to layout_forms.fd ?)




Re: prepare for prerelease

2000-04-12 Thread Tsur Dekel

> What to put in NEWS then?
>
> Right to Left support (hebrew and possibly arabic)
> Individual paragraph spacing. (note that this is not compatible with
> the klyx version since they use \spacing both for buffer and paragraph spacing)


Don't forget \show_banner !!!

I can also list the changes I've made (besides RTL):

- The \backupdir_path variable in lyxrc
- qed box at the end of proofs
- (beginning of) Multi-lingual support.

BTW, the multi-lingual support does not appear in the GUI.
There should be an option to change the language in the layout->character
popup (it should be put below the color option, i.e., in the toggle/no-toggle
group). Should it be in the prerelease?

(and does anyone volunteers to make the necessary changes to layout_forms.fd ?)




Bug in LyXText::Delete()

2000-01-24 Thread Tsur Dekel

The latest CVS version of text.C (1.17) causes LyX to crash whenever
the delete button is pressed on the first paragraph.



Bug in LyXText::Delete()

2000-01-24 Thread Tsur Dekel

The latest CVS version of text.C (1.17) causes LyX to crash whenever
the delete button is pressed on the first paragraph.



Re: Hebrew support for LyX

1999-12-15 Thread Tsur Dekel

 
 On Tue, Dec 14, 1999 at 01:19:23PM +0100, Asger K. Alstrup Nielsen wrote:
  
  Yes, this patch is very cool.  Hebrew support can be considered a FURF,
  and it's great to see somebody do something about it.
 
 Yay!
 
 Dekel, how is this patch related to TeX--XeT? I seem to remember you needed
 more than just a Hebrew font to write hebrew in LaTeX.

The new TeX distributions come with e-TeX which replaces TeX--XeT.
See ftp://ftp.cc.huji.ac.il/pub/tex/unix/new/INSTALLATION.txt 
for instruction on adding Hebrew support to LaTeX


To use my LyX patch, you need to add the following line to lyxrc
\latex_command elatex

You also need to select a Hebrew font with the \screen_font_roman
command and use a Hebrew keymap.



Re: Hebrew support for LyX

1999-12-15 Thread Tsur Dekel

> 
> On Tue, Dec 14, 1999 at 01:19:23PM +0100, Asger K. Alstrup Nielsen wrote:
> > 
> > Yes, this patch is very cool.  Hebrew support can be considered a FURF,
> > and it's great to see somebody do something about it.
> 
> Yay!
> 
> Dekel, how is this patch related to TeX--XeT? I seem to remember you needed
> more than just a Hebrew font to write hebrew in LaTeX.

The new TeX distributions come with e-TeX which replaces TeX--XeT.
See ftp://ftp.cc.huji.ac.il/pub/tex/unix/new/INSTALLATION.txt 
for instruction on adding Hebrew support to LaTeX


To use my LyX patch, you need to add the following line to lyxrc
\latex_command elatex

You also need to select a Hebrew font with the \screen_font_roman
command and use a Hebrew keymap.