1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00
Commit graph

48153 commits

Author SHA1 Message Date
Richard M. Stallman
1bf87f6ba3 (sh-mode-default-syntax-table): Renamed from sh-mode-syntax-table.
Call sh-mode-syntax-table directly.
(sh-mode-syntax-table-input): New variable.
(sh-require-final-newline): Don't use eval.
(sh-builtins, sh-leading-keywords, sh-other-keywords)
(sh-variables, sh-font-lock-keywords): Don't use eval.
(sh-set-shell): When setting require-final-newline,
treat value = `require-final-newline' as don't change it.
Set sh-mode-syntax-table locally based on
sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2003-09-22 15:39:47 +00:00
Richard M. Stallman
dfe02f1424 (compile-internal): Call compilation-set-window-height
before setting window start.
2003-09-22 15:25:47 +00:00
Richard M. Stallman
a94d391acd (lm-with-file): Don't visit the file,
just use insert-file-contents in temp buffer.

(lm-get-header-re): Added surrounding \\( and \\) around the header,
as in for lm-history-header 'Change Log\\|History'.
2003-09-22 15:23:53 +00:00
Richard M. Stallman
9dbd7d6674 (byte-compile-log-file): Clear out byte-compile-last-warned-form. 2003-09-22 15:16:10 +00:00
Richard M. Stallman
7cff48094e (woman-file-name, woman-follow-word):
If current-word returns nil, use "".
2003-09-22 15:15:26 +00:00
Richard M. Stallman
683e741557 (eval-expression): Bind standard-output in to-buffer case. 2003-09-22 15:11:02 +00:00
Masatake YAMATO
2f71b5eae8 (Fset_window_scroll_bars): Validate the value of `vertical_type'. 2003-09-22 12:55:25 +00:00
John Paul Wallington
b8313039df Add Commentary section, minor cleanup of file header.
(ld-script-font-lock-keywords): Doc fix.
(toplevel): Provide `ld-script' feature.
2003-09-22 12:37:00 +00:00
Karl Berry
5b631b6b36 . 2003-09-21 20:13:43 +00:00
Karl Berry
7f2c38ba11 (] and [ commands): no period at end of section title. 2003-09-21 20:13:23 +00:00
Kim F. Storm
12853c5844 (Fwindow_scroll_bars): Doc fix. 2003-09-20 23:38:54 +00:00
Kim F. Storm
b648413bf5 *** empty log message *** 2003-09-20 23:36:00 +00:00
Kim F. Storm
61f2fe7b10 (set-scroll-bar-mode): Initialize to new built-in variable
default-frame-scroll-bars.
(scroll-bar-mode): Use default-frame-scroll-bars when enabling
scroll-bar-mode; notably, use it instead of t when we toggle
scroll-bars on.
(toggle-scroll-bar): Use default-frame-scroll-bars.
2003-09-20 23:33:37 +00:00
Kim F. Storm
a6e20602cb (Vdefault_frame_scroll_bars): New variable.
(x_set_vertical_scroll_bars): Use it instead of hardcoded values.
(syms_of_frame): DEFVAR_LISP it, and initialize according to
window-system default scroll bar position.
2003-09-20 23:26:20 +00:00
Kim F. Storm
0c4da02395 Rename get-network-interface-info to network-interface-info. 2003-09-20 23:25:46 +00:00
Glenn Morris
9df076f27f (use-fancy-splash-screens-p, display-splash-screen): Move
display-graphic-p test from latter to former.  Fixes previous change.
2003-09-19 22:44:45 +00:00
Masatake YAMATO
9ceda1bb22 Change the prompt depending on `filter' value. 2003-09-19 18:43:16 +00:00
Glenn Morris
9f8b58091c (command-line-1): Stop startup-echo-area-message being hidden by
"Loading image..." message.
2003-09-19 17:13:23 +00:00
Glenn Morris
1fd244505e (sh-font-lock-keywords): Highlight escaped EOLs differently from other
backslash constructs.
2003-09-19 17:10:57 +00:00
Dave Love
ad5f3636c5 (GC_MALLOC_CHECK): Move conditional undef after lisp.h. 2003-09-19 15:50:56 +00:00
Jan Djärv
8f5b9e349e * xterm.c (x_set_offset): Take window manager decorations
into account.
2003-09-19 14:45:21 +00:00
Richard M. Stallman
b0f23edf1c *** empty log message *** 2003-09-19 14:43:31 +00:00
Richard M. Stallman
2b42d12a37 (Motion by Indent): Arg to backward-to-indentation and
forward-to-indentation is optional.
2003-09-19 14:43:24 +00:00
Richard M. Stallman
1994c2a79c (Creating Strings): Add substring-no-properties. 2003-09-19 14:42:42 +00:00
Richard M. Stallman
4bb2405407 (Process Information): Add list-processes arg QUERY-ONLY.
Delete process-contact from here.
Add new status values for process-status.
Add process-get, process-put, process-plist, set-process-plist.
(Synchronous Processes): Add call-process-shell-command.
(Signals to Processes): signal-process allows process objects.
(Network): Complete rewrite.
(Network Servers, Datagrams, Low-Level Network): New nodes.
2003-09-19 14:42:17 +00:00
Richard M. Stallman
033a035006 (Word Motion): forward-word, backward-word arg is optional. Reword. 2003-09-19 14:38:03 +00:00
Richard M. Stallman
259c7ed4bd (Defining Abbrevs): Index no-self-insert. 2003-09-19 14:36:59 +00:00
Richard M. Stallman
82377c38bb Don't include lisp.h.
(P_): Define it here (as well as elsewhere).
2003-09-19 14:36:22 +00:00
Richard M. Stallman
dd418e06cf (Fprin1_to_string): Move the PRINTPREPARE later,
so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
2003-09-19 14:35:40 +00:00
Richard M. Stallman
0a2546d42d (Fvariable_binding_locus): New function.
(syms_of_data): defsubr it.
(Flocal_variable_p): Delete duplicate call to indirect_variable.
2003-09-19 14:34:30 +00:00
Richard M. Stallman
2b99c69a38 (Creating Buffer-Local): Delete duplicate definition of buffer-local-value.
(File Local Variables): Explain about discarding text props.
2003-09-19 14:33:21 +00:00
Richard M. Stallman
5fc58d8323 (edebug-var-status, edebug-restore-status): New functions.
(edebug-enter, edebug-outside-excursion): Use them.
2003-09-19 14:31:15 +00:00
Richard M. Stallman
2c0696b144 (byte-compile-warning-prefix):
Fix the condition for whether to print "In WHERE".
2003-09-19 14:29:42 +00:00
Richard M. Stallman
dcd70a815b (finder-mode-hook): New variable.
(finder-mode): Run hook finder-mode-hook
2003-09-19 14:28:46 +00:00
Richard M. Stallman
3db926beda Comment change. 2003-09-19 14:27:47 +00:00
Richard M. Stallman
837ea4dc04 Delete some ???. 2003-09-19 14:27:24 +00:00
Andreas Schwab
237f576974 add loaddefs.el 2003-09-19 09:38:59 +00:00
Masatake YAMATO
8cbb7c6199 Fix broken magic autoload comments. 2003-09-18 17:08:22 +00:00
Dave Love
e128399941 (Fnetwork_interface_info): Fix type error.
(Fnetwork_interface_list): Doc fix.
(read_process_output, read_process_output): Delete unused var.
2003-09-18 10:40:04 +00:00
Kim F. Storm
b8c7fd71a2 (Fnetwork_interface_list, Fnetwork_interface_info):
Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
(Fnetwork_interface_info): Check that ifreq struct has required
fields before accessing them; this requires that those fields are
defined as macros, which may be too restrictive on some platforms,
but it is better than failing on other platforms.
(syms_of_process): Only defsubr above fns when included.
2003-09-17 21:32:35 +00:00
Nick Roberts
8a7bc7b803 (perldb): Change gud-print from just "%e" to "p %e" to
actually print the value in the GUD buffer.
2003-09-17 18:33:38 +00:00
Nick Roberts
a85d03b779 *** empty log message *** 2003-09-17 18:31:36 +00:00
Dave Love
11e0a411b2 Don't include varargs.h. 2003-09-17 13:30:23 +00:00
Kenichi Handa
dedc16d429 (utf-8-post-read-conversion): Call post-read-conversion functions for
Devanagari, Malayalam, and Tamil.
2003-09-17 06:43:36 +00:00
Kenichi Handa
83560ae160 (tamil-post-read-conversion): Add autoload cookie. 2003-09-17 06:42:17 +00:00
Kenichi Handa
51101465df (malayalam-post-read-conversion): Add autoload cookie. 2003-09-17 06:41:52 +00:00
Kenichi Handa
51f54e7899 (devanagari-post-read-conversion): Add autoload cookie. 2003-09-17 06:41:36 +00:00
Kim F. Storm
2ccf3102d2 (Fset_process_sentinel): Add sentinel to childp plist
for network process.
(socket_options): Add `:' prefix to option names.  Add optbit field.
(set_socket_option): Remove no_error arg and special handling of s < 0.
Return 1<<optbit for known option, 0 for unknown.
Do not interpret 0 as false for boolean option (only nil).
Pass failed option and value to report_file_error.
(Fset_network_process_options): Replaced by Fset_network_process_option.
(Fset_network_process_option): New function to set just one option.
(Fmake_network_process): Allow :coding arg to be a cons.
Allow :server arg to be an integer specifying backlog size.
Remove :options arg, and allow options to be specified directly
as :KEY, VALUE pairs.  Parse these options before binding socket.
As before, :reuseaddr t is default for a server process, but this
can now be disabled by specifying :reuseaddr nil.
(Fnetwork_interface_info): Rename from Fget_network_interface_info.
(init_process): Availability of network options is now checked with
simpler syntax (featurep 'make-network-process :OPTION); use loop to
setup features.
(syms_of_process): Fix defsubr's for the replaced functions.
2003-09-16 23:05:24 +00:00
Kim F. Storm
e9c5080146 *** empty log message *** 2003-09-16 23:04:38 +00:00
Dave Love
a0fc36449f Depend on coding.h. 2003-09-16 17:18:27 +00:00