Commit graph

821 commits

Author SHA1 Message Date
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
Kenichi Handa
463f5630a5 New directory 2003-09-08 11:56:09 +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
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