home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / alt / lucidem / help / 421 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.2 KB  |  26 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Mon, 14 Sep 1992 10:09:50 EDT
  2. Date: Mon, 14 Sep 1992 07:08:17 PDT
  3. From: devin%scylla@lucid.com (Matthieu Devin)
  4. Message-ID: <9209141408.AA23669@scylla.lucid>
  5. Subject: Re: blink-paren function
  6. References: <47510@shamash.cdc.com>
  7. Newsgroups: alt.lucid-emacs.help
  8. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  9. Sender: help-lucid-emacs-request@lucid.com
  10. Lines: 14
  11.  
  12. In message <47510@shamash.cdc.com> Bruce Dunlop wrote:
  13. > I tried the blink-paren function, and it almost works.  BUT, matching a right
  14. > paren works a little odd.  For example, if I have a function with just one
  15. > level of paren., and put the cursor ON the right paren, it does not blink the
  16. > matching left one.  If I move the cursor one space to the right of the right
  17. > paren, THEN it blinks the matching left paren.
  18.  
  19. That's how it's supposed to work, it's also how M-C-f and M-C-b work.  Don't
  20. forget that the point is actually *in-between* characters, it's never *on* a
  21. character even if it is dispayed above characters.  
  22.  
  23. So the rule is: If point is just before an open-paren it blinks the matching
  24. close-paren and if point is just after a close-paren it blinks the matching
  25. open-paren.
  26.