Stefan Monnier
a21aa1650a
(interactive-form): Delete. Now implemented in C.
2004-03-29 00:48:07 +00:00
Stefan Monnier
9bf2aa6a71
(read-number): New function.
2004-03-26 14:49:12 +00:00
Eli Zaretskii
1f3e4f92e7
(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.
2004-02-16 19:40:07 +00:00
Eli Zaretskii
6a6d7c3403
(match-string-no-properties): Use substring-no-properties.
2004-02-16 17:03:40 +00:00
Luc Teirlinck
016827560a
(delete-dups): New function.
2004-01-19 23:48:11 +00:00
Luc Teirlinck
a6d2eef700
(declare): New macro.
2004-01-16 01:07:46 +00:00
Kim F. Storm
4385264a7d
(event-start, event-end): Doc fix.
...
(posn-string, posn-image): New defuns.
(posn-object): Return either image or string object.
(posn-object-x-y): Return 8th element of position.
(posn-object-width-height): New defun.
2004-01-06 23:04:44 +00:00
Luc Teirlinck
756bb7366f
(functionp): Doc fix.
2004-01-03 17:17:21 +00:00
Richard M. Stallman
617631c0f3
(assoc-ignore-case, assoc-ignore-representation):
...
Use assoc-string, and mark them obsolete.
(delay-mode-hooks): Mark as permanent local.
2003-12-29 19:56:54 +00:00
Eli Zaretskii
529c94091f
(insert-for-yank): Call insert-for-yank-1 repetitively
...
for each yank-handler segment.
(insert-for-yank-1): New function, with the body of the previous
insert-for-yank.
2003-12-29 11:40:49 +00:00
Jonathan Yavner
1116910a51
Add macros 1value' and noreturn'.
2003-11-30 06:56:59 +00:00
Kim F. Storm
e08f9a0df9
(posn-object-x-y): New defun.
2003-11-27 21:28:01 +00:00
Luc Teirlinck
2c1385edb6
(number-sequence): Improve handling of floating point arguments
...
(suggested by Kim Storm). Allow negative arguments.
2003-11-26 19:23:58 +00:00
Kim F. Storm
79bcefe203
(event-start, event-end): Doc fix.
...
(posn-window, posn-x-y, posn-timestamp): Simplify doc.
(posn-area, posn-actual-col-row, posn-object): New defuns.
(posn-col-row): Simplify doc. Rewrite to use cond.
(posn-point): Also return buffer position for events outside text
area (that info is now present in the event position).
2003-11-23 00:27:03 +00:00
Thien-Thi Nguyen
3813f0c53b
(minor-mode-list): Add `hs-minor-mode'.
2003-11-15 00:57:02 +00:00
Stefan Monnier
552eb60792
(add-hook): Fix last change.
2003-11-03 14:44:48 +00:00
Richard M. Stallman
b7a1c90026
(add-hook): Correctly detect when make-local-hook was used.
...
(remove-hook): Correctly handle strange cases about local hooks.
2003-10-20 23:41:18 +00:00
Lute Kamstra
926dd40ca1
(force-mode-line-update): Fix docstring.
2003-10-16 13:13:29 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
0e874d8954
Comment change.
2003-08-29 16:20:18 +00:00
Richard M. Stallman
f0491f768e
(read-passwd): Use clear-string instead of fillarray.
2003-08-06 01:05:15 +00:00
John Paul Wallington
ec589b784a
(with-selected-window): Add closing paren.
2003-07-21 18:06:33 +00:00
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