Richard M. Stallman
2aa13ec4e0
Much whitespace and capitalization change.
...
Move `provide' to end. Require `compile' only when compiling.
2004-11-25 16:33:53 +00:00
Jay Belanger
1b43611263
*** empty log message ***
2004-11-25 16:05:28 +00:00
Kim F. Storm
7707da3c3f
*** empty log message ***
2004-11-25 10:37:03 +00:00
Jay Belanger
3effaa28f5
Finish making previous changes.
2004-11-25 06:29:11 +00:00
Jay Belanger
95d91710e9
Finish making previous change.
2004-11-25 06:28:25 +00:00
Jay Belanger
b67b1f0b32
*** empty log message ***
2004-11-25 06:17:40 +00:00
Jay Belanger
2797124100
(calc-convert-units): Make units a local variable.
...
(calc-num-units, calc-den-units): New variables.
(calc-explain-units, calc-explain-units-rec): Replace variables
num-units and den-units by declared variables.
(math-cu-unit-list): New variable.
(math-build-units-table, math-compare-unit-names)
(math-convert-units, math-convert-units-rec): Replace variable
unit-list by declared variable.
(math-fbu-base, math-fbu-entry): New variables.
(math-find-base-units, math-find-base-units-rec): Replace variables
base and entry by declared variables.
(math-which-standard): New variable.
(math-to-standard-units, math-to-standard-rec): Replace variable
which-standard by declared variable.
(math-fcu-u): New variable.
(math-find-compatible-unit, math-find-compatible-unit-rec):
Replace variable u by declared variable.
(math-cu-new-units, math-cu-pure): New variables.
(math-convert-units, math-convert-units-rec): Replace variables
new-units and pure by declared variables.
(math-try-cancel-units): New variable.
(math-simplify-units-quotient): Replace variable try-cancel-units by
declared variable.
2004-11-25 05:53:35 +00:00
Jay Belanger
4fd1fc35b1
(math-poly-base-top-expr): New variable.
...
(math-polynomial-p1): Replace variable mpb-top-expr by declared
variable.
(math-poly-base-total-base): New variable.
(math-total-polynomial-base, math-polynomial-p1): Replace variable
mpb-total-base by declared variable.
(math-factored-vars, math-to-list): Declare it.
(math-fact-expr): New variable.
(calcFunc-factors, calcFunc-factor, math-factor-expr,
math-factor-expr-try, math-factor-expr-part): Replace variable expr by
declared variable.
(math-fet-x): New variable.
(math-factor-expr-try, math-factor-poly-coefs): Replace variable x by
declared variable.
(math-factor-poly-coefs): Make temp a local variable.
2004-11-25 05:52:38 +00:00
Jay Belanger
885e6671fc
Added comment.
...
(math-polynomial-base): Replace variable mpb-top-expr by
math-poly-base-top-expr.
2004-11-25 05:51:40 +00:00
Richard M. Stallman
261b01c642
*** empty log message ***
2004-11-25 03:22:56 +00:00
Richard M. Stallman
0a6d03627f
(ispell-check-version): If default-directory is nonexistent, use home dir.
2004-11-25 03:06:16 +00:00
Richard M. Stallman
bde94a7f47
(grep-regexp-alist): Don't match parens around line numbers.
2004-11-25 03:05:00 +00:00
Richard M. Stallman
335dd1f105
(cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
...
Don't print progress messages.
2004-11-25 03:04:16 +00:00
Richard M. Stallman
5988691b04
(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
...
copy its bindings instead. But the menu bar Compile entry now does
inherit from compilation-menu-map.
2004-11-25 03:01:10 +00:00
Richard M. Stallman
4cead7a206
(byte-optimize-form-code-walker):
...
Use with-no-warnings around compiler-macroexpand.
2004-11-25 02:58:34 +00:00
Richard M. Stallman
71eb630896
Don't always require newcomment.
...
(imenu--generic-function): Call comment-normalize-vars
if we have a comment syntax.
Exit the loop if REGEXP matches the null string.
Test comment-start as well as comment-start-skip
when deciding whether to check for comments.
2004-11-25 02:57:47 +00:00
Richard M. Stallman
dbc165ffe2
(tooltip-mode): Doc fix.
2004-11-25 02:55:37 +00:00
Richard M. Stallman
c22141472a
(python-font-lock-syntactic-keywords): Check for escapes in the regexp.
...
(python-quote-syntax): Don't do it here.
2004-11-25 02:54:58 +00:00
Richard M. Stallman
269cb13ecc
(term-escape-char, term-mode): Doc fixes.
2004-11-25 02:54:20 +00:00
Nick Roberts
12032009a4
(gdb-breakpoints-mode-map)
...
(gdb-frames-mode-map, gdb-threads-mode-map)
(gdb-registers-mode-map, gdb-locals-mode-map)
(gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
(dedicated-switch-to-buffer): Rename to gdb-set-window-buffer.
(dedicated-switch-to-buffer): Rework.
(gdb-var-evaluate-expression-handler, gdb-put-string):
Remove unused variable bindings.
(gdb-setup-windows, gdb-display-buffer):
Simplify. Use pop-to-buffer.
(gdb-view-source-function): Simplify.
(gdb-frame-breakpoints-buffer):
Use pop-to-buffer, special-display-regexps.
2004-11-25 02:00:53 +00:00
Nick Roberts
29b5fa7e52
*** empty log message ***
2004-11-25 01:57:42 +00:00
Glenn Morris
f607ff4bb2
*** empty log message ***
2004-11-25 00:49:34 +00:00
Glenn Morris
784d007b50
(f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.
...
(f90-calculate-indent): Handle un-named PROGRAM blocks.
(f90-end-of-block): Doc fix. Make check of outermost block
conditional on value of `f90-smart-end'.
(f90-block-match): Hack to deal with un-named PROGRAM blocks.
Handle case where END-BLOCK is nil.
(f90-match-end): Handle un-named PROGRAM blocks.
(f90-backslash-not-special): New function.
2004-11-25 00:46:42 +00:00
Jay Belanger
7a96b50d9f
*** empty log message ***
2004-11-24 21:51:04 +00:00
Jay Belanger
276d28655e
(math-trunc): Replace variable prec by math-trunc-prec.
...
(math-floor): Replace variable prec by math-floor-prec.
2004-11-24 21:45:32 +00:00
Jay Belanger
67549a854a
(math-scalar-functions, math-nonscalar-functions)
...
(math-scalar-if-args-functions, math-real-functions)
(math-positive-functions, math-nonnegative-functions)
(math-real-scalar-functions, math-real-if-arg-functions)
(math-integer-functions, math-num-integer-functions)
(math-rounding-functions, math-float-rounding-functions)
(math-integer-if-args-functions, math-super-types):
Move declarations to earlier in file.
(math-unit-prefixes): Declared it.
(math-floor-prec, math-trunc-prec): New variables.
(math-trunc-fancy): Replace variable prec by declared variable.
(math-floor-fancy): Replace variable prec by declared variable.
(math-com-bterms): New variable.
(math-commutative-equal, math-commutative-collect): Replace variable
bterms by declared variable.
2004-11-24 21:45:04 +00:00
Jay Belanger
ac39a77ca1
(calc-gnuplot-default-device, calc-gnuplot-default-output)
...
(calc-gnuplot-print-device, calc-gnuplot-print-output)
(calc-gnuplot-geometry, calc-graph-default-resolution)
(calc-graph-default-resolution-3d): Remove redundant initial values.
2004-11-24 21:44:23 +00:00
Jay Belanger
7893af2d79
(calc-embedded-active): Removed unnecessary declaration.
...
(calc-show-banner): Removed redundant declaration.
2004-11-24 21:43:36 +00:00
Jay Belanger
25cad79bf5
*** empty log message ***
2004-11-24 18:15:52 +00:00
Jay Belanger
86498823f8
(math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.
...
(math-nth-root-float, math-nth-root-float-iter): Replace variables
n, nf and nfm1 by declared variables.
(math-nri-n): New variable.
(math-nth-root-int, math-nth-root-int-iter): Replace variable n by
declared variable.
(calcFunc-log): Removed misplaced condition.
2004-11-24 18:01:37 +00:00
Jay Belanger
9822335996
(math-fd-date, math-fd-dt, math-fd-year, math-fd-month)
...
(math-fd-day, math-fd-weekday, math-fd-hour, math-fd-minute)
(math-fd-second, math-fd-bc-flag): New variables.
(math-format-date, math-format-date-part): Replace variables
date, dt, year, month, day, weekday, hour, minute, second and
bc-flag by declared variables.
(math-pd-str): New variable.
(math-parse-date, math-parse-date-word, math-parse-standard-date):
Replace variable str by declared variable.
(math-daylight-savings-hook, math-tzone-names): Move definitions
to earlier in the file.
(var-TimeZone): Declare it.
(math-exp-str, math-exp-pos): Declare them.
(math-sh-year): New variable.
(math-setup-add-holidays, math-setup-holidays)
(math-setup-year-holiday): Replace variable `year'
by declared variable.
2004-11-24 17:59:37 +00:00
Stefan Monnier
0e7acedf7b
(generic-mode-set-comments): Accept an empty comment-end.
2004-11-24 15:20:38 +00:00
Nick Roberts
4e607b5992
(dedicated-switch-to-buffer): New function.
...
(gdb-ann3, gdb-setup-windows, gdb-restore-windows): Dedicate
gdb-related windows.
(gdb-display-buffer): Dedicate gdb-related windows. Don't grab
other frames.
(gdb-reset): Remove dedicated property after debugging.
2004-11-24 10:31:15 +00:00
Nick Roberts
1919c2cdb4
*** empty log message ***
2004-11-24 10:30:39 +00:00
Jay Belanger
0d0b3b8162
*** empty log message ***
2004-11-24 06:13:27 +00:00
Jay Belanger
f0a35df4ea
(math-stack-value-offset): Replace variables c, wid and off with
...
math-svo-c, math-svo-wid and math-svo-off.
2004-11-24 06:01:45 +00:00
Jay Belanger
1c80b98b61
Add comment.
2004-11-24 06:00:30 +00:00
Jay Belanger
fdcf8e2b4a
(math-svo-c, math-svo-wid, math-svo-off): New variables.
...
(math-stack-value-offset-fancy): Replace variables c, wid and off
by declared variables.
(math-comp-just, math-comp-comma-spc): New variables.
(math-compose-expr, math-compose-matrix): Replace variable just by
declared variable.
(math-comp-vector-prec): New variable.
(math-compose-expr, math-compose-matrix, math-compose-rows): Replace
variable vector-prec by declared variable.
(math-comp-left-bracket, math-comp-right-bracket, math-comp-comma): New variables.
(math-compose-expr, math-compose-rows): Replace variables left-bracket,
right-bracket and comma by declared variables.
(math-comp-full-width): New variable.
(math-comp-to-string-flat, math-comp-to-string-flat-term): Replace
variable full-width by declared variable.
(math-comp-sel-tag): Declared it.
(math-comp-highlight, math-comp-word, math-comp-level)
(math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
(math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
New variables.
(math-comp-to-string-flat, math-comp-to-string-flat-term)
(math-comp-sel-flat-term): Replace variables comp-highlight, comp-word,
comp-level, comp-margin, comp-pos and comp-buf by declared variables.
(math-comp-simplify, math-comp-simplify-term, math-comp-add-string)
(math-comp-add-string-sel): Replace variables comp-highlight,
comp-buf, comp-base, comp-height, comp-tag, comp-hpos and comp-vpos
by declared variables.
2004-11-24 05:59:23 +00:00
Jan Djärv
c5c56f464f
* cus-start.el (all): Added x-use-old-gtk-file-dialog.
2004-11-23 19:57:44 +00:00
Jan Djärv
6f8a274229
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
...
and x-server-version may throw.
2004-11-23 19:22:43 +00:00
Richard M. Stallman
5f11b513c8
Comment change.
2004-11-23 16:41:27 +00:00
Kim F. Storm
d9f043554d
(substitute-key-definition-key): Optimize. Don't
...
call indirect-function for nil defn (always signals error).
2004-11-23 15:23:57 +00:00
Kim F. Storm
92c8c0ce0b
*** empty log message ***
2004-11-23 15:23:35 +00:00
Kim F. Storm
b3da0db521
(ido-read-internal): Fix require-match check when
...
ido-directory-too-big is set.
2004-11-23 15:18:16 +00:00
Kim F. Storm
14ed2ad654
*** empty log message ***
2004-11-23 15:17:54 +00:00
Jay Belanger
298a667cdf
*** empty log message ***
2004-11-23 06:18:51 +00:00
Jay Belanger
c4446fc2e9
(math-read-exprs): Filter input through math-read-preprocess-string.
2004-11-23 05:58:20 +00:00
Jay Belanger
66c2cf664e
(math-read-replacement-list, math-read-superscripts): New variables.
...
(math-read-preprocess-string): New function.
(math-read-expr): Filter input through math-read-preprocess-string.
2004-11-23 05:56:40 +00:00
Daniel Pfeiffer
12221c849b
(compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
...
(compilation-error-regexp-alist-alist): Simplify ftnchek to only handle the newer versions messages, which are more parseable.
2004-11-22 23:31:28 +00:00
Daniel Pfeiffer
8fc464b6e1
*** empty log message ***
2004-11-22 23:30:19 +00:00