1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00
Commit graph

40823 commits

Author SHA1 Message Date
Richard M. Stallman
d1a0ea0ae2 (cursor_type_changed): Hew variable. 2002-03-18 04:38:43 +00:00
Richard M. Stallman
7569100503 (x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
2002-03-18 04:38:15 +00:00
Richard M. Stallman
df5c36cd5c (P_): Definitions deleted. 2002-03-18 04:33:33 +00:00
Richard M. Stallman
93e92186be (pc-selection-mode): Alter the existing global map, don't replace it. 2002-03-18 04:31:36 +00:00
Richard M. Stallman
849051903e (list-directory): Set default-directory at the end. 2002-03-18 04:30:45 +00:00
Richard M. Stallman
da4f2a4d78 (save-buffer-state):
Bind inhibit-modification-hooks and buffer-file-truename
instead of before-change-functions and after-change-functions.
2002-03-18 04:29:13 +00:00
Richard M. Stallman
9fb980fc3d (imenu-menubar-modified-tick): Renamed from
imenu-update-menubar-modified-tick.
(imenu-update-menubar): Update imenu-menubar-modified-tick
whenever outer condition succeeds.
2002-03-18 04:27:30 +00:00
Richard M. Stallman
43711c229f (dabbrev--goto-start-of-abbrev): Put a limit on field-beginning search. 2002-03-18 04:24:57 +00:00
Richard M. Stallman
1665be4714 Put * in user option doc strings.
(browse-url-mosaic-pidfile): New variable.
(browse-url-mosaic): Use it.

(browse-url-filename-alist): Don't begin docstring with *, you don't
want to set this one with M-x set-variable.
2002-03-18 04:24:09 +00:00
Stefan Monnier
a3ec4ba0ff (sgml-xml-mode): Renamed from sgml-xml.
(sgml-xml-guess): Simplify.
(sgml-mode-common): Remove (move into sgml-mode).
(sgml-mode): Add code from sgml-mode-common.
Remove redundant setting of indent-line-function.
Don't set skeleton-transformation when in XML mode.
2002-03-17 23:55:15 +00:00
Stefan Monnier
ec96e747a1 (describe-char-after): Use `internal-describe-syntax-value' again. 2002-03-17 21:51:46 +00:00
Stefan Monnier
2154a29765 (ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
(unify-8859-on-decoding-mode): Also set translation-table-for-input.
(ucs-insert): Give an error if the unicode char can't be created.
2002-03-17 20:50:48 +00:00
Stefan Monnier
1f3d429d73 (cvs-parse-table): Be a bit more lenient.
(cvs-parse-status): Handle the "used to have a conflict" marker.
2002-03-17 20:48:14 +00:00
Kim F. Storm
fd13a3cc89 Describe enhanced networking support. 2002-03-17 20:37:10 +00:00
Kim F. Storm
5439f987dd Enhanced network process support. 2002-03-17 20:33:31 +00:00
Kim F. Storm
41c4dfe119 Update copyright.
(shadow-save-buffers-kill-emacs): Also check for active server
processes.  Use process-query-on-exit-flag.
2002-03-17 20:32:20 +00:00
Kim F. Storm
48a4a1fbe0 (save-buffers-kill-emacs): Also check for active server
processes.  Use process-query-on-exit-flag.  Only list processes
which has the query-on-exit flag set in connection with user query.
2002-03-17 20:30:19 +00:00
Kim F. Storm
ed7069afda Update copyright.
(clone-process): Use make-network-process to clone network
processes. Get command list via (process-contact ... t).
Use set-process-query-on-exit-flag and process-query-on-exit-flag
instead of process-kill-without-query.
(open-network-stream): Replaces C-version from process.c.
(open-network-stream-nowait, open-network-stream-server): New
functions.
(process-kill-without-query): Replaces C-version from process.c.
2002-03-17 20:28:53 +00:00
Kim F. Storm
e690ca94fe (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
(QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
(QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
New variables.
(NETCONN1_P): New macro.
(DATAGRAM_SOCKETS): New conditional symbol.
(datagram_address): New array.
(DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
(status_message): Use concat3.
(Fprocess_status): Add `listen' status to doc string.  Return `stop'
for a stopped network process.
(Fset_process_buffer): Update contact plist for network process.
(Fset_process_filter): Ditto.  Don't enable input for stopped
network processes.  Server must listen, even if filter is t.
(Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
New functions.
(Fprocess_kill_without_query): Removed.  Now defined in simple.el.
(Fprocess_contact): Added KEY argument.  Handle datagrams.
(list_processes_1): Optionally show only processes with the query
on exit flag set.  Dynamically adjust column widths.  Omit tty
column if not needed.  Report stopped network processes.
Identify server and datagram network processes.
(Flist_processes): New optional arg `query-only'.
(conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
(conv_lisp_to_sockaddr, set_socket_options)
(network_process_featurep, unwind_request_sigio): New helper functions.
(Fprocess_datagram_address, Fset_process_datagram_address):
(Fset_network_process_options): New lisp functions.
(Fopen_network_stream): Removed.  Now defined in simple.el.
(Fmake_network_process): New lisp function.  Code is based on previous
Fopen_network_stream, but heavily reworked with new property list based
argument list, support for datagrams, server processes, and local
sockets in addition to old client-only functionality.
(server_accept_connection): New function.
(wait_reading_process_input): Use it to handle incoming connects.
Do not enable input on a new connection if process is stopped.
(read_process_output): Handle datagram sockets. Use 2k buffer for them.
(send_process): Handle datagram sockets.
(Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
network process is indicated by setting command field to t .
(Fprocess_send_eof): No-op if datagram connection.
(Fstatus_notify): Don't read input for a stream server socket or a
stopped network process.
(init_process): Initialize datagram_address array.
(syms_of_process): Intern and staticpro new variables, defsubr new
functions.
2002-03-17 20:20:33 +00:00
Kim F. Storm
cfa955c26c (struct Lisp_Process): New member log.
Doc fix: Member command used to indicate stopped network process.
Doc fix: Member childp contains plist for network process.
Doc fix: Member kill_without_query is inverse of query-on-exit flag.
2002-03-17 20:16:55 +00:00
Eli Zaretskii
280bd7134c Avoid a warning from makeinfo due to a colon in an index entry. 2002-03-17 18:47:56 +00:00
Pavel Janík
bf496621ad Fix typo. 2002-03-17 11:08:01 +00:00
Jason Rumney
f779bd4c3a *** empty log message *** 2002-03-17 00:02:59 +00:00
Jason Rumney
d86c35ee82 (w32_to_all_x_charsets): Return correct type in startup case. 2002-03-16 23:37:06 +00:00
Eli Zaretskii
a156679331 Synchronize DIR entries with @direntry text in Texinfo sources. 2002-03-16 19:33:21 +00:00
Eli Zaretskii
7a1133685b Synchronize DIR entries with text in @direntry in Texinfo sources. 2002-03-16 19:32:15 +00:00
Eli Zaretskii
c6df94fff0 Fix some URLs, the Copyright years, and the Emacs version. 2002-03-16 19:10:39 +00:00
Eli Zaretskii
efe7ebe3d5 (po-content-type-charset-alist): Convert the
car of each association to a string.
(po-find-file-coding-system-guts): If the charset matches a name
of a codepage, set up that codepage and return it as a coding
system to decode the file.
2002-03-16 17:29:48 +00:00
Eli Zaretskii
7dd4fd4347 (codepage-setup): Don't define a codepage if it is already defined. 2002-03-16 16:42:37 +00:00
Eli Zaretskii
55859ca7d8 <top-level>: Remove the setup for all known codepages: it seems
to cause crashes in the CCL driver.
2002-03-16 16:28:01 +00:00
Eli Zaretskii
0cd9a1a919 (po-find-charset): Search for Charset= header even if we've read less than
4KB.
2002-03-16 16:14:38 +00:00
Pavel Janík
73cc75b559 (bibtex-sort-ignore-string-entries)
(bibtex-entry-field-alist): Doc fix.
2002-03-16 12:08:49 +00:00
Eli Zaretskii
663671d5a8 (P_): Don't define if already defined. 2002-03-16 09:39:48 +00:00
Stefan Monnier
5a597a71a6 *** empty log message *** 2002-03-16 08:48:33 +00:00
Richard M. Stallman
a9c1a157ff *** empty log message *** 2002-03-16 07:08:29 +00:00
Richard M. Stallman
7033d6df36 (redisplay_internal, redisplay_windows):
Use list_of_error to call internal_condition_case_1.
(safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
so as to catch all errors with no possibility of debugger redisplay.
(list_of_error): New variable.
(syms_of_xdisp): Init and staticpro it.
2002-03-16 07:05:59 +00:00
Richard M. Stallman
aab3aa1461 (print_object): Delete `\ ' from printed rep of frame. 2002-03-16 06:53:35 +00:00
Richard M. Stallman
95f433f40b (cperl-imenu--function-name-regexp-perl):
Move definition above cperl-outline-regexp.
2002-03-16 06:52:31 +00:00
Richard M. Stallman
7e98f74cdf (mode-line-mule-info): In computing help-echo prop,
avoid using save-window-excursion.  And compile the function.
2002-03-16 06:51:23 +00:00
Stefan Monnier
2c3d8820e2 (load-completion): New function.
(load-library): Use it.
2002-03-16 02:25:56 +00:00
Pavel Janík
1ba92e5da9 (calendar-goto-french-date): Fix prompt to match the actual code. 2002-03-15 20:45:10 +00:00
Eli Zaretskii
2ca514455e (po-find-file-coding-system-guts): Use
with-temp-buffer instead of po-with-temp-buffer.
2002-03-15 19:30:36 +00:00
Eli Zaretskii
4eb840763c A new version from /gd/gnuorg/. 2002-03-15 18:36:14 +00:00
Eli Zaretskii
7264f28d8c (dos_rawgetc): Disable the x-autoselect-window feature,
until its implementation is fixed.
2002-03-15 15:30:07 +00:00
Eli Zaretskii
4e0bd469f7 Document problems with `df' slowing down Dired. 2002-03-15 15:23:15 +00:00
Eli Zaretskii
0df7a0b68a Document removal of special treatment of fg:COLOR and bg:COLOR faces. 2002-03-15 14:06:01 +00:00
Eli Zaretskii
172f1af1bb Document addition of po.el. 2002-03-15 14:01:30 +00:00
Eli Zaretskii
518a0981c8 (file-coding-system-alist): Add an association for PO files. 2002-03-15 13:53:27 +00:00
Eli Zaretskii
8d89e048cc Regenerated. 2002-03-15 13:47:46 +00:00
Eli Zaretskii
f6e2875153 New file. 2002-03-15 13:23:01 +00:00