Eli Zaretskii
8c01db22ac
(flymake-err-line-patterns): Doc fix.
2007-03-31 09:37:59 +00:00
Alan Mackenzie
15279e7455
(c-forward-to-nth-EOF-}): Fix EOB bug.
2007-03-30 20:20:35 +00:00
Stefan Monnier
070f60e096
(python-mode): Skip comments when parsing.
2007-03-28 01:21:47 +00:00
Nick Roberts
5ae4899796
Change help-echo (again). `Entering directory DIR' visits DIR
...
but `Leaving directory DIR' visits parent of DIR.
2007-03-26 10:20:27 +00:00
Chong Yidong
98d4c36f4c
(compilation-start): Save compilation-directory rather than
...
default-directory as local var.
(compilation-directory): Mark as safe local var.
2007-03-25 17:52:31 +00:00
Alan Mackenzie
c421028a68
Fix typo.
2007-03-25 12:04:11 +00:00
Alan Mackenzie
6bc7293bd6
(c-before-change): Fix BOB bug.
2007-03-25 12:03:13 +00:00
Thien-Thi Nguyen
39db15c998
(m4-m4-buffer, m4-m4-region): Fix omission bug:
...
Use m4-program-options to construct shell command.
2007-03-23 14:12:02 +00:00
David Kastrup
7a147065e4
(c-make-emacs-variables-local): Use
...
`mapcar' rather than `mapcan' to silence compiler warning.
2007-03-23 09:52:42 +00:00
Juanma Barranquero
e2411870e6
(python-default-template): Doc fix.
...
(python-buffer): Fix typo in docstring.
2007-03-19 15:37:15 +00:00
Nick Roberts
82a614d15d
(compilation-find-file): Revert change
...
from 2006-07-18 to allow completion of directory names.
Reported by John Carter <john.carter@tait.co.nz>.
2007-03-18 02:49:54 +00:00
Dan Nicolaescu
3dd34132f8
(grep-find-ignored-directories): Add .git and
...
.bzr to list.
2007-03-11 17:44:40 +00:00
Alan Mackenzie
d4e5bf0f80
(c-before-change): insert call of `save-match-data'.
2007-03-09 23:11:15 +00:00
Alan Mackenzie
580fba9486
(c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.
...
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.
2007-03-08 21:52:30 +00:00
Alan Mackenzie
9c184ed25c
(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
...
functions;
(c-maybe-stale-found-type): new variable.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.
2007-03-08 21:50:51 +00:00
J.D. Smith
eae7eecde0
(idlwave-do-context-help1): Don't visit special help topics for
...
keywords.
(idlwave-help-assistant-command): Include ".exe" for ms-dos
etc. Assistant command.
2007-03-08 18:31:13 +00:00
Nick Roberts
e32ff2e256
(gdb): Pop up current GUD buffer if user
...
tries to start a second session in graphical mode.
2007-03-08 08:19:28 +00:00
Stefan Monnier
86a3e45eea
(python-send-command): Restart proc if necessary.
...
(python-proc): Simplify.
2007-03-05 19:57:03 +00:00
Glenn Morris
b9634f953f
(hs-minor-mode): Turn mode off and show all when switching major mode.
...
(hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
(hs-block-start-mdata-select, hs-block-end-regexp)
(hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
these variables permanent-local.
2007-03-04 20:51:17 +00:00
Richard M. Stallman
107159602c
(cperl-mode): Modify cperl-compilation-error-regexp-alist by appending.
2007-03-04 17:53:41 +00:00
Stefan Monnier
fc553234b5
(python-quote-syntax): Don't bother with syntax-ppss-context.
...
(python-fill-paragraph): Make sure that fenced-string delimiters that
stand on their own line stay there
2007-03-01 15:07:45 +00:00
Nick Roberts
20864cf0aa
(gdb-mouse-until, gdb-mouse-jump):
...
Correct doc strings.
2007-02-28 21:15:13 +00:00
Nick Roberts
f6f3d0b913
(gud, gud-menu-map): Remove references to bash/bashdb.
...
(gud-bashdb-history, gud-bashdb-marker-filter)
(gud-bashdb-command-name, bashdb): Remove.
(gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5.
2007-02-26 21:10:38 +00:00
J.D. Smith
fbc232f4e2
(idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2007-02-22 20:18:17 +00:00
J.D. Smith
6a8cc02d1c
(idlwave-shell-mode): Clean up pending commands, for
...
restart. (idlwave-shell-current-module): Fix handling of module name by
type. (idlwave-shell-break-in): Update type handling.
(idlwave-shell-bp-get): Encode type in BP structure.
(idlwave-shell-set-bp): Fix setting condition on disabled BPs.
(idlwave-shell-module-source-query): Query routine info based on type.
Fix path parsing for non-compiled files.
(idlwave-shell-module-source-filter): Don't signal error in filter if no
source found. (idlwave-shell-set-bp-in-module): Use fallback source to
prevent filter race.
2007-02-22 20:05:16 +00:00
Alan Mackenzie
94dd9d6dc9
(c-indent-new-comment-line): When splitting an empty one-line C-style
...
comment, post-position point properly.
2007-02-15 22:31:52 +00:00
Kim F. Storm
9d4a3d3909
(grep-files-aliases): Add tex and texi aliases.
...
(lgrep): Add DIR arg to start grep in specific directory, like rgrep.
(grep): Fix lgrep reference.
2007-02-14 11:54:12 +00:00
Dan Nicolaescu
215c384796
(grep): Mention lgrep and rgrep in the
...
docstring.
2007-02-12 06:44:47 +00:00
Stefan Monnier
5b0be7fc50
(gdb-script-font-lock-syntactic-keywords): Improve comments.
2007-02-10 20:21:28 +00:00
Nick Roberts
f7ddc2ce5a
(gdb-if-arrow): New macro.
...
(gdb-mouse-until, gdb-mouse-jump): Use it.
2007-02-07 21:57:04 +00:00
Nick Roberts
45ab7a6632
(gdb-mouse-until, gdb-mouse-jump): Make them
...
work when there is just an assembler buffer (no source buffer).
2007-02-07 21:12:52 +00:00
Nick Roberts
d4a574c075
(gdb-frames-mode): Truncate lines in stack
...
buffer.
2007-02-06 03:40:33 +00:00
Alan Mackenzie
647a3247fc
(c-indent-line): Don't erase ^L when a line containing it is re-indented.
2007-02-04 11:16:54 +00:00
Chong Yidong
b6a856a645
(global-cwarn-mode): define-global-minor-mode changed to
...
define-globalized-minor-mode.
2007-02-03 17:24:52 +00:00
Vinicius Jose Latorre
4303661c5e
Doc fixes
2007-02-03 00:18:24 +00:00
Alan Mackenzie
10489fcbef
(c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in a
...
k&r list. (No WS between adjacent paren groups).
2007-02-02 23:06:41 +00:00
Eli Zaretskii
815cbda2de
(ebnf-eps-buffer, ebnf-eps-region)
...
(ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
(ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
(ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
(ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2007-02-02 14:06:07 +00:00
Nick Roberts
b41a756946
(gdb-speedbar-update): Avoid duplication
...
when adding gdb-speedbar-update to gdb-input-queue.
2007-02-01 08:42:47 +00:00
J.D. Smith
a86bd65016
(idlwave-xml-create-sysvar-alist): Trim leading whitespace in sysvar
...
names.
2007-02-01 01:04:59 +00:00
Nick Roberts
01b8fc600a
(gdb-var-delete-1): New function.
...
(gdb-var-delete): Use it.
(gdb-var-update-handler-1): Handle value "invalid" for MI field
`in_scope'.
2007-01-30 22:07:12 +00:00
Juanma Barranquero
a4c6cfad1c
(vhdl-components-package-name, vhdl-get-library-unit, vhdl-corresponding-begin,
...
vhdl-skip-case-alternative, vhdl-backward-skip-label, vhdl-align-region-2,
vhdl-electric-dash, vhdl-case-word, vhdl-hooked-abbrev,
vhdl-hs-forward-sexp-func, vhdl-font-lock-match-item): Fix typos in docstrings.
(vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist, vhdl-set-offset,
vhdl-fix-case-region-1, vhdl-scan-directory-contents,
vhdl-speedbar-insert-project-hierarchy): Improve argument/docstring consistency.
2007-01-29 16:56:46 +00:00
Juanma Barranquero
84bb5a0c65
(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.
2007-01-29 16:18:04 +00:00
Juanma Barranquero
12f5c601bf
(c-offsets-alist): Fix typo in docstring.
2007-01-29 16:17:05 +00:00
Juanma Barranquero
c006623074
(c-emacs-features): Fix typo in docstring.
2007-01-29 16:16:22 +00:00
Nick Roberts
5754d11f61
(gdb-breakpoint-regexp): Declare earlier to
...
avoid compiler warning.
(gdb-var-update-handler-1): Consider that the MI field `in_scope'
might have values other than "true" or "false".
2007-01-28 09:42:23 +00:00
Nick Roberts
b35ef705cd
(gdb-var-create-regexp)
...
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
2007-01-21 21:03:40 +00:00
Alan Mackenzie
f325b5703c
Correct the handling of K&R stuff in c-where-wrt-brace-construct.
2007-01-21 19:29:51 +00:00
Nick Roberts
0ebd837a75
(gdb-var-create-regexp)
...
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
2007-01-21 10:49:42 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Alan Mackenzie
9cf17ef136
Reformulate c-in-knr-argdecl to do much more rigorous analysis of
...
putative K&R regions.
2007-01-20 19:29:30 +00:00