summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] ↵Daniel Pfeiffer2005-05-162-94/+117
| | | | | | char group. (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
* (makefile-dependency-regex): Turn it into a var, and refine it to mask one ↵Daniel Pfeiffer2005-05-161-46/+70
| | | | | | | | | | | more level of nested vars. (makefile-rule-action-regex): Turn it into a var, and refine it so it recognizes backslashed continuation lines as belonging to the same command. (makefile-macroassign-regex): Refine it so it recognizes backslashed continuation lines as belonging to the same command. (makefile-var-use-regex): Don't look at the next char, because it might be the same one to be skipped by the initial [^$], leading to an overlooked variable use. (makefile-make-font-lock-keywords): Remove two parameters, which are now variables that some of the modes set locally. Handle dependency and rule action matching through functions, because regexps alone match too often. Dependency matching now comes last, so it can check, whether a colon already matched something else. (makefile-mode): Inform that font-lock improves makefile parsing capabilities. (makefile-match-dependency, makefile-match-action): New functions.
* *** empty log message ***Juanma Barranquero2005-05-161-0/+2
|
* (equalp): Doc fix.Juanma Barranquero2005-05-161-1/+1
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-1658-477/+556
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-168-34/+47
|
* Add page marker to force the "Local Variables:" string out of the last page.Juanma Barranquero2005-05-162-0/+6
|
* Fix copyrights.Kenichi Handa2005-05-1624-50/+92
|
* (gud-tooltip-mode): Add gud prefix toNick Roberts2005-05-161-2/+6
| | | | | | | | tooltip-change-major-mode. (gud-tooltip-print-command): Remove case where gud-minor-mode is gdb ("--fullname"). (gud-tooltip-tips): Turn GUD tooltips off for this case and explain to user.
* *** empty log message ***Nick Roberts2005-05-161-0/+9
|
* *** empty log message ***Jay Belanger2005-05-161-0/+10
|
* (calc-copy-special-constant): New function.Jay Belanger2005-05-161-0/+20
|
* (calc-edit-format-macro-buffer): Add `calc-copy-special-constant'.Jay Belanger2005-05-161-0/+1
|
* (calc-init-extensions): Add `calc-copy-special-constant'.Jay Belanger2005-05-161-1/+3
|
* *** empty log message ***Richard M. Stallman2005-05-161-0/+4
|
* (help-face-def): New button type.Richard M. Stallman2005-05-161-0/+12
|
* (describe-face): Output a definition link button.Richard M. Stallman2005-05-161-3/+18
|
* *** empty log message ***Nick Roberts2005-05-161-4/+4
|
* (compilation-setup): Set local value ofNick Roberts2005-05-161-9/+17
| | | | | | | overlay-arrow-string to "" always. (compilation-set-window): Left fringe then don't scroll. No left fringe then no arrow and scroll message to top. (compilation-context-lines): Adjust doc string accordingly.
* (left-fringe-p): New function.Nick Roberts2005-05-151-0/+3
|
* *** empty log message ***Nick Roberts2005-05-151-0/+10
|
* (ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm2005-05-151-7/+70
| | | | | | | | | (ido-magic-delete-char): New commands for C-f, C-b, C-d. (ido-wide-find-dir-or-delete-dir): New command for M-d. (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands. (ido-read-file-name): Handle commands with ido property value equal to find-file as reading a file name, to allow C-d to enter dired. (ibuffer-find-file): Add ido property with value find-file.
* *** empty log message ***Kim F. Storm2005-05-151-0/+10
|
* (copyright-fix-years): Match properly if the first year is 2-digit.Richard M. Stallman2005-05-152-2/+19
| | | | Don't mess up the whitespace after the years by filling.
* (dired-mark-confirm):Richard M. Stallman2005-05-151-1/+4
| | | | Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
* (dired-map-over-marks): New arg distinguish-one-marked.Richard M. Stallman2005-05-151-11/+31
| | | | | (dired-get-marked-files): New arg distinguish-one-marked. (dired-mark-pop-up): Handle FILES = (t FILE) specially.
* (open-network-stream-nowait): Remove.Kim F. Storm2005-05-151-57/+6
| | | | (open-network-stream-server): Remove.
* *** empty log message ***Kim F. Storm2005-05-151-0/+5
|
* *** empty log message ***Richard M. Stallman2005-05-151-0/+9
|
* (lisp-mode-variables): Set font-lock-comment-start-skip.Richard M. Stallman2005-05-151-0/+3
|
* (font-lock-comment-start-skip): New variable.Richard M. Stallman2005-05-151-4/+13
| | | | | (font-lock-comment-end-skip): New variable. (font-lock-fontify-syntactically-region): Use them if non-nil.
* *** empty log message ***Jay Belanger2005-05-151-0/+11
|
* (calc-store-value): Return a string rather than display it as a message.Jay Belanger2005-05-151-49/+72
| | | | | | | | Use calc-var-name for variable name. (calc-store-into): Add the result of calc-store-value to message. (calc-copy-variable): Add a message. (calc-store-exchange): Improve error messages. (calc-store-binary, calc-store-map): Don't reset the values of special constants.
* *** empty log message ***Luc Teirlinck2005-05-141-0/+14
|
* (define-derived-mode): Add link to Elisp manual to docstring.Luc Teirlinck2005-05-141-1/+3
|
* Fix encoding.Andreas Schwab2005-05-141-1/+1
|
* (hack-local-variables-confirm): Add STRING argument.Luc Teirlinck2005-05-141-6/+11
| | | | | | Make the function handle non file visiting buffers correctly. (hack-local-variables-prop-line, hack-local-variables) (hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'.
* Sync with Tramp 2.0.49.Michael Albinus2005-05-143-34/+121
|
* *** empty log message ***Richard M. Stallman2005-05-141-0/+2
|
* (eshell-find-tag): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (symbol-file): Doc fix.Richard M. Stallman2005-05-142-1/+4
|
* (define-ibuffer-filter filename): If `dired-directory' is a list, use its car.John Paul Wallington2005-05-142-1/+13
|
* (define-ibuffer-column filename): If `dired-directory' is a list, use its car.John Paul Wallington2005-05-141-1/+3
| | | | From: Daniel Brockman <daniel@brockman.se> (tiny change)
* (byte-compile-nogroup-warn): New function.Richard M. Stallman2005-05-142-5/+25
| | | | | (byte-compile-form): Call byte-compile-nogroup-warn. (byte-compile-warning-types): Doc fix.
* (c-literal-faces): Add font-lock-comment-delimiter-face.Richard M. Stallman2005-05-142-1/+27
|
* (dig): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (sc-cite-frame-alist, sc-uncite-frame-alist)Richard M. Stallman2005-05-141-0/+8
| | | | | | | (sc-recite-frame-alist, sc-default-cite-frame) (sc-default-uncite-frame, sc-default-recite-frame) (sc-attrib-selection-list, sc-rewrite-header-list): Mark as risky-local-variable.
* (ogonek-jak, ogonek-how): Don't use beginning-of-buffer.Richard M. Stallman2005-05-141-2/+2
|
* (eldoc-documentation-function): Add autoload.Richard M. Stallman2005-05-141-0/+1
|
* (solar-data-list): Move definition up.Richard M. Stallman2005-05-141-42/+42
|