1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 07:11:38 -07:00
Commit graph

29359 commits

Author SHA1 Message Date
Daniel Pfeiffer
71994ae7da (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] char group.
(lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2005-05-16 20:36:45 +00:00
Daniel Pfeiffer
92984345bc (makefile-dependency-regex): Turn it into a var, and refine it to mask one 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.
2005-05-16 20:13:09 +00:00
Juanma Barranquero
1e866943a0 *** empty log message *** 2005-05-16 15:33:24 +00:00
Juanma Barranquero
4ea3cc0e17 (equalp): Doc fix. 2005-05-16 15:32:09 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Juanma Barranquero
216d380630 Replace string-to-int' by string-to-number'. 2005-05-16 10:07:59 +00:00
Juanma Barranquero
cc211a0ff8 Add page marker to force the "Local Variables:" string out of the last page. 2005-05-16 08:36:21 +00:00
Kenichi Handa
eaa6121822 Fix copyrights. 2005-05-16 07:03:28 +00:00
Nick Roberts
2b9688f62f (gud-tooltip-mode): Add gud prefix to
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.
2005-05-16 06:42:37 +00:00
Nick Roberts
c65a8e73a3 *** empty log message *** 2005-05-16 06:41:46 +00:00
Jay Belanger
97c66d7480 *** empty log message *** 2005-05-16 04:25:50 +00:00
Jay Belanger
04587c6eb4 (calc-copy-special-constant): New function. 2005-05-16 03:55:11 +00:00
Jay Belanger
7337012df4 (calc-edit-format-macro-buffer): Add `calc-copy-special-constant'. 2005-05-16 03:54:05 +00:00
Jay Belanger
2833f4219a (calc-init-extensions): Add `calc-copy-special-constant'. 2005-05-16 03:52:38 +00:00
Richard M. Stallman
f1bc6e52e0 *** empty log message *** 2005-05-16 03:37:46 +00:00
Richard M. Stallman
12b42b71d4 (help-face-def): New button type. 2005-05-16 03:31:32 +00:00
Richard M. Stallman
19941ff532 (describe-face): Output a definition link button. 2005-05-16 03:31:11 +00:00
Nick Roberts
e6467bba3f *** empty log message *** 2005-05-16 00:30:03 +00:00
Nick Roberts
8b71e4d180 (compilation-setup): Set local value of
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.
2005-05-16 00:01:46 +00:00
Nick Roberts
dfb5b6c2fd (left-fringe-p): New function. 2005-05-15 23:57:15 +00:00
Nick Roberts
0f182ca265 *** empty log message *** 2005-05-15 23:51:07 +00:00
Kim F. Storm
ae9d279d44 (ido-magic-forward-char, ido-magic-backward-char)
(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.
2005-05-15 23:03:36 +00:00
Kim F. Storm
bffc3c6ed9 *** empty log message *** 2005-05-15 23:03:14 +00:00
Richard M. Stallman
02d9d6829a (copyright-fix-years): Match properly if the first year is 2-digit.
Don't mess up the whitespace after the years by filling.
2005-05-15 22:03:16 +00:00
Richard M. Stallman
c232fd12ab (dired-mark-confirm):
Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2005-05-15 21:34:47 +00:00
Richard M. Stallman
09b092ad34 (dired-map-over-marks): New arg distinguish-one-marked.
(dired-get-marked-files): New arg distinguish-one-marked.
(dired-mark-pop-up): Handle FILES = (t FILE) specially.
2005-05-15 21:33:25 +00:00
Kim F. Storm
149d2fd32c (open-network-stream-nowait): Remove.
(open-network-stream-server): Remove.
2005-05-15 20:42:43 +00:00
Kim F. Storm
294c599c7b *** empty log message *** 2005-05-15 20:42:31 +00:00
Richard M. Stallman
85ddb888e7 *** empty log message *** 2005-05-15 14:30:33 +00:00
Richard M. Stallman
76f414790d (lisp-mode-variables): Set font-lock-comment-start-skip. 2005-05-15 14:29:25 +00:00
Richard M. Stallman
7435a76be7 (font-lock-comment-start-skip): New variable.
(font-lock-comment-end-skip): New variable.
(font-lock-fontify-syntactically-region): Use them if non-nil.
2005-05-15 14:28:55 +00:00
Jay Belanger
fcd6e6018b *** empty log message *** 2005-05-15 05:36:55 +00:00
Jay Belanger
0dc72b8e4d (calc-store-value): Return a string rather than display it as a message.
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.
2005-05-15 05:20:59 +00:00
Luc Teirlinck
af415106c2 *** empty log message *** 2005-05-14 18:41:24 +00:00
Luc Teirlinck
a5079d4022 (define-derived-mode): Add link to Elisp manual to docstring. 2005-05-14 18:32:45 +00:00
Andreas Schwab
e0ad342f67 Fix encoding. 2005-05-14 18:19:06 +00:00
Luc Teirlinck
56b19636f3 (hack-local-variables-confirm): Add STRING argument.
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'.
2005-05-14 16:39:49 +00:00
Michael Albinus
7177e2a315 Sync with Tramp 2.0.49. 2005-05-14 15:39:15 +00:00
Richard M. Stallman
d06ba29495 *** empty log message *** 2005-05-14 14:17:07 +00:00
Richard M. Stallman
5f0fe8f11a (eshell-find-tag): Use with-no-warnings. 2005-05-14 14:03:31 +00:00
Richard M. Stallman
e72e58336c (symbol-file): Doc fix. 2005-05-14 13:57:33 +00:00
John Paul Wallington
39c7eb8a6c (define-ibuffer-filter filename): If `dired-directory' is a list, use its car. 2005-05-14 12:56:18 +00:00
John Paul Wallington
2baf64db72 (define-ibuffer-column filename): If `dired-directory' is a list, use its car.
From: Daniel Brockman  <daniel@brockman.se>  (tiny change)
2005-05-14 12:53:34 +00:00
Richard M. Stallman
11efeb9b26 (byte-compile-nogroup-warn): New function.
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
2005-05-14 12:30:08 +00:00
Richard M. Stallman
bbf87c2985 (c-literal-faces): Add font-lock-comment-delimiter-face. 2005-05-14 11:30:27 +00:00
Richard M. Stallman
7fe92d22bd (dig): Use with-no-warnings. 2005-05-14 11:28:14 +00:00
Richard M. Stallman
22458c3342 (sc-cite-frame-alist, sc-uncite-frame-alist)
(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.
2005-05-14 11:27:40 +00:00
Richard M. Stallman
3586122054 (ogonek-jak, ogonek-how): Don't use beginning-of-buffer. 2005-05-14 11:26:12 +00:00
Richard M. Stallman
4021f35884 (eldoc-documentation-function): Add autoload. 2005-05-14 11:25:31 +00:00
Richard M. Stallman
7fde7268e1 (solar-data-list): Move definition up. 2005-05-14 11:25:00 +00:00