1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

3182 commits

Author SHA1 Message Date
Juanma Barranquero
f441be5b59 (compilation-find-file, compilation-handle-exit): Fix typos in docstrings.
(compilation-search-path, compilation-buffer-name-function): Doc fixes.
(compilation-finish-function): Fix typo in obsolescence declaration.
2007-06-04 01:36:30 +00:00
Sam Steingold
b84acff63c Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,
with `omake -P': the compilation process never terminates and
automatically recompiles modified files.
2007-06-03 18:56:15 +00:00
Juanma Barranquero
aa3dbcde32 (idlwave-routines): Fix typo in docstring. 2007-05-28 23:03:37 +00:00
Glenn Morris
c96e025abb Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
2007-05-23 08:12:59 +00:00
Juanma Barranquero
7883a44f5a (compilation-handle-exit): Quote first argument of `run-hook-with-args'. 2007-05-16 15:46:07 +00:00
Miles Bader
68380acf41 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 13)

   - Update from CVS

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
2007-05-11 04:44:30 +00:00
Richard M. Stallman
e5a7834f45 (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
2007-05-10 16:10:27 +00:00
Stefan Monnier
0b480dc773 (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
2007-05-09 16:56:20 +00:00
Stefan Monnier
0f21ecf3c5 (python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.
2007-05-09 16:53:13 +00:00
Stefan Monnier
44038dc83b (compilation-find-file): Add a big comment. 2007-05-08 16:02:14 +00:00
Stefan Monnier
11c4b29d3a (python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.
2007-05-08 01:35:26 +00:00
Nick Roberts
e795222265 (gud-menu-map): Pdb can't handle SIGINT so
don't put stop on toolbar.
2007-04-30 22:05:51 +00:00
Glenn Morris
46ff758022 Stefan Monnier <monnier at iro.umontreal.ca>
(c-before-change): Use point-min rather than 1.
2007-04-28 20:39:11 +00:00
Richard M. Stallman
534ea50c22 (sh-mode): Recognize .profile as sh style. 2007-04-28 15:37:58 +00:00
Glenn Morris
66b08d69be Restore file pending consideration of legal issues. 2007-04-26 19:43:05 +00:00
J.D. Smith
cca132607a Merged in trunk change 3.61. 2007-04-26 17:54:40 +00:00
Chong Yidong
9b71a937c3 Remove python.el due to unclear legal issues. 2007-04-24 01:52:53 +00:00
J.D. Smith
815c75b5a5 (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP.
(idlwave-shell-clear-bp): Optionally skip BP query.
(idlwave-shell-update-bp-overlays): Use set-window-margins instead of
set-window-buffer, which incorrectly moves displayed region.
2007-04-24 00:24:19 +00:00
Richard M. Stallman
c05ddcf77b Whitespace change. 2007-04-22 16:53:13 +00:00
Martin Rudalics
33a9c08c34 (c-remove-any-local-eval-or-mode-variables): Use delete-region
instead of kill-line.
2007-04-21 22:00:45 +00:00
Chong Yidong
a89d4ed8ae (perl-indent-command): Use delete-region instead of kill-region. 2007-04-21 20:06:49 +00:00
Alan Mackenzie
0abe900ba1 (c-electric-slash): Replace wrong use of `kill-region' by
`delete-region'.
2007-04-21 20:05:53 +00:00
Chong Yidong
97f67490e4 (mantemp-make-mantemps-region)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word
and kill-line.
2007-04-21 20:04:06 +00:00
Chong Yidong
453cfeb31b (vhdl-template-type)
(vhdl-template-record, vhdl-template-nature)
(vhdl-template-configuration-spec, vhdl-template-component-inst)
(vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
delete-region instead of kill-word and kill-line.
2007-04-21 19:53:39 +00:00
Alan Mackenzie
8007b73c14 (c-in-function-trailer-p): Fix this: when a function return type contains
"struct", "union", etc.  c-end-of-defun goes too far forward.
2007-04-19 17:35:16 +00:00
Alan Mackenzie
f7510c4036 (c-beginning-of-defun): With -ve arg and point too close to EOB, leave
point at EOB rather than last `}'.
2007-04-17 20:48:43 +00:00
Chong Yidong
003586aae6 (python-end-of-block): Avoid looping forever if python-next-statement
fails.
2007-04-16 18:55:29 +00:00
Dan Nicolaescu
80382c240f * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
* progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2007-04-16 07:05:28 +00:00
Chong Yidong
4b025f4758 Revert 2007-03-25 change. 2007-04-13 15:09:37 +00:00
Juanma Barranquero
0e816a433c (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages. 2007-04-13 09:10:56 +00:00
Nick Roberts
011dd48c57 (jdb): Add gud-print.
(gud-find-expr): Jdb prints the expression with the value, so
don't insert it in the output.
2007-04-12 14:24:54 +00:00
Nick Roberts
61e1467947 (gud-minor-mode-map): Make go button same
same length as stop button to lessen flicker.
2007-04-12 09:11:03 +00:00
Glenn Morris
39234e3973 (cperl-mode): Remove unnecessary call to obsolete function
make-local-hook.
2007-04-10 04:05:00 +00:00
Glenn Morris
51fc848bd5 (top-level): Move (require 'tempo) to start to quieten byte-compiler. 2007-04-10 04:02:45 +00:00
Masatake YAMATO
11d13e96b0 (c-capitalize-subword): Implement
better mimic the behavior of `capitalize-word'. They no longer
move point with a  negative argument.
Based on code by Paul Curry.
2007-04-09 13:01:30 +00:00
Masatake YAMATO
287787ee7b Install a patch from Paul Curry.
(c-downcase-subword, c-upcase-subword): Don't move point if ARG is netagive.
2007-04-09 12:34:57 +00:00
Alan Mackenzie
28abe5e279 Changes to make narrow-to-defun' and mark-defun' work properly in CC
Mode:

cc-defs.el (c-beginning-of-defun-1):
cc-cmds.el (c-beginning-of-defun, c-end-of-defun): bind
beginning/end-of-defun-function to nil around calls to
beginning/end-of-defun.

cc-langs.el (beginning-of-defun-function, end-of-defun-function): new
c-lang-setvar's.

cc-awk.el (c-awk-beginning-of-defun): Add "(or arg (setq arg 1))" to
enable non-interactive call.
2007-04-09 10:51:29 +00:00
Nick Roberts
a9fde69f5f (gdb): Restore existing session if user
tries to start a second one in graphical mode.
2007-04-09 06:52:30 +00:00
Alan Mackenzie
de5c0bc1bc (c-end-of-defun): Tidy up, to eliminate byte-compiler warning "value
unused".
2007-04-08 11:18:55 +00:00
Alan Mackenzie
8ccf9f7ab1 (c-electric-paren): clean-up space-before-funcall: only insert space when on
identifier, etc.  Patch by David Hansen.
----------------------------------------------------------------------
2007-04-07 19:50:06 +00:00
Chong Yidong
7f3afa3d83 (grep-find-use-xargs): Rewrite docstring. 2007-04-07 16:55:36 +00:00
Alan Mackenzie
1379f2c583 Fix fontification of labels, and other things with ":".
* progmodes/cc-engine.el (c-forward-label): The function now
returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
the former t.

* progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
new return code from c-forward-label, fontifying tokens properly.
Add some general comments throughout the file.
2007-04-06 21:21:55 +00:00
Kim F. Storm
1ae5b5edf7 (grep-program): Remove commentary about zgrep.
Due to lack of papers from Kevin Rodgers.
2007-04-06 16:23:26 +00:00
Nick Roberts
109a770975 (breakpoint-disabled): Tweak face (again)
for low-color displays.
2007-04-05 07:14:51 +00:00
Alan Mackenzie
c788945f63 * (c-special-indent-hook): Amend doc-string to mention
c-syntactic-indentation.
2007-04-04 20:54:51 +00:00
Nick Roberts
d2b3c7dbb8 (gud-minor-mode-map): Simplify. 2007-04-03 21:27:29 +00:00
Nick Roberts
c635126ac1 (gud-menu-map): Simplify.
(gud-minor-mode-map): Add tool-bar like bindings to the text mode
menubar.
2007-04-03 01:07:16 +00:00
J.D. Smith
d6aac72d1f (idlwave-auto-fill): Revert paragraph-separate change. 2007-04-01 16:42:23 +00:00
J.D. Smith
569abf8677 (idlwave-shell-break-in): Simplify module calc.
(idlwave-shell-set-bp-in-module): Compute module.
2007-04-01 16:06:51 +00:00
Chong Yidong
1fee5894c0 (turn-off-hideshow): Tweak docstring. 2007-03-31 18:33:07 +00:00