/[emacs]/emacs/lisp/calc/calc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.4.2 by miles, Fri Sep 17 14:31:02 2004 UTC revision 1.21.4.3 by miles, Tue Sep 21 09:34:11 2004 UTC
# Line 427  Otherwise, 1 / 0 is changed to uinf (und Line 427  Otherwise, 1 / 0 is changed to uinf (und
427    (calc-display-strings nil    (calc-display-strings nil
428     "If non-nil, display vectors of byte-sized integers as strings.")     "If non-nil, display vectors of byte-sized integers as strings.")
429    
430    (calc-matrix-just 'center    (calc-matrix-just center
431     "If nil, vector elements are left-justified.     "If nil, vector elements are left-justified.
432  If `right', vector elements are right-justified.  If `right', vector elements are right-justified.
433  If `center', vector elements are centered.")  If `center', vector elements are centered.")
# Line 447  If `center', vector elements are centere Line 447  If `center', vector elements are centere
447    (calc-vector-brackets "[]"    (calc-vector-brackets "[]"
448     "If non-nil, surround displayed vectors with these characters.")     "If non-nil, surround displayed vectors with these characters.")
449    
450    (calc-matrix-brackets '(R O)    (calc-matrix-brackets (R O)
451     "A list of code-letter symbols that control \"big\" matrix display.     "A list of code-letter symbols that control \"big\" matrix display.
452  If `R' is present, display inner brackets for matrices.  If `R' is present, display inner brackets for matrices.
453  If `O' is present, display outer brackets for matrices (above/below).  If `O' is present, display outer brackets for matrices (above/below).
# Line 542  If nil, selections displayed but ignored Line 542  If nil, selections displayed but ignored
542    (calc-assoc-selections t    (calc-assoc-selections t
543     "If non-nil, selection hides deep structure of associative formulas.")     "If non-nil, selection hides deep structure of associative formulas.")
544    
545    (calc-display-working-message 'lots    (calc-display-working-message lots
546     "If non-nil, display \"Working...\" for potentially slow Calculator commands.")     "If non-nil, display \"Working...\" for potentially slow Calculator commands.")
547    
548    (calc-auto-why 'maybe    (calc-auto-why maybe
549     "If non-nil, automatically execute a \"why\" command to explain odd results.")     "If non-nil, automatically execute a \"why\" command to explain odd results.")
550    
551    (calc-timing nil    (calc-timing nil
# Line 554  If nil, selections displayed but ignored Line 554  If nil, selections displayed but ignored
554    (calc-mode-save-mode local)    (calc-mode-save-mode local)
555    
556    (calc-standard-date-formats    (calc-standard-date-formats
557     '("N"     ("N"
558       "<H:mm:SSpp >Www Mmm D, YYYY"      "<H:mm:SSpp >Www Mmm D, YYYY"
559       "D Mmm YYYY<, h:mm:SS>"      "D Mmm YYYY<, h:mm:SS>"
560       "Www Mmm BD< hh:mm:ss> YYYY"      "Www Mmm BD< hh:mm:ss> YYYY"
561       "M/D/Y< H:mm:SSpp>"      "M/D/Y< H:mm:SSpp>"
562       "D.M.Y< h:mm:SS>"      "D.M.Y< h:mm:SS>"
563       "M-D-Y< H:mm:SSpp>"      "M-D-Y< H:mm:SSpp>"
564       "D-M-Y< h:mm:SS>"      "D-M-Y< h:mm:SS>"
565       "j<, h:mm:SS>"      "j<, h:mm:SS>"
566       "YYddd< hh:mm:ss>"))      "YYddd< hh:mm:ss>"))
567    
568    (calc-autorange-units nil)    (calc-autorange-units nil)
569        

Legend:
Removed from v.1.21.4.2  
changed lines
  Added in v.1.21.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26