summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Kim F. Storm2004-11-251-4/+3
|
* Finish making previous changes.Jay Belanger2004-11-251-19/+20
|
* Finish making previous change.Jay Belanger2004-11-251-1/+1
|
* *** empty log message ***Jay Belanger2004-11-251-0/+47
|
* (calc-convert-units): Make units a local variable.Jay Belanger2004-11-251-37/+75
| | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (math-poly-base-top-expr): New variable.Jay Belanger2004-11-251-45/+74
| | | | | | | | | | | | | | | | | (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.
* Added comment.Jay Belanger2004-11-251-4/+8
| | | | | (math-polynomial-base): Replace variable mpb-top-expr by math-poly-base-top-expr.
* *** empty log message ***Richard M. Stallman2004-11-252-0/+41
|
* (ispell-check-version): If default-directory is nonexistent, use home dir.Richard M. Stallman2004-11-251-0/+2
|
* (grep-regexp-alist): Don't match parens around line numbers.Richard M. Stallman2004-11-251-2/+5
|
* (cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):Richard M. Stallman2004-11-251-23/+1
| | | | Don't print progress messages.
* (compilation-mode-map): Don't inherit from compilation-minor-mode-map;Richard M. Stallman2004-11-251-3/+13
| | | | | copy its bindings instead. But the menu bar Compile entry now does inherit from compilation-menu-map.
* (byte-optimize-form-code-walker):Richard M. Stallman2004-11-251-1/+2
| | | | Use with-no-warnings around compiler-macroexpand.
* Don't always require newcomment.Richard M. Stallman2004-11-251-7/+12
| | | | | | | | (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.
* (tooltip-mode): Doc fix.Richard M. Stallman2004-11-251-1/+1
|
* (python-font-lock-syntactic-keywords): Check for escapes in the regexp.Richard M. Stallman2004-11-251-25/+26
| | | | (python-quote-syntax): Don't do it here.
* (term-escape-char, term-mode): Doc fixes.Richard M. Stallman2004-11-251-2/+3
|
* (gdb-breakpoints-mode-map)Nick Roberts2004-11-251-42/+41
| | | | | | | | | | | | | | | (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.
* *** empty log message ***Nick Roberts2004-11-251-0/+18
|
* *** empty log message ***Glenn Morris2004-11-251-0/+12
|
* (f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.Glenn Morris2004-11-251-25/+76
| | | | | | | | | | (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.
* *** empty log message ***Jay Belanger2004-11-241-0/+30
|
* (math-trunc): Replace variable prec by math-trunc-prec.Jay Belanger2004-11-241-8/+15
| | | | (math-floor): Replace variable prec by math-floor-prec.
* (math-scalar-functions, math-nonscalar-functions)Jay Belanger2004-11-241-87/+103
| | | | | | | | | | | | | | | | | | | | (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.
* (calc-gnuplot-default-device, calc-gnuplot-default-output)Jay Belanger2004-11-241-9/+8
| | | | | | (calc-gnuplot-print-device, calc-gnuplot-print-output) (calc-gnuplot-geometry, calc-graph-default-resolution) (calc-graph-default-resolution-3d): Remove redundant initial values.
* (calc-embedded-active): Removed unnecessary declaration.Jay Belanger2004-11-241-4/+2
| | | | (calc-show-banner): Removed redundant declaration.
* *** empty log message ***Jay Belanger2004-11-241-6/+28
|
* (math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.Jay Belanger2004-11-241-17/+29
| | | | | | | | | | | (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.
* (math-fd-date, math-fd-dt, math-fd-year, math-fd-month)Jay Belanger2004-11-241-194/+230
| | | | | | | | | | | | | | | | | | | | | | | | (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.
* (generic-mode-set-comments): Accept an empty comment-end.Stefan Monnier2004-11-242-12/+16
|
* (dedicated-switch-to-buffer): New function.Nick Roberts2004-11-241-32/+25
| | | | | | | | (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.
* *** empty log message ***Nick Roberts2004-11-241-0/+9
|
* *** empty log message ***Jay Belanger2004-11-241-0/+44
|
* (math-stack-value-offset): Replace variables c, wid and off withJay Belanger2004-11-241-7/+11
| | | | math-svo-c, math-svo-wid and math-svo-off.
* Add comment.Jay Belanger2004-11-241-2/+5
|
* (math-svo-c, math-svo-wid, math-svo-off): New variables.Jay Belanger2004-11-241-159/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* * cus-start.el (all): Added x-use-old-gtk-file-dialog.Jan Djärv2004-11-232-0/+3
|
* * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendorJan Djärv2004-11-232-2/+9
| | | | and x-server-version may throw.
* Comment change.Richard M. Stallman2004-11-231-0/+2
|
* (substitute-key-definition-key): Optimize. Don'tKim F. Storm2004-11-231-1/+2
| | | | call indirect-function for nil defn (always signals error).
* *** empty log message ***Kim F. Storm2004-11-231-0/+3
|
* (ido-read-internal): Fix require-match check whenKim F. Storm2004-11-231-1/+4
| | | | ido-directory-too-big is set.
* *** empty log message ***Kim F. Storm2004-11-231-0/+5
|
* *** empty log message ***Jay Belanger2004-11-231-0/+11
|
* (math-read-exprs): Filter input through math-read-preprocess-string.Jay Belanger2004-11-231-2/+2
|
* (math-read-replacement-list, math-read-superscripts): New variables.Jay Belanger2004-11-231-0/+68
| | | | | (math-read-preprocess-string): New function. (math-read-expr): Filter input through math-read-preprocess-string.
* (compilation-start): In cd command use substitute-env-vars -- not quite ↵Daniel Pfeiffer2004-11-221-10/+4
| | | | | | shell compatible but better than nothing. (compilation-error-regexp-alist-alist): Simplify ftnchek to only handle the newer versions messages, which are more parseable.
* *** empty log message ***Daniel Pfeiffer2004-11-221-0/+8
|
* (reveal-mode-map): New var.Stefan Monnier2004-11-222-0/+13
| | | | (reveal-mode): Use it.
* *** empty log message ***Stefan Monnier2004-11-222-116/+124
|