Richard M. Stallman
4df623c073
(with-selected-window): Copy code form save-selected-window
...
so as to call select-window with norecord arg.
(dynamic-completion-table): Doc fix.
(lazy-completion-table): Doc fix.
2003-07-21 09:57:01 +00:00
Markus Rost
d775d486e9
(dolist, dotimes): Doc fix.
2003-07-08 16:57:15 +00:00
Richard M. Stallman
dd929b41f1
(lazy-completion-table, dynamic-completion-table): New macros.
2003-06-30 10:33:52 +00:00
Stefan Monnier
f30e0cd847
(looking-back): Handle the case of non-trivial regexps.
...
Add an optional `limit' argument.
(push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
(with-syntax-table): Add edebug info.
2003-06-18 21:49:55 +00:00
Juanma Barranquero
498535fbfc
(looking-back): New function to check for regular expression before point.
2003-05-30 23:11:35 +00:00
Juanma Barranquero
6a64662696
(split-string): Implement specification that splitting on explicit separators
...
retains null fields. Add new argument OMIT-NULLS. Special-case (split-string
"a string").
2003-05-22 20:59:57 +00:00
Richard M. Stallman
62ea130628
(prepare-change-group): Reinstate BUFFER arg; make it work.
2003-05-18 15:04:24 +00:00
Stefan Monnier
b6a1ce0b31
(macro-declaration-function): Avoid dolist' and
cadr'.
2003-05-18 02:31:19 +00:00
Stefan Monnier
d47f75159a
(with-selected-window): New macro.
...
(dolist, dotimes, with-current-buffer): Use backquotes.
(when, unless, save-match-data, combine-after-change-calls)
(with-output-to-string, with-temp-buffer): Add `declare' info.
(listify-key-sequence): Don't allocate unnecessarily.
(read-quoted-char): Allow up to base 36.
(prepare-change-group): Remove unimplemented argument.
2003-05-17 22:00:40 +00:00
Richard M. Stallman
d87a4a45db
(assq-delete-all): Ignore non-cons elememts.
2003-04-24 23:14:23 +00:00
Richard M. Stallman
7dde432d4c
(minor-mode-list): New variable.
...
(add-minor-mode): Add to it.
2003-04-09 01:36:28 +00:00
Vinicius Jose Latorre
0ed2c9b6d5
Adjust number-sequence code
2003-04-05 02:13:44 +00:00
Richard M. Stallman
c83256a09a
(read-quoted-char): Remember the input char
...
before translation thru function-key-map, and use that for unreading.
2003-04-03 23:13:38 +00:00
Kenichi Handa
428c120917
(number-sequence): Shorten the code.
2003-04-03 02:49:16 +00:00
Kenichi Handa
abd9177af5
(number-sequence): New function.
2003-04-03 02:43:11 +00:00
John Paul Wallington
194600a8fa
* files.el (recover-session): Error if there are no previous
...
sessions to recover.
* subr.el (posn-col-row): Simplify.
* arc-mode.el (archive-subtype, archive-file-list-start)
(archive-file-list-end, archive-proper-file-start)
(archive-read-only, archive-local-name, archive-mode-map)
(archive-file-name-indent, archive-remote)
(archive-alternate-display, archive-superior-buffer)
(archive-subfile-mode): Doc fixes.
2003-03-14 22:38:46 +00:00
John Paul Wallington
ee24a85250
(posn-col-row): Heed frame parameter `line-spacing' and
...
`default-line-spacing', rather than buffer-local `line-spacing'.
2003-03-11 12:49:20 +00:00
John Paul Wallington
3a24cce05b
(posn-col-row): Take into account `line-spacing'.
2003-03-10 13:25:42 +00:00
Stefan Monnier
7ec51784bb
(with-syntax-table): Don't copy the table any more.
2003-02-20 20:07:41 +00:00
Juanma Barranquero
f1180544bb
Trailing whitespace deleted.
2003-02-04 12:29:42 +00:00
Kim F. Storm
9dd10e259b
(insert-for-yank): Remove COMMAND element from yank handler.
2003-01-27 21:45:10 +00:00
Kim F. Storm
374d3fe7e4
Tiny doc fixes.
2003-01-21 21:10:40 +00:00
Kim F. Storm
57596fb624
(insert-for-yank): Set yank-undo-function after calling FUNCTION,
...
unless it was set by FUNCTION (in case FUNCTION calls insert-for-yank).
2003-01-19 01:07:34 +00:00
Kim F. Storm
e3801a7bf0
(insert-for-yank): Doc fix.
2003-01-19 00:01:36 +00:00
Kim F. Storm
2308acda4b
Update copyright.
2003-01-18 23:36:33 +00:00
Kim F. Storm
e0e80ec90d
(insert-for-yank): Arg list changed; now only accepts one
...
string rather than any number of strings; no callers needed change.
Use yank-handler text property on the arg string.
Set yank-undo-function variable appropriately for yank-pop.
2003-01-18 23:35:06 +00:00
Kim F. Storm
34368d128f
(process-put, process-get): New functions.
2003-01-14 09:56:10 +00:00
Richard M. Stallman
c525c13c74
(add-to-invisibility-spec): If it was t, start it out at (t).
2002-12-22 22:05:52 +00:00
Stefan Monnier
1232083369
(symbol-file): Accept a non-atomic `function' arg.
...
(with-local-quit): Add debug and indentation info.
2002-11-20 14:31:52 +00:00
John Paul Wallington
cb21744eb5
(symbol-file): Remove unused variable `functions'.
2002-11-20 12:58:37 +00:00
Andreas Schwab
c9bcb50778
(replace-regexp-in-string): Doc fix.
2002-10-29 23:42:00 +00:00
Juanma Barranquero
264ef5866f
(remq): Fix typo.
2002-10-17 15:42:10 +00:00
Stefan Monnier
3f0161d0d2
(read-key-auxiliary-map, read-key): Remove.
...
(read-quoted-char): Undo the `read-key' change of 2002-06-23.
2002-10-03 18:53:43 +00:00
Noah Friedman
580f6aa50b
(read-key): Use read-key-auxiliary-map, not read-key-aux-map.
2002-09-29 18:38:23 +00:00
Richard M. Stallman
ebaa33494b
(remove-yank-excluded-properties): Fix bugs in handling of category properties.
2002-09-29 03:31:15 +00:00
Stefan Monnier
1c12af5c6e
(read-key-auxiliary-map): New var.
...
(read-key): Use it.
(make-temp-file): Make the file have mode 600.
(add-minor-mode): Don't add properties to the name since it's
added by mode-line-format already.
Be more careful with the mode-line-menu entry name.
2002-09-27 19:44:05 +00:00
Stefan Monnier
27c079eb30
(define-mail-user-agent): Moved from simple.el.
2002-09-11 20:23:56 +00:00
Stefan Monnier
e9f13a9580
(symbol-file): Also work for autoloaded funcs.
...
(syntax-after): New fun moved from syntax.el.
2002-09-09 23:13:18 +00:00
Kim F. Storm
177aef40f0
(read-quoted-char): Apply listify-key-sequence to vector
...
returned by this-single-command-raw-keys before appending it to
unread-command-event.
2002-09-07 22:50:58 +00:00
Juanma Barranquero
112f332f21
(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
2002-08-28 06:43:11 +00:00
Kim F. Storm
098ba98322
(suppress-keymap): Use command remapping instead of
...
substitute-key-definition to undefine self-inserting keys.
2002-08-26 12:38:59 +00:00
Sam Steingold
a96735b8af
(eval-after-load): Do not call load-symbol-file-load-history (deleted)
2002-08-24 14:40:09 +00:00
Richard M. Stallman
a2c4ae0156
(symbol-file-load-history-loaded)
...
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.
2002-08-24 02:58:53 +00:00
Richard M. Stallman
b9ab4064a8
(atomic-change-group): Doc fix.
2002-08-02 17:59:22 +00:00
Juanma Barranquero
bd292357c4
(unread-command-char, executing-macro, post-command-idle-hook,
...
post-command-idle-delay): Move obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence declaration.
2002-07-19 11:37:01 +00:00
Juanma Barranquero
b4591b37dc
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
...
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
2002-07-19 06:25:06 +00:00
Stefan Monnier
9e028368b5
(insert-string): Update the obsolete info.
...
(makehash): Move from C and mark obsolete.
2002-07-07 20:48:58 +00:00
Juanma Barranquero
9af6aa14ad
(chars-in-region): Add obsolescence declaration for `chars-in-region'.
2002-07-03 09:17:47 +00:00
Juanma Barranquero
8eb9395378
(char-bytes): Fix obsolescence declaration.
...
(make-local-hook): Likewise.
(baud-rate): Remove redundant info from docstring.
2002-06-27 16:08:56 +00:00
Stefan Monnier
5ef6a86d2e
(event-start, event-end, event-click-count):
...
Accept non-mouse events as well.
(read-key): New function.
(read-quoted-char): Use it. Use this-single-command-raw-keys as well.
2002-06-23 22:13:15 +00:00