Commit graph

3219 commits

Author SHA1 Message Date
Glenn Morris
fbd4de656d (c-constant-kwds): Add java: null, true, false. 2007-08-28 02:51:09 +00:00
Thien-Thi Nguyen
41fd2086e7 (m2-definition, m2-module): Don't use previous-line. 2007-08-27 13:41:54 +00:00
Dan Nicolaescu
f152a8982d * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.
2007-08-25 21:29:48 +00:00
Alan Mackenzie
c382ec4021 (c-other-decl-block-key-in-symbols-alist): new language variable. 2007-08-25 16:54:09 +00:00
Alan Mackenzie
a335046bf5 (c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurate
anchor points for "namespace", "extern" etc., rather than BOI.  Fix
addition of spurious syntactic-symbol 'defun-block-intro, replacing it
with 'innamespace, etc.
2007-08-25 16:50:26 +00:00
Stefan Monnier
9edd6ee65a (defcustom, x-color-defined-p, cperl-is-face)
(cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
(cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
(cperl-etags-goto-tag-location): Use new style backquotes.
2007-08-23 21:04:51 +00:00
Stefan Monnier
d5dac3b9bd (ada-create-keymap): Paren typo. 2007-08-21 16:25:41 +00:00
Stefan Monnier
23b747d1ed Fix up comment style in header.
(ada-check-emacs-version): Remove.
(ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
(ada-region-selected): Use (featurep 'xemacs) rather than contortions
to try and quieten the byte-compiler.
(ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2007-08-21 16:24:43 +00:00
Glenn Morris
e8612bf263 (scheme-mode-variables): Set font-lock-comment-start-skip. 2007-08-18 23:45:58 +00:00
Martin Rudalics
bef8366655 (ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.
2007-08-18 08:33:06 +00:00
Vinicius Jose Latorre
05927f8c8b Fix s{a}{b} parsing 2007-08-17 18:58:32 +00:00
Glenn Morris
912651fc0c (compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.
2007-08-17 07:16:17 +00:00
Stefan Monnier
ed0e2ad11b (perl-font-lock-syntactic-keywords): Correctly match / regexp matchers
as first char on a line when fontifying only that line.
2007-08-16 14:20:37 +00:00
Juanma Barranquero
86444e1bf0 (vhdl-update-progress-info): Avoid divide by zero error. 2007-08-13 11:39:45 +00:00
Juanma Barranquero
0fad0ff9f7 (ada-gnatls-args): Fix docstring.
(ada-treat-cmd-string): Improve error message.
(ada-do-file-completion): Call `ada-require-project-file', so project variables
are set properly.
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
(ada-gnatfind-buffer-name): New constant.
(ada-find-any-references): Use new constant.  Set buffer name properly in
compilation-start.  Toggle read-only properly.
(ada-find-in-src-path): Fix spelling error in docstring.
2007-08-13 11:38:37 +00:00
Nick Roberts
cdf71ff2ef (gdb-send): Handle CTRL-D more carefully. 2007-08-13 09:28:31 +00:00
Richard M. Stallman
00b733b76d (gud-common-init): Use new name split-string-and-unquote. 2007-08-12 18:02:39 +00:00
Richard M. Stallman
a988c1c239 (flymake-err-line-patterns): Fix infloop in javac regexp. 2007-08-12 18:01:29 +00:00
Glenn Morris
e7f767c25e Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
Martin Rudalics
0dad3dfecc (compilation-set-window-height): Use window-full-width-p instead of
comparing frame-width and window-width.
(compilation-find-buffer): Remove extra
argument in call to compilation-buffer-internal-p.
2007-08-08 05:57:54 +00:00
Stefan Monnier
b14d552b33 (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop. 2007-08-07 17:00:44 +00:00
Glenn Morris
e9bfd3a3f9 (cperl-compilation-error-regexp-alist): Remove duplicate defvar
preventing initialization.
(cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2007-08-04 02:32:43 +00:00
Richard M. Stallman
7d1dad0cbd (compilation-find-buffer): Return current buffer immediately if suitable.
(compile, compilation-buffer-name, compilation-start): Doc fixes.
2007-08-02 17:40:54 +00:00
Stefan Monnier
0b3ef4f1e5 (run-python): Fix path separator under w32. 2007-07-28 20:24:19 +00:00
Alan Mackenzie
473944f358 Fix problem with modes derived from CC Mode: Move macro
`c-make-emacs-variables-local' from cc-mode.el to cc-langs.el.  Call it
from c-make-init-lang-vars-fun (cc-langs.el) instead of
c-init-language-vars-for (cc-mode.el).
2007-07-28 11:45:55 +00:00
Glenn Morris
1a484753b2 Switch license to GPLv3 or later. 2007-07-25 04:29:40 +00:00
Glenn Morris
fff2683baa Add missing license notice (GPLv3 or later). 2007-07-25 04:28:39 +00:00
Richard M. Stallman
6145f7fdfe (inferior-octave-prompt): Accept .exe. 2007-07-23 17:55:00 +00:00
Stefan Monnier
bdef712c49 (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the
different possible cases for \'.
(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2007-07-23 13:07:29 +00:00
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