Re: using $. line number special variable (followup)

2004-11-10 Thread Joseph Paish
On Tuesday 09 November 2004 11:33, Paul Johnson wrote: > On Tue, Nov 09, 2004 at 11:40:30AM -0600, Joseph Paish wrote: > > BTW, i think i may have found out what is giving me the strange line > > numbers in the debugger under emacs. it seems that when i enter "p $." > > at the debugger prompt, it

Re: using $. line number special variable (followup)

2004-11-09 Thread Paul Johnson
On Tue, Nov 09, 2004 at 11:40:30AM -0600, Joseph Paish wrote: > BTW, i think i may have found out what is giving me the strange line numbers > in the debugger under emacs. it seems that when i enter "p $." at the > debugger prompt, it displays whatever line number the debugger just printed > o

Re: using $. line number special variable (followup)

2004-11-09 Thread Joseph Paish
On Tuesday 09 November 2004 10:20, Christopher Maujean wrote: > On Tue, 2004-11-09 at 07:24, Joseph Paish wrote: > > just a short followup to my earlier message about the $. line number > > variable. when i enter a print statement as shown below, it prints the > > correct line number (starting at

Re: using $. line number special variable (followup)

2004-11-09 Thread Joseph Paish
On Tuesday 09 November 2004 08:41, Bob Showalter wrote: > Joseph Paish wrote: > > just a short followup to my earlier message about the $. line number > > variable. when i enter a print statement as shown below, it prints > > the correct line number (starting at 1), but still never enters the > >

Re: using $. line number special variable (followup)

2004-11-09 Thread Christopher Maujean
On Tue, 2004-11-09 at 07:24, Joseph Paish wrote: > just a short followup to my earlier message about the $. line number > variable. when i enter a print statement as shown below, it prints the > correct line number (starting at 1), but still never enters the if() > structure. > > for the sa

RE: using $. line number special variable (followup)

2004-11-09 Thread Bob Showalter
Joseph Paish wrote: > just a short followup to my earlier message about the $. line number > variable. when i enter a print statement as shown below, it prints > the correct line number (starting at 1), but still never enters the > if() structure. > > for the sake of understanding how to correctl

Re: using $. line number special variable (followup)

2004-11-09 Thread Joseph Paish
just a short followup to my earlier message about the $. line number variable. when i enter a print statement as shown below, it prints the correct line number (starting at 1), but still never enters the if() structure. for the sake of understanding how to correctly use this variable, i wou