jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

xjed in 99-17.82


Hi all,

To get xjed opening my Xdisplay on my VMS box I had to change 2 times
"Batch == 0" into "Batch" (see patch below.)

        Jouk
	


polka-jj) diff xterm.c xterm.c;1
************
File $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;4
 3071      if ((Batch) || !open_Xdisplay())
 3072       {
******
File $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;1
 3071      if ((Batch == 0) || !open_Xdisplay())
 3072       {
************
************
File $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;4
 3095          if (Batch) SLtt_get_terminfo ();
 3096          return;
******
File $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;1
 3095          if (Batch == 0) SLtt_get_terminfo ();
 3096          return;
************

Number of difference sections found: 2
Number of difference records found: 2

DIFFERENCES /IGNORE=()/MERGED=1-
    $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;4-
    $DISK4:[JOUKJ.PUBLIC.jed.jed-B0^.99-17^.82.src]xterm.c;1


Bush : All votes are equal but some votes are more equal than others.

>------------------------------------------------------------------------------<

  Jouk Jansen
		 
  joukj@xxxxxxxxxxxxxxxxxxx

  Technische Universiteit Delft        tttttttttt  uu     uu  ddddddd
  Kavli Institute of Nanoscience       tttttttttt  uu     uu  dd    dd
  Nationaal centrum voor HREM              tt      uu     uu  dd     dd
  Rotterdamseweg 137                       tt      uu     uu  dd     dd
  2628 AL Delft                            tt      uu     uu  dd     dd
  Nederland                                tt      uu     uu  dd    dd
  tel. 31-15-2782272                       tt       uuuuuuu   ddddddd

>------------------------------------------------------------------------------<


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]