1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

3039 Commits

Author SHA1 Message Date
Juanma Barranquero
1726419131 (c-indent-exp): Fix typo in docstring. 2006-11-30 15:42:04 +00:00
J.D. Smith
e141c335c0 (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill
giving up.
2006-11-29 19:16:52 +00:00
Glenn Morris
742695df24 (fortran-font-lock-keywords-4): Add `min'.
(fortran-window-create-momentarily): Do not need string-to-char.
2006-11-28 03:45:39 +00:00
J.D. Smith
c8aab130e9 (hs-already-hidden-p): Move to end of line so hidden blocks will be
correctly identified.
2006-11-27 18:08:51 +00:00
Nick Roberts
e2eef56d56 (gud-install-speedbar-variables): Remove bindings:
speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2006-11-26 23:09:23 +00:00
Jan Djärv
aeef2654b6 (c-backslash-column): Add . at end of sentence. 2006-11-26 13:52:57 +00:00
Juanma Barranquero
1babb7ea23 (ada-which-compiler): Fix typo in docstring.
(ada-compile-goto-error): Adapt to new argument profile of
compilation-goto-locus in Emacs 22.  Don't check if the various compile
functions are defined; we already do "(require 'compile)".
2006-11-26 13:49:43 +00:00
Nick Roberts
a326f3cff0 (gdb): Explain how to run in text command mode
more clearly.  Say in error message that multiple debugging
requires restarting GDB.
2006-11-26 08:40:43 +00:00
Eli Zaretskii
1d9a4930a5 (flymake-posn-at-point-as-event): New function.
(flymake-popup-menu): Use it instead of posn-at-point.
2006-11-25 13:29:40 +00:00
Jan Djärv
d86b05e72d Mention c-backslash-max-column in documentation for c-backslash-column. 2006-11-25 12:07:21 +00:00
Juanma Barranquero
4fffd73b30 Space/tab mixup. 2006-11-24 11:22:05 +00:00
Juanma Barranquero
ac39a725f3 (jdb): Fix space/tab mixup in docstring. 2006-11-24 10:28:38 +00:00
Glenn Morris
b464e0eeda (f90-comment-indent): Do not move point in default case. 2006-11-23 07:26:52 +00:00
J.D. Smith
d6debdcd4b Version number update. 2006-11-20 21:42:26 +00:00
J.D. Smith
1ada3be2b6 (idlwave-html-help-location): Fail gracefully for missing help packages.
(idlwave-help-assistant-open-link): Open full links.
(idlwave-help-assistant-help-with-topic): Direct help link.
2006-11-20 21:41:00 +00:00
J.D. Smith
e08734e296 (idlwave-mode): Set add-log-current-defun-function.
(idlwave-current-routine-fullname): Added, to support add-log.
(idlwave-convert-xml-system-routine-info): Simplify XML parsing
 to reflect improvements to xml-parse-file.
(idlwave-mode-menu-def): New binding for help-with-topic.
2006-11-20 21:38:06 +00:00
J.D. Smith
dd5baa1aae (idlwave-shell-filter-directory): Handle extra newlines and spaces.
(idlwave-shell-mode-map): Add help-with-topic.
2006-11-20 21:35:28 +00:00
Juanma Barranquero
6f19f70a41 (ebnf-stop-on-error): Fix typo in docstring. 2006-11-19 23:45:35 +00:00
Juanma Barranquero
014d32b1f8 (glasses-separate-parentheses-exceptions): New. Exceptions to the rule "add
a space between an identifier and an opening parenthesis".  Defaulted to the
`#define' problem of cpp.
(glasses-parenthesis-exception-p): New.	 Check if the region is an exception
regarding to that.
(glasses-make-readable): Use it.
(glasses-convert-to-unreadable): Ditto.  Modify the file also if
`glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2006-11-19 16:56:09 +00:00
Juanma Barranquero
ce8831339c (ada-make-body-gnatstub): Fix typo.
(ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2006-11-19 01:36:04 +00:00
Juanma Barranquero
f7eb6f23d0 (ada-make-body): Fix typo. 2006-11-19 01:35:31 +00:00
Chong Yidong
e725507a30 (compilation-start): Set EMACS and INSIDE_EMACS to t. 2006-11-18 21:01:11 +00:00
Chong Yidong
39f7186cef (c-font-lock-declarators): Iff at the top-level or inside a class
declaration, use c-at-toplevel-p rather than a variable instantiation
to recognise a function declaration.  Suggested by Feng Li
<fengli@gmail.com>.
2006-11-15 16:31:03 +00:00
Juanma Barranquero
85187d8368 (ada-parse-prj-file): Don't delete project buffer; user may want to edit it.
(ada-xref-set-project-field, ada-xref-current-project-file,
ada-xref-current-project, ada-show-current-project,
ada-set-main-compile-application): New functions.
(ada-xref-get-project-field, ada-require-project-file):
Normalize use of ada-prj-default-project-file.
(ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
Normalize use of ada-require-project-file.
(ada-prj-find-prj-file): Improve doc string, comments.
2006-11-14 16:19:48 +00:00
Juanma Barranquero
d4ee31d348 (ada-mode-version): Bump version.
(ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
(ada-create-menu): Add ada-set-main-compile-application, ada-show-current-main,
ada-show-current-project.
2006-11-14 16:13:39 +00:00
Stefan Monnier
71884b8d18 (inferior-python-mode-syntax-table): New var.
(inferior-python-mode): Use it.
2006-11-14 15:34:15 +00:00
Juanma Barranquero
1d424b5859 (ada-83-string-keywords, ada-95-string-keywords, ada-2005-string-keywords):
Restore `eval-when-compile'.  It wasn't that unneeded after all.
2006-11-12 17:13:54 +00:00
Juanma Barranquero
0262d5e1f4 (ada-prj-default-check-cmd): New variable, replacing deleted variable
`ada-check-switch'.
(ada-project-file-extension): Rename to `ada-prj-file-extension'.
(ada-xref-project-files): Improve doc string.
(ada-find-executable): New function.
(ada-initialize-runtime-library): Use `ada-find-executable'.
(ada-xref-set-default-prj-values): In compile commands, don't
need `ada-cd-command'; `compile' does that more portably.
Use ada-prj-default-check-cmd.
(ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
properties if not specified in project file.
(ada-goto-declaration): Display useful message for new error
'error-file-not-found.
(ada-get-ada-file-name, ada-find-in-src-path): Signal new error
'error-file-not-found.
(ada-get-all-references): Match latest ali syntax.
Signal new error 'error-file-not-found.
(ada-find-in-ali): Match latest ali syntax.
(ada-make-filename-from-adaname): Handle different semantics
of gnatkr in GNAT 3.15p vs later.
2006-11-12 17:06:31 +00:00
Juanma Barranquero
3b5b1ad923 (ada-func-or-proc-name): Match changes to ada-procedure-start-regexp.
(ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2006-11-12 16:56:53 +00:00
Juanma Barranquero
7fdb5d5439 Replace conditional (require 'ispell) with defvar.
(ada-language-version): Rename ada05 -> ada2005.
(ada-83-string-keywords, ada-95-string-keywords, ada-2005-string-keywords):
Delete unneeded `eval-when-compile'.
(ada-align-region-separate): Add `eval-when-compile'.
(ada-name-regexp): Remove unneeded escapes in regexp character alternative.
(ada-compile-goto-error-file-linenr-re): New constant.
(ada-matching-start-re): Handle additional cases `declare', `procedure',
`function'.
(ada-compile-goto-error): Handle "... at line nn".
(ada-mode): Clearer syntax, comments for ff-special-constructs.
Delete support for old versions of `align'.
(ada-search-prev-end-stmt): Handle additional keyword `private'.
(ada-check-defun-name): Simplify handling of `declare'.
(ada-goto-matching-start): Handle nested `begin ... end'. Handle `declare',
`protected', `procedure', `function'.
(ada-create-menu): Presence of arm95 is not conditional on using GNAT compiler.
2006-11-12 16:55:38 +00:00
Juanma Barranquero
dc786b8afd Delete eval-and-compile' around require'.
Delete commented out code for old Emacs versions.
Autoloading of "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
(ada-mode-version): Bump version number.
(ada-95-string-keywords, ada-2005-string-keywords, ada-2005-keywords,
ada-name-regexp): New constant.
(ada-language-version, ada-procedure-start-regexp, ada-mode,
ada-font-lock-keywords): Add support for Ada 2005 keywords.
(ada-package-start-regexp): Support private packages, include package
name (for ada-set-point-accordingly).
(ada-next-procedure, ada-previous-procedure, ada-which-function-are-we-in):
Match changes to ada-procedure-start-regexp.
(ada-make-body): Make non-interactive; not a user function.
(ada-make-subprogram-body): Improve doc string.
2006-11-11 16:13:41 +00:00
Romain Francoise
28a62ecb9b (cperl-mode): Before adding to it, make `compilation-error-regexp-alist'
buffer-local, since we changed `compilation-error-regexp-alist-alist'
locally.
2006-11-11 15:49:52 +00:00
Glenn Morris
0404f77e70 (vhdl-reset-active-high, vhdl-clock-rising-edge): Improve previous doc
fixes.
2006-11-11 04:02:58 +00:00
Glenn Morris
5e2fd70ae4 (ebnf-stop-on-error): Improve previous doc fix. 2006-11-11 04:02:22 +00:00
Glenn Morris
434520fa3d (compilation-directory-matcher): Improve previous doc fix. 2006-11-11 04:01:58 +00:00
Glenn Morris
d616b57903 (c-lineup-string-cont): Improve previous doc fix. 2006-11-11 04:01:33 +00:00
Chong Yidong
97bd827ab2 (c-font-lock-declarations): Don't overwrite fontification for "case"
and "default" keywords.
2006-11-10 16:58:27 +00:00
Nick Roberts
ae4c58a755 (gdb-many-windows): Start doc string
with a capital.
2006-11-10 09:38:11 +00:00
Glenn Morris
227ae83ded (vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil). 2006-11-10 09:12:49 +00:00
Glenn Morris
958cdec20f (gdb-many-windows): Doc fix (Nil -> nil). 2006-11-10 09:12:16 +00:00
Glenn Morris
e55d98dff1 (ebnf-stop-on-error): Doc fix (Nil -> nil). 2006-11-10 09:11:55 +00:00
Glenn Morris
14b6e3bb48 (compilation-directory-matcher): Doc fix (Nil -> nil). 2006-11-10 09:10:58 +00:00
Glenn Morris
502f485084 (c-lineup-string-cont): Doc fix (Nil -> nil). 2006-11-10 09:10:33 +00:00
Glenn Morris
cbc121c7ba (f90-indent-region): Bind case-fold-search to t. 2006-11-10 08:39:13 +00:00
Juanma Barranquero
8a6a28accb (idlwave-rescan-asynchronously): Fix typo in docstring. 2006-11-06 02:25:53 +00:00
Juanma Barranquero
09aba29c3c (ada-find-in-ali): Use "non-nil" in docstrings. 2006-11-03 15:11:15 +00:00
Juanma Barranquero
d759dcce76 (ada-prj-new): Change maintainer, apply whitespace-cleanup, checkdoc. Minor
improvements to many doc strings and comments.
(ada-prj-display-page): Change buffer name to more accurately reflect function.
2006-10-31 01:02:41 +00:00
Juanma Barranquero
88581e6183 Change maintainer, apply whitespace-cleanup, checkdoc.
(ada-func-or-proc-name): Add doc string.
2006-10-31 00:59:42 +00:00
Juanma Barranquero
417451fe30 (ada-compile-current): Don't add newlines to commands. 2006-10-31 00:57:56 +00:00
Juanma Barranquero
f70b58b0ca Change maintainer, apply whitespace-clean, checkdoc. Minor improvements to many
doc strings.
(ada-mode-version): New function.
(ada-create-menu): Menu operations are available for all supported compilers.
2006-10-29 15:29:57 +00:00