1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

11347 commits

Author SHA1 Message Date
Kenichi Handa
e5a902cf51 (what-cursor-position): Check charset-origin-alist. 1998-08-02 01:06:57 +00:00
Richard M. Stallman
aa8c396e4a (find-function-search-for-symbol): Ignore directories
when looking for a library file.
1998-08-01 19:15:12 +00:00
Richard M. Stallman
68cf9ca116 (mail-header-format): Convert string to symbol. 1998-08-01 19:12:59 +00:00
Richard M. Stallman
8761c2c46b (mail-yank-region): Bind mark-even-if-inactive to t.
(mail-yank-original was similarly changed, a few versions ago.)
1998-08-01 19:11:15 +00:00
Richard M. Stallman
9d499629f9 (Info-find-node): Position at the beginning of the node
after calling Info-select-node.

(Info-insert-dir): Catch errors in insert-file-contents.
1998-08-01 19:03:50 +00:00
Richard M. Stallman
d5637fa549 (auto-mode-alist): Escape dots in some regexps.
(auto-mode-alist): Fix previous change in sh-script regexps.
1998-08-01 19:02:22 +00:00
Richard M. Stallman
7cda860e7a (default-key-translation-map): Variable deleted.
(double-setup): Make key-translation-map buffer-local here.
New arg ENABLE-FLAG.
(double-mode): Pass ENABLE-FLAG arg to double-setup.
1998-08-01 19:01:15 +00:00
Richard M. Stallman
526d204e20 (assoc-default): New function. 1998-07-31 10:53:30 +00:00
Richard M. Stallman
849ac8351d Require timer.
(clean-buffer-list-kill-regexps): Match `*vc' buffers.
(midnight-find): Use dolist, not loop.
(clean-buffer-list-delay): Use assoc-default.
(assoc-default): New function.
1998-07-31 10:24:41 +00:00
Richard M. Stallman
bbf1ae49ae (lisp-indent-defun-method): New variable.
(common-lisp-indent-function): Use it.
(lisp-indent-259): Uncomment the `&lambda' code.
(top-level let): Remove duplicate `catch' and `block'.  Use
`&lambda' when appropriate.  Now the lambda lists are indented appropriately.
1998-07-31 03:21:07 +00:00
Richard M. Stallman
ae659ad5e2 (lisp-font-lock-keywords-1): Fontify defconstant' and defparameter'.
(lisp-font-lock-keywords-2): Fontify `lambda', `in-package' and `locally'.
1998-07-31 03:17:08 +00:00
Richard M. Stallman
1c39db69d8 (dired-garbage-files-regexp): Finish fixing regexp syntax. 1998-07-31 03:13:19 +00:00
Kenichi Handa
28885c0e1e (activate-input-method): Update mode line.
(inactivate-input-method): Likewise.
1998-07-30 06:50:59 +00:00
Kenichi Handa
258e329529 (mouse-skip-word): If point is at word constituent
characters, pay attention to word-separating-categories by using
forward-word instead of skip-syntax-forward/backward.
1998-07-30 01:34:38 +00:00
Richard M. Stallman
8a8a9abe0c (find-function-noselect): Autoload cookie. 1998-07-29 23:04:24 +00:00
Richard M. Stallman
582b6241ef (describe-function-1): Fix the code that uses find-function-noselect. 1998-07-29 23:04:03 +00:00
Richard M. Stallman
79b65a085d (crisp-mark-line): Greatly simplified. 1998-07-29 22:44:56 +00:00
Richard M. Stallman
be4a962d1c (tex-main-file): Doc fix. 1998-07-29 06:10:52 +00:00
Richard M. Stallman
67aafad46b (dired-garbage-files-regexp): Fix typo. 1998-07-29 06:09:14 +00:00
Richard M. Stallman
a926a0fab5 (mouse-delete-window): If the frame has just one window,
bury the current buffer instead.
1998-07-29 05:41:04 +00:00
Richard M. Stallman
0a67052fd0 (flyspell-emacs-popup): Renamed from flyspell-gnuemacs-popup. Callers changed.
(push): Macro deleted.  Callers changed to do it explicitly.
(flyspell-incorrect-face, flyspell-duplicate-face): Use defface.
(flyspell-incorrect-color): Variable deleted.
(flyspell-duplicate-color): Variable deleted.
(flyspell-underline-p): Variable deleted.
(flyspell-font-lock-make-face): Function deleted.
(flyspell-mark-duplications-flag): Renamed from flyspell-doublon-as-error-flag.
(flyspell-mode-on): Delete the debugging message.
(flyspell-mode-off): Delete the debugging message.
(flyspell-mode-on): Set flyspell-generic-check-word-p
from the flyspell-mode-predicate property.
(texinfo-mode, mail-mode, message-mode):
Set flyspell-mode-predicate property.
1998-07-29 03:21:32 +00:00
Richard M. Stallman
1dcbe23901 (iso-transl-define-keys): Don't test enable-multibyte-characters; use
the translated characters as specified in alist.
1998-07-29 02:54:35 +00:00
Richard M. Stallman
02eddff24a (rmail-dont-reply-to-names): Doc fix. 1998-07-28 07:30:04 +00:00
Richard M. Stallman
ddedc4d424 (mail-mode): Add the citation regexp
to adaptive-fill-regexp after the usual contents.
But modify the usual contents not to match whitespace alone;
match that again last.
Add that citation regexp to paragraph-start and paragraph-separate too.
1998-07-27 23:09:41 +00:00
Richard M. Stallman
639540eca3 (rmail-insert-inbox-text): Use rmail-have-password,
rmail-get-pop-password and rmail-set-pop-password.
(rmail-have-password, rmail-get-pop-password)
(rmail-set-pop-password): New functions.
(rmail-encode-string): New function.
1998-07-27 08:35:47 +00:00
Richard M. Stallman
6230363501 Whitespace fix. 1998-07-27 06:38:12 +00:00
Richard M. Stallman
d0b998812f (set-clipboard-coding-system): Define as alias. 1998-07-27 05:39:15 +00:00
Kenichi Handa
7e5ad77744 (archive-set-buffer-as-visiting-file): Give FILENAME
arg to set-auto-coding-funciton.
(archive-extract): Pay attention to enable-multibyte-characters.
(archive-*-write-file-member): Likewise.
(archive-rename-entry): Likewise.
1998-07-27 00:37:00 +00:00
Richard M. Stallman
79de6799c9 (auto-coding-alist): Recognize .tar. 1998-07-26 22:03:03 +00:00
Kenichi Handa
d45da3e19c (auto-mode-alist): Fix regular expression error for sh-mode. 1998-07-26 14:04:41 +00:00
Eli Zaretskii
eb93d233fd (archive-summarize): Set buffer unibyte before
calling archive-XXX-summarize.
(archive-file-name-handler): New function to make the caller
behave as if the extracted file existed.
(archive-set-buffer-as-visiting-file): New function to simulate
file visiting.  Uses archive-file-name-handler to make dos-w32
systems preserve the coding-system of the extracted files.
(archive-extract): Bind coding-system-for-write to
file-name-coding-system, coding-system-for-read to 'no-conversion.
Call archive-set-buffer-as-visiting-file after a member file is
inserted in the current buffer.
(archive-extract-by-stdout): Don't bind coding-system-for-read and
inherit-process-coding-system.
(archive-*-write-file-member): Give an encoded file name to
external archive program.
(archive-rename-entry): Likewise.
(archive-mode-revert): Set buffer unibyte before calling
revert-buffer.
(archive-arc-rename-entry, archive-zip-chmod-entry): Set buffer
unibyte before handling binary archive data.
(archive-lzh-rename-entry, archive-lzh-ogm,
archive-zip-chmod-entry): Likewise.
(archive-lzh-summarize): Set local variable efnname to the decoded
file name.  If default-enable-multibyte-characters is non-nil, set
buffer multibyte before inserting summary lines.
1998-07-26 13:57:08 +00:00
Richard M. Stallman
28085971fa Don't require cl.
(crisp-override-meta-x): Doc fix.
(crisp-last-last-command): Doc fix.
(mark-something): Function deleted.
(crisp-mark-line): Avoid using mark-something.
(crisp-region-active): Renamed from region-active.
(crisp-set-clipboard): Renamed from copy-primary-selection.
(crisp-kill-region): Renamed from kill-primary-selection.
(crisp-yank-clipboard): Renamed from yank-clipboard-selection.
1998-07-25 20:58:03 +00:00
Richard M. Stallman
7fed493a86 (auto-coding-alist): Another doc fix. 1998-07-25 20:56:15 +00:00
Richard M. Stallman
6a271152e3 (cal-tex-latexify-list): Ignore specifer in diary entry. 1998-07-25 05:59:11 +00:00
Kenichi Handa
558b0c8617 (auto-coding-alist): Docstring fixed. 1998-07-25 04:48:35 +00:00
Kenichi Handa
3a77b8ee0f Quote ange-ftp-reread-dir in autoload cookie. 1998-07-25 04:35:02 +00:00
Kenichi Handa
7efe5dbcaf (kkc-region): Unwind-protect the conversion
process.
(kkc-show-conversion-list-update): Pay attention to the length of
kkc-show-conversion-list-index-chars.
1998-07-25 04:23:13 +00:00
Kenichi Handa
51ed58ea12 (find-multibyte-characters): New
function.
(select-safe-coding-system): Highlight characters which can't be
encoded.  Show list of such characters also in *Warning* buffer.
1998-07-25 04:23:13 +00:00
Kenichi Handa
991a0b3207 (coding-system-change-eol-conversion): Make it accepts an integer
value in EOL-TYPE argument.
1998-07-25 04:23:13 +00:00
Kenichi Handa
835f49b8bf (auto-coding-alist): New variable.
(set-auto-coding): Arguemnt FILENAME is added.  Check
auto-coding-alist at first.
1998-07-25 04:23:13 +00:00
Kenichi Handa
47e1dcfee1 Give set-auto-coding-funciton FILENAME argument. 1998-07-25 02:02:59 +00:00
Dan Nicolaescu
823a266d9a *** empty log message *** 1998-07-25 00:19:51 +00:00
Richard M. Stallman
3c7c4868bd (uniquify-ignore-buffers-re): Fix custom type. 1998-07-24 20:13:08 +00:00
Richard M. Stallman
d5fe94cca8 (basic-save-buffer-2): New function.
(basic-save-buffer-1): Use basic-save-buffer-2,
after perhaps binding coding-system-for-write.
(save-buffer-coding-system): Make it a permanent local.
1998-07-24 10:43:29 +00:00
Dan Nicolaescu
271e0f2c6a *** empty log message *** 1998-07-24 04:36:09 +00:00
Richard M. Stallman
7af59a4c18 (auto-mode-alist): Recognize shell profiles without dirname. 1998-07-23 07:23:08 +00:00
Kenichi Handa
ab6ecce200 (quail-start-translation): Call
this-single-command-raw-keys instead of this-single-command-keys.
(quail-start-conversion): Likewise.
1998-07-23 05:48:49 +00:00
Kenichi Handa
07474fef28 (isearch-minibuffer-self-insert):
Handle space char event correctly.
(isearch-process-search-multibyte-characters): If this-command is
not isearch-printing-char, don't read multibyte chars from
minibuffer, but just call isearch-process-search-char.
1998-07-23 05:42:28 +00:00
Kenichi Handa
da55ad08c2 (quail-start-translation): Use
this-single-command-keys to get raw events instead of
listify-key-sequence
(quail-start-conversion): Likewise.
1998-07-23 05:42:28 +00:00
Karl Heuer
37aa9115b7 Avoid using all-caps for non-arguments. 1998-07-22 19:02:16 +00:00