Gerd Moellmann
7bdb67b2b3
(compilation-buffer-name): New function.
...
(compile-internal): Use it to determine the name of the
compilation buffer.
2001-10-05 12:43:13 +00:00
Miles Bader
a45717daf6
(grep-use-null-device): New variable.
...
(grep-command): Mention `grep-use-null-device'.
(grep-compute-defaults): Compute `grep-use-null-device' if necessary.
Make computation of `grep-command' respect `grep-use-null-device'.
(grep): Respect `grep-use-null-device'.
Call `grep-compute-defaults' even if grep-command is set, if
grep-use-null-device is still tentative.
2001-10-05 12:30:52 +00:00
Gerd Moellmann
df3fd736fd
(perl-indent-continued-arguments): New var.
...
(perl-calculate-indent): Use it.
(perl-backward-to-noncomment): Use forward-comment.
2001-10-05 09:36:31 +00:00
Gerd Moellmann
a1548b10da
Fix character range regexp. Doc fix.
...
(ebnf-yac-skip-chars): New internal const.
(ebnf-yac-skip-code): Fix code.
2001-09-24 17:43:45 +00:00
Gerd Moellmann
8a1e4eebeb
Fix character range regexp. Doc fix.
...
(ebnf-iso-non-terminal-chars): New internal const.
(ebnf-iso-lex): Fix code.
2001-09-24 17:42:00 +00:00
Gerd Moellmann
40b35c64e1
Fix character range regexp. Doc fix.
...
(ebnf-bnf-non-terminal-chars): New internal const.
(ebnf-bnf-lex): Fix code.
2001-09-24 17:41:41 +00:00
Gerd Moellmann
68f38c8c9a
Eliminate make-local-hook calls. Doc fix.
...
(ebnf-version): New version (3.6.1).
2001-09-24 17:41:19 +00:00
Sam Steingold
005e3bb665
w32 find cannot be used with `grep-find'.
2001-09-19 20:59:24 +00:00
Gerd Moellmann
ae16d111d8
Doc fix.
2001-09-19 08:56:58 +00:00
Gerd Moellmann
1475cbb3d2
Doc fix.
...
(ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2001-09-19 08:54:32 +00:00
Gerd Moellmann
0b5ecd6d02
Replace "Prologue" by "Prolog" in PostScript
...
programming. Doc fix.
(ebnf-version): New version (3.6).
(ebnf-eps-begin): Data fix.
(ebnf-begin-file): Code fix.
2001-09-19 08:54:10 +00:00
Gerd Moellmann
bcdb34a4a3
(grep-compute-defaults): Don't set
...
grep-command/grep-find-command when it is already non-nil.
(grep-command): Make it a user option.
(grep-find-command): Likewise.
2001-09-13 09:11:53 +00:00
Gerd Moellmann
a21822f8d1
(glasses-convert-to-unreadable): Consider
...
underscores as in `glasses-make-readable'.
2001-09-03 08:20:54 +00:00
Eli Zaretskii
883310a731
(c-macro-preprocessor): Use "gcc -E" for
...
MS-DOS, since cpp might not be available.
2001-09-02 17:29:14 +00:00
Thien-Thi Nguyen
26d654ec0d
Update first-line description.
...
Sync comments w/ maintainer version 5.31.
(hs-isearch-open): Default value now `code'.
Fix docstring to use "code blocks" vs "comment blocks",
as opposed to "block" vs "comment".
(hs-flag-region): Accept `hs-isearch-open' value
of `block' as synonymous w/ `code'.
(hs-hide-block-at-point): For code blocks, pass `code'
to `hs-flag-region' instead of `block'.
2001-08-27 22:23:09 +00:00
Eli Zaretskii
299248aa62
Add Keywords header. From Pavel Janik.
2001-08-26 16:36:14 +00:00
Gerd Moellmann
aa88e662fc
(sql-db2): Doc change.
...
(sql-postgres): Add the database at the end of the
parameters instead of at the beginning.
(sql-postgres-options): Doc change.
2001-08-20 10:02:07 +00:00
Gerd Moellmann
6c233cc083
(executable-set-magic): If
...
executable-find returns a quoted file name, unquote it before
inserting it.
2001-08-07 09:47:06 +00:00
Eli Zaretskii
21f7951223
(makefile-macroassign-regex): Recognize the ?= operator.
...
From Jonathan Kamens <jik@curl.com>.
2001-07-30 11:09:22 +00:00
Eli Zaretskii
31fac3b80f
(compile-internal): If EMACS is already
...
defined in the environment, don't override its value.
2001-07-23 15:24:00 +00:00
Stefan Monnier
5b6858da26
(compilation-parse-errors): `linenum' might return a this-error using
...
the alternative format (a pair of markers).
2001-07-19 21:46:37 +00:00
Stefan Monnier
374daba6de
*** empty log message ***
2001-07-17 18:40:19 +00:00
Stefan Monnier
5dab0769af
(ada-mode): Avoid unneeded version checks.
...
Don't change compile-auto-highlight globally.
Don't bother with `font-lock-defaults' property since XEmacs
also understands the `font-lock-defaults' variable.
Use make-local-variable rather than make-variable-buffer-local.
Don't `defconst' comment-indent-function: keep the default.
Call easy-menu-add unconditionally.
(ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
(ada-create-menu): Use :included for Emacs as well.
2001-07-16 15:12:19 +00:00
Stefan Monnier
fea245718b
(ada-xref-initialize): Fix call to add-hook.
2001-07-16 13:38:53 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Pavel Janík
3afbc435ac
Some fixes to follow coding conventions.
2001-07-16 07:46:48 +00:00
Stefan Monnier
3f3960a544
(hs-minor-mode): Use make-local-variable.
2001-07-16 01:55:37 +00:00
Stefan Monnier
a7e34f7948
(makefile-browse): Use make-local-variable.
2001-07-16 01:52:50 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
2be7dabcae
Fix license commentary.
2001-07-13 12:59:13 +00:00
Eli Zaretskii
874d799506
Say that the file _is_ part of Emacs.
2001-07-11 10:21:04 +00:00
Gerd Moellmann
19da29f9b5
(c-indent-exp): Keep the indentation of the block
...
itself, i.e. only indent the contents in it.
2001-07-10 19:51:27 +00:00
Stefan Monnier
7443aaa688
Extended the kludge to interoperate with the
...
delsel and pending-del packages wrt to the new function
`c-electric-delete-forward'.
2001-07-09 00:49:22 +00:00
Richard M. Stallman
722da89bf4
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
...
hs-mouse-toggle-hiding.
2001-06-26 11:50:16 +00:00
Gerd Moellmann
7aee34d3d7
(glasses-make-readable): Consider
...
underscores too when separating a parenthesis.
2001-06-25 10:04:27 +00:00
Richard M. Stallman
7c2ef7338d
(c-set-style): Don't specify initial contents for completing-read.
2001-06-23 16:22:04 +00:00
Gerd Moellmann
dc1bf82dba
(antlr-mode): Check that `c-Java-access-key' is
...
bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2001-06-18 11:21:57 +00:00
Eli Zaretskii
06d7490042
(sh-mark-line): Add help-echo to mouse-highlighted text.
2001-06-17 11:22:35 +00:00
Eli Zaretskii
3c0a21c03d
(cpp-make-button): Add help-echo to mouse-highlighted text.
2001-06-17 11:21:48 +00:00
Eli Zaretskii
08de70d7bc
(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
...
(compilation-forget-errors): Remove help-echo property as well.
2001-06-17 11:21:07 +00:00
Stefan Monnier
4a0aa1d93a
(perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.
...
(perl-font-lock-syntactic-face-function): New function.
(perl-mode): Use them.
(perl-continuation-line-p): New function, from perl-calculate-indent.
(perl-calculate-indent): Use it, to properly handle continuation
lines of continuation lines.
2001-06-10 18:02:43 +00:00
Stefan Monnier
1ea98518d8
(tags-compression-info-list): Fix docstring
...
and :type spec.
2001-05-31 14:34:37 +00:00
Stefan Monnier
4b8dfb4345
(perl-mode): Use define-derived-mode.
...
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.
2001-05-25 21:16:05 +00:00
Stefan Monnier
74e87f23e4
Docstring typo.
2001-05-25 20:35:00 +00:00
Stefan Monnier
5efe6a5673
(cperl-font-lock-keywords)
...
(cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
Renamed from perl-font-lock-keywords to avoid clashes.
(cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
(cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
Updated correspondingly.
2001-05-04 20:16:56 +00:00
Eli Zaretskii
6d28be1ddd
Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.
2001-05-04 10:02:56 +00:00
Eli Zaretskii
fdea67e752
(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
...
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion. `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.
(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.
2001-05-04 09:57:35 +00:00
Stefan Monnier
b36581fba0
(sh-prev-line): Look for sh-heredoc-face
...
rather than font-lock-string-face.
(sh-get-indent-info): Treat heredocs like strings.
2001-05-02 13:41:46 +00:00
Gerd Moellmann
3c05ee140a
(sh-font-lock-heredoc): Allow
...
optional backslash at the start of the here-document delimiter.
(sh-font-lock-syntactic-keywords): Likewise.
2001-04-30 15:23:01 +00:00
Stefan Monnier
1dc64fca5b
(makefile-font-lock-keywords):
...
Rationalize the rules for includes and conditionals and use the
keyword face for them.
2001-04-25 15:52:45 +00:00