1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

37422 commits

Author SHA1 Message Date
Stefan Monnier
be5fc59bde (locate-library): Use load-suffixes and abbrev filename. 2001-10-12 21:00:54 +00:00
Stefan Monnier
7e573c4a6d (special-display-popup-frame): Obey new specs same-window' and same-frame'. 2001-10-12 20:39:54 +00:00
Stefan Monnier
32993295b9 (minibuffer-local-*map): Take inheritance into account. 2001-10-12 19:59:43 +00:00
Stefan Monnier
01f9ba177c (minibuffer-local*-map): Remove redundant bindings. 2001-10-12 19:25:04 +00:00
Stefan Monnier
a77dfeb06d (minibuffer-local-map): Also bind next, C-n, C-s, prior,
C-p and C-r.  Remove redundant bindings from inheriting maps.
2001-10-12 19:24:21 +00:00
Stefan Monnier
f892ac1d28 *** empty log message *** 2001-10-12 19:20:47 +00:00
Sam Steingold
7ed938901b (completion-ignored-extensions): CL-related
extensions are platform-independent.
2001-10-12 19:18:50 +00:00
Sam Steingold
b878b8c30a (ange-ftp-copy-files-async): New function for
asynchronous multiple file copying.
2001-10-12 19:16:34 +00:00
Stefan Monnier
77558f0a72 (keys_of_minibuf): Eliminate redundant bindings. 2001-10-12 18:54:53 +00:00
Stefan Monnier
2b6748c0ac (Fkey_description): Use empty_string.
(Fdescribe_bindings_internal, describe_buffer_bindings): Remove.
(syms_of_keymap): Setup inheritance between maps.
Don't export Sdescribe_bindings_internal any more.
2001-10-12 18:46:30 +00:00
Stefan Monnier
6c38915121 Merged in changes from v4.32.
After 4.23 and: After 4.24:
(cperl-contract-levels): Restore position.
(cperl-beautify-level): Likewise.
(cperl-beautify-regexp): Likewise.
(cperl-commentify): Rudimental support for length=1 runs
(cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
 After 4.25:
(cperl-commentify): Was recognizing length=2 "strings" as length=1.
(imenu-example--create-perl-index): Was not enforcing
syntaxification-to-the-end.
(cperl-invert-if-unless): Allow `for', `foreach'.
(cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
Mark qw(), m()x as indentable.
(cperl-init-faces): Highlight `sysopen' too.
Highlight $var in `for my $var' too.
(cperl-invert-if-unless): Was leaving whitespace at end.
(cperl-linefeed): Was splitting $var{$foo} if point after `{'.
(cperl-calculate-indent): Remove old commented out code.
Support (primitive) indentation of qw(), m()x.
 After 4.26:
(cperl-problems): Mention `fill-paragraph' on comment. \"" and
q [] with intervening newlines.
(cperl-autoindent-on-semi): New customization variable.
(cperl-electric-semi): Use `cperl-autoindent-on-semi'.
(cperl-tips): Mention how to make CPerl the default mode.
(cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
(cperl-outline-level): New function.
(cperl-highlight-variables-indiscriminately): New customization var.
(cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
From Sean Kamath <kamath@pogo.wv.tek.com>.
(cperl-after-block-p): Support CHECK and INIT.
(cperl-init-faces, cperl-short-docs): Likewise and "our".
From Doug MacEachern <dougm@covalent.net>.
 After 4.27:
(cperl-find-pods-heres): Recognize \"" as a string.
Mark whitespace between q and [] as `syntax-type' => `prestring'.
Allow whitespace between << and "FOO".
(cperl-problems): Remove \"" and q [] with intervening newlines.
Mention multiple <<EOF as unsupported.
(cperl-highlight-variables-indiscriminately): Doc misprint fixed.
(cperl-indent-parens-as-block): New configuration variable.
(cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
Use `cperl-indent-parens-as-block'.
(cperl-find-pods-heres): Test for =cut without empty line instead of
complaining about no =cut.
(cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
(cperl-find-pods-heres): Likewise.
(cperl-electric-pod): Change `forward-sexp' to `forward-word':
POD could've been marked as comment already.
(cperl-unwind-to-safe): Unwind before start of POD too.
 After 4.28:
(cperl-forward-re): Throw an error at proper moment REx unfinished.
 After 4.29:
(x-color-defined-p): Make an extra case to peacify the warning.
Toplevel: `defvar' to peacify the warnings.
(cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
No -nw-compile time warnings now.
(cperl-find-tags): TAGS file had too short substring-to-search.
Be less verbose in non-interactive mode
(imenu-example--create-perl-index): Set index-marker after name
(cperl-outline-regexp): New variable.
(cperl-outline-level): Made compatible with `cperl-outline-regexp'.
(cperl-mode): Made use `cperl-outline-regexp'.
 After 4.30:
(cperl-find-pods-heres): =cut the last thing, no blank line, was error.
(cperl-outline-level): Make start-of-file same level as `package'.
 After 4.31:
(cperl-electric-pod): `head1' and `over' electric only if empty.
(cperl-unreadable-ok): New variable.
(cperl-find-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable file.
(cperl-write-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable directory.
2001-10-12 18:11:06 +00:00
Stefan Monnier
8f36a284bc (compile-mouse-goto-error, compile-goto-error):
Consider the text between two errors as belonging to the first error.
(compilation-goto-locus): Use pop-to-buffer rather than
switch-to-buffer-other-frame.
2001-10-12 17:43:05 +00:00
Stefan Monnier
e5700b527e *** empty log message *** 2001-10-12 17:29:52 +00:00
Stefan Monnier
61b8c98e98 (awk-mode-syntax-table): / has string syntax.
(awk-font-lock-syntactic-keywords): New var.
(awk-mode): Use it.
2001-10-12 17:29:30 +00:00
Sam Steingold
b04125748c typo 2001-10-12 16:55:21 +00:00
Stefan Monnier
70f1b1827a (expand-c-for-skeleton): Add explicit terminating \n. 2001-10-12 16:39:20 +00:00
Stefan Monnier
2cb95d1b7b (describe-face): Call help-setup-xref earlier. 2001-10-12 16:38:32 +00:00
Stefan Monnier
aab8a6e351 (jka-compr-load-suffixes): New var.
(jka-compr-install): Add its content to load-suffixes.
(jka-compr-uninstall): Remove its content from load-suffixes.
2001-10-12 16:28:16 +00:00
Gerd Moellmann
eadd64444e (byte-compile-check-lambda-list): New
function checking that lambda-list consists of non-constant
symbols, that &rest and &optional are followed by variable names,
that &rest VAR is the last element, and that variables aren't
doubled.
(byte-compile-lambda): Use it.
2001-10-12 14:20:14 +00:00
Andrew Innes
967d7793ca *** empty log message *** 2001-10-12 13:19:35 +00:00
Andrew Innes
caf7e1d205 (install): Do not copy fakemail. 2001-10-12 13:18:58 +00:00
Andrew Innes
295c486989 (ALL): Do not include fakemail. 2001-10-12 13:18:38 +00:00
Andrew Innes
536439acca (uid_t, gid_t): New typedefs. 2001-10-12 13:08:48 +00:00
Gerd Moellmann
3365175e97 *** empty log message *** 2001-10-12 10:05:27 +00:00
Gerd Moellmann
78a9a4c5b4 (notice_overwritten_cursor): Renamed from
note_overwritten_text_cursor.  Rewritten to take glyph widths into
account.
2001-10-12 10:05:03 +00:00
Eli Zaretskii
9ee31341f7 (Compilation): Document "M-x recompile". 2001-10-12 09:25:54 +00:00
Gerd Moellmann
beb0990f3b *** empty log message *** 2001-10-12 09:05:51 +00:00
Gerd Moellmann
6ac080e1e0 (calculator-eng-display): Don't call concat
with an integer argument.
2001-10-12 09:05:29 +00:00
Eli Zaretskii
2ab7765c62 (syms_of_lread) <load-suffixes>: Fix last change:
multi-line strings without a trailing "\n\".
2001-10-12 08:29:44 +00:00
Pavel Janík
311346bb31 float_error() is defined iff FLOAT_CATCH_SIGILL is defined. 2001-10-12 06:08:01 +00:00
Stefan Monnier
01e85d6147 (Fcall_interactively): Remove unused code. Use XCAR/XCDR. 2001-10-12 03:44:45 +00:00
Stefan Monnier
c0ec53ad99 Update calls to openp. 2001-10-12 03:37:43 +00:00
Stefan Monnier
b81a1b72a8 (Vexec_suffixes): New var.
(Fcall_process): Update call to openp.
(decode_suffixes): New function.
(syms_of_callproc): Init exec-suffixes.
2001-10-12 03:23:25 +00:00
Stefan Monnier
183d183355 (Vload_suffixes, Vexec_suffixes): Declare.
(openp): Update prototype.
2001-10-12 03:22:15 +00:00
Stefan Monnier
ddb716ef97 (syms_of_lread): Fix init of default_suffixes. 2001-10-12 03:22:02 +00:00
Stefan Monnier
e61b9b8743 (Vload_suffixes, default_suffixes): New vars.
(openp): Take a lisp list of suffixes.
Check for file-name-handlers even if the file was absolute already.
(syms_of_lread): Declare load-suffixes.
(Fload): Fix up call to openp.
Don't bother checking for file-name-handler at the very beginning.
2001-10-12 03:18:05 +00:00
Stefan Monnier
f633346880 *** empty log message *** 2001-10-12 03:13:27 +00:00
Stefan Monnier
1202c72b5d (Fcopy_keymap): Don't export. 2001-10-12 02:26:06 +00:00
Stefan Monnier
b07b65aaa2 (wordify): Use empty_string. 2001-10-12 02:24:34 +00:00
Stefan Monnier
1093ec4796 (empty_string): Declare. 2001-10-12 02:12:28 +00:00
Stefan Monnier
f9a6326d6e (empty_string): New var.
(syms_of_emacs): Initialize it.
2001-10-12 02:10:29 +00:00
Stefan Monnier
c58dab6376 (Fbury_buffer): Don't try to remove the buffer from the
selected window if it's not displayed there.  Handle the case
when the window is dedicated.
(syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.
2001-10-12 02:01:23 +00:00
Miles Bader
07f904a3f2 (help-customize-face): New button-type. 2001-10-12 01:58:02 +00:00
Miles Bader
8940232b59 (list-faces-display, describe-face): Fix args to `help-xref-button'.
(describe-face): Don't switch to help-buffer around call to `help-setup-xref'.
Use `help-buffer' instead of hard-wired "*Help*".
Require `help-mode'.
2001-10-12 01:53:58 +00:00
Stefan Monnier
c3b09bbf66 (Fprimitive_undo): Use XCAR/XCDR. 2001-10-12 01:43:29 +00:00
Stefan Monnier
2168e04d47 *** empty log message *** 2001-10-12 01:38:00 +00:00
Stefan Monnier
bb0de08420 (update_syntax_table): Simplify.
(Fforward_comment): Don't skip quoted chars when going backward.
2001-10-12 01:37:54 +00:00
Stefan Monnier
4948e1f227 (struct gl_state_s): Change the meaning of b_property.
Remove left_ok and right_ok.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
(SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
new meaning of b_property.
2001-10-12 01:37:49 +00:00
Stefan Monnier
33a425c45d Describe the meaning of a nil binding. 2001-10-12 01:33:41 +00:00
Stefan Monnier
0b41c65c36 Recommend the use of define-derived-mode (and nil argument). 2001-10-12 01:32:51 +00:00