Re: Auto-Correct and Delimiters Bug

2020-12-09 Thread Richard Kimberly Heck
On 12/9/20 12:20 PM, Scott Kostyshak wrote: On Wed, Dec 09, 2020 at 01:25:37PM +0100, Enrico Forestieri wrote: On Tue, Dec 08, 2020 at 06:22:04PM -0500, Richard Kimberly Heck wrote: On 12/8/20 6:18 PM, Rudi Gaelzer wrote: Another development that would be handy would be the possibility to brow

Re: Auto-Correct and Delimiters Bug

2020-12-09 Thread Richard Kimberly Heck
On 12/9/20 7:25 AM, Enrico Forestieri wrote: > On Tue, Dec 08, 2020 at 06:22:04PM -0500, Richard Kimberly Heck wrote: > >> At the moment, the * thing works with paired delimiters, but it only >> changes the first one, which is definitely a bug. It should obviously >> change both. I also don't know

Re: [LyX/master] Reduce the amount of needed boost headers

2020-12-09 Thread José Abílio Matos
On Wednesday, December 9, 2020 7:26:45 PM WET Jean-Marc Lasgouttes wrote: > I aml not sure we can do much more than that. The next possibility would > be to get rid of lexical_cast, used for convert<>(). On could use the > stream operator >> instead. > > JMarc I am just curious but if/when we cha

Re: [LyX/master] Reduce the amount of needed boost headers

2020-12-09 Thread Jean-Marc Lasgouttes
Le 09/12/2020 à 19:54, Yuriy Skalko a écrit : Great cleanup, Jean-Marc! Finally boost directory becomes less in size than main src directory :) I aml not sure we can do much more than that. The next possibility would be to get rid of lexical_cast, used for convert<>(). On could use the stream

Re: Auto-Correct and Delimiters Bug

2020-12-09 Thread Scott Kostyshak
On Wed, Dec 09, 2020 at 01:25:37PM +0100, Enrico Forestieri wrote: > On Tue, Dec 08, 2020 at 06:22:04PM -0500, Richard Kimberly Heck wrote: > > On 12/8/20 6:18 PM, Rudi Gaelzer wrote: > > > Another development that would be handy would be the possibility to > > > browse through matched delimiters >

Re: Warning while compiling 2.3.6

2020-12-09 Thread Pavel Sanda
On Wed, Dec 09, 2020 at 05:20:41PM +0100, Jean-Pierre Chrétien wrote: > I just compiled 2.3.6 today. > > I see this, whic is harmless I guess. Once you check the code in depth its actually harmless indeed. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listi

Warning while compiling 2.3.6

2020-12-09 Thread Jean-Pierre Chrétien
Dear developers I just compiled 2.3.6 today. I see this, whic is harmless I guess. 1.2.5/mythes.cxx: In member function ‘int MyThes::Lookup(const char*, int, mentry**)’: 1.2.5/mythes.cxx:247:25: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the

Re: Unicode characters showing encircled alphanumerics

2020-12-09 Thread Joel Kulesza
On Wed, Dec 9, 2020 at 8:41 AM Pavel Sanda wrote: > On Tue, Dec 08, 2020 at 09:47:53PM -, Guenter Milde wrote: > > The various answers to > > > https://tex.stackexchange.com/questions/7032/good-way-to-make-textcircled-numbers > > show, that there is no global winner. > > > > * \raisebox{.5pt}

Re: Unicode characters showing encircled alphanumerics

2020-12-09 Thread Pavel Sanda
On Tue, Dec 08, 2020 at 09:47:53PM -, Guenter Milde wrote: > The various answers to > https://tex.stackexchange.com/questions/7032/good-way-to-make-textcircled-numbers > show, that there is no global winner. > > * \raisebox{.5pt}{\textcircled{\raisebox{-.9pt} {8}}} > > * \usepackage{pifont} >

Re: Dark mode on linux

2020-12-09 Thread José Abílio Matos
On Tuesday, December 8, 2020 11:24:35 AM WET Jean-Marc Lasgouttes wrote: > Our color system should have been upgraded 15 years ago > - have real color themes > - accept to change colors that have been randomly chosen by someone in >1998 > - stop believing than coloring something in "blue", "ye

Re: Auto-Correct and Delimiters Bug

2020-12-09 Thread Enrico Forestieri
On Tue, Dec 08, 2020 at 06:22:04PM -0500, Richard Kimberly Heck wrote: > On 12/8/20 6:18 PM, Rudi Gaelzer wrote: > > > > Worked. > > > > Interesting development. I usually employ variable-sized delimiters, > > but often need to use \big, \Big, ... > > > >   > > > > Another development that would be