Re: [LyX/master] Replace static with thread_local when used for caching

2016-08-22 Thread Stephan Witt
Am 05.08.2016 um 17:07 schrieb Guillaume Munch : > > Le 05/08/2016 à 08:39, Stephan Witt a écrit : >> Am 04.08.2016 um 14:55 schrieb Guillaume Munch : >>> >>> Le 04/08/2016 à 08:48, Stephan Witt a écrit : On my Mac with clang I cannot compile after this

Re: alt+x does not give focus to minibuffer if it is open

2016-08-22 Thread Jean-Marc Lasgouttes
Le 20/08/2016 à 00:24, Pavel Sanda a écrit : Is the following what you had in mind? I have no idea of how people use minibuffer, so please test if you care. This is indeed the behaviour I would expect. Pavel Thanks for confirmation. It is in master at [65b0e84b/lyxgit]. Richard, this is

Re: [patch] Experiment with c++11 unicode strings

2016-08-22 Thread Georg Baum
Guillaume Munch wrote: > Dear all, > > Here's a few patches proposing to improve the definitions in > support/strfwd.h, results of my experiments. > > 1. Define docstring using the Unicode strings from C++11 (with > char_type=char32_t). This allows us to write docstrings directly with > the

Re: [LyX/master] Introduce "inverted" branch insets: These are branches whose content is output when a branch is NOT activated. Fixes bug #7698.

2016-08-22 Thread Scott Kostyshak
On Mon, Aug 22, 2016 at 08:02:01PM +0100, Guillaume Munch wrote: > Le 20/08/2016 à 15:31, Scott Kostyshak a écrit : > > On Sat, Aug 20, 2016 at 02:25:16PM +0100, Guillaume Munch wrote: > > > Le 08/08/2016 à 17:40, Richard Heck a écrit : > > > > > > > > (We did not do a format change for that.) >

Re: middle-click to open child documents?

2016-08-22 Thread José Abílio Matos
On Friday, August 19, 2016 11:06:15 PM WEST Scott Kostyshak wrote: > I see, but José seems against it. So it would be nice to see what others > think. > > Scott FWIW, in case it was not clear, I have/had a minor/minimal objection. :-) -- José Abílio

Re: middle-click to open child documents?

2016-08-22 Thread Scott Kostyshak
On Sat, Aug 20, 2016 at 10:50:12AM -0400, Scott Kostyshak wrote: > On Sat, Aug 20, 2016 at 04:17:31PM +0200, Jean-Marc Lasgouttes wrote: > > My view on this: it is fine as long as it is some standard "edit" gesture > > that can be used for graphics and external inserts too. > > OK and for insets

Re: [patch] Experiment with c++11 unicode strings

2016-08-22 Thread Guillaume Munch
Le 22/08/2016 à 20:56, Georg Baum a écrit : Guillaume Munch wrote: This is not the final version of the patch however because there is one big disappointment: the C++11 standard does not require several facets (including ctype) that are necessary to use stringstreams of char32_t. So these need

Re: alt+x does not give focus to minibuffer if it is open

2016-08-22 Thread Richard Heck
On 08/22/2016 12:22 PM, Jean-Marc Lasgouttes wrote: > Le 20/08/2016 à 00:24, Pavel Sanda a écrit : >>> Is the following what you had in mind? I have no idea of how people use >>> minibuffer, so please test if you care. >> >> This is indeed the behaviour I would expect. Pavel > > Thanks for

Re: middle-click to open child documents?

2016-08-22 Thread Scott Kostyshak
On Tue, Aug 23, 2016 at 01:25:32AM +0100, José Abílio Matos wrote: > On Friday, August 19, 2016 11:06:15 PM WEST Scott Kostyshak wrote: > > I see, but José seems against it. So it would be nice to see what others > > think. > > > > Scott > > FWIW, in case it was not clear, I have/had a

Re: [LyX/master] Introduce "inverted" branch insets: These are branches whose content is output when a branch is NOT activated. Fixes bug #7698.

2016-08-22 Thread Guillaume Munch
Le 20/08/2016 à 15:31, Scott Kostyshak a écrit : On Sat, Aug 20, 2016 at 02:25:16PM +0100, Guillaume Munch wrote: Le 08/08/2016 à 17:40, Richard Heck a écrit : (We did not do a format change for that.) I am worried at the idea of certain commits introducing hidden file format changes. Is