Kim F. Storm
89a2b3d123
*** empty log message ***
2002-05-31 23:59:50 +00:00
Stefan Monnier
262d2cab9e
(autoloaded toplevel): Don't use ispell-library-directory without
...
checking that it's bound.
2002-05-31 18:43:28 +00:00
Kim F. Storm
5834ac9207
(cua--last-deleted-region-pos)
...
(cua--last-deleted-region-text): New aux variables.
(cua-delete-region): Set them.
(cua-repeat-replace-region): Use them to find the replacement text.
2002-05-31 12:19:57 +00:00
Kim F. Storm
6be1e45909
*** empty log message ***
2002-05-31 12:19:32 +00:00
Juanma Barranquero
d82fb2adeb
(viper-smart-suffix-list, viper-ask-level): Fix typos.
2002-05-31 09:26:18 +00:00
Kim F. Storm
9ebd759d59
(grep-tree-command, grep-tree-files-aliases)
...
(grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
New custom variables.
(grep-compute-defaults): Compute grep-tree-command's default value.
(grep-expand-command-macros): New aux function.
(grep-tree-last-regexp, grep-tree-last-files): New aux variables.
(grep-tree): New command like grep-find but extended prompting.
2002-05-30 22:11:29 +00:00
Kim F. Storm
b186095c50
*** empty log message ***
2002-05-30 22:10:51 +00:00
Richard M. Stallman
a71867c57a
*** empty log message ***
2002-05-30 17:16:05 +00:00
Richard M. Stallman
a49a58f999
(find-file-default): Add defvar for var already used.
2002-05-30 17:13:54 +00:00
Richard M. Stallman
af5090c285
(menu-bar-showhide-fringe-menu): Use defvar.
2002-05-30 17:13:22 +00:00
Richard M. Stallman
7aaacaff5b
(open-network-stream, open-network-stream-nowait)
...
(open-network-stream-server, process-kill-without-query): Moved from simple.el.
2002-05-30 17:12:53 +00:00
Richard M. Stallman
9cd450a4f0
(open-network-stream, open-network-stream-nowait)
...
(open-network-stream-server, process-kill-without-query):
Moved to subr.el.
(byte-compiling-files-p): Function deleted.
2002-05-30 17:12:15 +00:00
Richard M. Stallman
a60f1fcdb5
(ispell-library-directory): Renamed from ispell-library-path.
...
If Ispell is not installed, init to nil.
(ispell-menu-map): Get rid of byte-compiling-files-p hackery;
initialize this unconditionally when ispell-menu-map-needed is t.
Local `path' renamed to `dir'.
(check-ispell-version): Doc fix.
2002-05-30 17:09:58 +00:00
Robert J. Chassell
b765ba644c
Modified doc string to say that the kill-compilation function also
...
kills processes made by a grep command; created a defalias, kill-grep.
2002-05-30 13:47:32 +00:00
Miles Bader
a579b36f34
(calc-d-prefix-help): Add `@'.
2002-05-30 01:07:52 +00:00
Miles Bader
4813c36271
(calc-init-extensions): Add binding for `d@'.
...
(calc-toggle-banner): New function.
2002-05-30 01:05:21 +00:00
Miles Bader
1501f4f67e
(calc-show-banner): New variable.
...
(calc-refresh): Only show banner if `calc-show-banner' is non-nil.
(calc-mode-var-list): Add `calc-show-banner'.
2002-05-30 01:04:15 +00:00
Richard M. Stallman
7ea427093b
*** empty log message ***
2002-05-29 16:40:46 +00:00
Richard M. Stallman
f620e5e2ed
(common-lisp-indent-function-1):
...
When recognizing a def... construct, make that indentation
tentative, so that it can be overridden if the list in question
is not actually an expression.
(common-lisp-indent-call-method): New subroutine.
2002-05-29 16:40:34 +00:00
Richard M. Stallman
d09b1c02f5
(batch-byte-compile-file): Delete the output file if we get a file-error.
2002-05-29 16:38:46 +00:00
Richard M. Stallman
ba81b532e5
(tooltip-mouse-motions-active): New variable.
...
(tooltip-activate-mouse-motions): Don't kill track-mouse local
if it was not made by us.
2002-05-29 16:38:06 +00:00
Richard M. Stallman
8eb1dc02a1
(mouse-set-font): Avoid misleading error message if user makes no selection.
2002-05-29 16:36:55 +00:00
Richard M. Stallman
74dde8ad92
(Info-setup-header-line): Don't hide the links line.
2002-05-29 16:35:56 +00:00
Richard M. Stallman
7defe888a5
(find-file-noselect-1): Return the buffer we created
...
even if it has been killed within `after-find-file'.
(auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2002-05-29 16:34:41 +00:00
Kim F. Storm
5f64b52b67
(open-network-stream-server): Pass on optional args
...
sentinel and filter to make-network-process (from Luke Gorrie).
2002-05-28 22:04:14 +00:00
Kim F. Storm
3ad83f29b5
*** empty log message ***
2002-05-28 22:03:41 +00:00
Colin Walters
ccb3c8deaf
(byte-compile-last-line): Deleted.
...
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.
2002-05-28 17:40:47 +00:00
Colin Walters
9d118494d5
(xml-mode): New alias for `sgml-mode'.
2002-05-28 16:51:06 +00:00
Colin Walters
532a8e8baf
*** empty log message ***
2002-05-28 16:50:51 +00:00
Kim F. Storm
b44ec8e346
*** empty log message ***
2002-05-28 09:08:53 +00:00
Kim F. Storm
5d4d17b823
(read-directory-name): New function.
...
(cd): Use it instead of read-file-name.
2002-05-28 09:08:42 +00:00
Kim F. Storm
fc803e8d1a
(cua-set-mark): Align pop to marko
...
behaviour with standard set-mark-command.
(cua--pre-command-handler): Use push-mark-command.
(cua-repeat-replace-region): Improve functionality when
repeated after moving point or changing buffer.
2002-05-27 12:14:52 +00:00
Kim F. Storm
d00ffe213e
(push-mark-command): Added optional NOMSG arg.
2002-05-27 12:13:56 +00:00
Colin Walters
f6a9d2d8cf
Fix previous change.
2002-05-27 02:00:54 +00:00
Colin Walters
908abdfd40
*** empty log message ***
2002-05-26 20:58:40 +00:00
Colin Walters
1b207153d0
(command-line): Use when', unless'.
...
(command-line-1): New argument "--nosplash". Handle it.
(inhibit-splash-screen): New variable alias for
`inhibit-startup-message'.
2002-05-26 20:49:28 +00:00
Colin Walters
588c915a8e
(perform-replace): Document return value. Use `pop'.
2002-05-26 20:42:51 +00:00
Colin Walters
9b5691bb79
*** empty log message ***
2002-05-26 20:42:31 +00:00
Glenn Morris
76bccf35b4
(f90-previous-block, f90-next-block): New names (and slightly changed
...
behaviour) for the functions f90-previous-block-start, f90-next-block-end.
(f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2002-05-26 19:58:31 +00:00
Simon Josefsson
608d30f7be
(set-fringe-mode): Work when updating
...
`default-frame-alist'.
2002-05-26 09:50:39 +00:00
Kim F. Storm
34a63289a6
(cua--repeat-replace-text): New variable.
...
(cua-repeat-replace-region): New command.
(cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
Misc improvements to the commantary.
2002-05-26 00:54:10 +00:00
Kim F. Storm
a30f92b8e2
*** empty log message ***
2002-05-26 00:53:41 +00:00
Simon Josefsson
255866b7ec
Fix :type of `fringe-mode' for last modification.
2002-05-25 23:16:00 +00:00
Simon Josefsson
19c8fe7542
(fringe-query-style): New fringe style "minimal".
2002-05-25 23:14:11 +00:00
Simon Josefsson
280b8e5990
(rot13-translate-table): New variable.
...
(rot13, rot13-string, rot13-region): New functions.
2002-05-25 22:57:08 +00:00
Martin Stjernholm
3ce79cf555
(c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
...
else-if compounds.
2002-05-25 16:18:59 +00:00
Eli Zaretskii
3433002d78
Bump Emacs version to 21.3.50.
2002-05-25 11:26:14 +00:00
Miles Bader
00cb70dc36
(menu-bar-showhide-fringe-menu-customize-left)
...
(menu-bar-showhide-fringe-menu-customize-right)
(menu-bar-showhide-fringe-menu-customize-disable):
Use proper calling convention for `customize-set-value'.
Require `fringe' before setting variable.
2002-05-25 05:15:07 +00:00
Kim F. Storm
e3f01f3086
(cua--init-rectangles): Install default
...
binding in cua--rectangle-keymap using cua--self-insert-char-p
to handle all global self inserting characters in rectangle mode.
2002-05-25 00:08:36 +00:00
Kim F. Storm
f8b38495a5
(cua--init-global-mark): Install default
...
binding in cua--global-mark-keymap using cua--self-insert-char-p
to handle all global self inserting characters in gmark mode.
2002-05-25 00:07:26 +00:00