summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (ange-ftp-copy-files-async): New function forSam Steingold2001-10-122-0/+31
| | | | asynchronous multiple file copying.
* (keys_of_minibuf): Eliminate redundant bindings.Stefan Monnier2001-10-121-22/+0
|
* (Fkey_description): Use empty_string.Stefan Monnier2001-10-121-35/+8
| | | | | | (Fdescribe_bindings_internal, describe_buffer_bindings): Remove. (syms_of_keymap): Setup inheritance between maps. Don't export Sdescribe_bindings_internal any more.
* Merged in changes from v4.32.Stefan Monnier2001-10-121-252/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (compile-mouse-goto-error, compile-goto-error):Stefan Monnier2001-10-121-5/+12
| | | | | | 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.
* *** empty log message ***Stefan Monnier2001-10-121-1/+1
|
* (awk-mode-syntax-table): / has string syntax.Stefan Monnier2001-10-121-23/+40
| | | | | (awk-font-lock-syntactic-keywords): New var. (awk-mode): Use it.
* typoSam Steingold2001-10-121-4/+4
|
* (expand-c-for-skeleton): Add explicit terminating \n.Stefan Monnier2001-10-121-2/+1
|
* (describe-face): Call help-setup-xref earlier.Stefan Monnier2001-10-121-4/+3
|
* (jka-compr-load-suffixes): New var.Stefan Monnier2001-10-121-6/+22
| | | | | (jka-compr-install): Add its content to load-suffixes. (jka-compr-uninstall): Remove its content from load-suffixes.
* (byte-compile-check-lambda-list): NewGerd Moellmann2001-10-122-1/+37
| | | | | | | | 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.
* *** empty log message ***Andrew Innes2001-10-122-0/+10
|
* (install): Do not copy fakemail.Andrew Innes2001-10-121-1/+0
|
* (ALL): Do not include fakemail.Andrew Innes2001-10-121-2/+1
|
* (uid_t, gid_t): New typedefs.Andrew Innes2001-10-121-0/+3
|
* *** empty log message ***Gerd Moellmann2001-10-122-0/+8
|
* (notice_overwritten_cursor): Renamed fromGerd Moellmann2001-10-121-12/+30
| | | | | note_overwritten_text_cursor. Rewritten to take glyph widths into account.
* (Compilation): Document "M-x recompile".Eli Zaretskii2001-10-121-0/+8
|
* *** empty log message ***Gerd Moellmann2001-10-122-0/+10
|
* (calculator-eng-display): Don't call concatGerd Moellmann2001-10-121-2/+4
| | | | with an integer argument.
* (syms_of_lread) <load-suffixes>: Fix last change:Eli Zaretskii2001-10-122-1/+6
| | | | multi-line strings without a trailing "\n\".
* float_error() is defined iff FLOAT_CATCH_SIGILL is defined.Pavel Janík2001-10-122-0/+7
|
* (Fcall_interactively): Remove unused code. Use XCAR/XCDR.Stefan Monnier2001-10-121-5/+2
|
* Update calls to openp.Stefan Monnier2001-10-1211-17/+43
|
* (Vexec_suffixes): New var.Stefan Monnier2001-10-121-4/+30
| | | | | | (Fcall_process): Update call to openp. (decode_suffixes): New function. (syms_of_callproc): Init exec-suffixes.
* (Vload_suffixes, Vexec_suffixes): Declare.Stefan Monnier2001-10-121-3/+5
| | | | (openp): Update prototype.
* (syms_of_lread): Fix init of default_suffixes.Stefan Monnier2001-10-121-1/+2
|
* (Vload_suffixes, default_suffixes): New vars.Stefan Monnier2001-10-121-44/+64
| | | | | | | | (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.
* *** empty log message ***Stefan Monnier2001-10-121-0/+16
|
* (Fcopy_keymap): Don't export.Stefan Monnier2001-10-121-1/+0
|
* (wordify): Use empty_string.Stefan Monnier2001-10-121-1/+1
|
* (empty_string): Declare.Stefan Monnier2001-10-121-2/+3
|
* (empty_string): New var.Stefan Monnier2001-10-121-0/+6
| | | | (syms_of_emacs): Initialize it.
* (Fbury_buffer): Don't try to remove the buffer from theStefan Monnier2001-10-121-55/+31
| | | | | | 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.
* (help-customize-face): New button-type.Miles Bader2001-10-122-1/+18
|
* (list-faces-display, describe-face): Fix args to `help-xref-button'.Miles Bader2001-10-121-15/+8
| | | | | | (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'.
* (Fprimitive_undo): Use XCAR/XCDR.Stefan Monnier2001-10-121-5/+5
|
* *** empty log message ***Stefan Monnier2001-10-122-6/+46
|
* (update_syntax_table): Simplify.Stefan Monnier2001-10-121-74/+59
| | | | (Fforward_comment): Don't skip quoted chars when going backward.
* (struct gl_state_s): Change the meaning of b_property.Stefan Monnier2001-10-121-11/+8
| | | | | | | 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.
* Describe the meaning of a nil binding.Stefan Monnier2001-10-121-0/+5
|
* Recommend the use of define-derived-mode (and nil argument).Stefan Monnier2001-10-121-3/+3
|
* Make a xref to `parsing' from forward-sexp.Stefan Monnier2001-10-121-1/+2
|
* Try to explain syntax-tables a little bit more.Stefan Monnier2001-10-121-0/+24
|
* (goto-address-mail-regexp): Allow + in username.Stefan Monnier2001-10-111-1/+2
|
* (view-lossage): Call help-setup-xref correctly and earlier.Stefan Monnier2001-10-111-13/+11
| | | | | | (describe-bindings): Call help-setup-xref earlier. (describe-key): Call help-setup-xref. Fix call to describe-function-1. (describe-mode): Don't autoload. Call help-setup-xref earlier.
* (describe-function-1): Remove unused `parens' arg.Stefan Monnier2001-10-111-22/+20
| | | | | | | Don't call help-setup-xref anymore and remove its `interactive-p' arg. Autoload and cleanup. (describe-function): Call help-setup-xref. (describe-variable): Call help-setup-xref earlier.
* (help-buffer): New function.Stefan Monnier2001-10-111-32/+80
| | | | | | | | | | | | | | Returns the buffer-name to use for help output. Change all the code to use it instead of hard-coding *Help*. (help-mode-map): Put back the mouse-2 binding. (help-xref-stack): Change the format and make buffer-local. (help-xref-stack-item): Make buffer-local. (help-setup-xref): Do the `push' here rather than in help-do-xref. (help-xref-interned): Display the face doc as well. (help-follow-mouse): Re-introduce. (help-xref-go-back): Adapt to the new use of help-xref-stack. (help-do-xref): Don't `push' any more. (help-follow): Also follow face names.
* (describe-bindings-internal): New fun moved from keymap.c.Stefan Monnier2001-10-111-4/+18
|