Re: Update on the patches

2015-10-23 Thread Guillaume Munch
Le 23/10/2015 09:54, Jean-Marc Lasgouttes a écrit : Le 20/10/2015 19:23, Guillaume Munch a écrit : http://www.emacswiki.org/emacs/SmartTabs Indeed, thanks. Do you use it? JMarc Not yet because it does not seem straightforward to install here, but I am convinced that Georg's solution is t

Re: Update on the patches

2015-10-23 Thread Jean-Marc Lasgouttes
Le 20/10/2015 19:23, Guillaume Munch a écrit : http://www.emacswiki.org/emacs/SmartTabs Indeed, thanks. Do you use it? JMarc

Re: Update on the patches

2015-10-20 Thread Guillaume Munch
Le 09/10/2015 22:07, Jean-Marc Lasgouttes a écrit : Le 09/10/2015 22:06, Georg Baum a écrit : Even more interesting. I always thought that LyX uses the "use tabs for logical indentation, and spaces for visual alignment" model for C++ code. This way, it does not matter at all whether you display

Re: Update on the patches

2015-10-09 Thread Jean-Marc Lasgouttes
Le 09/10/2015 22:06, Georg Baum a écrit : Even more interesting. I always thought that LyX uses the "use tabs for logical indentation, and spaces for visual alignment" model for C++ code. This way, it does not matter at all whether you display a tab as 4 or 8 spaces wide or anything else, and thi

Re: Update on the patches

2015-10-09 Thread Georg Baum
Guillaume Munch wrote: > Le 01/10/2015 00:43, Pavel Sanda a écrit : > >> This is interesting, I thought default tab is 8 and always >> edited our sources this way. Kind of surprising that we didn't >> conflicted yet about the visual appearance of indented blocks, >> like in void ViewSourceWidget::

Re: Update on the patches

2015-10-01 Thread Guillaume Munch
Le 01/10/2015 00:43, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Le 15/09/2015 17:54, Guillaume Munch a écrit : I can remove more irrelevant parts and do that, but before that I am hoping to get some better configuration if anybody else is using emacs. BSD is just close to your style; the

Re: Update on the patches

2015-09-30 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 15/09/2015 17:54, Guillaume Munch a écrit : >> I can remove more irrelevant parts and do that, but before that I am >> hoping to get some better configuration if anybody else is using emacs. >> BSD is just close to your style; the question is more: what is the >> pr

Re: Update on the patches

2015-09-28 Thread Richard Heck
On 09/27/2015 11:47 PM, Guillaume Munch wrote: Le 28/09/2015 04:31, Guillaume Munch a écrit : Le 13/09/2015 22:28, Richard Heck a écrit : On 09/12/2015 09:31 PM, Guillaume Munch wrote: MathData::updateMacros() breaks text selection and search/replace : I

Re: Update on the patches

2015-09-28 Thread Jean-Marc Lasgouttes
Le 15/09/2015 17:54, Guillaume Munch a écrit : I can remove more irrelevant parts and do that, but before that I am hoping to get some better configuration if anybody else is using emacs. BSD is just close to your style; the question is more: what is the proper style to use? Personally, I have

Re: Update on the patches

2015-09-27 Thread Guillaume Munch
Le 28/09/2015 04:31, Guillaume Munch a écrit : Le 13/09/2015 22:28, Richard Heck a écrit : On 09/12/2015 09:31 PM, Guillaume Munch wrote: MathData::updateMacros() breaks text selection and search/replace : I believe that these two calls to clearSelection()

Re: Update on the patches

2015-09-27 Thread Guillaume Munch
Le 13/09/2015 22:28, Richard Heck a écrit : On 09/12/2015 09:31 PM, Guillaume Munch wrote: MathData::updateMacros() breaks text selection and search/replace : I believe that these two calls to clearSelection() are not (or no longer) useful. I am very happy

Re: Update on the patches

2015-09-15 Thread Jean-Pierre Chrétien
Le 15/09/2015 17:49, Guillaume Munch a écrit : Le 14/09/2015 08:53, Jean-Marc Lasgouttes a écrit : * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I remember correctly and in that case is it better to commit to master at the same t

Re: Update on the patches

2015-09-15 Thread Guillaume Munch
Le 14/09/2015 08:53, Jean-Marc Lasgouttes a écrit : * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I remember correctly and in that case is it better to commit to master at the same time? In general the po files of master are rei

Re: Update on the patches

2015-09-15 Thread Guillaume Munch
Le 14/09/2015 09:03, Jean-Marc Lasgouttes a écrit : Le 14/09/2015 02:22, Guillaume Munch a écrit : One thing that would have helped was to have emacs configuration files with the correct coding style that you use. For instance my .emacs now reads (omitting irrelevant parts): Such information

Re: Update on the patches

2015-09-15 Thread Guillaume Munch
es are in the patch header, as usual. Would you prefer that I post directly the patches on the list in the future? I don't use floats much so am a bad person to test. But if you actually want discussion of the patch, yes, post it here. Here's a rebased version because it had alr

Re: Update on the patches

2015-09-14 Thread Scott Kostyshak
On Tue, Sep 15, 2015 at 02:50:46AM +0100, Guillaume Munch wrote: > Le 14/09/2015 05:04, Scott Kostyshak a écrit : > >On Mon, Sep 14, 2015 at 03:42:15AM +0100, Guillaume Munch wrote: > >>Le 14/09/2015 03:17, Scott Kostyshak a écrit : > >>>put a link to the lyx-devel message on the trac ticket. > >>

Re: Update on the patches

2015-09-14 Thread Guillaume Munch
Le 14/09/2015 05:04, Scott Kostyshak a écrit : On Mon, Sep 14, 2015 at 03:42:15AM +0100, Guillaume Munch wrote: Le 14/09/2015 03:17, Scott Kostyshak a écrit : put a link to the lyx-devel message on the trac ticket. How do you find this link? Well, I just do [a and mutt copies it to my clipb

Re: Update on the patches

2015-09-14 Thread Richard Heck
ou prefer that I post directly the patches on the list in the future? I don't use floats much so am a bad person to test. But if you actually want discussion of the patch, yes, post it here. Here's a rebased version because it had already diverged... 1. Support for (std|boost)::mak

Re: Update on the patches

2015-09-14 Thread Jean-Marc Lasgouttes
Le 14/09/2015 02:22, Guillaume Munch a écrit : One thing that would have helped was to have emacs configuration files with the correct coding style that you use. For instance my .emacs now reads (omitting irrelevant parts): Such information could go in the relevant code rule file in developmen

Re: Update on the patches

2015-09-14 Thread Jean-Marc Lasgouttes
Le 14/09/2015 02:44, Guillaume Munch a écrit : I read: !Important Changes in LyX 2.2.0 (: This file lists interface changes that might affect users in 2.2.0, some known problems in LyX 2.2.0 and some things you have to take into account when upgrading from earlier versions to a vers

Re: Update on the patches

2015-09-14 Thread Jean-Marc Lasgouttes
Le 13/09/2015 04:19, Scott Kostyshak a écrit : * f3008c30 and 4d1ad336 are suitable for stable. Shall I commit them? The person who will decide is the branch maintainer, who is Richard. If it is not code that he feels qualified to judge, he either asks someone else to confirm the code is safe o

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 03:42:15AM +0100, Guillaume Munch wrote: > Le 14/09/2015 03:17, Scott Kostyshak a écrit : > >put a link to the lyx-devel message on the trac ticket. > > How do you find this link? Well, I just do [a and mutt copies it to my clipboard (I have a script). I am guessing you co

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 03:17, Scott Kostyshak a écrit : put a link to the lyx-devel message on the trac ticket. How do you find this link?

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
ader, as usual. Would you prefer > > that I post directly the patches on the list in the future? > > If you want to get feedback please do so. Then you get more attention, if > you just put them on trac then one has to actively search for new bugs one > might want to commen

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
re and after, of the navigation menus and of the outliner, in the presence of floats with 1) subfloats, 2) multiple captions, 3) a total number of floats and subfloats of the same type > 30. Detailed changes are in the patch header, as usual. Would you prefer that I post directly the patches on th

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 13/09/2015 21:52, Richard Heck a écrit : On 09/12/2015 10:19 PM, Scott Kostyshak wrote: On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committe

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 01:22, Guillaume Munch a écrit : and the .dir-locals.el reads: ((nil . ((indent-tabs-mode . t) (tab-width . 4) (fill-column . 80))) (c-mode . ((c-file-style . "BSD") (c-basic-offset . 4) (c-set-style . "bsd"))) (c++-mode . ((c-ba

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 01:00, Scott Kostyshak a écrit : On Mon, Sep 14, 2015 at 12:39:38AM +0100, Guillaume Munch wrote: Le 13/09/2015 12:55, Georg Baum a écrit : Guillaume Munch wrote: * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I rem

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 12:39:38AM +0100, Guillaume Munch wrote: > Le 13/09/2015 12:55, Georg Baum a écrit : > >Guillaume Munch wrote: > > > >>* Where should I commit po files? I vaguely remember reading > >>somewhere that these should be against stable, do I remember > >>correctly and in that case

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 13/09/2015 12:55, Georg Baum a écrit : Guillaume Munch wrote: * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I remember correctly and in that case is it better to commit to master at the same time? Note that you do not need to

Re: Update on the patches

2015-09-13 Thread Richard Heck
of the outliner, in the presence of floats with 1) subfloats, 2) multiple captions, 3) a total number of floats and subfloats of the same type > 30. Detailed changes are in the patch header, as usual. Would you prefer that I post directly the patches on the list in the future? I don't u

Re: Update on the patches

2015-09-13 Thread Richard Heck
On 09/12/2015 10:19 PM, Scott Kostyshak wrote: On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committed and I am looking forward to your future wo

Re: Update on the patches

2015-09-13 Thread Georg Baum
floats and subfloats of the same type > > 30. Detailed changes are in the patch header, as usual. Would you prefer > that I post directly the patches on the list in the future? If you want to get feedback please do so. Then you get more attention, if you just put them on trac then one has to

Re: Update on the patches

2015-09-12 Thread Guillaume Munch
Le 13/09/2015 03:19, Scott Kostyshak a écrit : On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: Dear list, I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committed and I am looking forward to

Re: Update on the patches

2015-09-12 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: > Dear list, > I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committed and I am looking forward to your future work on LyX. You already seem

Update on the patches

2015-09-12 Thread Guillaume Munch
Dear list, I've pushed the patches that we discussed. * f3008c30 and 4d1ad336 are suitable for stable. Shall I commit them? * Am I responsible for updating the release notes? If so, do all the little bug fixes have to be mentioned? * Where should I commit po files? I vaguely rem

Re: the patches

2004-04-01 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> Run latex >> If a .aux file exists run the .aux -> .bbl converter >> If a .idx file exists run the .idx -> .ind converter >> Run latex >> >> Where's the difficulty? > > patch please. Sorry, I've exhausted all my coding energies on the blitz o

Re: the patches

2004-04-01 Thread Juergen Spitzmueller
Angus Leeming wrote: > Run latex > If a .aux file exists run the .aux -> .bbl converter > If a .idx file exists run the .idx -> .ind converter > Run latex > > Where's the difficulty? patch please. Jürgen.

Re: the patches

2004-04-01 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> >> writes: > > Juergen> Jean-Marc Lasgouttes wrote: >>> BTW, I think there is a similar need to customize makeindex... > > Juergen> I know, but I didn't know what gui is best (my experiences > Juergen> w

Re: the patches

2004-04-01 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Another idea I had in mind (and which may be relevant for bibtex too) > is to use a .idx->.ind (and .aux->.bbl for bibtex) converter for doing > this. This would avoid the need for yet another pref. I do not know > however how easy to use it wiould be. I thought about

Re: the patches

2004-04-01 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> BTW, I think there is a similar need to customize makeindex... Juergen> I know, but I didn't know what gui is best (my experiences Juergen> with makeindex, not to mention xindy, are next to

Re: the patches

2004-03-31 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > BTW, I think there is a similar need to customize makeindex... I know, but I didn't know what gui is best (my experiences with makeindex, not to mention xindy, are next to zero). Do you think a simple input field in preferences (just like for bibtex) would do? Jürg

Re: the patches

2004-03-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I'd just like to remind you of the 3 patches I send to the Juergen> list recently. It would be nice if someone could review a Juergen> patch/tell me if the proposed feature is wanted at Juergen> all/whatever. I'd like to

Re: the patches

2004-03-29 Thread Jose' Matos
On Monday 29 March 2004 12:18, Angus Leeming wrote: > > And then nag Jose about modifying his 1:1 relationship between a > format update and associated lyxconvert file. No need for that. ;-) I will do that soon (TM). -- José Abílio LyX and docbook, a perfect match. :-)

Re: the patches

2004-03-29 Thread Angus Leeming
Juergen Spitzmueller wrote: > Yes, bibtopic and sideways both need file format update. BTW what is > the prefered procedure: apply both features at once to save one file > format update or rather have one update (including the whole bunch > of lyx2lyx files) per feature? Have one update (including

Re: the patches

2004-03-29 Thread Juergen Spitzmueller
Angus Leeming wrote: > I have no problems with the coding either, although I note that the > bibtopic stuff will require a lyx2lyx entry before it gets rolled > into the tree. Yes, bibtopic and sideways both need file format update. BTW what is the prefered procedure: apply both features at once

Re: the patches

2004-03-29 Thread Angus Leeming
Juergen Spitzmueller wrote: > customize bibtex > http://marc.theaimsgroup.com/?l=lyx-devel&m=108029339614153&w=2 Yes please. > bibtopic support: > http://marc.theaimsgroup.com/?l=lyx-devel&m=107910157001928&w=2 Yes please. > sidewaysfigures/sidewaystables: > http://marc.theaimsgroup.com/?l=lyx-

the patches

2004-03-29 Thread Juergen Spitzmueller
I'd just like to remind you of the 3 patches I send to the list recently. It would be nice if someone could review a patch/tell me if the proposed feature is wanted at all/whatever. I'd like to clean up my tree a bit eventually. Thanks, Jürgen. customize bibtex http://marc.theaimsgroup.com/?l=l

Re: two annoying bugs and the patches

2000-07-10 Thread Lars Gullik Bjønnes
edscott <[EMAIL PROTECTED]> writes: | Changelog: file support/filetools.C (DestroyTmpDir (string const & | tmpdir, bool Allfiles)) | Allow LyX to exit if it cannot delete a temporary directory that | does not exist Why is this the correct place to fix this? Shouldn't this be fixed in the functi

two annoying bugs and the patches

2000-07-07 Thread edscott
I am including two patches for a couple bugs which are a little bit annoying. The first bug is that sometimes (I can not figure out just when, but it happens to me 20% of the time) on exiting the program, LyX will delete the temporary directory and then try to delete it once again. By commentin