[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Emacs: Paket calc wird nicht geladen



Hallo Peter,

> Wer hat Ahnung von der Emacs-Konfiguration?

Wenn alle Stricke reissen: Lade es von Hand wie folgt bei mir. Den Pfad
beim load-path unten musst Du natürlich anpassen.

;; ##########################################################################

;;; Commands added by calc-private-autoloads on Sun Apr 20 18:08:16 1997.
(autoload 'calc-dispatch	   "calc" "Calculator Options" t)
(autoload 'quick-calc		   "calc" "Quick Calculator" t)
;;
(autoload 'full-calc		   "calc" "Full-screen Calculator" t)
(autoload 'full-calc-keypad	   "calc" "Full-screen X Calculator" t)
(autoload 'calc-eval		   "calc" "Use Calculator from Lisp")
(autoload 'defmath		   "calc" nil t t)
(autoload 'calc			   "calc" "Calculator Mode" t)
(autoload 'calc-keypad		   "calc" "X windows Calculator" t)
(autoload 'calc-embedded	   "calc" "Use Calc inside any buffer" t)
(autoload 'calc-embedded-activate  "calc" "Activate =>'s in buffer" t)
(autoload 'calc-grab-region	   "calc" "Grab region of Calc data" t)
(autoload 'calc-grab-rectangle	   "calc" "Grab rectangle of data" t)
(global-set-key "\e#" 'calc-dispatch)
;;; End of Calc autoloads.

(setq calc-settings-file "~/.calc")

(add-to-list 'load-path "/usr/local/share/emacs/22.0.50/lisp/calc")
(require 'calc)
(require 'calc-aent)
(require 'calc-alg)
(require 'calc-ext)
(require 'calc-bin)
(require 'calc-lang)
(require 'calccomp)

;; ##########################################################################

Herzliche Grüße,
  Christoph
-- 
True misery for a man is when there are no more problems to be solved.



Reply to: