1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

3190 commits

Author SHA1 Message Date
Dan Nicolaescu
5183d4c9a9 * replace.el (match): Use yellow1 instead of yellow.
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.

* pcvs-info.el (cvs-unknown): Likewise.
2007-07-13 02:50:19 +00:00
Miles Bader
300e5e2274 Add arch tagline 2007-07-08 11:32:07 +00:00
Nick Roberts
053bb163b6 (gud-common-init): Call string->strings instead
of split-string.
2007-07-08 06:54:40 +00:00
Dan Nicolaescu
b0fa5db6f6 (auto-mode-alist): Match more valid gdb init
file names.
2007-07-03 21:30:56 +00:00
Dan Nicolaescu
247eedf8e9 vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
(vera-font-lock-match-item): Fix doc string.
(vera-in-comment-p): Remove unused function.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
use `syntax-ppss'.
(vera-forward-syntactic-ws): Fix argument order.
(vera-prepare-search): Use `with-syntax-table'.
(vera-indent-line): Fix doc string.
(vera-electric-tab): Fix doc string.
(vera-expand-abbrev): Define alias instead of using `fset'.
(vera-comment-uncomment-region): Use `comment-start-skip'.
2007-06-21 22:55:44 +00:00
Glenn Morris
fc98ca56e0 Header changes: mark file as part of Emacs, update FSF address. 2007-06-21 04:07:24 +00:00
Dan Nicolaescu
5fd6ff9608 progmodes/vera-mode.el: New file. 2007-06-20 15:22:59 +00:00
Alan Mackenzie
5c4c911a17 (c-remove-any-local-eval-or-mode-variables): When removing lines, also
remove the \n.  Correction of patch of 2007-04-21.
2007-06-20 08:27:53 +00:00
Juanma Barranquero
6a3ccec7d1 (mixal-operation-codes-alist): Fix typo in docstring. 2007-06-07 14:27:21 +00:00
Juanma Barranquero
e7c275e777 (ebrowse-draw-file-member-info): Doc fix. 2007-06-07 13:20:47 +00:00
Juanma Barranquero
d9271f4169 (idlwave-one-key-select): Fix typo in docstring. 2007-06-07 12:41:27 +00:00
Juanma Barranquero
dcd14f8005 (ebrowse-member-table): Fix typo in docstring. 2007-06-07 00:28:27 +00:00
Juanma Barranquero
b9e4fbd34b (idlwave-routines): Fix typo in docstring. 2007-06-04 22:54:46 +00:00
Juanma Barranquero
071d2f097c (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 22:53:06 +00:00
Glenn Morris
bd40f902ad Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
2007-05-23 08:09:37 +00:00
Juanma Barranquero
7dbf4670d9 (compilation-handle-exit): Quote first argument of `run-hook-with-args'. 2007-05-16 15:37:45 +00:00
Stefan Monnier
52319b0e59 (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
2007-05-10 17:39:27 +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
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