1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

56697 Commits

Author SHA1 Message Date
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
Glenn Morris
228b550a64 *** empty log message *** 2005-05-16 18:23:25 +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
7c656cd3c0 Remove references to open-network-stream-nowait and open-network-stream-server. 2005-05-16 15:24:53 +00:00
Andreas Schwab
0da46b6eea (unexec_realloc): Move declarations before statements. 2005-05-16 15:17:55 +00:00
Nick Roberts
b376642de6 (Debugger Operation): Mention GUD tooltips are disabled with GDB in text
command mode.
2005-05-16 12:00:10 +00:00
Nick Roberts
80afd39064 *** empty log message *** 2005-05-16 11:58:37 +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
a2bbf6afc1 *** empty log message *** 2005-05-16 07:12:46 +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
Jay Belanger
6188800ed0 (Storing Variables): Mention `calc-copy-special-constant'. 2005-05-16 03:50:34 +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
b987b30f41 (Tooltips): Replace toolbar with "tool bar" for
consistency.
2005-05-16 01:08:01 +00:00
Nick Roberts
cb7b02c7a4 Replace toolbar with "tool bar" for consistency.
(Compilation Mode): Describe compilation-context-lines
and use of arrow in compilation buffer.
(Debugger Operation): Replace help text with variable's value.
2005-05-16 01:07:12 +00:00
Nick Roberts
995599a89e *** empty log message *** 2005-05-16 01:06:37 +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
Kim F. Storm
4b9f372b4e (Network): Remove open-network-stream-nowait.
(Network Servers): Remove open-network-stream-server.
2005-05-15 20:42:11 +00:00
Luc Teirlinck
4214af69d7 *** empty log message *** 2005-05-15 17:39:06 +00:00
Luc Teirlinck
16ac1559fa (Top): Update detailed menu for node changes. 2005-05-15 17:35:23 +00:00
Luc Teirlinck
0b2892c66e Reorder nodes.
(Variables): Update menu.
2005-05-15 17:33:59 +00:00
Luc Teirlinck
ceea381865 (Choosing Modes): normal-mode processes the -*- line. Add xref. 2005-05-15 17:00:36 +00:00
Luc Teirlinck
a191491224 (File Local Variables): Do not refer to the `-*-' line as
a "local variables list".  Add pxref.
2005-05-15 16:53:06 +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
Richard M. Stallman
820f92e199 Correct/improve previous change. 2005-05-15 13:49:41 +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
Jay Belanger
8305d012df (Default Simplifications): Insert missing ! (logical not operator). 2005-05-15 04:12:31 +00:00