1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

43484 Commits

Author SHA1 Message Date
Kim F. Storm
e064daa2d4 *** empty log message *** 2002-08-22 14:26:50 +00:00
Kim F. Storm
5691a3f84c Fixed spelling: Joseph Arceoeaux -> Arceneaux 2002-08-22 14:21:07 +00:00
Glenn Morris
f34150c4e2 *** empty log message *** 2002-08-21 21:31:14 +00:00
Glenn Morris
0ee7f06810 eval-when-compile a few defvars to quieten the byte-compiler.
(f90-xemacs-flag): Wrap in eval-and-compile.
(f90-font-lock-keywords): Doc fix.
(f90-mode-abbrev-table): Use the 6th (system-flag) argument of
define-abbrev if available, but work without it as well.
(f90-mark-subprogram-overlay): Variable deleted.
(f90-mark-subprogram): No need to be silent about push-mark.
Get rid of the silly overlay bit.
(f90-abbrev-start): unread-command-event is obsolete in XEmacs too.
2002-08-21 21:26:07 +00:00
Kai Großjohann
3cdaec13e7 Version 2.0.13 released.
(tramp-handle-write-region): Don't check to see if remote end is
awake after sending data to remote host: we want to send "EOF" not
"echo are you awake"...
(tramp-maybe-open-connection): Swap args for tramp-time-diff.
(tramp-yn-prompt-regexp): New variable.
(tramp-action-yn): New function, using it.
(tramp-feature-write-region-fix): New internal variable.  Not yet
used.  Should be used in `tramp-handle-write-region'.
2002-08-21 15:04:29 +00:00
Kim F. Storm
2ef6aac845 (mode-line-format): Moved global-mode-string last.
(mode-line-position): Moved %p first.  Added padding to %l/%c to
eliminate jumpyness in modeline.  Use (%l,%c) format if both
line-number-mode and column-number-mode are enabled.
2002-08-21 12:05:09 +00:00
Kim F. Storm
88a0d95abd *** empty log message *** 2002-08-21 12:04:42 +00:00
Richard M. Stallman
dfd67a6271 Fix typos. 2002-08-21 00:18:46 +00:00
Richard M. Stallman
f13e7f66cf Fix typo. 2002-08-21 00:18:05 +00:00
Richard M. Stallman
ed41eea2f6 *** empty log message *** 2002-08-21 00:17:26 +00:00
Richard M. Stallman
7058e703aa Fix typos. 2002-08-21 00:17:16 +00:00
Richard M. Stallman
93d57f6b90 Typo. 2002-08-21 00:15:28 +00:00
Martin Stjernholm
0e35704fe3 (c-forward-syntactic-ws): Fixed a bug that could cause an infinite
loop if something that looks like a macro begins in the middle of a
line.

(c-parse-state): Fixed a bug that could cause `c-state-cache' to
contain two conses in sequence when there's an unbalanced open paren
in a macro.
2002-08-20 21:59:10 +00:00
Glenn Morris
23d468dadd (imenu-syntax-alist): Doc fix. 2002-08-20 20:35:56 +00:00
Glenn Morris
a245ece58a (fortran-current-defun): Use save-excursion. 2002-08-20 20:32:45 +00:00
Glenn Morris
5b89a8c974 (imenu--generic-function): Use mapc. 2002-08-20 20:23:25 +00:00
Richard M. Stallman
3d7e291fcf *** empty log message *** 2002-08-20 17:28:55 +00:00
Richard M. Stallman
2dc20ca800 (font-lock-change-mode): New function.
(font-lock-mode): Use font-lock-change-mode instead of
font-lock-unfontify-buffer.
(font-lock-maximum-size, font-lock-verbose): Add defvars.
2002-08-20 17:22:30 +00:00
Carsten Dominik
20cd3579bd Update to RefTeX 4.18 2002-08-20 10:42:52 +00:00
Kim F. Storm
bcaf8c79fb Bind C-x C-k r to apply-macro-to-region-lines. 2002-08-20 10:07:40 +00:00
Kim F. Storm
296d76699f regenerated 2002-08-20 09:44:14 +00:00
Kim F. Storm
e88fc3ee98 Remove C-x C-k binding (now in kmacro.el). 2002-08-20 09:06:17 +00:00
Kim F. Storm
c5d07859fe Remove macro related bindings (now in kmacro.el). 2002-08-20 09:05:33 +00:00
Kim F. Storm
1efc433b32 *** empty log message *** 2002-08-20 09:05:04 +00:00
ShengHuo ZHU
0076a86e25 * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible. 2002-08-20 08:36:01 +00:00
ShengHuo ZHU
83ec6f2058 * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.
2002-08-20 07:57:01 +00:00
Kenichi Handa
530e075167 (Fexpand_abbrev): Fix for the multibyte case. 2002-08-20 07:07:19 +00:00
Kenichi Handa
9bbe03417a *** empty log message *** 2002-08-20 07:07:00 +00:00
Kenichi Handa
c9f6086096 *** empty log message *** 2002-08-20 00:34:28 +00:00
Kim F. Storm
cc80137341 Describe new kmacro features. 2002-08-19 23:14:45 +00:00
Kim F. Storm
1fa13bd434 Major rework based on discussions with RMS.
Most important change is that C-x C-k is now bound to a keymap
with keyboard macro related commands.  The original binding on
C-x C-k is moved to C-x C-k e.
2002-08-19 23:05:29 +00:00
Kim F. Storm
1c7c032c12 *** empty log message *** 2002-08-19 23:04:51 +00:00
Stefan Monnier
02ce3e80f0 *** empty log message *** 2002-08-19 21:47:53 +00:00
Stefan Monnier
56cf516205 (scan_keyword_or_put_char, write_c_args): Use `fn'
for the function name in the usage info.
2002-08-19 21:47:38 +00:00
Stefan Monnier
f63f0981b6 (help-split-fundoc): Replace the function name
from the docstring with the one that should be displayed.
(help-make-usage): Understand CL style arglists.
(describe-function-1): Adapt to the new behavior of help-split-fundoc.
(describe-variable): Use delete-region.
2002-08-19 21:23:08 +00:00
Richard M. Stallman
85df4f6674 Move the node Relative Files before Directory Names. Show what
file-name-nondirectory returns when given a directory name.
Explain that abbreviate-file-name works on file names too.

Explain how to combine a directory name with a relative file name
with concat, and the pitfalls.

Update some details.
2002-08-19 18:43:18 +00:00
Eli Zaretskii
aac06fd4e5 (croak): Add `void' to definition. 2002-08-19 18:20:51 +00:00
Eli Zaretskii
feb67dfe47 [MSDOS]: Don't define request_sigio and
unrequest_sigio, they are defined on msdos.c.
2002-08-19 18:19:42 +00:00
Eli Zaretskii
a8c1733b16 [MSDOS]: Declare etext. 2002-08-19 17:46:15 +00:00
Eli Zaretskii
100c44b777 (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
`const' since CORRECT_DIR_SEPS modifies its target.
2002-08-19 17:24:08 +00:00
Kim F. Storm
ab1959fcba (Fclear_this_command_keys): Added optional arg
KEEP-RECORD to avoid clearing lossage when we just want to clear
the current key sequence (kmacro needs this).
2002-08-19 14:58:29 +00:00
Kim F. Storm
dec7e30288 *** empty log message *** 2002-08-19 14:57:49 +00:00
Kenichi Handa
623b1d5e44 (sgml-xml-auto-coding-function): Call
re-search-forward with NOERROR t..
2002-08-19 06:39:33 +00:00
Miles Bader
20b130094d [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a
local value of t.
2002-08-19 05:03:55 +00:00
Miles Bader
8cda277d9f [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(comint-inhibit-carriage-motion): New variable.
(comint-carriage-motion): Argument STRING removed.  New arguments
START and END; interpret characters between START and END rather
than using special comint state.
(comint-output-filter): Call `comint-carriage-motion'.
(comint-output-filter-functions): Don't add `comint-carriage-motion'.
2002-08-19 05:03:21 +00:00
Kenichi Handa
775b3d2d87 *** empty log message *** 2002-08-19 02:47:19 +00:00
Kenichi Handa
c1de6316cf (COMPOSITION_MODIFICATION_FUNC): If PROP is not a cons, return Qnil. 2002-08-19 02:46:28 +00:00
Kenichi Handa
9b3b318992 (run_composition_function): Call FUNC if it is fboundp. 2002-08-19 02:46:08 +00:00
Miles Bader
88e750a4d2 Escape an `@'. 2002-08-19 01:05:17 +00:00
Richard M. Stallman
813f3d41a5 *** empty log message *** 2002-08-19 00:58:26 +00:00