[ESS-bugs] ess-mode 5.2.0beta4; typo in essd-els.el

Na Li nali at umn.edu
Mon Mar 22 06:19:25 CET 2004


Emacs  : GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.3.0, X toolkit)
 of 2004-03-17 on orca.local
Package: ess-mode 5.2.0beta4

A bug/typo in essd-els.el:

orca$ diff -w -c  ~/elisp/ess/lisp/essd-els.el ess-5.2.0beta4/lisp/essd-els.el 
*** /Users/nali/elisp/ess/lisp/essd-els.el      Sun Mar 21 23:11:38 2004
--- ess-5.2.0beta4/lisp/essd-els.el     Thu Feb 19 06:46:36 2004
***************
*** 117,123 ****
  (defun ess-select-alist-dialect ()
    "Query user for an ESS dialect and return the matching customize-alist."
    (interactive)
!   (let* ((dialects '("arc" "vst" "omg" "s3"  "s4" "stata" "r" "sp3" "sp4" 
                       "sqpe4" "sp5" "sp6" "sqpe6" "xls" "sas"))
           (dialect (completing-read "Dialect (press TAB for choices)"
                                     (mapcar '(lambda (x) (cons x 1)) dialects)
--- 117,123 ----
  (defun ess-select-alist-dialect ()
    "Query user for an ESS dialect and return the matching customize-alist."
    (interactive)
!   (let ((dialects '("arc" "vst" "omg" "s3"  "s4" "stata" "r" "sp3" "sp4" 
                    "sqpe4" "sp5" "sp6" "sqpe6" "xls" "sas"))
        (dialect (completing-read "Dialect (press TAB for choices)"
                                  (mapcar '(lambda (x) (cons x 1)) dialects)

Cheers,

Michael




More information about the ESS-bugs mailing list