]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-settings-file-name): Don't hardcode
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Nov 2001 07:29:33 +0000 (07:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Nov 2001 07:29:33 +0000 (07:29 +0000)
"~/.emacs"; use `read-file-name'.

lisp/calc/calc-mode.el

index 334bc3e7de95b7da7a4648aba304f178947d4d92..5bbb98484494d648e1c87b3c0d690aea5616853a 100644 (file)
@@ -1,5 +1,5 @@
 ;; Calculator for GNU Emacs, part II [calc-mode.el]
-;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 ;; Written by Dave Gillespie, daveg@synaptics.com.
 
 ;; This file is part of GNU Emacs.
      (run-hooks 'calc-mode-save-hook)
      (insert ";;; End of mode settings\n")
      (if quiet
-        (let ((executing-macro ""))   ; what a kludge!
+        ;; FIXME: why is this here? -cgw 2001.11.12
+        (let ((executing-kbd-macro ""))   ; what a kludge!
           (save-buffer))
        (save-buffer))))
 )
 
 (defun calc-settings-file-name (name &optional arg)
-  (interactive "sSettings file name (normally ~/.emacs): \nP")
+  (interactive
+   (list (read-file-name (format "Settings file name (normally %s): "
+                                (abbreviate-file-name (or user-init-file
+                                                          "~/.emacs"))))
+        current-prefix-arg))
   (calc-wrapper
    (setq arg (if arg (prefix-numeric-value arg) 0))
    (if (equal name "")
           (while list
             (set (car (car list)) (nth 1 (car list)))
             (setq list (cdr list)))))
+     ;; FIXME: we should use ~/.calc or so in order to avoid
+     ;; reexecuting ~/.emacs (it's not always idempotent) -cgw 2001.11.12
      (setq calc-settings-file name)
      (or (and (string-match "\\.emacs" calc-settings-file)
              (> arg 0))
         (< arg 0)
         (load name t)
-        (message "New file"))))
-)
+        (message "New file")))))
 
 (defun math-get-modes-vec ()
   (list 'vec