~ubuntu-branches/ubuntu/hardy/ess/hardy

« back to all changes in this revision

Viewing changes to lisp/essd-omg.el

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2005-03-22 13:48:07 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050322134807-9mpmbb799jugf248
Tags: 5.2.6-1
* New upstream release
* chmod -R u+w on orig source

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; essd-omg.el --- Omega customization
2
2
 
3
3
;; Copyright (C) 1999 A. J. Rossini
 
4
;; Copyright (C) 2000--2004 A.J. Rossini, Rich M. Heiberger, Martin
 
5
;;      Maechler, Kurt Hornik, Rodney Sparapani, and Stephen Eglen.
4
6
 
5
 
;; Author: A.J. Rossini <rossini@biostat.washington.edu>
6
 
;; Maintainer: A.J. Rossini <rossini@biostat.washington.edu>
 
7
;; Original Author: A.J. Rossini <rossini@biostat.washington.edu>
7
8
;; Created: 15 August 1999
8
 
;; Modified: $Date: 2001/08/08 19:25:07 $
9
 
;; Version: $Revision: 5.8 $
10
 
;; RCS: $Id: essd-omg.el,v 5.8 2001/08/08 19:25:07 ess Exp $
11
 
;;
 
9
;; Maintainers: ESS-core <ESS-core@stat.math.ethz.ch>
 
10
 
12
11
;; Keywords: start up, configuration.
13
12
 
14
13
;; This file is part of ESS.
48
47
    (ess-dialect                   . "omegahat")
49
48
    (ess-suffix                    . "omg")
50
49
    (ess-loop-timeout              . 5000)
51
 
    (ess-dump-filename-template    . (concat (user-login-name)
52
 
                                             ".%s."
53
 
                                             ess-suffix))
 
50
    (ess-dump-filename-template    . (ess-replace-regexp-in-string
 
51
                                      "S$" ess-suffix ; in the one from custom:
 
52
                                      ess-dump-filename-template-proto))
54
53
    (ess-mode-editing-alist        . OMG-editing-alist)
55
54
    (ess-mode-syntax-table         . OMG-syntax-table)
 
55
    (ess-change-sp-regexp          . "");fixme (if omegahat ever ..)
56
56
    (ess-help-sec-regex            . ess-help-S+-sec-regex)
57
 
    (ess-help-sec-keys-alist       . S+-help-sec-keys-alist)
 
57
    (ess-help-sec-keys-alist       . ess-help-S+sec-keys-alist)
58
58
    (ess-object-name-db-file       . "ess-omg-namedb.el" )
59
59
    (ess-retr-lastvalue-command
60
60
     . ".Last.value = get(\".ess.lvsave\",frame=0)\n")