1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Richard M. Stallman
5c510e707f (save-completions-flag): Doc fix. 1997-09-12 22:34:14 +00:00
Richard M. Stallman
0aefe6ac88 (elisp-eval-buffer): New arg FILENAME is ignored. 1997-09-12 22:14:24 +00:00
Richard M. Stallman
20eff79988 Require calendar.el. 1997-09-12 22:08:16 +00:00
Michael Kifer
5ce0578820 new version 1997-09-12 21:09:03 +00:00
Richard M. Stallman
d6efd584a0 (perldb): Fix paren error in call to read-from-minibuffer. 1997-09-12 20:58:57 +00:00
Richard M. Stallman
c7387861c7 (debug): Allow recursive minibuffers if we're in a minibuffer already. 1997-09-12 20:57:17 +00:00
Richard M. Stallman
54c548db96 (next-history-element):
Cope if minibuffer-text-before-history is nil.
1997-09-12 20:55:34 +00:00
Richard M. Stallman
bb40e751be (compilation-parse-errors): Fixed two bugs that
could make compilation-parse-errors loop infinitely.  Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.
1997-09-12 19:53:33 +00:00
Richard M. Stallman
5aa3f181e5 (customize-group): Handle groups not yet loaded.
(hook) [:value-to-internal]: Use a nil value unchanged.
1997-09-12 19:43:45 +00:00
Richard M. Stallman
780249f808 (french-calendar-accents): Change variable to function.
Uses changed.  Test that we can display multibyte chars.
(french-calendar-day-name-array, french-calendar-month-name-array):
New functions.  Use them instead of directly using these variables.
(french-calendar-multibyte-month-name-array): New variable.
(french-calendar-multibyte-special-days-array): New variable.
(calendar-print-french-date): Bind enable-multibyte-characters to t.
1997-09-12 19:34:27 +00:00
Richard M. Stallman
896a6a5d6e (custom-face-menu): Use custom-face-save-command. not custom-face-save.
(custom-face-save-command): New function.
(custom-variable-save): Fix error message.
1997-09-12 07:04:41 +00:00
Kenichi Handa
3ef477b92d (quail-translation-keymap): Fix previous
change.
1997-09-12 02:14:46 +00:00
Kenichi Handa
a92db45a68 (sendmail-send-it): If both
buffer-file-coding-system and sendmail-coding-system are nil, use
iso-latin-1 for encoding.
1997-09-12 01:46:32 +00:00
Richard M. Stallman
06fb6aabb2 (ps-emacs-face-kind-p): Function deleted.
(ps-face-bold-p, ps-face-italic-p):
Check ps-bold-faces or ps-italic-faces.
(ps-zebra-stripes, ps-zebra-stripe-height): Doc fixes.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region, ps-setup): Doc fixes.
1997-09-11 23:51:29 +00:00
Richard M. Stallman
e3799a7253 (quail-update-translation): Fix previous change.
(quail-simple-translation-keymap, quail-conversion-keymap):
Make the default binding with define-key.
Handle meta-prefix-char the way isearch does.
(quail-translation-keymap): Likewise.
(quail-execute-non-quail-command): Handle the key sequence as the
same way as universal-argument-other-key.

(quail-make-guidance-frame): Don't dedicate the guidance buffer window.
(quail-show-guidance-buf): Likewise.
(quail-hide-guidance-buf): Delete code to turn off window dedication.
1997-09-11 23:15:08 +00:00
Richard M. Stallman
ce1364815e (hexlify-buffer): Bind coding-system-for-write to
raw-text with eol-type derived from the buffer-file-coding-system.
1997-09-11 22:13:15 +00:00
Richard M. Stallman
ca6e03c285 (describe-coding-system): Describe coding systems of type 5, raw-text. 1997-09-11 19:05:59 +00:00
Richard M. Stallman
c6a6499f7d Switch to raw-text as coding system. 1997-09-11 17:51:36 +00:00
Michael Kifer
28650cf112 new version 1997-09-11 16:08:19 +00:00
Kenichi Handa
5d3cb55957 (kkc-mode-map): Bind meta-prefix-char to a
map which only has default key binding to
quail-execute-non-quail-command.
(kkc-non-kkc-command): Handle the key sequence as the same way as
universal-argument-other-key.
1997-09-11 11:52:38 +00:00
Kenichi Handa
edfa053fdd Set no-conversion for network communication
with nntpd.
(gnus-mule-initialize): For safety, set no-conversion for network
communication with nntpd.
1997-09-11 05:24:25 +00:00
Michael Kifer
73f5295803 new version 1997-09-11 01:20:27 +00:00
Kenichi Handa
170a94d275 (setup-ethiopic-environment): Don't bind
keys in global-map, don't add a hook to rmail-mode-hook and
mail-mode-hook.
(ethio-mode): New buffer local variable.
(ethio-mode-map): New variable.
(ethio-mode): New function.
(ethio-sera-to-fidel-mail-or-marker): New function.
(ethio-fidel-to-sera-mail-or-marker): New function.
(ethio-find-file): Do nothing if not in ethio-mode.
(ethio-write-file): Likewise.
(ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el.
(ethio-toggle-space): Likewise.
(ethio-insert-space): Likewise.
(ethio-insert-ethio-space): Likewise.
(ethio-prefer-ascii-punctuation): Likewise.
(ethio-toggle-punctuation): Likewise.
(ethio-gemination): Likewise.
1997-09-10 13:15:42 +00:00
Kenichi Handa
1d6af2e59e (sendmail-send-it): The priority of coding
system for encoding outgoing mails is (1) local value of
buffer-file-coding-system, (2) sendmail-coding-syste, (3)
default-buffer-file-coding-system.
1997-09-10 13:15:07 +00:00
Kenichi Handa
8eeac318b6 Add coding system specification for several
news groups.
1997-09-10 07:42:31 +00:00
Kenichi Handa
a6385fa99c (setup-japanese-environment): Give
iso-2022-jp to set-default-coding-system if not running on DOS.
(read-hiragana-string): Use input method
"japanese-hiragana".
1997-09-10 07:42:08 +00:00
Richard M. Stallman
4b15e3acac (lisp-imenu-generic-expression): Recognizedefcustom' and defgroup". 1997-09-09 19:54:18 +00:00
Richard M. Stallman
b2b5274783 (standard-display-european): Doc fix. 1997-09-09 19:07:56 +00:00
Kenichi Handa
b55ba0277e (quail-simple): New function.
(quail-require-guidance-buf): New function.
(quail-show-guidance-buf): Do not show guidance buffer if simple
input method is used in the minibuffer.
(quail-update-guidance): Likewise.
1997-09-09 14:57:01 +00:00
Kenichi Handa
c27c4ed8d6 (input-method-verbose-flag):
Doc-string fied.
1997-09-09 14:55:29 +00:00
Simon Marshall
e0e277ff6a Try to comment where font-lock-keyword order is important. 1997-09-09 13:01:02 +00:00
Richard M. Stallman
a998441284 (standard-display-european): If AUTO is non-nil, intern it.
Don't call set-terminal-coding-system if noninteractive.
1997-09-09 09:16:54 +00:00
Richard M. Stallman
20848896e4 (quail-translation-keymap)
(quail-simple-translation-keymap, quail-conversion-keymap):
Don't define escape.
1997-09-09 09:02:25 +00:00
Richard M. Stallman
7f72c06f7f (ps-face-bold-p): Use face-bold-p.
(ps-face-italic-p): Use face-italic-p.
1997-09-09 07:33:12 +00:00
Richard M. Stallman
af898b0f84 (comint-file-name-chars): Doc fix.
(comint-word): Treat all non-ASCII chars as "[art of word".
1997-09-09 07:24:02 +00:00
Richard M. Stallman
19d7331338 (view-end-message): Don't mention q if it really do anything. 1997-09-09 07:09:20 +00:00
Richard M. Stallman
18ed17e43b Use uniquify-file-name-nondirectory throughout; documentation tweaks. 1997-09-09 07:08:58 +00:00
Richard M. Stallman
05dd46c201 (dired-get-filename): Don't call encode-coding-string
if file-name-coding-system is non-nil.
1997-09-09 05:37:20 +00:00
Richard M. Stallman
cfa0a2553d (diff group): Remove autoload cookie. 1997-09-09 02:59:34 +00:00
Richard M. Stallman
a8328975a6 (browse-url group): Remove autoload cookie. 1997-09-09 02:59:06 +00:00
Richard M. Stallman
8c36e64841 (icon-tab-always-indent): Fix customize type. 1997-09-09 02:58:47 +00:00
Richard M. Stallman
39f2ec46d3 (hs-minor-mode-hook): Fix customize type. 1997-09-09 02:58:23 +00:00
Richard M. Stallman
d9d41ec60a (f90-break-before-delimiters): Fix customize type. 1997-09-09 02:58:06 +00:00
Richard M. Stallman
ba6b3a2a59 (defun-prompt-regexp): Fix customize type. 1997-09-09 02:57:48 +00:00
Richard M. Stallman
9cbf5df254 (executable-chmod): Fix customize type. 1997-09-09 02:57:27 +00:00
Richard M. Stallman
233f3fb8de (shell-chdrive-regexp): Likewise. 1997-09-09 02:56:56 +00:00
Richard M. Stallman
6c80b133aa (ispell-personal-dictionary): Fix customize type. 1997-09-09 02:56:16 +00:00
Richard M. Stallman
fec1279bc2 (dabbrev-case-fold-search): Remove extra quote in customize constant.
(dabbrev-case-replace): Likewise.
1997-09-09 02:56:04 +00:00
Richard M. Stallman
0db1ff2312 (custom-variable-save): Fixed doc string.
(custom-variable-menu): Make it clear that `Lisp
mode' edit the initial lisp expression.
1997-09-09 00:21:07 +00:00
Per Abrahamsen
1e4ed6df18 *** empty log message *** 1997-09-08 19:17:57 +00:00