1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

2326 commits

Author SHA1 Message Date
Glenn Morris
450a39ffe2 (sh-builtins) <bash>: Add `caller'.
(sh-escaped-newline): New face.
(sh-font-lock-keywords) <shell>: Improve regexp for escaped
newline, and use sh-escaped-newline face.
2005-04-05 13:07:42 +00:00
Glenn Morris
d6d43bde05 (tcl-escaped-newline): New face.
(tcl-builtin-list): New variable.
(tcl-set-font-lock-keywords): Add builtins, variables, and escaped
newlines.  Fix keywords subexpression number.
2005-04-05 13:06:25 +00:00
Lute Kamstra
0f06a4df3f (hide-ifdef-mode): Specify :group. 2005-04-04 09:25:36 +00:00
Lute Kamstra
3b614b814e (glasses-mode): Specify :group. 2005-04-04 09:23:59 +00:00
Lute Kamstra
d799c27880 (flymake-mode): Specify :group. 2005-04-04 09:22:59 +00:00
Lute Kamstra
1f644ce330 (cwarn-mode): Specify :group. 2005-04-04 09:21:06 +00:00
Stefan Monnier
4c5113c76b (tcl-set-font-lock-keywords): Use new \_< ops. 2005-04-03 21:20:03 +00:00
Richard M. Stallman
a91877d296 Fix previous change. 2005-03-31 18:59:50 +00:00
Richard M. Stallman
64c66a6188 (scheme-mode-syntax-table): Update
syntax of | and # for two-character comment syntax.
2005-03-31 18:59:34 +00:00
Nick Roberts
63cc3b0975 (gdb): (Re)-initialise gud-filter-pending-text.
(gud-filter-pending-text): Move in front of gdb.
(gud-overlay-arrow-position): New variable.
(gud-sentinel, gud-display-line): Use it in place of
overlay-arrow-position.
2005-03-29 20:59:42 +00:00
Glenn Morris
8cb8832f25 Reformat and update copyright years.
(fortran-if-indent): Doc fix.
(fortran-font-lock-keywords-2): Add "where", "elsewhere".
(fortran-font-lock-keywords-4): New variable.
(fortran-blocks-re, fortran-end-block-re)
(fortran-start-block-re): New constants, for hideshow.
(hs-special-modes-alist): Add a Fortran entry.
(fortran-mode-map): Bind fortran-end-of-block,
fortran-beginning-of-block to \M-\C-n, \M-\C-p.
(fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
(fortran-looking-at-if-then, fortran-end-of-block)
(fortran-beginning-of-block): New functions, for hideshow.
2005-03-29 18:59:02 +00:00
Glenn Morris
fcca5273e5 (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.
(f90-beginning-of-block): Push mark first.
2005-03-29 18:34:22 +00:00
Stefan Monnier
ef91372af5 (which-function): Be robust in the face of an
imenu--make-index-alist failure.
2005-03-29 14:18:00 +00:00
Stefan Monnier
9f3f6a1854 (python-preoutput-filter): Fix last change. 2005-03-29 14:12:23 +00:00
Juri Linkov
073fcaf68b (compilation-goto-locus):
Use `next-error-highlight-timer' instead of `sit-for'.
2005-03-29 04:57:52 +00:00
Stefan Monnier
12566797d3 (python-preoutput-leftover): New var.
(python-preoutput-filter): Use it.
(python-send-receive): Loop until all the result has been received.
2005-03-28 14:36:25 +00:00
Stefan Monnier
5ffc943b8f (flymake-mode): Add autoload cookie. 2005-03-26 15:33:33 +00:00
Nick Roberts
0d43db4d62 (gdb-breakpoints-mode-map)
(gdb-frames-mode-map): Add follow-link property.
2005-03-25 22:04:45 +00:00
Stefan Monnier
95c9ef20be (python-close-block-statement-p)
(python-outdent-p, python-current-defun): Use symbol-end.
2005-03-25 14:36:08 +00:00
Werner LEMBERG
2e8b9c7d51 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
`valid'.
2005-03-25 10:06:23 +00:00
Werner LEMBERG
eac9c0efd6 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
`invalid'.
2005-03-25 08:47:00 +00:00
Stefan Monnier
17404091a0 (flymake-get-file-name-mode-and-masks)
(flymake-find-buildfile, flymake-find-possible-master-files)
(flymake-check-include, flymake-parse-line): Replace loops over the
length of lists, by loops over lists, to remove silly O(n�) behavior.
2005-03-25 00:17:42 +00:00
Stefan Monnier
4bd0a5d078 (flymake-ensure-ends-with-slash): Remove.
Substitute file-name-as-directory in the rest of the file.
(flymake-get-common-file-prefix): Rewrite, using compare-strings.
(flymake-replace-region): Remove unused arg `buffer'.
(flymake-check-patch-master-file-buffer): Update calls to it.
(flymake-add-err-info): Remove unused var `count'.
(flymake-mode): Use define-minor-mode.
2005-03-25 00:06:07 +00:00
Stefan Monnier
cd2325cdd3 Use with-current-buffer.
(flymake-float-time, flymake-get-temp-dir, flymake-replace-regexp-in-string)
(flymake-line-beginning-position, flymake-current-row, flymake-selected-frame)
(flymake-line-end-position, flymake-popup-menu): Avoid testing for `xemacs'.
(flymake-nop): Move.
(flymake-region-has-flymake-overlays): Return the computed value.
(flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
Remove unused var `endline'.
(flymake-get-line-count): Remove unused function.
(flymake-display-err-menu-for-current-line): Unused var `move-mouse-pos'.
2005-03-24 22:55:54 +00:00
Stefan Monnier
9a686ad201 Misc fix up of comments and docstrings. 2005-03-24 22:42:42 +00:00
Miles Bader
c29749e731 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-204
Clean up gdb-ui breakpoint faces

2005-03-23  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
   Remove tty-specific variants, as they're no longer needed.
2005-03-24 03:25:40 +00:00
Kim F. Storm
5f9e3a2636 (breakpoint-enabled, breakpoint-disabled):
Don't inherit from fringe face (now happens automatically).
2005-03-22 23:08:57 +00:00
Stefan Monnier
44ebeb1b6e (perl-font-lock-keywords-2):
Accept qualified variable and function names.
2005-03-22 19:43:13 +00:00
Miles Bader
0c04baa6c5 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces

2005-03-22  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
   Tweak details to look good on both ttys and bitmap displays, light
   or dark background, etc.
2005-03-22 05:05:50 +00:00
Thien-Thi Nguyen
7651545c10 (dcl-font-lock-keywords): Add underscore to "f$ lexicals" regexp. 2005-03-21 07:44:22 +00:00
J.D. Smith
10c8e594f6 Remove unnecessary `beginning-of-buffer'. 2005-03-21 02:10:48 +00:00
Stefan Monnier
92aba9ab38 (perl-indent-new-calculate): New function.
(perl-indent-line): Use it.
2005-03-20 18:04:41 +00:00
Stefan Monnier
ca79c816e8 (perl-font-lock-syntactic-face-function): Properly handle the case where the
`m' or `s' command's argument is not yet terminated.
2005-03-20 17:06:13 +00:00
Miles Bader
e38b967ad7 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too

2005-03-20  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
   in text-mode too.  Change to new face names.
   (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
   Add `:weight bold' attribute.
   (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
2005-03-20 01:49:32 +00:00
Richard M. Stallman
8eac6e91e4 (perl-mode-hook): Defvar it.
(perl-mode): Use run-mode-hooks.
2005-03-18 00:13:40 +00:00
Richard M. Stallman
65363a4e3d Comment change. 2005-03-17 23:59:31 +00:00
Thien-Thi Nguyen
09d252f261 (dcl-mode-syntax-table): Add entry for backslash. 2005-03-12 17:02:32 +00:00
Nick Roberts
2e8c13b41b (gdb-var-create-handler, gdb-get-location):
Use message-box.
2005-03-09 23:20:07 +00:00
Nick Roberts
bd7a628ab6 (gdb-var-create-handler): Handle just MI case.
(gdb-send, gdb-send-item): Log items sent from gdb-send too.
2005-03-07 01:55:18 +00:00
Daniel Pfeiffer
deda0c6558 Add comment for compilation-directory-properties. 2005-03-03 20:08:21 +00:00
Nick Roberts
50af6c667d (gdb-get-location): Use a warning instead
of an error if GDB can't find the source file.
2005-03-01 10:43:05 +00:00
Stefan Monnier
35c5f5d32f (perl-imenu-generic-expression): Add entries for perldoc sections.
(perl-outline-regexp, perl-outline-level): New var and function.
(perl-mode): Use them.
2005-02-27 23:13:19 +00:00
Kim F. Storm
48d66f99eb (hide-ifdef-use-define-alist): Use
completing-read.  Suggested by Juan-Leon Lahoz Garcia.
2005-02-22 20:52:39 +00:00
Thien-Thi Nguyen
220715073c (scheme-font-lock-keywords-2): Handle named-let. 2005-02-20 12:07:08 +00:00
Nick Roberts
9efdfc10ec (gdb-var-update-handler)
(gdb-speedbar-timer-fn): Ensure speedbar updates with new values
for watch expressions,
(gdb-var-create-handler): Don't set speedbar-update-flag.
(gdb-post-prompt): Simplify test for speedbar.
2005-02-19 05:08:49 +00:00
David Kastrup
3a51abf1df (meta-mark-active): Fix condition to just
use `mark-active' when defined.
2005-02-18 14:28:24 +00:00
Nick Roberts
262ba701c1 (gdb-set-gud-minor-mode-existing-buffers)
(gdb-find-file-hook): Add server prefix.
2005-02-16 20:23:16 +00:00
Nick Roberts
e7212bb36e (gdb-find-file-unhook): New variable.
(gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
(gdb-set-gud-minor-mode-existing-buffers): New functions.
(gdb-find-file-hook): New hook. Add it to find-file-hook.
(gdb-info-breakpoints-custom, gdb-source-info): Simplify.
2005-02-15 09:19:13 +00:00
Nick Roberts
ae61773c26 (gdb-ann3): Re-instate GDB command "set
width 0" to prevent word wrapping problems
(in particular, output from "info breakpoints").
2005-02-09 19:42:09 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00