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
Miles Bader
54993fa4b2
(pop): Move the call to `car' outside the prog1, as the compiler
...
generate better code for it.
2002-06-14 06:15:32 +00:00
Miles Bader
68b0895090
(copy-tree): Use nconc' and
nreverse' instead of `nreconc'.
2002-06-14 05:49:03 +00:00
Richard M. Stallman
cfebd4db43
(copy-list): Moved to cl.el.
...
(copy-tree): Don't use copy-list or cl-pop.
2002-06-10 09:01:08 +00:00
Colin Walters
a176c9ebfb
(copy-list): Moved here from cl.el.
...
(copy-tree): Renamed here from `cl-copy-tree' in cl.el.
2002-06-08 20:48:15 +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
d7d563e3fa
(functionp): Catch errors in indirect-function.
2002-05-12 16:41:11 +00:00
Pavel Janík
307645975c
Follow coding conventions.
2002-05-02 05:41:46 +00:00
Kim F. Storm
8ed59ad570
(remove-yank-excluded-properties): New helper function.
...
(insert-for-yank, insert-buffer-substring-as-yank): Use it.
2002-04-29 21:06:51 +00:00
Richard M. Stallman
10cf1ba83a
(make-temp-file): New arg SUFFIX.
2002-04-28 22:29:38 +00:00
Richard M. Stallman
d86a3084f6
(insert-for-yank): Replace `category' property
...
with whatever properties it stands for.
(member-ignore-case): Ignore non-strings in LIST.
2002-04-27 19:49:18 +00:00
Kim F. Storm
3b8690f615
(insert-buffer-substring-no-properties): New function.
...
(insert-buffer-substring-as-yank): New function.
2002-04-21 17:00:41 +00:00
Richard M. Stallman
2493767eaa
(insert-for-yank): New function.
2002-04-19 00:06:54 +00:00
Richard M. Stallman
1087f3e6aa
(remove-hook): When there are no more local hooks,
...
kill the buffer-local value.
2002-04-10 14:55:19 +00:00
Pavel Janík
324cd947a2
(play-sound): Move here from simple.el.
2002-04-07 10:09:39 +00:00
Richard M. Stallman
a9d956befb
(redraw-modeline): Define alias.
2002-04-01 12:03:14 +00:00