Gerd Moellmann
1ddb09f51c
Finsert_file_contents): Allocate, restore, and
...
free composition data in the case of REPLACE not being nil.
2001-08-27 13:50:42 +00:00
Miles Bader
d3b98912ef
(comint-get-old-input-default): Don't signal an error if point is not on
...
an input field; instead, return the current line (using `comint-bol' to
skip any prompt, in case we're not using fields at all).
2001-08-27 13:03:53 +00:00
Miles Bader
c7cbaf4a0e
(Man-mode-line-format): Variable removed.
...
(Man-mode): Change `mode-line-buffer-identification' instead of
`mode-line-format'.
2001-08-27 12:55:22 +00:00
Gerd Moellmann
32171635b9
(Finsert_file_contents): Call Fset_buffer_multibyte
...
unconfitionally.
2001-08-27 09:15:57 +00:00
Gerd Moellmann
d599a45219
(mail-send-hook): Remove a duplicate defcustom.
...
From Simon Josefsson <jas@extundo.com>.
2001-08-27 08:07:20 +00:00
Eli Zaretskii
5b02e71299
Remove dots and exclams from end of error messages. From Pavel Janik.
2001-08-26 16:49:59 +00:00
Eli Zaretskii
89aea802cd
Add the Maintainer keyword. From Pavel Janik.
2001-08-26 16:44:22 +00:00
Eli Zaretskii
165b428351
(hexl-insert-multibyte-char, hexl-insert-char): Remove
...
periods from the end of error message strings. From Pavel
Janik <Pavel@Janik.cz>.
2001-08-26 16:40:03 +00:00
Eli Zaretskii
299248aa62
Add Keywords header. From Pavel Janik.
2001-08-26 16:36:14 +00:00
Gerd Moellmann
08ead67bba
(hl-line-mode): Add args INIT-VALUE, LIGHTER, and
...
KEYMAP to the call to define-minor-mode.
2001-08-26 12:10:42 +00:00
Richard M. Stallman
1f7ebf7cbb
Minor clarifications.
2001-08-25 20:44:44 +00:00
Richard M. Stallman
cd30a00e85
Minor clarification.
2001-08-25 20:38:20 +00:00
Richard M. Stallman
d7ed11cd37
Minor cleanups.
2001-08-25 19:17:49 +00:00
Richard M. Stallman
dba66452cc
Convert subtables in Foldout mode into @itemize.
2001-08-25 19:13:34 +00:00
Eli Zaretskii
13583fa40a
(Slovak): Slovak language name added to reflect other languages.
...
From Pavel Janik <Pavel@Janik.cz>.
2001-08-25 16:20:30 +00:00
Eli Zaretskii
cf8f0b68f2
(IT-character-translations) <hebrew-iso8859-8>:
...
Replace some of the undefined characters with emulations of bidi
formatting characters and Niqud as per SI 1311-1.
(IT-unicode-translations): Ditto.
(IT-display-table-setup, IT-setup-unicode-display): Fill
characters without translations with dos-unsupported-char-glyph.
2001-08-25 12:31:18 +00:00
Richard M. Stallman
9198a323bc
Update values of hs-isearch-open.
2001-08-25 02:06:27 +00:00
Richard M. Stallman
bb61b0380f
Standardize on ASCII without @sc.
2001-08-25 02:05:59 +00:00
Richard M. Stallman
7b67d693f2
Minor clarification.
2001-08-25 02:05:37 +00:00
Richard M. Stallman
48dbca2cb9
Don't use "prints" except for printers.
2001-08-25 02:04:28 +00:00
Richard M. Stallman
feb061de7c
Don't use "prints" except for printers.
...
Standardize on ASCII without @sc.
2001-08-25 02:03:46 +00:00
Richard M. Stallman
4f79047230
Fix typo.
2001-08-25 02:01:24 +00:00
Richard M. Stallman
92e732c4b6
Remove two excess spaces.
2001-08-25 02:01:04 +00:00
Gerd Moellmann
777fcecfe2
(Cursor Display): Don't say that hl-line-mode
...
is a global minor mode.
2001-08-24 11:23:00 +00:00
Gerd Moellmann
16837afc07
*** empty log message ***
2001-08-24 11:21:01 +00:00
Gerd Moellmann
b184b2ddbb
(hl-line-mode): Don't be a global mode.
...
(global-hl-line-mode): New definition.
2001-08-24 11:19:44 +00:00
Gerd Moellmann
33954c4554
*** empty log message ***
2001-08-24 09:40:55 +00:00
Gerd Moellmann
a59aecc534
(gs-load-image): Wait for GHOSTVIEW window property
...
being reset by Ghostscript. Don't kill the gs process.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de .
2001-08-24 09:40:22 +00:00
Gerd Moellmann
3ec6401d7b
(access_keymap): Return the cdr of the binding of
...
a generic character instead of its definition (KEY . BINDING).
2001-08-24 08:42:35 +00:00
Gerd Moellmann
e124966678
(Finsert_file_contents): Set coding's dest_multibyte
...
to 0 also in the REPLACE case.
2001-08-24 08:35:09 +00:00
Andrew Choi
199f927008
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* src/macterm.c (init_font_name_table): Add an additional entry to
the font table with the script code smRoman for each Apple
Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code even when FontToScript returns smJapanese if it is one of
those created above.
2001-08-24 07:46:40 +00:00
Andrew Choi
fa05f6ac1b
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* term/mac-win.el: Require scroll-bar.
2001-08-24 07:16:37 +00:00
Andrew Choi
fb4c6c961b
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
open to determine whether file is readable (as for DOS_NT).
2001-08-24 07:09:01 +00:00
Stefan Monnier
cf6ce50be6
(electric-buffer-list): Use list-buffers-noselect.
2001-08-23 22:17:34 +00:00
Gerd Moellmann
3da17c12e8
(Search and Replace): Add description of
...
START and END parameters to perform-replace.
2001-08-23 14:25:42 +00:00
Gerd Moellmann
59ecf80b92
*** empty log message ***
2001-08-23 14:16:42 +00:00
Eli Zaretskii
75823f67b5
Label all user-level changes with either +++ or ---.
2001-08-23 13:32:01 +00:00
Gerd Moellmann
1f83434377
(Finsert_file_contents): If VISIT is non-nil, and
...
coding.type is coding_type_no_conversion or coding_type_raw_text,
use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
non-nil instead of just setting enable_multibyte_characters in the
buffer to nil.
2001-08-23 13:18:33 +00:00
Eli Zaretskii
4063fff35d
(Font Lock): Document font-lock-remove-keywords.
2001-08-23 13:11:34 +00:00
Eli Zaretskii
124c3a1baf
(File Aliases): Document find-file-suppress-same-file-warnings.
2001-08-23 12:42:47 +00:00
Eli Zaretskii
617f810180
(Trailing Whitespace): Document delete-trailing-whitespace.
2001-08-23 12:37:35 +00:00
Eli Zaretskii
e020c83399
Document confirm-kill-emacs.
2001-08-23 12:31:24 +00:00
Eli Zaretskii
9f83d8b317
Document the problems with MS-Windows antivirus problems.
2001-08-23 12:00:09 +00:00
Eli Zaretskii
02aec07b6e
(hexl-insert-multibyte-char) New function.
...
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.
2001-08-23 10:55:30 +00:00
Eli Zaretskii
f704264eb9
Fix the names of the contributors.
2001-08-23 10:45:35 +00:00
Eli Zaretskii
13544774ac
Update per the English version.
2001-08-23 10:44:10 +00:00
Gerd Moellmann
06d7c76c22
*** empty log message ***
2001-08-23 10:09:04 +00:00
Gerd Moellmann
b213018285
*** empty log message ***
2001-08-23 08:20:20 +00:00
Stefan Monnier
9bfc65eb83
(mail-mode): Use adaptive-fill-regexp.
2001-08-22 22:21:11 +00:00
Stefan Monnier
9371f619b9
(adaptive-fill-regexp): Admit tabs as well.
2001-08-22 22:20:06 +00:00