1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
41d34bed16 Use defgroup and defcustom.
Many doc fixes.
(ffap-next): Fix message.
1997-05-03 19:58:10 +00:00
Richard M. Stallman
9411439468 Use defgroup and defcustom. 1997-05-03 19:53:57 +00:00
Richard M. Stallman
da37a9b464 Use defcustom.
Doc fixes.
1997-05-03 19:28:12 +00:00
Richard M. Stallman
fadca6c6a9 (x_set_mouse_color): Update calls to x_catch_errors
and x_uncatch_errors.
1997-05-03 19:18:28 +00:00
Richard M. Stallman
0a01a04eee Use defcustom. 1997-05-03 19:16:43 +00:00
Richard M. Stallman
9bb97fe9a1 Add defgroups, and use defcustom. 1997-05-03 19:15:38 +00:00
Richard M. Stallman
09d8c7ac8b (x_set_scroll_bar_width): If arg is too small, round it up. 1997-05-03 06:13:30 +00:00
Richard M. Stallman
48d9379dfe (Fdisplay_buffer): If we give up and try other frames,
look again for a window in those frames already showing BUFFER.
1997-05-03 06:12:28 +00:00
Richard M. Stallman
bcabbf77d3 (timezone-parse-date): Match forms 1 and 2 first. 1997-05-03 05:22:46 +00:00
Richard M. Stallman
5e11a170e7 Use defcustom. 1997-05-03 04:58:13 +00:00
Richard M. Stallman
b032077ab1 Add defgroups, and use defcustom. 1997-05-03 04:56:48 +00:00
Richard M. Stallman
8db540c5ce Add defgroup and use defcustom. 1997-05-03 04:53:02 +00:00
Richard M. Stallman
a24770bc7b Support compilers that give a message each time the file being
compiled changes but don't include a file name each error message.
Speed up by searching for regexps one by one instead of combining.
(compile-internal): Takes more optional arguments.  All five regexp
alists can be given as argument.
Change name of variable regexp-alist to error-regexp-alist. Change
some local variables directly by setq instead of rebinding by let.
(compilation-shell-minor-mode): New minor mode.
Similar to compilation-minor-mode, but key bindings don't
collide with shell mode.
(compilation-shell-minor-mode-map, compilation-shell-minor-mode):
New variables.
(compile-auto-highlight): Doc fix.
(compilation-error-regexp-alist): Removed unnecessary line break
in first regexp.  Replaced \\(\\|.* on \\) by \\(.* on \\)? in
regexp for Absoft FORTRAN 77 Compiler 3.1.3.  Added regexp for
SPARCcompiler Pascal.  Divided long line in regexp for Cray C
compiler error messages.  Made comment fit in line at regexp for
Sun Ada (VADS, Solaris).  FILE-IDX may be nil, meaning an
error message with no file name, so the file name must be taken
from an earlier message.  LINE-IDX may be a function which is
called with two arguments the file name and column strings and
returns an error position descriptor.
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): New variables.
(compilation-file-regexp-alist)
(compilation-nomessage-regexp-alist): New variables.
(grep-regexp-alist): Removed unnecessary ^ at beginning of regexp.
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Variables deleted.
Replaced by compilation-enter-directory-regexp-alist and
compilation-leave-directory-regexp-alist.
(compilation-buffer-p): Return true also for buffer in
compilation-shell-minor-mode.
(compilation-next-error-locus): Split a long line.
(count-regexp-groupings): Comment about this function not being
needed any more.
(compilation-current-file, compilation-regexps); New variables.
(compilation-parse-errors): Large parts rewritten.  Don't put the
regexps together in one large regexp, instead match them one by one.
Support the generalized subexpression indices.
(compile-collect-regexps, compile-buffer-substring): New functions
supporting compilation-parse-errors.
1997-05-03 04:37:52 +00:00
Richard M. Stallman
5efb61c794 (pop_up_menu): Update the call to x_catch_errors. 1997-05-02 07:27:07 +00:00
Richard M. Stallman
a7b0df0db4 (ispell-dictionary-alist-2): Specify syntax of ' in Danish. 1997-05-02 07:26:39 +00:00
Richard M. Stallman
0985b41295 (rmail-msgref-vector): New variable.
Holds, for each message, a cons cell which contains the message number
and which relocates if the message number changes.
(rmail-forget-messages): Clear rmail-msgref-vector.
(rmail-variables): Make rmail-msgref-vector buffer-local.
(rmail-count-new-messages): Extend rmail-msgref-vector.
(rmail-set-message-counters): Initialize rmail-msgref-vector.
(rmail-only-expunge): Update rmail-msgref-vector.
Don't look for mail-mode buffers specially.
(rmail-reply): Use rmail-msgref-vector element as arg.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): Accept an element of rmail-mark-message as arg.
1997-05-02 07:25:43 +00:00
Richard M. Stallman
662659f092 (iswitchb-entryfn-p): Use memq, not member. 1997-05-02 00:28:21 +00:00
Richard M. Stallman
888472e073 (iswitchb-visit-buffer): Handle `display' alternative.
(iswitchb-default-keybindings): Define C-x 4 C-o.
(iswitchb-display-buffer): New function.
(iswitchb-entryfn-p): Include iswitchb-display-buffer.
(iswitchb-method, iswitchb-default-method): Doc fixes.
1997-05-02 00:25:25 +00:00
Richard M. Stallman
6c56c80b9c Many doc fixes. 1997-05-02 00:24:00 +00:00
Richard M. Stallman
962a42162e Initial revision 1997-05-02 00:22:11 +00:00
Richard M. Stallman
c9a86e717a (menu-bar-custom-menu):
New item `Browse All Customization'.
Rename and shuffle other items.
`Specify Group...' is now customize-group.
1997-05-01 22:21:19 +00:00
Richard M. Stallman
ad7f9d12c8 (x_reply_selection_request): Fix previous change. 1997-05-01 21:35:31 +00:00
Richard M. Stallman
f8496faab6 (set-variable): Simplify previous change. 1997-05-01 17:36:50 +00:00
Richard M. Stallman
888eb98e2f (make-syntax-table): Doc fix. 1997-05-01 06:47:29 +00:00
Richard M. Stallman
a904241809 (exec-directory): Wakeup no longer exists, so use movemail as example. 1997-05-01 02:06:32 +00:00
Richard M. Stallman
e1b65a6bd8 (shell-quote-argument): Quote null string usefully. 1997-05-01 02:03:16 +00:00
Richard M. Stallman
1dc6cfa61d (x_real_positions, x_set_mouse_color, Fx_list_fonts):
Save value from x_catch_errors and pass to x_uncatch_errors.
1997-05-01 01:59:47 +00:00
Richard M. Stallman
5a49969629 (x_own_selection, x_reply_selection_request)
(x_get_foreign_selection):
Save value of x_catch_errors and pass to x_uncatch_errors.
1997-05-01 01:58:47 +00:00
Richard M. Stallman
e99db5a15c (XTmouse_position, x_term_init):
Save value of x_catch_errors and pass to x_uncatch_errors.

(x_catch_errors): Use specpdl so can be nested.
Use a Lisp string to as the buffer for the X message.
(x_uncatch_errors, x_had_errors_p, x_check_errors): Related changes.
(x_catch_errors_unwind): New function.
(x_error_quitter): Call x_error_catcher if appropriate.
(x_error_message_string): New variable.
(syms_of_xterm): Defvar it.
(x_caught_error_message): Variable deleted.
(X_ERROR_MESSAGE_SIZE): Renamed from X_CAUGHT_ERROR_MESSAGE_SIZE.
(x_error_handler): New function, calls x_error_quitter or ..._checker.
(x_initialize): Use x_error_handler as error handler for X.
1997-05-01 01:57:25 +00:00
Richard M. Stallman
610c1c68c1 (set-variable): Check VALUE against type info if available.
Don't evaluate VALUE.
Use a separate history list for the values.
1997-04-30 18:57:35 +00:00
Richard M. Stallman
7b396c6c70 (init_lread): Don't add ../lisp to the dump-time load path. 1997-04-30 18:41:53 +00:00
Richard M. Stallman
12ca5cdf3e (read_process_output): Update opoint, old_begv and old_zv
based on actual buffer change rather than size of string.
old_begv and old_zv are now ints.
(status_notify): Likewise for opoint.
1997-04-30 18:34:17 +00:00
Richard M. Stallman
67ffab69bd Handle all subdirs of `lisp' uniformly.
Don't handle `term' and `language' specially.
Clear out umask at the beginning.
1997-04-30 17:30:47 +00:00
Francesco Potortì
e0903a92ea * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
(struct linebuffer): New member `len' is the length of the string.
	(find_entries, Pascal_functions, TeX_functions, TEX_getit):
	Use it instead of strlen.
	(TEX_getit): Declare and define unconditionally as static.
	(TeX_functions): Use if instead of #if TeX_named_tokens.
	(add_regex): Set RE_INTERVALS flag for regex compilation.
	(substitute): Code cleanup.
	(readline_internal): Code cleanup, set new member `len'.
	(readline): Bug corrected.
1997-04-30 14:57:39 +00:00
Richard M. Stallman
39445e6216 (edt-emulation-on): Load edt-pc.el under Windows. 1997-04-30 02:13:02 +00:00
Richard M. Stallman
622b7ede1c (time-stamp-old-format-warn): Fix a tag string.
(time-stamp-format): Use %Y not %y in default value.

(time-stamp): Verify time-stamp-line-limit is a number.
(time-stamp-string-preprocess): Handle %F correctly.
1997-04-30 01:12:24 +00:00
Richard M. Stallman
a06e220dd6 (crisp-load-scroll-all): Renamed from ...-lock.
(crisp-mode): Use scroll-all... not scroll-lock...
1997-04-29 21:11:33 +00:00
Richard M. Stallman
beaf629ddb Renamed from scroll-lock.el.
All functions renamed.
(scroll-all-mode): Variable renamed from is-scroll-lock.
1997-04-29 21:06:16 +00:00
Richard M. Stallman
11a66c13af Initial revision 1997-04-29 20:55:16 +00:00
Richard M. Stallman
699adcb295 Don't bind C-x m, C-x 4 m, C-x 5 m. 1997-04-29 02:07:51 +00:00
Richard M. Stallman
6d64bc9f99 Bind C-x m, C-x 4 m, C-x 5 m to compose-mail... 1997-04-29 02:07:34 +00:00
Richard M. Stallman
b5f019be90 (compose-mail): Make prefix arg mean "continue".
(compose-mail-other-window, compose-mail-other-frame): New commands.
1997-04-29 02:07:02 +00:00
Richard M. Stallman
fa66717348 (mh-smail-batch): Accpt &rest arg `ignored'. 1997-04-29 01:36:06 +00:00
Richard M. Stallman
15fc2f8c1f (Fexpand_file_name): Check length > 0 when necessary. 1997-04-29 00:51:47 +00:00
Richard M. Stallman
fcb242c978 (generated-autoload-file): Change defconst to defvar. 1997-04-29 00:23:40 +00:00
Richard M. Stallman
b3755eb088 Delete fortran pretty-printer. 1997-04-28 13:56:45 +00:00
Richard M. Stallman
4f5881961a (quoted-insert-character-offset): New variable.
(quoted-insert): Convert characters 0200 - 0377 to 04200 - 04377,
so that users get the same results they are used to.
1997-04-28 12:47:24 +00:00
Simon Marshall
055e7bf2d2 change all buffer-substring to buffer-substring-no-properties. 1997-04-28 11:25:26 +00:00
Simon Marshall
54d893e33b Version 2.08.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc. 1997-04-28 09:41:02 +00:00
Simon Marshall
fc8d560107 Version 3.12.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc. 1997-04-28 09:41:01 +00:00