Dave Love
27ff18c98a
("Latin-8", "Latin-9"): Add input methods,
...
mod sample text.
2000-08-24 13:19:19 +00:00
Dave Love
10a6a1b694
Make pilcrow convenient string
...
consistent with section.
(iso-ascii-display): Set up multibyte characters as well as
unibyte.
2000-08-24 09:48:48 +00:00
Kenichi Handa
0c47a7c83d
(reset-language-environment): Set default-process-coding-system to
...
'(undecided . iso-latin-1), which makes process I/O almost consistent
with file I/O. Call this function when mule-cmds.el[c] is loaded.
2000-08-24 02:10:05 +00:00
Kenichi Handa
c543db811f
*** empty log message ***
2000-08-24 02:09:20 +00:00
Andrew Innes
ffa85ae7a5
*** empty log message ***
2000-08-23 22:04:13 +00:00
Andrew Innes
746d9caf8b
*** empty log message ***
2000-08-22 21:57:09 +00:00
Miles Bader
5484005d7b
(comint-output-filter):
...
Compare end of comint-last-output-overlay with the start of the newly
inserted text, not the end, when deciding whether to extend it.
Set saved-point's insertion type to advance after insertion.
2000-08-22 10:09:56 +00:00
Miles Bader
cb6e07b14f
(shell-font-lock-keywords): Remove prompt highlighting, since this is
...
now done independently of font-lock mode.
2000-08-22 10:06:55 +00:00
Stefan Monnier
ebf96bfa84
*** empty log message ***
2000-08-21 22:46:59 +00:00
Gerd Moellmann
7a912f6340
*** empty log message ***
2000-08-21 15:33:16 +00:00
Gerd Moellmann
c6a117f07b
(server-kill-new-buffers): New user option.
...
(server-existing-buffer): New buffer-local variable.
(server-visit-files): When using an existing buffer, set
server-existing-buffer to t.
(server-buffer-done): If server-kill-new-buffers is t, kill the
buffer, unless it was already present before visiting it with
Emacs server.
2000-08-21 15:26:01 +00:00
Eli Zaretskii
240301df36
(Man-init-defvars): Don't reset Man-fontify-manpage-flag,
...
even if the display doesn't support colors: some displays will
support bold/underline faces.
2000-08-21 14:18:32 +00:00
Gerd Moellmann
6917e6bbc9
*** empty log message ***
2000-08-21 11:44:42 +00:00
Gerd Moellmann
f15e298c4a
(cl-macroexpand): Doc fix.
2000-08-21 11:38:26 +00:00
Gerd Moellmann
cbcef616a3
*** empty log message ***
2000-08-21 09:56:52 +00:00
Gerd Moellmann
42bb6910db
(command-line): If user's init file had an error,
...
add explanatory text to *Messages*.
2000-08-21 09:56:32 +00:00
Kenichi Handa
8629358381
(Man-getpage-in-background): Decode the process output by the system
...
locale coding system.
2000-08-21 01:39:45 +00:00
Kenichi Handa
6922b01802
*** empty log message ***
2000-08-21 01:39:25 +00:00
Kenichi Handa
25a6fab1d1
*** empty log message ***
2000-08-21 01:19:23 +00:00
Dave Love
96ab635145
*** empty log message ***
2000-08-20 22:22:29 +00:00
Dave Love
7fdbdbeadb
(widget-choose, widget-choice-mouse-down-action):
...
Don't test x-popup-menu.
(function) <complete-function>: Complete only fbound symbols.
<validate, value>: New.
(variable) <complete-function>: Complete only bound symbols.
(coding-system): Add :base-only, :complete-function, :validate,
:value, :prompt-match.
(widget-coding-system-prompt-value): Use read-coding-system and
act on :base-only.
(editable-field): Add :help-echo.
(widget-push-button-gui, widget-push-button-cache)
(widget-gui-action, widget-editable-list-gui): COmment out, along
with uses.
(widget-at): Make arg optional.
(widget-echo-help): Adjust for current help-echo calling sequence.
(widget-specify-field, widget-specify-button)
(widget-specify-insert, widget-get-sibling, widget-image-find)
(widget-convert, widget-insert, widget-leave-text)
(widget-beginning-of-line, widget-end-of-line, widget-kill-line)
(widget-setup, widget-field-find, widget-before-change)
(widget-after-change, widget-default-complete)
(widget-default-create, widget-default-delete)
(widget-push-button-value-create, editable-field)
(widget-field-prompt-value, widget-field-validate)
(widget-choice-value-create, widget-choice-action)
(widget-choice-validate, widget-checklist-add-item)
(widget-radio-add-item, widget-radio-chosen)
(widget-radio-value-inline, widget-editable-list-value-create)
(widget-editable-list-entry-create)
(widget-documentation-link-add)
(widget-documentation-string-value-create)
(widget-regexp-validate, widget-file-complete)
(widget-sexp-validate, widget-plist-convert-widget)
(widget-plist-convert-widget, widget-alist-convert-widget)
(widget-alist-convert-widget, widget-color-complete): Simplify,
particularly to avoid bindings which aren't optimized out.
2000-08-20 18:34:24 +00:00
Dave Love
e50c4203bf
(defun-prompt-regexp, parens-require-spaces): Doc fix.
...
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
2000-08-20 18:12:07 +00:00
Dave Love
13eb63ffef
Add display-buffer-reuse-frames,
...
file-coding-system-alist.
2000-08-20 17:21:22 +00:00
Gerd Moellmann
511bd4eb0b
*** empty log message ***
2000-08-20 13:29:38 +00:00
Gerd Moellmann
dde0101c65
(command-line): Clear realized faces after
...
modifying TTY color mappings.
2000-08-20 13:26:35 +00:00
Miles Bader
a9de7d29be
(face-attr-match-p):
...
Don't return true if ATTRS are merely a subset of FACE's attributes.
2000-08-20 12:02:24 +00:00
Miles Bader
8a8023d932
*** empty log message ***
2000-08-19 12:43:07 +00:00
Miles Bader
83911021e1
(set-buffer-process-coding-system): Make interactive prompt less confusing.
2000-08-19 12:37:39 +00:00
Miles Bader
5d9045edcf
(comint-output-filter):
...
Save the point with a marker, not just a buffer position.
2000-08-19 12:36:48 +00:00
Gerd Moellmann
1433385feb
*** empty log message ***
2000-08-19 12:35:17 +00:00
Gerd Moellmann
3ec30bcbb1
General cleanup of doc strings, comments and
...
code formatting.
2000-08-19 12:34:19 +00:00
Miles Bader
136b4eda87
(gud-basic-call): Temporarily widen gud comint buffer while checking for
...
prompt to delete. Use `forward-line 0' instead of beginning-of-line.
(gud-filter): Temporarily widen gud comint buffer while examining output.
2000-08-19 01:59:21 +00:00
Miles Bader
d8d972bf49
(comint-output-filter): Remove ad-hoc saving of restriction, and just
...
use save-restriction, now that it works correctly. Don't adjust
comint-last-input-start to account for our insertion; it shouldn't have
moved because we don't use insert-before-markers anymore. Comment out
call to `force-mode-line-update'; why is it here?
2000-08-19 01:55:40 +00:00
Miles Bader
527083d575
(byte-compile-beginning-of-line):
...
Compiler macro removed; beginning-of-line is no longer always
equivalent to forward-line, in the presence of fields.
2000-08-19 01:53:42 +00:00
Stefan Monnier
8db2b9fbbc
Big bag of typos.
2000-08-18 21:12:54 +00:00
Stefan Monnier
cdd0f857a6
(ispell-menu-map-needed): Put back the boundp
...
check since ispell-process is not bound when ispell is not yet loaded.
2000-08-18 18:46:25 +00:00
Dave Love
9bb7a286d4
(find-image): Copy `spec' before using plist-put.
2000-08-18 13:45:36 +00:00
Gerd Moellmann
74ec6045ba
*** empty log message ***
2000-08-18 06:31:51 +00:00
Gerd Moellmann
0c1a49d3cb
(icon-indent-line)
...
(icon-is-continuation-line): Handle comments specially.
2000-08-18 06:29:14 +00:00
Gerd Moellmann
da7ddbedee
(esc-map): Bind C-delete' and
C-backspace' to
...
backward-kill-sexp, analogous to kill-sexp.
2000-08-18 06:28:47 +00:00
Gerd Moellmann
6ad96760ff
(ispell-dictionary-alist-6): Add `portugues'.
2000-08-18 06:18:18 +00:00
Gerd Moellmann
fea6948a28
Set to standard author/maintainer/keyword fields.
...
Fine tuning to menu map appearance and operation, and added help.
Remove `start' and `end' error messages when compiling.
(ispell-choices-win-default-height): Fixed comment string.
(ispell-dictionary-alist-1): Fixed regexp in castellano and
castellano8 dictionaries.
(ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
(ispell-dictionary-alist-4): Fixed regexp in francais-tex
dictionary, added italiano dictionary.
(ispell-skip-region-alist): Removed regexp thrashing when `-' is a
word character
(ispell-tex-skip-alists): Added psfig support.
(ispell-skip-html): Renamed from ispell-skip-sgml.
(ispell-begin-skip-region-regexp, ispell-skip-region)
(ispell-minor-check): Improved html skipping support to skip across
code, and recognize `&' commands without propper `;' syntax;
(ispell-process-line): Fix alignment error when manually
correcting spelling.
(ispell): Fix comment string.
(ispell-add-per-file-word-list): Always put word list on new line.
2000-08-17 20:54:01 +00:00
Gerd Moellmann
a7b2852367
*** empty log message ***
2000-08-17 20:27:27 +00:00
Gerd Moellmann
10fa00732b
(format-encode-run-method): Fix error message to say
...
`encode' instead of `decode'. Use save-window-excursion around
shell-command-on-region as in format-decode-run-method because
shell-command-on-region can display a buffer with error output.
(format-decode): Don't record undo information for the decoding.
(format-annotate-function): Add parameter FORMAT-COUNT. Make
that number part of the temporary buffer name so that more than
one decoding using a temporary buffer can happen safely.
2000-08-17 20:24:27 +00:00
Gerd Moellmann
1fb3862065
(enriched-annotation-regexp): Use `A-Z' instead
...
of `A-z' in the regexp.
2000-08-17 20:24:12 +00:00
Gerd Moellmann
72f7b3625f
Fix typos in commentary.
2000-08-17 20:23:57 +00:00
Gerd Moellmann
3787e12e9d
*** empty log message ***
2000-08-17 15:38:59 +00:00
Gerd Moellmann
aff3bff87b
(command-line): Pop to *Messages* in case an error
...
is signaled while loading user-init-file.
2000-08-17 15:37:07 +00:00
Gerd Moellmann
f0753a5f45
(view-emacs-news): Rewritten for new naming scheme
...
for old NEWS files.
2000-08-17 15:36:54 +00:00
Andreas Schwab
d2473540a7
(insert-directory): Don't lose original file name,
...
undoing an undocumented change.
2000-08-17 12:08:26 +00:00