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

13440 commits

Author SHA1 Message Date
Andreas Schwab
ee9ec2a52c (delete-whitespace-rectangle): Mark for autoload.
(close-rectangle): Define alias only once in loaddefs.el.
1998-12-03 09:35:24 +00:00
Eli Zaretskii
43ce80a12b Remove code that sets syntax table for non-ASCII characters. 1998-12-03 09:29:14 +00:00
Geoff Voelker
36f22224e1 (direct-print-region-function): Try to ensure that
printer-name is expanded to a file name on a local drive;
sometimes printing a file loaded from a network volume fails.
(direct-print-region-function): Add a function to
write-region-annotate-functions to append a formfeed character to
the region being printed, if the region doesn't end with a
formfeed already.  This avoids creating a second print job
containing a blank page when print spooling is enabled on Windows.
1998-12-02 23:01:50 +00:00
Dave Love
3b313ca8d1 (help-make-xrefs): Use `info', not the non-autoloaded
`Info-goto-node'.
1998-12-02 19:36:22 +00:00
Karl Heuer
ae29cb0cf3 (temp-buffer-resize-mode): Doc fix. 1998-12-02 18:16:13 +00:00
Karl Heuer
3e36b84953 (custom-save-delete): Save point before
reading a sexp, rather than backing up.
1998-12-02 18:15:26 +00:00
Karl Heuer
79f8634741 Fix previous change. 1998-12-02 18:14:27 +00:00
André Spiegel
beba4bd9f6 (vc-dired-window-configuration, vc-ediff-windows,
vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
Added defvars to suppress compilation warnings.
1998-12-02 13:34:59 +00:00
Richard M. Stallman
b9431ae037 Improved and fixed customize for variables:
ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
ispell-dictionary-alist, ispell-skip-sgml.
Improved and fixed comments in variables and messages for
functions: ispell-help-in-bufferp, ispell-local-dictionary,
ispell-menu-map, ispell-checking-message, ispell-parser,
ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
ispell-comments-and-strings, ispell-continue, ispell-complete-word,
ispell-message-text-end, ispell-add-per-file-word-list.
(ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
system is now required for all languages.  Casechars improved for
castellano, castellano8, and norsk dictionaries.  Dictionary
norsk7-tex removed.  Dictionary polish added.
(ispell-dictionary-alist): Redefined at load-time to support
dictionary changes.
(ispell-menu-map): Redefined at load-time to support menu changes.
(ispell-check-version): New alias for `check-ispell-version'.
(ispell-parse-output): Fixed matching for ispell error messages.
Correctly returns spelling suggestions in order generated by ispell process.
(check-ispell-version): Ensure `case-fold-search' doesn't get redefined.
(ispell-complete-word): Ensure `case-fold-search' doesn't get
redefined.  Fix bug that didn't respect case of word being completed.
(ispell-init-process): Set process coding system to be compatible
with emacs processes and the ispell process.
(ispell-kill-ispell): Ensures ispell process has terminated before
starting new process.  This can otherwise confuse process filters
and hang the ispell process.
(ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
skipping support for sgml.
(ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
which could cause `ispell-complete-word' to hang.
(ispell-message): Improved message reference matching.  Ensure
`case-fold-search' doesn't get redefined.
(ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
get redefined.  Fixed bug in returning to nroff mode from tex mode.
(ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
get redefined.
1998-12-01 07:23:27 +00:00
Richard M. Stallman
f1a6411580 (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
Use a timer instead of post-command-hook.
(hscroll-timer): New variable.
1998-12-01 03:58:37 +00:00
Richard M. Stallman
2a48d24b3b (flyspell-check-word-p): Don't delay inside a kbd macro. 1998-12-01 00:50:45 +00:00
Richard M. Stallman
5f373960a6 (help-xref-button): Do nothing if text already has the help-xref property.
(describe-variable): Revert previous change to hyperlink to source.
1998-11-30 23:55:42 +00:00
Richard M. Stallman
71c78f01ad (make-local-hook): Return the hook variable. 1998-11-30 23:44:10 +00:00
Stephen Eglen
183040ff19 Update author email and web page. 1998-11-30 23:29:13 +00:00
Richard M. Stallman
acafa9cfdc (features): Add `base64' to this list. 1998-11-29 21:52:25 +00:00
Richard M. Stallman
c5f7d53647 (auto-insert-alist): Use user-mail-address. 1998-11-29 21:12:28 +00:00
Richard M. Stallman
5106ed5f9c (symbol-file): Doc fix. 1998-11-29 16:39:38 +00:00
Richard M. Stallman
abf16d5ee9 (hack-one-local-variable): Cope with non-file buffers. 1998-11-29 15:41:38 +00:00
Richard M. Stallman
40b3bdc12b (describe-mode): Put major mode first. 1998-11-29 00:56:49 +00:00
Richard M. Stallman
058961dde3 (appt-disp-window): Use pop-to-buffer,
to support special-display and same-window features.
1998-11-29 00:32:50 +00:00
Richard M. Stallman
8b56e02dd5 (transpose-subr, transpose-subr-1): Rename variables
bound in one function and used in the other.
(transpose-subr-start1, transpose-subr-start2): Add defvars.
(transpose-subr-end1, transpose-subr-end2): Add defvars.
1998-11-28 02:42:51 +00:00
Kenichi Handa
8137b8e3fe (ccl-dump-translate-character-const-tbl):
Give format correct control string.
1998-11-26 08:12:12 +00:00
Kenichi Handa
007c79c868 (define-translation-table): Fix bug of
setting incorrect translation-table-id.  If the first element of
ARGS is a translation table, just register it.
1998-11-26 08:12:12 +00:00
Kenichi Handa
054ecba248 ("Chinese-BIG5"): Add charset-origin-alist property. 1998-11-26 08:12:12 +00:00
Richard M. Stallman
84841dd1b5 (thing-at-point-url-at-point): Don't use current
syntax table to determine what is whitespace.
1998-11-25 21:26:50 +00:00
Richard M. Stallman
ed956b8194 (frame-parameter): Doc fix. 1998-11-25 01:50:25 +00:00
Richard M. Stallman
033306e36b (tex-feed-input): New function.
(tex-define-common-keys): Add binding for C-c C-m.
1998-11-25 01:07:19 +00:00
Kenichi Handa
e40261d0c4 (move-to-column-force): New function.
(operate-on-rectangle): If coerce-tabs is non-nil, call
move-to-column-force instead of move-to-column.
(insert-rectangle): Call move-to-column-force instead of
move-to-column.
(open-rectangle-line): If begextra is not zero, call
move-to-column-force.
1998-11-24 03:52:08 +00:00
Kenichi Handa
2697c1f350 Make a new map by make-keymap.
(picture-desired-column): New variable.
(picture-update-desired-column): New function.
(picture-beginning-of-line): Set picture-desired-column to 0.
(picture-end-of-line): Set picture-desired-column to the current
column.
(picture-forward-column): Pay attention to multi-column character.
(picture-backward-column): Likewise.
(picture-move-down): Likewise.
(picture-move-up): Likewise.
(picture-movement-nw): With prefix arg, move twice columns.
(picture-movement-ne): Likewise.
(picture-movement-sw): Likewise.
(picture-movement-se): Likewise.
(picture-set-motion): Handle two-column movements.
(picture-move): Call picture-move-down or picture-forward-column
only when necessary.
(picture-insert): Pay attention to picture-desired-column.
(picture-self-insert): Likewise.
(picture-clear-column): Pay attention to multi-column character.
(picture-mode): Modify doc-string for two-column movement.
1998-11-24 03:52:08 +00:00
Dave Love
45cf60ae1a Various minor doc fixes.
(fortran-font-lock-keywords-1): Add `d' to comment-chars.
(fortran-with-subprogram-narrowing): New macro.
fortran-check-for-matching-do): Use it.
(fortran-end-do): Use fortran-check-end-prog-re.
(fortran-beginning-do, fortran-end-if, fortran-beginning-if)
(fortran-calculate-indent, fortran-calculate-indent): Likewise.
1998-11-23 15:15:09 +00:00
Simon Marshall
58523e005b * lazy-lock.el (lazy-lock-unstall):
(lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
1998-11-23 11:14:33 +00:00
Simon Marshall
ff2da396d7 * fast-lock.el (fast-lock-save-cache-1):
(fast-lock-cache-data): Rewritten to use with-temp-message.
1998-11-23 11:13:33 +00:00
Simon Marshall
79f238c95f * font-lock.el (font-lock-defaults): Doc fix.
(font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
	(lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
1998-11-23 11:12:40 +00:00
Andrew Innes
582e5ff70c (rmail-set-message-counters-counter): Detect messages that have been
added with DOS line endings and convert the line endings for such
messages.
1998-11-22 21:36:51 +00:00
Richard M. Stallman
4483ddc5a1 Rename function and variables added in previous change:
delete `window-' from the names.
1998-11-22 17:31:55 +00:00
Richard M. Stallman
3b134005bb (window-buffer-height): New function, split from
shrink-window-if-larger-than-buffer.
(shrink-window-if-larger-than-buffer): Use window-buffer-height.
1998-11-22 17:26:33 +00:00
Richard M. Stallman
48ce3c2231 Add resizing of temporary buffers.
(temp-buffer-window-resize-mode): New command and variable.
(temp-buffer-window-max-height): New variable.
(resize-temp-buffer-window): New function.
1998-11-22 17:26:16 +00:00
Richard M. Stallman
0c966f88cd (initial-frame-alist): Add defcustom. 1998-11-22 15:35:02 +00:00
Richard M. Stallman
fad22e2e9c (shell-prompt-pattern): Add defcustom. 1998-11-22 15:33:21 +00:00
Richard M. Stallman
58c4bd873e (message-ignored-supersedes-headers): Remove NNTP-Posting-Date. 1998-11-21 22:30:41 +00:00
Richard M. Stallman
e95419a63b (describe-mode): Don't avoid loop indirecting thru value of INDICATOR. 1998-11-21 22:24:50 +00:00
Richard M. Stallman
be66e132d0 (describe-variable): Allow any variable with a defcustom,
even if it is not a user variable.
1998-11-21 03:19:52 +00:00
Richard M. Stallman
b63e51c5fc (mail-unsent-separator): Additional alternative. 1998-11-21 02:34:50 +00:00
Andrew Innes
01215c1f35 (nntp-request-group): Allow for failures when requesting a new group. 1998-11-20 23:54:16 +00:00
Richard M. Stallman
bacd83a703 (lisp-interaction-mode-map): Doc fix.
(with-temp-message): Add lisp-indent-function property.
1998-11-19 18:45:47 +00:00
Richard M. Stallman
6c3bfd2d92 (find-function-regexp): Handle skeletons. 1998-11-19 18:43:35 +00:00
Simon Marshall
e5bb8a8cd8 Added with-temp-message. 1998-11-19 09:43:40 +00:00
Richard M. Stallman
18aa807e60 (gud-common-init): Use pop-to-buffer.
(same-window-regexps): Add an element that matches all gud buffers.
1998-11-19 04:33:37 +00:00
Dave Love
0a3a1c190a (fortran-end-prog-re): Fix typo. 1998-11-18 19:19:09 +00:00
Richard M. Stallman
3d6a1ce034 (temp-buffer-show-hook): This is not obsolete. 1998-11-18 18:42:34 +00:00