home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / emacs / 4076 < prev    next >
Encoding:
Text File  |  1993-01-27  |  2.8 KB  |  60 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!ukma!asuvax!chnews!hfglobe!ichips!ichips!jabram
  3. From: jabram@pdx025.intel.com (Jeff Abramson)
  4. Subject: Re: hand injuries
  5. In-Reply-To: david@smos.com's message of Tue, 26 Jan 1993 00:28:55 GMT
  6. Message-ID: <JABRAM.93Jan26071913@pdx025.intel.com>
  7. Sender: news@ichips.intel.com (News Account)
  8. Organization: Intel Corp., Hillsboro, Oregon
  9. References: <1993Jan26.002855.29015@smos.com>
  10. Date: Tue, 26 Jan 1993 15:19:13 GMT
  11. Lines: 47
  12.  
  13.  
  14. In article <1993Jan26.002855.29015@smos.com> david@smos.com (David Tornheim) writes:
  15.  
  16.    I have used EMACS for about 8 years now and have sworn by it, since
  17.    I can use it on almost every machine.  Unfortunately, I've noticed that
  18.    my hands hurt quite a bit at the end of the day, _especially_ when
  19.    I edit files with EMACS.  The frequent use of the CNTL key combined
  20.    with another key is the motion that is most painful. (e.g. I use C-b and
  21.    C-f a lot to move around within a line, since commands like M-F and
  22.    M-B actually take longer).  Because of this, I'm seriously considering
  23.    switching over to the evil VI editor to save my hands from permanent
  24.    damage (no kidding!).  Is anyone else in the same boat? Does anyone
  25.    have other suggestions?
  26.  
  27. Your hands probably hurt for reasons other then using EMACS.  When you type,
  28. do you rest your wrists on a table, desk, or wristpad?  You shouldn't.  Are
  29. your wrists bend with respect to your lower arms?  They shouldn't be.  Both of
  30. these reasons are more likely to damage your hand muscles, and cause soreness.
  31. The wristpads that are so popular should NOT be used while typing, this is a
  32. myth.  They should only be used to rest your wrists when NOT typing.
  33.  
  34. I think there is one reason why you should stay with EMACS, it is
  35. customizable, therefore it should take less effort to do anything then it does
  36. in VI.  Is your control key below the left shift next to the spacebar?  If so,
  37. switch it with your Caps Lock key.  I have both caps lock and control bound to
  38. control.  I do not know how to do it within emacs, because I have it globally
  39. bound in my xsession using xmodmap:
  40.  
  41.         # Caps lock should work like control.
  42.         #
  43.         xmodmap -e "clear Lock"
  44.         xmodmap -e "add Control = Caps_Lock"
  45.  
  46. We've just had extensive ergonomic training, at believe it or not, it does
  47. make a difference how you sit and how you type.  If your computer time is work
  48. related, then your company should order furniture and provide training. Lots
  49. of tools can be blamed also, but you can customize EMACS to make it not one of
  50. them.
  51.  
  52. I tried not to make this a public service announcement, but I hope that some
  53. people can use this info that was given to me not too long ago...
  54.  
  55. --Jeff
  56. --
  57. --Jeff Abramson
  58.   Microprocessor Division 6                    jabram@ichips.intel.com
  59.   Intel Corporation, Hillsboro OR                       (503) 696-4784
  60.