Oliver Seidel
e4541b670d
Thanks to Harald Backer <harald.backer@fou.telenor.no>, we now have
...
the following facilities available:
Added todo-print, todo-top-priorities and todo-jump with matching
variables; Parameterized todo-header, todo-category-beg,
todo-category-end and todo-category-sep; Added autoload comments;
todo-category-select: Modified regexp to make category names unique;
todo-forward-item: Added optional COUNT vaiable; todo-insert-item:
Rewrote completing read entry.
Also, check out the extended list of things left to be done to this
package at the end of the documentation!
1997-10-17 15:41:57 +00:00
Karl Heuer
0b14021912
(format-deannotate-region): In case of unmatched tags,
...
avoid using nil where end position is expected.
1997-10-16 23:31:55 +00:00
Karl Heuer
ac1f790ac6
(winner-pending-undo-ring): Defvar before first use.
...
(winner-undo-counter): Likewise.
1997-10-16 23:25:57 +00:00
Karl Heuer
5b53132294
Initial revision
1997-10-16 23:21:13 +00:00
Oliver Seidel
01b864bc53
Jari Aalto <jari.aalto@ntc.nokia.com> writes:
...
I just downloaded your package and after reading the docs I
decided to do some reformatting. Hope you don't mind. Now they
are in such a format that the html page can be automatically
generated from the source file. As an example, I generated the
attached page using the following command: ripdoc.pls | \
t2html.pls -a "Oliver.Seidel" -e Oliver.Seidel@cl.cam.ac.uk -simple
And of course I appreciate it. Jari's stuff can be found at:
ftp://cs.uta.fi/pub/ssjaaa/, while I'm making the 1997-10-15T17:18:11Z!os10000@seidel-space.de page
available at http://www.cl.cam.ac.uk/users/os10000/doc/todo-mode.html
(That link will be valid until 10/1998 or slightly longer.)
1997-10-16 21:21:16 +00:00
Karl Heuer
7b33b170cd
Removed changelog comment section.
...
(double): New group.
(double-map): Add customize support.
(double-prefix-only): Ditto.
1997-10-16 18:46:36 +00:00
Karl Heuer
e8955f1d90
(nroff): Moved from editing' to wp'.
1997-10-16 18:44:52 +00:00
Karl Heuer
8efaaf11ab
(rmail-summary-rmail-update): When looking for
...
rmail-view-buffer, check other frames as well.
1997-10-16 18:42:17 +00:00
Karl Heuer
81ab2e0727
(init_buffer): Don't add /: to default dir if it's `/'.
1997-10-16 18:37:51 +00:00
Karl Heuer
85eb827a5c
(dired-move-to-filename-regexp):
...
Accept month name and day-of-month in either order.
1997-10-16 18:36:35 +00:00
Karl Heuer
6392137fae
(edebug-eval-mode): Nicer mode-name value.
1997-10-16 18:35:17 +00:00
Karl Heuer
1126786767
(function-called-at-point): Always use Emacs Lisp syntax tab.
...
Reject any "function call" with whitespace after the open-paren.
1997-10-16 18:32:06 +00:00
Karl Heuer
23cf1efa9c
(Faccessible_keymaps): Avoid alloca for fixed-size array.
...
(Fset_keymap_parent, Fcopy_keymap, Fwhere_is_internal): Likewise.
1997-10-16 18:28:41 +00:00
Karl Heuer
7019cca729
(read_minibuf): Return DEFALT here, if minibuffer is empty.
...
(Fread_from_minibuffer, Fcompleting_read): Don't do that here.
1997-10-16 18:27:12 +00:00
Karl Heuer
0a59111cbc
(Fexpand_file_name): Avoid treating // specially
...
even in a relative file name.
1997-10-16 18:25:42 +00:00
Karl Heuer
a59b702540
(variable-link): New widget.
...
(widget-variable-link-action): New function.
(function-link): New widget.
(widget-function-link-action): New function.
1997-10-16 18:22:36 +00:00
Karl Heuer
cae551977c
Some changes in comments and documentation.
...
View mode hooked into the customize tree.
(view): New custom group.
(view-highlight-face, view-scroll-auto-exit)
(view-try-extend-at-buffer-end)
(view-remove-frame-by-deleting, view-mode-hook):
Defined by defcustom instead of by defvar.
(view-mode-enter): Install exit-action also when view-mode is
already on. Small rewrite using unless.
(view-mode, view-mode-exit, view-scroll-lines, view-really-at-end)
(view-search): Small rewrite using when or unless.
1997-10-16 18:20:16 +00:00
Karl Heuer
a6351b4860
(L_getit): Always make named tags so that Emacs
...
completion on symbols containing `:' etc. works.
(get_scheme): Likewise.
1997-10-16 18:17:52 +00:00
Karl Heuer
60b06e5e8b
(Fwhere_is_internal): some minor mode bindings weren't
...
being found.
1997-10-16 18:13:44 +00:00
Karl Heuer
1bacc93e70
(describe-variable): Pass default value to completing-read.
...
(describe-function): Likewise.
1997-10-16 18:12:06 +00:00
Karl Heuer
1577a8fd29
(narrow-to-page): Check whether forward-page
...
actually set the match data.
1997-10-16 18:09:31 +00:00
Karl Heuer
61185f425d
(scheme-let-indent): New arg NORMAL-INDENT.
...
(scheme-indent-function): Pass normal-indent as 3rd arg
when calling an indentation function.
1997-10-16 18:07:23 +00:00
Karl Heuer
db7f721d26
(replace_buffer_in_all_windows):
...
Pass 1 as MINI to window_loop.
1997-10-16 00:07:02 +00:00
Karl Heuer
a5bec26c83
(uniquify-buffer-name-style): Add :require.
1997-10-16 00:04:22 +00:00
Karl Heuer
d6bc306b43
(widget-button-click): Move point to where clicked.
1997-10-15 23:57:19 +00:00
Karl Heuer
3671f444f1
(auto-save-list-file-prefix): Fix custom type.
1997-10-15 23:55:45 +00:00
Karl Heuer
dafc511c1d
(outline-back-to-heading): New arg INVISIBLE-OK.
...
(outline-on-heading-p):
(show-entry): If the heading is invisible, show it too.
(hide-other):
1997-10-15 23:48:01 +00:00
Karl Heuer
19c6feac9f
(toggle-scroll-bar): Call prefix-numeric-value.
1997-10-15 23:40:43 +00:00
Karl Heuer
21de5941c9
(help-mode-maybe): New function, on temp-buffer-show-hook.
...
(describe-key, describe-mode): Don't call help-mode here.
(view-lossage, describe-function, describe-variable): Likewise.
1997-10-15 23:36:30 +00:00
Karl Heuer
355345fd1a
(compilation-forget-errors):
...
Reinit compilation-directory-stack the way compile-internal does.
(compilation-parse-errors): Don't let default-directory change.
1997-10-15 23:34:58 +00:00
Karl Heuer
3375a61ce6
(smtpmail-send-it): Don't use time-stamp-strftime.
1997-10-15 23:33:14 +00:00
Karl Heuer
6ca94ac976
(gc_sweep): Free memory blocks that contain only unused
...
objects.
1997-10-15 23:28:06 +00:00
Karl Heuer
45b94eb2e9
(isearch-printing-char): Change S-SPC to SPC.
...
(isearch-mode-map): Bind S-SPC like SPC.
1997-10-15 23:15:09 +00:00
Karl Heuer
142d91357f
(Fstring_to_number): Handle NEGATIVE for floats too.
1997-10-15 23:12:54 +00:00
Karl Heuer
8d8c434d4f
(end-of-visible-line): After skipping some invisible chars.
...
don't go forward a character, just to end of line.
1997-10-15 23:10:11 +00:00
Karl Heuer
3ba3fa750f
(rmail): Avoid showing message twice.
1997-10-15 23:06:46 +00:00
Karl Heuer
0a18209b69
(report-emacs-bug): Delete the condition-case.
1997-10-15 23:03:30 +00:00
Karl Heuer
4fdd59c0db
(imenu-add-to-menubar): If not using
...
imenu-default-create-index-function, don't require its variables.
1997-10-15 23:00:25 +00:00
Karl Heuer
91f676a030
(hs-special-modes-alist): Correct alist
...
for java-mode.
1997-10-15 22:54:24 +00:00
Karl Heuer
b03a162169
(mail-bury): Check for value, not just
...
existence, of alist element.
1997-10-15 22:50:09 +00:00
Karl Heuer
d49f0c1af8
(read_list): Don't recognize Vload_file_name
...
specially if it is nil.
1997-10-15 22:45:35 +00:00
Karl Heuer
d2f2735792
(winner-change-fun): Don't use pushnew.
1997-10-15 22:41:09 +00:00
Karl Heuer
335406fc22
(window_scroll): When scrolling forward and point is
...
inside the scroll margin put point at bottom of it, not at window
start.
1997-10-15 22:18:37 +00:00
Oliver Seidel
ab618c6ee6
Everything seems to work in Harald Melands Emacs 20.02 and
...
my Emacs 19.34. Beware of the spelling in some of the
variable names. I looked up "threshold" in a dictionary
and here in Britain this appears to be the way to spell it.
1997-10-15 17:18:11 +00:00
Oliver Seidel
b7e0417034
Attempted to reconcile Harald's changes with mine since 1997-10-14T22:22:35Z!os10000@seidel-space.de.
1997-10-15 14:30:41 +00:00
Oliver Seidel
91e9443e0b
Fixed 'file-item' and added 20.02 split-string function.
1997-10-15 14:00:12 +00:00
Oliver Seidel
2186b97448
Added string-split (which I stole from ediff-util), changed
...
pop-to-buffer to switch-to-buffer and added message on how
to exit the multi-line-edit mode.
1997-10-14 22:22:35 +00:00
Andrew Innes
db77d785fd
Ensure standard handles are reset even if spawnve fails.
1997-10-13 18:11:44 +00:00
Andrew Innes
4a80f0815d
Pass menu handle by value.
1997-10-13 18:06:22 +00:00
Eli Zaretskii
261bfd0e0e
(decode_mode_spec): Display non-nil title as the frame's
...
name only on FRAME_WINDOW_P frames.
1997-10-13 17:08:02 +00:00