comparison etc/NEWS @ 62162:0c38f5bedcab

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 07 May 2005 19:48:04 +0000
parents 83bf059ae430
children 6aa4079efc02
comparison
equal deleted inserted replaced
62161:337108d8074e 62162:0c38f5bedcab
737 737
738 Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2 738 Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2
739 click to follow a link, whereas most other applications use a Mouse-1 739 click to follow a link, whereas most other applications use a Mouse-1
740 click for both purposes, depending on whether you click outside or 740 click for both purposes, depending on whether you click outside or
741 inside a link. Now the behavior of a Mouse-1 click has been changed 741 inside a link. Now the behavior of a Mouse-1 click has been changed
742 to match this context-sentitive dual behavior. 742 to match this context-sentitive dual behavior. (If you prefer the old
743 behavior, set the user option `mouse-1-click-follows-link' to nil.)
743 744
744 Depending on the current mode, a Mouse-2 click in Emacs may do much 745 Depending on the current mode, a Mouse-2 click in Emacs may do much
745 more than just follow a link, so the new Mouse-1 behavior is only 746 more than just follow a link, so the new Mouse-1 behavior is only
746 activated for modes which explicitly mark a clickable text as a "link" 747 activated for modes which explicitly mark a clickable text as a "link"
747 (see the new function `mouse-on-link-p' for details). The Lisp 748 (see the new function `mouse-on-link-p' for details). The Lisp