1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-13 01:20:28 -08:00
Commit graph

4068 commits

Author SHA1 Message Date
Chong Yidong
aafc17b7c5 Correcct spellng. 2008-12-03 03:26:54 +00:00
Chong Yidong
48091be238 Correct spellling. 2008-12-03 03:26:23 +00:00
Glenn Morris
11ee272ded (c-tab-always-indent, c-insert-tab-function): Doc fix. (Bug#1368) 2008-12-02 03:32:05 +00:00
Juri Linkov
6cc725cde5 (compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".
2008-11-22 20:42:18 +00:00
Stefan Monnier
723d286fb8 (tcl-filter): Don't forcibly move point. 2008-11-21 22:17:42 +00:00
Glenn Morris
9028691df6 (fortran-mode-map): Add some menu :help. 2008-11-20 02:44:38 +00:00
Glenn Morris
68fcc3ec7d (f90-mode-map): Add some menu :help. 2008-11-19 04:37:25 +00:00
Sam Steingold
dd93e6daf7 (compilation-start-hook): New hook.
(compilation-start): Run it on the compilation process.
2008-11-18 14:14:37 +00:00
Glenn Morris
79f0fbcfd4 (c-put-char-property-fun): Add fallback definition of 'ignore, rather
than nil.  (Bug#1353)
2008-11-17 08:41:14 +00:00
Chong Yidong
6d83103879 Minor doc fix, suggested by Juri Linkov. 2008-11-17 01:52:22 +00:00
Juanma Barranquero
8fc29035f3 * w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
  (prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.

* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.

* files.el (enable-local-eval, not-modified, kill-buffer-ask)
  (kill-matching-buffers, save-buffers-kill-emacs)
  (save-buffers-kill-terminal): Fix typos in docstrings.
  (switch-to-buffer-other-window): Reflow docstring.
  (revert-buffer): Doc fix.
  (define-project-bindings): Rename arg LIST to SETTINGS.
  (project-find-settings-file): Use `let', not `let*'.  Use `when'.
2008-11-14 13:05:18 +00:00
Sam Steingold
3f71582da6 (c-defun-name): Fix CLISP DEFUN handling. 2008-11-07 15:39:53 +00:00
Glenn Morris
a0b66ce057 (cl-macroexpand-all): Fix declaration. 2008-11-07 06:54:07 +00:00
Glenn Morris
e8fee30c4f (cl-macroexpand-all): Declare. 2008-11-06 03:53:43 +00:00
Alan Mackenzie
f412a56770 (c-forward-label): Fix for QT macros. 2008-11-03 19:03:36 +00:00
Juanma Barranquero
19423c532d Rename tooltip-hook' to tooltip-functions'.
* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
  to follow naming conventions for abnormal hooks.  Doc fix.
  (tooltip-mode, tooltip-timeout): Use it.
  (tooltip-hook): New obsolete alias.
  (tooltip-help-tips): Doc fix.

* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2008-10-29 12:10:20 +00:00
Stefan Monnier
f75501733f (python-mode): Don't impose ourselves on hippie. 2008-10-26 05:10:54 +00:00
Stefan Monnier
8cd56959b4 * files.el (locate-dominating-stop-dir-regexp): New var.
(locate-dominating-file): Change arg from a regexp to a file name.
Rewrite using the vc-find-root code to avoid directory-files which is
too slow.  Obey locate-dominating-stop-dir-regexp.
Don't pay attention to changes in owner.
(project-find-settings-file): Adjust call to locate-dominating-file.

* progmodes/flymake.el (flymake-find-buildfile):
Adjust call to locate-dominating-file.

* vc-hooks.el (vc-find-root): Use locate-dominating-file.
(vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2008-10-25 15:18:53 +00:00
Alan Mackenzie
4588b317cd (c-defun-name): Make it work for "struct foo bar [] = { ...". 2008-10-17 20:24:45 +00:00
Alan Mackenzie
a85fd6da69 Amend several doc strings and comments. 2008-10-13 19:12:48 +00:00
Alan Mackenzie
9644a7dac3 (c-indent-region): Fix previous patch so that the function works on
one-line macros.
2008-10-13 18:34:05 +00:00
Juanma Barranquero
dd4fdc44b1 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
Add support for extended return statement.

* progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
  and obj-dir; keep user order.
2008-10-12 23:06:29 +00:00
Chong Yidong
b4bd2cbe6d (compilation-mode-tool-bar-map): Check if tool-bar-map has been
initialized before setting it up.
2008-10-12 13:46:28 +00:00
Chong Yidong
30b724916f (grep-mode-tool-bar-map): Check if tool-bar-map has been initialized
before setting it up.
2008-10-12 13:46:13 +00:00
Chong Yidong
dac05b9cae (compilation-mode-tool-bar-map): Initialize it unconditionally. 2008-10-11 19:59:11 +00:00
Chong Yidong
ecad93d232 (grep-mode-tool-bar-map): Initialize it unconditionally. 2008-10-11 19:58:49 +00:00
Chong Yidong
f4c77d4457 (gud-tool-bar-map): Initialize it unconditionally. 2008-10-11 19:57:48 +00:00
Eli Zaretskii
2a12d736c1 (compilation-start): Resurrect the version for systems that don't support
asynchronous subprocesses.
2008-10-09 13:46:25 +00:00
Alan Mackenzie
24f15006fe (c-indent-region): Fix so that indenting a macro followed by blank lines
doesn't backslash the following non-blank line into the macro.
2008-10-07 13:14:17 +00:00
Glenn Morris
244a0c3ce7 David J. Biesack <David.Biesack at sas.com> (tiny change)
(antlr-font-lock-additional-keywords): Fix typo.  (Bug#1074)
2008-10-04 18:37:03 +00:00
Martin Rudalics
e6f3e10423 (compilation-start): Make sure to move to point-max
only when we are in the compilation buffer.
2008-10-04 10:09:46 +00:00
Glenn Morris
07c5e6619b (auto-mode-alist): Remove unnecessary autoload. 2008-10-03 07:13:01 +00:00
Glenn Morris
9b3568e17d (which-func-imenu-joiner-function): Doc fix. 2008-09-30 03:42:56 +00:00
Glenn Morris
fd1c81ef84 Daniel Colascione <danc at merrillpress.com>
(which-func-imenu-joiner-function): New.
(which-function): Handle nested imenu trees.
2008-09-30 03:41:35 +00:00
Chong Yidong
67885e8cbe (octave-mode-menu): Fix incorrect quoting. 2008-09-25 22:10:31 +00:00
Chong Yidong
e4bf03f6a8 (sh-mode-map): Don't assume that skeleton is loaded. 2008-09-24 22:51:09 +00:00
Glenn Morris
dc18400924 (makefile-match-function-end): Move point. (Bug#983) 2008-09-16 02:41:49 +00:00
Glenn Morris
8359634804 (f90-mode-map): Don't bind \t and \r. 2008-09-12 03:09:30 +00:00
Glenn Morris
df321f0913 (sh-font-lock-open-heredoc): Doc fix. 2008-09-12 03:07:52 +00:00
Chong Yidong
b89b385c16 (flymake-parse-err-lines): Filter out errors occurring in different
files.
2008-09-07 19:05:05 +00:00
Nick Roberts
7c31db7fc9 (gud-stop-subjob): Using jdb, suspend threads
with gud-stop-subjob rather than exit debugger.
2008-09-07 00:52:54 +00:00
Glenn Morris
2ca2ebe6f1 (sh-get-kw): Remove '()' from the list of
unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2008-09-06 19:01:12 +00:00
Dan Nicolaescu
7cb1c4d754 * verilog-mode.el (verilog-library-extensions): Enable .sv
filename extensions to call verilog-mode.
(verilog-auto, verilog-auto-inst, verilog-faq)
(verilog-submit-bug-report): Update author support URLs.
(verilog-delete-auto, verilog-auto-inout-module)
(verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
creating complemented testbench modules.  Suggested by Yishay
Belkind.
(verilog-auto-inst-port, verilog-simplify-range-expression): When
verilog-auto-inst-param-value is set, don't require a
AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
Yishay Belkind.
(verilog-auto-inst-param-value): Add safe variable.
(verilog-re-search-forward, verilog-re-search-backward): Fix
returning wrong search results on Emacs 22.1.
(verilog-modi-cache-results, verilog-auto): Fix warning message
about "toggling font-lock-mode."
(verilog-auto): Fix loosing font-lock on errors.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Allow
parameters to be replaced with their values, on the expansion of
an AUTOINST with Verilog 2001 style parameter settings.  Suggested
by David Rogoff.
* verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
Better support for the property statement.  Sometimes this keyword
introduces a statement which requires an endproperty keyword, and
sometimes it doesn't, dependening on the work before the property
word. If property is prefixed with assert, assume or cover
keyword, then the statement is ended with a ';' Otherwise,
property is like task or specify, and is followed by some number
of statements, which are ended with an endproperty keyword.
(electric-verilog-tab): Support Emacs 22.2 style handling of tab
in a highlighted region: indent each line in region according to
mode.  Supply this so it works in XEmacs and older Emacs.
2008-09-05 22:13:55 +00:00
Alan Mackenzie
ac701fc449 (c-version): Increment to 5.31.6. 2008-09-03 21:13:01 +00:00
Glenn Morris
c97833f0ee (c-opt-op-identitier-prefix): Fix typo. 2008-09-02 02:30:38 +00:00
Chong Yidong
c05423d467 New maintainer.
(delphi-interface-types): New var.
(delphi-composite-types): Use it.
(delphi-enclosing-indent-of): Distinguish between "interface"
keyword as a unit separator and used like a class declaration.
2008-09-01 17:24:52 +00:00
Glenn Morris
99646e5962 (tramp-file-name-localname, tramp-dissect-file-name): Declare, 2008-08-26 02:56:17 +00:00
Romain Francoise
75adb00dcf (run-python): Remove '' from sys.path. 2008-08-24 19:47:07 +00:00
Glenn Morris
cd9b5d3e51 (fortran-tab-mode-string, fortran-comment-line-start)
(fortran-continuation-string): Doc fixes.
2008-08-23 23:22:22 +00:00
Nick Roberts
7131d26166 (gud-common-init): Use absolute file so that
perldb works with tramp (sudo).
2008-08-23 15:46:54 +00:00