Re: [Cscope-devel] Some patches for cscope

2013-09-25 Thread Hans-Bernhard Bröker
On 25.09.2013 09:24, Roberto E. Vargas Caballero wrote: >> Actually you don't need to change the code at all to get that >> effect. CSCOPE_EDITOR exists, and does what you want to use VISUAL >> for. > > VISUAL is a standard variable and is used by all Unix programs. You're trying to argue against

Re: [Cscope-devel] Some patches for cscope

2013-09-25 Thread Roberto E. Vargas Caballero
> Actually you don't need to change the code at all to get that > effect. CSCOPE_EDITOR exists, and does what you want to use VISUAL > for. VISUAL is a standard variable and is used by all Unix programs. If I have to define a new variable for each program I use then I will define dozens of them. Y

Re: [Cscope-devel] Some patches for cscope

2013-09-24 Thread Hans-Bernhard Bröker
On 24.09.2013 10:46, Roberto E. Vargas Caballero wrote: > Patch 0001: Use VISUAL variable when it is avaible and the terminal is not a > dumb terminal. I have to add this patch because I usually have to > connect to system which terminal interfaces dumb type, so my >

[Cscope-devel] Some patches for cscope

2013-09-24 Thread Roberto E. Vargas Caballero
Hello, I send you some modifications I have done to cscope and I hope can be useful for other users. Patch 0001: Use VISUAL variable when it is avaible and the terminal is not a dumb terminal. I have to add this patch because I usually have to connect to system wh