home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / apps / 1046 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.8 KB  |  77 lines

  1. Newsgroups: comp.windows.x.apps
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!yarra!bohra.cpg.oz.au!als
  3. From: als@bohra.cpg.oz.au (Anthony Shipman)
  4. Subject: Re: Another bug in xfig 2.1.4
  5. Message-ID: <1992Sep15.131623.20012@bohra.cpg.oz.au>
  6. Organization: Computer Power Software
  7. References: <1992Sep13.113709.11068@donau.et.tudelft.nl>
  8. Date: Tue, 15 Sep 1992 13:16:23 GMT
  9. Lines: 66
  10.  
  11. alfred@arthur.et.tudelft.nl (Alfred van der Hoeven) writes:
  12.  
  13. >I found another problem with xfig, when running the program on
  14. >an HP9000/720, for which I have a fix but no solution.
  15. >When I want to change a previously entered text, using the 'Edit' menu option,
  16. >it tends to exchange lowercase characters for uppercase characters.
  17.  
  18. >For instance, if I enter the string 'abcdefghij' in the
  19. >text modification window, I instead see (and get) the string 'AbcDEfghIj'.
  20.  
  21. >Apparently, it has something to do with the file 'CompKeyDB', because
  22. >if I invoke the program with 'xfig -k ""', the text modification window
  23. >works OK.
  24.  
  25. >The problem does not appear when I run xfig on a SUN sparcstation,
  26. >so it may be an HP problem instead of an xfig problem.
  27.  
  28. >In both cases, I use a SUN 3/60 running X11R4 for the display.
  29.  
  30. I had the same problem with a HP9000/800 and an NCD terminal.  I though it
  31. was a bug in Xt.  Rearranging the order of the entries in the
  32. CompKeyDB got around the problem.  Here is the relevant top part of my
  33. CompKeyDB file.
  34.  
  35. #
  36. #    For some mysterious reason each upper case override key must be 
  37. #    preceded by the lower case version.  If the lower case one comes second
  38. #    then only the first is ever performed.
  39. #
  40. :~Ctrl<Key>1: insert-string(1)
  41. :~Ctrl<Key>2: insert-string(2)
  42. :~Ctrl<Key>3: insert-string(3)
  43. :~Ctrl<Key>4: insert-string(4)
  44. :~Ctrl<Key>a: insert-string(a)
  45. :~Ctrl<Key>c: insert-string(c)
  46. :~Ctrl<Key>e: insert-string(e)
  47. :~Ctrl<Key>d: insert-string(d)
  48. :~Ctrl<Key>i: insert-string(i)
  49. :~Ctrl<Key>l: insert-string(l)
  50. :~Ctrl<Key>n: insert-string(n)
  51. :~Ctrl<Key>o: insert-string(o)
  52. :~Ctrl<Key>p: insert-string(p)
  53. :~Ctrl<Key>r: insert-string(r)
  54. :~Ctrl<Key>s: insert-string(s)
  55. :~Ctrl<Key>u: insert-string(u)
  56. :~Ctrl<Key>x: insert-string(x)
  57. :~Ctrl~Meta<Key>y: insert-string(y)
  58. :~Ctrl<Key>A: insert-string(A)
  59. :~Ctrl<Key>C: insert-string(C)
  60. :~Ctrl<Key>E: insert-string(E)
  61. :~Ctrl<Key>D: insert-string(D)
  62. :~Ctrl<Key>I: insert-string(I)
  63. :~Ctrl<Key>L: insert-string(L)
  64. :~Ctrl<Key>N: insert-string(N)
  65. :~Ctrl<Key>O: insert-string(O)
  66. :~Ctrl<Key>P: insert-string(P)
  67. :~Ctrl<Key>R: insert-string(R)
  68. :~Ctrl<Key>S: insert-string(S)
  69. :~Ctrl<Key>U: insert-string(U)
  70. :~Ctrl<Key>X: insert-string(X)
  71. :~Ctrl<Key>Y: insert-string(Y)
  72. -- 
  73. Anthony Shipman                 "You've got to be taught before it's too late,
  74. CP Software Export Pty Ltd,      Before you are six or seven or eight,
  75. 19 Cato St., East Hawthorn,      To hate all the people your relatives hate,
  76. Melbourne, Australia, 3121       You've got to be carefully taught."  R&H
  77.