Richard M. Stallman
428c8e2f3c
(byte-compile-output-docform): Output doc string position
...
as negative number, if doc string starts with *.
1995-04-07 07:29:33 +00:00
Richard M. Stallman
cbd4d46b53
Use $ at end when searching for mail-header-separator.
1995-04-07 06:36:45 +00:00
Richard M. Stallman
078e01466d
(fill-region-as-paragraph): If JUSTIFY is non-nil,
...
pass t to justify-current-line.
1995-04-07 06:02:37 +00:00
Karl Heuer
f8c25f1b67
Update copyright.
1995-04-07 02:21:52 +00:00
Karl Heuer
732be46569
Update copyright.
1995-04-07 01:20:53 +00:00
Karl Heuer
f470f9bd66
Update copyright.
1995-04-07 00:16:13 +00:00
Richard M. Stallman
f4c73d078f
(desktop-save): Use dired-directory as name
...
of top-level in order to capture wildcards used.
(desktop-buffer-dired): Skip possible wildcard when checking
for directory existance. Use dired-insert-subdir, not
dired-maybe-insert-subdir.
1995-04-06 20:05:39 +00:00
Karl Heuer
4891222c9e
(write-file): Fix arg count in call to y-or-n-p.
1995-04-06 19:25:20 +00:00
Richard M. Stallman
7af04c89d4
(menu-bar-bookmark-map): Autoload each form
...
used to set up this variable's value, so that the whole job
is done in loaddefs.el.
(bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert)
(bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
1995-04-06 08:44:21 +00:00
Richard M. Stallman
64fd98a95e
(ispell-menu-map-needed): Delete test for menu-bar feature.
1995-04-06 08:42:37 +00:00
Richard M. Stallman
1b40dbedc9
(list-buffers-noselect): Put buffer name in a text
...
property on the buffer's name. Put in mouse-face prop here too.
Set Buffer-menu-buffer-column here.
(Buffer-menu-mode): Don't do those things here.
(Buffer-menu-buffer): Use text properties.
(Buffer-menu-buffer-name-position): Function deleted.
1995-04-06 08:00:00 +00:00
Richard M. Stallman
39b71e3947
(reporter-submit-bug-report): Give up if mailer
...
command returns nil. Fix error message syntax.
(reporter-bug-hook): Fix error message syntax.
1995-04-06 04:33:59 +00:00
Richard M. Stallman
0760ac9a9d
(tar-mode-map): Fix typo for tar-display-other-file.
1995-04-06 02:12:11 +00:00
Karl Heuer
35622e5fe2
(tempo-build-collection): Clear flag after computing
...
return value.
1995-04-05 19:32:55 +00:00
Karl Heuer
d6b322f8be
(ispell-personal-dictionary): Add autoload.
1995-04-05 04:21:15 +00:00
Karl Heuer
e5fff738e9
Change bindings of event-apply-control-modifier,
...
event-apply-meta-modifier, event-apply-hyper-modifier,
event-apply-shift-modifier, event-apply-alt-modifier, and
event-apply-super-modifier, in function-key-map, to use C-x @
instead of C-x ESC. Using escape causes problems since that's
in function-key-map itself.
1995-04-05 03:34:40 +00:00
Karl Heuer
2b29a37688
(byte-compile-inline-expand): Fetch actual bytecode
...
before inlining a lazy function.
1995-04-05 03:04:02 +00:00
Karl Heuer
7f4d365716
(tempo-dolist): Don't use `cadr'.
1995-04-05 01:17:41 +00:00
Karl Heuer
90bebcb0c0
(event-apply-modifier): Fix off-by-one errors.
1995-04-04 22:48:16 +00:00
Karl Heuer
3ca7b46f53
Fix comments.
1995-04-04 03:00:59 +00:00
Richard M. Stallman
34da6b1616
(tempo-insert): Added the P tag and modified the s tag accordingly
...
(tempo-insert-named): Checks for valid name, insert mark otherwise.
(tempo-dolist): Changed (cadr ...) to (car (cdr ...))
(tempo-expand-if-complete): New function
1995-04-03 22:23:51 +00:00
Richard M. Stallman
4de5599d7d
(apropos): Use apropos-worthy-symbol-p as default predicate.
...
(apropos-worthy-symbol-p): New function.
1995-04-03 21:38:06 +00:00
Karl Heuer
38832b4c51
(set-auto-mode): Fix previous change.
1995-04-03 21:37:39 +00:00
Simon Marshall
59f36b0808
Added support for special (quoted) characters in file names:
...
new functions comint-quote-filename and comint-unquote-filename, using
new variable comint-file-name-quote-list.
Changed comint-word, comint-match-partial-filename and
comint-dynamic-list-filename-completions to support character quoting.
Made comint-dynamic-complete-as-filename and comint-dynamic-simple-complete use
strings of comint-completion-addsuffix for completion, if a cons pair.
1995-04-03 13:06:25 +00:00
Simon Marshall
7b4c65034c
Set comint-file-name-quote-list to new shell-file-name-quote-list.
1995-04-03 13:01:15 +00:00
Richard M. Stallman
f2d3ddb0f0
Explain why public domain.
1995-04-02 07:45:35 +00:00
Richard M. Stallman
e17267228e
(menu-bar-edit-menu): Capitalize an item name.
...
(menu-bar-tools-menu): Add verb to Calendar item.
(menu-bar-help-menu): Rename Info to Browse Manuals.
1995-04-02 05:46:12 +00:00
Richard M. Stallman
fa8afe4217
(mail-mode-map): Longer title for headers submenu.
1995-04-02 05:40:43 +00:00
Richard M. Stallman
b20ff6d0b7
(inhibit-first-line-modes-suffixes): New variable.
...
(set-auto-mode): Use it.
(inhibit-first-line-modes-regexps): Use \\', not $.
1995-04-02 02:22:14 +00:00
Richard M. Stallman
469f4e8cfc
(jka-compr-install): Add items to inhibit-first-line-modes-suffixes.
1995-04-02 02:21:56 +00:00
Richard M. Stallman
24aac19dbb
(fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.
1995-04-02 00:11:19 +00:00
Richard M. Stallman
efde113229
(unrmail): Don't make or switch to a summary buffer.
1995-04-01 05:01:32 +00:00
Richard M. Stallman
387f203c00
(rmail-summary-toggle-header): Make header visible in message buffer.
1995-03-31 19:36:02 +00:00
Richard M. Stallman
3a3f61fa71
(scheme-indent-sexp): Don't fail when
...
calculate-scheme-indent returns a one-element list.
1995-03-31 19:23:55 +00:00
Karl Heuer
157d78ece6
(insert-kbd-macro): Do something reasonable for vectors.
1995-03-31 18:52:51 +00:00
Richard M. Stallman
108aa1b5f0
(insert-directory): Use \ before insert-directory-program
...
to ignore shell aliasing.
1995-03-31 01:56:18 +00:00
Richard M. Stallman
45486731af
(choose-completion-string): Use active-minibuffer-window.
1995-03-31 01:48:40 +00:00
Richard M. Stallman
cb79b372cf
(dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.
1995-03-31 00:18:38 +00:00
Karl Heuer
23cb053e99
(comint-read-noecho): Don't log prompt messages.
1995-03-30 23:38:23 +00:00
Richard M. Stallman
75c7042521
Comment change.
1995-03-30 07:31:38 +00:00
Richard M. Stallman
2b979e14a3
Fix previous change.
1995-03-30 07:17:46 +00:00
Richard M. Stallman
6ffb01c433
(modify-face): Handle stipple. Handle defaulting properly.
...
Speed up making completion alists.
(modify-face-read-string): New subroutine.
1995-03-30 07:15:37 +00:00
Simon Marshall
ad63249242
Wrap filename character quoting code with save-excursion so following forms
...
relying on point aren't broken.
1995-03-30 07:10:08 +00:00
Richard M. Stallman
0d624ea45a
(minibuffer-window-active-p): Use active-minibuffer-window.
1995-03-29 07:14:38 +00:00
Karl Heuer
84a99e7344
(comint-read-noecho): Use a format string, in case
...
PROMPT contains a percent sign.
1995-03-28 22:27:56 +00:00
Richard M. Stallman
c782bea550
(scroll-bar-drag): Bind echo-keystrokes to 0.
1995-03-28 17:42:27 +00:00
Richard M. Stallman
92a68cc68f
(nntp-request-article): If ID is integer, convert to string.
1995-03-28 16:55:36 +00:00
Richard M. Stallman
82072f33f9
(event-apply-modifier): New function.
...
(event-apply-control-modifier, event-apply-meta-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-alt-modifier, event-apply-super-modifier):
New functions, with bindings in function-key-map.
1995-03-28 03:49:39 +00:00
Boris Goldowsky
ef6fe31be9
(enriched-mode): Use new plist-put and plist-get fns,
...
change name of default-text-properties var.
1995-03-27 16:02:00 +00:00
Richard M. Stallman
fe7ad22dc1
(calculate-c++-indent): Copy colon-line-end code from calculate-c-indent.
1995-03-27 07:50:26 +00:00