home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / lucidem / help / 371 < prev    next >
Encoding:
Text File  |  1992-09-02  |  772 b   |  24 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Wed, 2 Sep 1992 09:59:54 EDT
  2. Date: Tue, 1 Sep 1992 18:58:07 EDT
  3. From: ex594bw@pts.mot.com (Bob Weiner)
  4. Message-ID: <9209012258.AA15135@pts4.pts.mot.com>
  5. Subject: Patch to fix Hyperbole smart key handler bug under Lucid Emacs.
  6. Newsgroups: alt.lucid-emacs.help
  7. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  8. Sender: help-lucid-emacs-request@lucid.com
  9. Lines: 13
  10.  
  11. The patch applies to all Hyperbole users, though I have only seen the
  12. bug appear as a result of use under Lucid Emacs.
  13.  
  14.  
  15. diff hmouse-key.el.old hmouse-key.el
  16. 254c254
  17. <   (setq *smart-key-depressed* args
  18. ---
  19. >   (setq *smart-key-depressed* t
  20. 265c265
  21. <   (setq *smart-key-meta-depressed* args
  22. ---
  23. >   (setq *smart-key-meta-depressed* t
  24.