Re: Recursive reading of symbols file

2015-02-15 Thread Guenter Milde
On 2015-02-10, Lior Silberman wrote: > On Tue, Feb 10, 2015 at 6:55 AM, Jean-Marc Lasgouttes > wrote: >> Le 10/02/2015 15:25, Scott Kostyshak a écrit : >>> I'm curious -- what is the use case here? Do you have custom LaTeX >>> definitions and you want to provide symbols for them? Or do you add >>>

Re: Recursive reading of symbols file

2015-02-10 Thread Lior Silberman
On Tue, Feb 10, 2015 at 6:55 AM, Jean-Marc Lasgouttes wrote: > Le 10/02/2015 15:25, Scott Kostyshak a écrit : >> >> I'm curious -- what is the use case here? Do you have custom LaTeX >> definitions and you want to provide symbols for them? Or do you add >> support for more packages? The reason I'm

Re: Recursive reading of symbols file

2015-02-10 Thread Jean-Marc Lasgouttes
Le 10/02/2015 15:25, Scott Kostyshak a écrit : I'm curious -- what is the use case here? Do you have custom LaTeX definitions and you want to provide symbols for them? Or do you add support for more packages? The reason I'm asking is maybe we would like to have some of it upstream. I'm trying to

Re: Recursive reading of symbols file

2015-02-10 Thread Scott Kostyshak
Hi Lior, On Tue, Feb 10, 2015 at 4:23 AM, Lior Silberman wrote: > Hi, > > A few days ago I realized that I'd like to locally add and change > definitions in /usr/share/lyx/symbols, and that existing code expects > me to copy the whole file to ~/.lyx and then edit it. This didn't make > sense, so

Recursive reading of symbols file

2015-02-10 Thread Lior Silberman
Hi, A few days ago I realized that I'd like to locally add and change definitions in /usr/share/lyx/symbols, and that existing code expects me to copy the whole file to ~/.lyx and then edit it. This didn't make sense, so the attached patch (against current git) allows the symbol file to recursivel