Richard M. Stallman
02e0989b51
(face-documentation): Renamed from face-doc-string.
...
(set-face-documentation): Renamed from set-face-doc-string.
(face-doc-string): Make this an alias.
1997-07-24 06:04:06 +00:00
Richard M. Stallman
209ddde37b
(custom-declare-face): Use [set-]face-documentation.
1997-07-24 06:03:00 +00:00
Richard M. Stallman
fc4c0f0eb7
(bg-yank-or-pop): Changed eql to eq.
1997-07-24 05:35:30 +00:00
Richard M. Stallman
0d5bc74e09
(read-input-method-name): Fix error msg.
1997-07-24 05:34:02 +00:00
Richard M. Stallman
1ea0c057d3
(te-newline): Change eql to eq.
...
(te-insert-lines, te-delete-lines, te-process-output): Likewise.
(te-parse-program-and-args, te-get-char): Likewise.
1997-07-24 04:28:05 +00:00
Richard M. Stallman
2be5fefb86
(tex-categorize-whitespace): Use eq, not eql.
1997-07-24 04:21:34 +00:00
Richard M. Stallman
835b892a39
Comment change.
1997-07-24 04:01:12 +00:00
Richard M. Stallman
ae5ac7d044
(iswitchb-get-bufname): Only add buffer of current
...
window if it is not already in list.
1997-07-24 03:36:42 +00:00
Richard M. Stallman
2c9210580b
(eql): byte-defop-compiler definition deleted.
1997-07-23 21:41:47 +00:00
Richard M. Stallman
056e1e3fe7
Change eql calls to eq.
1997-07-23 21:40:04 +00:00
Richard M. Stallman
3bb2a8afc2
Change eql calls to = or equal.
1997-07-23 21:39:50 +00:00
Richard M. Stallman
1eadb66c95
Update copyright notice and permission notice.
...
(metafont-mode): Add autoload cookie.
(metapost-mode): Add autoload cookie.
1997-07-23 20:57:49 +00:00
Richard M. Stallman
16cb44ddb3
(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
...
Add ".clo" for latex-mode.
1997-07-23 20:56:12 +00:00
Richard M. Stallman
bf95757e71
(diary-entry-time): Downcase the am/pm letter.
1997-07-23 19:07:34 +00:00
Richard M. Stallman
e9e594568d
(set-face-font-explicit): Call internal-set-face-1 properly.
1997-07-23 04:22:58 +00:00
Richard M. Stallman
8d15583ff5
(occur): Use text property `occur' to store the
...
marker for the occurrence in the source buffer. This replaces the
list `occur-pos-list', and fixes the bug for multi-line matches.
Set up `occur-point' text property for occur-next and occur-prev.
(occur): occur-num-matches stores the number of matches found.
(occur-mode-find-occurrence): Use `occur' text property to find
marker for locus of the occurrence.
(occur-next, occur-prev): New commands.
(occur): Fixed bug preventing line number being displayed if line
number is less than the number of lines of context.
1997-07-23 02:52:57 +00:00
Richard M. Stallman
c8225cbef3
(dired-omit-new-add-entry): Take new arg RELATIVE
...
and pass it to dired-omit-old-add-entry (which is dired-add-entry).
1997-07-23 02:51:06 +00:00
Richard M. Stallman
e865033e76
Various error messages fixed.
...
(ph-cadr, ph-cadr): New functions.
All calls to cdar and cadr changed.
1997-07-23 02:43:48 +00:00
Richard M. Stallman
43a51f7860
Initial revision
1997-07-23 02:34:54 +00:00
Richard M. Stallman
8c453b46a8
(modify-coding-system-alist): Doc fix.
1997-07-22 23:41:34 +00:00
Geoff Voelker
7c621f7acd
(find-buffer-file-type-coding-system,
...
find-buffer-process-coding-system): Remove second argument.
1997-07-22 21:49:49 +00:00
Richard M. Stallman
374bda6bbd
(mail-indent-citation): Undo previous change.
...
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.
1997-07-22 20:23:53 +00:00
Richard M. Stallman
caf4bf368f
(dircategory): Delete obsolete mistaken `put'.
...
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.
1997-07-22 20:06:24 +00:00
Michael Kifer
b484aa0975
new version
1997-07-22 16:35:49 +00:00
Kenichi Handa
baefb0160e
Fix previous changes.
1997-07-22 03:45:44 +00:00
Richard M. Stallman
6cd829a85b
(yank, yank-pop): Bind inhibit-read-only
...
just for remove-text-properties, not for insertion.
1997-07-21 22:29:32 +00:00
Richard M. Stallman
eaff57bb12
(mh-make-folder-list-background):
...
Don't call mh-find-path if we were called from there.
(mh-find-path): Move mh-make-folder-list-background call to the end.
1997-07-21 20:30:49 +00:00
Richard M. Stallman
049f742524
(setup-cyrillic-environment): Fix paren error.
1997-07-21 19:57:26 +00:00
Richard M. Stallman
8d86541f8d
(fixed, excerpt): Define with defface. No longer
...
queries X server to find a "fixed" font; that was too slow and
didn't work for everyone.
1997-07-21 19:06:57 +00:00
Richard M. Stallman
aca9b721bb
Require viper-init.
1997-07-21 18:24:06 +00:00
Richard M. Stallman
7c24fbd234
(find-file-literally): Temporarily remove tar-mode and
...
archive-mode from auto-mode-alist.
1997-07-21 06:16:33 +00:00
Richard M. Stallman
96a84970c3
(frame-initialize): Don't alter vertical-scroll-bars
...
parameter here.
1997-07-21 05:59:08 +00:00
Richard M. Stallman
2124851f28
(scroll-bar-mode-explicit): New variable.
...
(set-scroll-bar-mode): Don't alter default-frame-alist
when just loading this file.
1997-07-21 05:58:34 +00:00
Richard M. Stallman
87b6ab4c4a
(internal-facep): Length is now 10.
...
(make-face, x-create-frame-with-faces): Make a face 10 elements long.
(internal-set-face-1): Don't call set-face-attribute-internal
if NAME is nil.
(set-face-font): Set the auto-flag to t or nil.
(face-spec-set): Clear out the font at the start,
if it was set automatically before.
(face-font-explicit): New function.
(set-face-font-auto): New function.
(set-face-font-explicit): New function.
(copy-face): Copy the face-font-external flag.
(internal-try-face-font): Use set-face-font-auto.
1997-07-21 05:16:37 +00:00
Richard M. Stallman
59fed028fe
(mh-find-path): Handle mh-auto-folder-collect here,
...
not when this file is loaded.
1997-07-21 04:59:04 +00:00
Richard M. Stallman
149f002ee2
(texinfo-no-refill-regexp): Add "direntry".
...
(texinfo-format-direntry, texinfo-end-direntry): New functions.
(texinfo-format-dircategory): New function.
1997-07-20 17:41:31 +00:00
Richard M. Stallman
507c92471f
(debug-on-quit): Define like debug-on-error.
1997-07-20 17:40:40 +00:00
Richard M. Stallman
a7d6bdac9f
(custom-declare-variable-list): Process already-declared
...
custom variables from this list.
1997-07-20 17:39:30 +00:00
Richard M. Stallman
77a5664f19
(custom-declare-variable-early): New function.
...
(custom-declare-variable-list): New variable.
(read-quoted-char-radix): Use defvar and custom-declare-variable-early.
(functionp): Doc fix.
1997-07-20 17:36:48 +00:00
Richard M. Stallman
a81635fcb8
(jka-compr-insert-file-contents): Bind coding-system-for-read.
...
(jka-compr-write-region): Bind coding-system-for-write.
Set buffer-file-type if dos or nt.
(jka-compr-call-process): Bind coding-system-for-read
and coding-system-for-write.
1997-07-20 04:50:25 +00:00
Richard M. Stallman
5d9719e6ee
(shell-mode): Do set list-files-directory locally.
1997-07-20 04:13:45 +00:00
Richard M. Stallman
8a2d940690
(uniquify-buffer-file-name): Minor change.
1997-07-20 03:46:24 +00:00
Geoff Voelker
cc28371844
(modify-coding-system-alist): Move to mule.el
1997-07-20 01:32:15 +00:00
Geoff Voelker
fe831d33c5
(modify-coding-system-alist): Moved to mule-util.el.
1997-07-20 01:31:41 +00:00
Geoff Voelker
e2ed3ecdcf
[windows-nt, ms-dos]: Undo loading
...
of international/mule-utils.
1997-07-20 01:31:14 +00:00
Geoff Voelker
f473b0ca64
(find-buffer-file-type-coding-system):
...
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.
1997-07-20 01:30:54 +00:00
Richard M. Stallman
072c1ebbf4
(mail): Ask a different question, if buffer is visiting a file.
1997-07-19 08:15:46 +00:00
Richard M. Stallman
1b8def5857
(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
...
(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.
1997-07-19 08:11:51 +00:00
Richard M. Stallman
24813e1335
(auto-mode-alist): Recognize .emacs in MSDOG syntax.
1997-07-19 05:39:06 +00:00
Richard M. Stallman
5e336d3ea6
(hs-special-modes-alist): Use a regexp generated by regexp-opt.
...
(hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have
to move inside intangible overlays. Enable edebug.
1997-07-19 05:34:45 +00:00