Re: starting with LyX

1999-03-12 Thread Etienne Grossmann

  Hello,

  could you send the .lyx file?

  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: Turning off the banner

1999-02-09 Thread Etienne Grossmann


  Hello,

  you may try this :


--- lyx_gui.C.orig  Tue Feb  2 08:30:09 1999
+++ lyx_gui.C   Tue Feb  2 08:30:09 1999
@@ -599,14 +599,14 @@
title_placement = FL_PLACE_GEOMETRY;
}
lyxViews->show(main_placement, FL_FULLBORDER, "LyX");
-   fl_show_form(fd_form_title->form_title, 
-title_placement, FL_NOBORDER, 
-_("LyX Banner"));
-   fl_redraw_form(fd_form_title->form_title);
-   fl_raise_form(fd_form_title->form_title);
+   // fl_show_form(fd_form_title->form_title, 
+   //   title_placement, FL_NOBORDER, 
+   //   _("LyX Banner"));
+   // fl_redraw_form(fd_form_title->form_title);
+   // fl_raise_form(fd_form_title->form_title);
 
// Show the title form at most 7 secs (lowered from 10 secs)
-   fl_set_timer(fd_form_title->timer_title, 7);
+   // fl_set_timer(fd_form_title->timer_title, 7);
 }
 
 
===

  Cheers,

 Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: memory problem with view dvi?

1999-01-27 Thread Etienne Grossmann

  Hello,

  I had some similar problems with postscripts coming from win. Maybe
you can check if that was the same problem :

  In the faulty .ps, there were some lines like :

  %%BeginBinary:  

  followed by uuencode-like data. The NUMBER is the lenght of the block,
. Since some carriage-return were lost, the actual length of the block
did not match NUMBER. 

  Apparently, xdvi can handle that, but not dvips.

  The fix is to correct NUMBER. If you like, I have a perl script that
does just that.


   Hope that helps,


  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: lyx-server-question

1999-01-22 Thread Etienne Grossmann

  Hello,

> the only thing I can´t do (possibly that´s my fault!? ) is "open a
> file". The only thing I can do is to open the dialog . There
> is no parameter for the file name.
> So, what can I do?

  Sending 

LYXCMD:test:file-open:myfile.lyx

  to lyxpipe works for me.

  Cheers,

  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: word-delete-forward and punctuation marks

1999-01-18 Thread Etienne Grossmann

  Hello,

  as of 1.0pre7, word-delete-forward does not delete punctuation after
the word.

  It should be possible to modify word-forward in that sense too. Can I
submit a patch? Let's say, within three days? 

  Cheers,

  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: Lyx 0.12.0, Klyx 0.9.8

1998-10-28 Thread Etienne Grossmann

  Hello,


> Check that the file "textclass.lst" is installed correctly.

  is there a file ~/.lyx/textclass.lst ?

  Btw, did you run the "configure" script?

Good luck, and you will see that 0.12.0 is a great improvement over
0.10.7. 

  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Keybindings

1998-08-30 Thread Etienne Grossmann



  Hello,

  I find it convenient having the keystrokes M-f--
do the same thing as M-f-.

  The first sequence opens the "File" menu, shows me what  to
enter to obtain a given command (it is underlined in the menu entry);
once I know it, I just do M-f-, and get the right command
immediatly. 

  It makes it easier (to me, at least) to remember the keybindings.

  Most commands on the menus are already like that. The "export" and
"view" commands, in the "File" menu are not, however. Is that the case
only for "emacs" keybindings, or for "cua" too?

  If anyone is interested, I appended a little patch for the
$LYX_DIR/lib/bind/menus.bind file.


  Cheers,


  Etienne


ps : I use 0.12.1pre5. Sorry if the issue has already been treated
here. 


==
--- menus.bind.orig Mon Apr 20 22:14:26 1998
+++ menus.bind  Sun Aug 30 19:50:51 1998
@@ -35,15 +35,15 @@
 \bind "M-f a"  "buffer-write-as"
 \bind "M-f r"  "buffer-reload"
 \bind "M-f d"  "buffer-view"
-\bind "M-f v"  "buffer-view-ps"
-\bind "M-f u"  "buffer-typeset"
-\bind "M-f e"  "buffer-typeset-ps"
+\bind "M-f i"   "buffer-view-ps"
+\bind "M-f v"   "buffer-typeset"
+\bind "M-f u"   "buffer-typeset-ps"
 \bind "M-f p"  "buffer-print" 
 \bind "M-f f"  "buffer-fax"
-\bind "M-f m"  "buffer-export latex"
-\bind "M-f l"  "buffer-export linuxdoc"
-\bind "M-f i"  "buffer-export ascii"
-\bind "M-f z"  "buffer-export custom"
+\bind "M-f e l" "buffer-export latex"
+\bind "M-f e d" "buffer-export linuxdoc"
+\bind "M-f e t" "buffer-export ascii"
+\bind "M-f e m" "buffer-export custom"
 \bind "M-f x"  "lyx-quit"
 \bind "M-f space"  "menu-open File" 
 #bind "M-f l"  "file-last" # Not yet implemented.

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.



Re: Lyx Craches

1998-08-25 Thread Etienne Grossmann

  Hello,

  I don't recall such crashes on 0.12.1pre5.

  Etienne

-- 
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to 
 [EMAIL PROTECTED]
with the **Subject** unsubscribe.