1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

4095 Commits

Author SHA1 Message Date
Chong Yidong
bdd9d085a5 (perl-indent-line-command): Call indent-region if region is active.
Use cond instead of nested ifs.
2009-01-28 02:17:29 +00:00
Chong Yidong
21d461130e Minor doc fix. 2009-01-25 21:31:49 +00:00
Juri Linkov
5d91db30c6 (grep-mode-map): Put grep-find before grep and
change its title from "Recursive grep..." to "Grep via Find...".
Add menu items for lgrep and rgrep.
2009-01-25 00:55:22 +00:00
Chong Yidong
309c769836 Very minor doc fix. 2009-01-21 01:23:31 +00:00
Chong Yidong
4d27053708 Autoload other interpreter names. 2009-01-19 16:58:34 +00:00
Glenn Morris
66d279a7cd (declare-function): Add compatibility stub.
(delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2009-01-17 20:02:41 +00:00
Juri Linkov
1cec8b5fa6 (bug-reference-fontify): Check for
non-nil `bug-reference-url-format' before putting an overlay
property `bug-reference-url'.
(bug-reference-mode, bug-reference-prog-mode): Don't check for
`bug-reference-url-format'.  Doc fix.  (Bug#1744)
2009-01-14 00:37:49 +00:00
Glenn Morris
304515db3b Fix comment typo, and some trailing whitespace. 2009-01-11 03:07:50 +00:00
Glenn Morris
5858f68cd1 Comment (minor header format fixes). 2009-01-11 00:37:05 +00:00
Glenn Morris
6b13eef029 Comment (add Marick as co-author, based on ack.texi and authors.el and
initial version of the file).
2009-01-10 23:28:51 +00:00
Glenn Morris
c5220417f4 Comments (minor fixes of some header conventions). 2009-01-10 22:08:37 +00:00
Glenn Morris
1e4bd40da2 Replace last-input-char with last-input-event. 2009-01-09 05:00:56 +00:00
Glenn Morris
1ba983e8d9 Replace last-command-char with last-command-event. 2009-01-09 04:23:38 +00:00
Alan Mackenzie
49be4f8800 (c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) match
blank lines.  For AWK Mode.
2009-01-05 21:22:20 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Juanma Barranquero
a97af989ec * progmodes/ada-mode.el (ada-mode): Simplify doc string.
(ada-get-indent-paramlist): Use ada-broken-indent instead of
  hard-coded 0.
  (ada-get-indent-loop): Fix list access bug.
2009-01-04 19:39:12 +00:00
Chong Yidong
c0a4da525a (sh-ancestor-alist): Doc fix. 2009-01-04 03:18:10 +00:00
Stefan Monnier
958a2b4c49 (vhdl-current-line): Don't hardcode point-min==1. 2009-01-03 04:00:53 +00:00
Glenn Morris
5463027f0c Fix whitespace in copyright years. 2008-12-19 05:25:25 +00:00
Glenn Morris
62507a6a81 Header format fix. 2008-12-19 05:24:35 +00:00
Sam Steingold
55d150f329 (c-defun-name): Handle DEFFOO(name,...),
mostly for CLISP modules, but could also be useful elsewhere.
2008-12-15 18:31:59 +00:00
Miles Bader
bb47268440 Add arch tagline 2008-12-12 02:21:58 +00:00
Juanma Barranquero
94584c3425 Fix typo. 2008-12-11 11:06:46 +00:00
Juanma Barranquero
ee61fe97ea * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
  (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
  (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
  (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
  (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
  (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
  (ruby-backward-sexp, ruby-add-log-current-method)
  (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
  (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
  (ruby-deep-indent-paren): Doc fix.
  (ruby-insert-encoding-magic-comment): Remove * from docstring.
  (ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Chong Yidong
ebcba96ba3 Fix auto-mode-alist entry. 2008-12-11 02:01:55 +00:00
Chong Yidong
c7fbbc3c6f New file. 2008-12-10 18:59:26 +00:00
Sam Steingold
430aee8b91 (compilation-read-command): Extracted from compile.
(compile): Use it.
(recompile): Accept an optional argument to enable editing the command line.
2008-12-04 23:04:39 +00:00
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