~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to lisp/ess-mous.el

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-11 00:51:43 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041111005143-wv1cih1h04xyrxrb
Tags: 5.2.3-3
* repair broken replace-regexp-in-string -> ess-replace-regexp-in-string
  patch
* expand autoload functionality in emacsen-startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; ess-mous.el --- Support for mouse- or cursor-sensitive actions
2
2
 
3
3
;; Copyright (C) 2001 Richard M. Heiberger <rmh@sbm.temple.edu>
 
4
;; Copyright (C) 2002--2004 A.J. Rossini, Rich M. Heiberger, Martin
 
5
;;      Maechler, Kurt Hornik, Rodney Sparapani, and Stephen Eglen.
4
6
 
5
 
;; Author: Richard M. Heiberger <rmh@sbm.temple.edu>
6
 
;; Maintainer: Richard M. Heiberger <rmh@sbm.temple.edu>
 
7
;; Original Author: Richard M. Heiberger <rmh@sbm.temple.edu>
7
8
;; Created: 25 Mar 2001
8
 
;; Modified: $Date: 2002/06/20 21:52:06 $
9
 
;; Version: $Revision:
10
 
;; RCS: $Id: ess-mous.el
 
9
;; Maintainers: ESS-core <ESS-core@stat.math.ethz.ch>
11
10
 
12
11
;; This file is part of ESS
13
12
 
231
230
;;   (define-key inferior-ess-mode-map     [(shift button3)] 'ess-mouse-me)
232
231
;;   (defun ess-S-mouse-me-ess-transcript-mode ()
233
232
;;     (define-key ess-transcript-mode-map [(shift button3)] 'ess-mouse-me)))
234
 
;; 
 
233
;;
235
234
(add-hook 'ess-mode-hook            'ess-S-mouse-me-menu-commands)
236
235
(add-hook 'inferior-ess-mode-hook   'ess-S-mouse-me-menu-commands)
237
236
(add-hook 'ess-transcript-mode-hook 'ess-S-mouse-me-menu-commands)