bpt/emacs.git
21 years ago(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
Ken Raeburn [Tue, 16 Jul 2002 17:33:42 +0000 (17:33 +0000)]
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.

21 years agocomment update
Ken Raeburn [Tue, 16 Jul 2002 17:11:56 +0000 (17:11 +0000)]
comment update

21 years ago(Fstring_to_char): Use string macros instead of Lisp_String fields.
Ken Raeburn [Tue, 16 Jul 2002 16:58:04 +0000 (16:58 +0000)]
(Fstring_to_char): Use string macros instead of Lisp_String fields.

21 years ago(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
Ken Raeburn [Tue, 16 Jul 2002 16:37:40 +0000 (16:37 +0000)]
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
instead of XSTRING()->size_byte.

21 years ago(Fset_fontset_font): Use SDATA instead of XSTRING()->data.
Ken Raeburn [Tue, 16 Jul 2002 16:35:27 +0000 (16:35 +0000)]
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.

21 years ago(help-split-fundoc, help-function-arglist)
Stefan Monnier [Tue, 16 Jul 2002 16:24:59 +0000 (16:24 +0000)]
(help-split-fundoc, help-function-arglist)
(help-make-usage): New funs, extracted from describe-function-1.
(describe-function-1): Use them.

21 years ago(help-key-description): Show the untranslated keys
Stefan Monnier [Tue, 16 Jul 2002 16:08:44 +0000 (16:08 +0000)]
(help-key-description): Show the untranslated keys
when they start with ESC and the ESC was not translated.

21 years ago(view): Always require.
Stefan Monnier [Tue, 16 Jul 2002 16:02:35 +0000 (16:02 +0000)]
(view): Always require.
(help-xref-mule-regexp): Don't use defconst for variables.
(help-setup-xref): Keep the last 10 elements of the stack.
(help-xref-override-view-map): New var.
(help-make-xrefs): Use it instead of building a new map each time.
(help-function-def): Allow help-fun to take a buffer as arg.

21 years ago* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:50:57 +0000 (15:50 +0000)]
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.

21 years ago* xfns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:50:04 +0000 (15:50 +0000)]
* xfns.c (validate_x_resource_name): Use SSET.

21 years ago* w32fns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:59 +0000 (15:49 +0000)]
* w32fns.c (validate_x_resource_name): Use SSET.

21 years ago* search.c (wordify): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:53 +0000 (15:49 +0000)]
* search.c (wordify): Use SDATA.
(Freplace_match): Use SREF.

21 years ago* process.c (status_message): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:48 +0000 (15:49 +0000)]
* process.c (status_message): Use SSET.

21 years ago* macfns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:44 +0000 (15:49 +0000)]
* macfns.c (validate_x_resource_name): Use SSET.

21 years ago* lread.c (Fload): Use SDATA, SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:38 +0000 (15:49 +0000)]
* lread.c (Fload): Use SDATA, SSET.

21 years ago* lisp.h (SREF): Produce rvalue.
Ken Raeburn [Tue, 16 Jul 2002 15:49:34 +0000 (15:49 +0000)]
* lisp.h (SREF): Produce rvalue.
(SSET): New macro.

21 years ago* keyboard.c (Fevent_convert_list): Use SREF.
Ken Raeburn [Tue, 16 Jul 2002 15:49:29 +0000 (15:49 +0000)]
* keyboard.c (Fevent_convert_list): Use SREF.

21 years ago* insdel.c (insert_from_string_1): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:24 +0000 (15:49 +0000)]
* insdel.c (insert_from_string_1): Use SDATA.

21 years ago* fns.c (concat): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:20 +0000 (15:49 +0000)]
* fns.c (concat): Use SSET.
(concat, Fdelete): Use SDATA.

21 years ago* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:16 +0000 (15:49 +0000)]
* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
(Fread_file_name): Use SREF, SSET.

21 years ago* dired.c (directory_files_internal): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:12 +0000 (15:49 +0000)]
* dired.c (directory_files_internal): Use SSET.

21 years ago* data.c (Faref): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:07 +0000 (15:49 +0000)]
* data.c (Faref): Use SDATA.
(Faset): Use SDATA, SSET.

21 years ago* charset.h (FETCH_STRING_CHAR_ADVANCE,
Ken Raeburn [Tue, 16 Jul 2002 15:49:03 +0000 (15:49 +0000)]
* charset.h (FETCH_STRING_CHAR_ADVANCE,
FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
address of string contents.

21 years ago* casefiddle.c (casify_object): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:48:59 +0000 (15:48 +0000)]
* casefiddle.c (casify_object): Use SSET.

21 years ago* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
Ken Raeburn [Tue, 16 Jul 2002 15:48:54 +0000 (15:48 +0000)]
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
a string.

21 years ago* alloc.c (make_event_array): Use SSET for storing into a string.
Ken Raeburn [Tue, 16 Jul 2002 15:48:47 +0000 (15:48 +0000)]
* alloc.c (make_event_array): Use SSET for storing into a string.

21 years ago(SDATA): Produce rvalue.
Ken Raeburn [Tue, 16 Jul 2002 15:09:36 +0000 (15:09 +0000)]
(SDATA): Produce rvalue.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 16 Jul 2002 13:47:49 +0000 (13:47 +0000)]
*** empty log message ***

21 years ago(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman [Tue, 16 Jul 2002 13:47:41 +0000 (13:47 +0000)]
(USG_SUBTTY_WORKS): Defined.

21 years ago(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
Richard M. Stallman [Tue, 16 Jul 2002 13:47:07 +0000 (13:47 +0000)]
(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
(redisplay_internal): Test prevent_redisplay_optimizations_p
along with clip_changed in some cases.
(try_window_id): Likewise.
(redisplay_window): New local var buffer_unchanged_p.

21 years ago(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
Richard M. Stallman [Tue, 16 Jul 2002 13:42:15 +0000 (13:42 +0000)]
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.

21 years ago(create_process): Test USG_SUBTTY_WORKS.
Richard M. Stallman [Tue, 16 Jul 2002 13:41:16 +0000 (13:41 +0000)]
(create_process): Test USG_SUBTTY_WORKS.
(process_send_signal): Clean up handling of GID.
Detect errors in ioctls meant to set GID.

21 years ago(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
Richard M. Stallman [Tue, 16 Jul 2002 13:39:41 +0000 (13:39 +0000)]
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.

21 years ago(choose-completion-string): Doc fix.
Richard M. Stallman [Tue, 16 Jul 2002 13:38:19 +0000 (13:38 +0000)]
(choose-completion-string): Doc fix.

21 years agoNew operation :custom-standard-value.
Richard M. Stallman [Tue, 16 Jul 2002 13:37:21 +0000 (13:37 +0000)]
New operation :custom-standard-value.
(Custom-reset-standard): Use it.
(custom-variable, custom-face): Define it.
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.

(custom-face-edit-fix-value): If VALUE is not a list, pass it thru.

21 years ago(diff-reverse-direction): Simplify.
Stefan Monnier [Tue, 16 Jul 2002 13:37:15 +0000 (13:37 +0000)]
(diff-reverse-direction): Simplify.
(diff-after-change-function): Fix typo.
(diff-post-command-hook): Take care of edge cases.
(diff-current-defun): Do `goto-char' after setting the mode.

21 years ago(mouse-sel-original-interprogram-paste-function): Defvar it.
Stefan Monnier [Tue, 16 Jul 2002 13:33:29 +0000 (13:33 +0000)]
(mouse-sel-original-interprogram-paste-function): Defvar it.

21 years ago(compare-windows-whitespace): Always allow newline
Richard M. Stallman [Tue, 16 Jul 2002 13:33:13 +0000 (13:33 +0000)]
(compare-windows-whitespace): Always allow newline
even if it does not have whitespace syntax.

21 years agoMention Texinfo 4.2 needed.
Richard M. Stallman [Tue, 16 Jul 2002 13:31:48 +0000 (13:31 +0000)]
Mention Texinfo 4.2 needed.

21 years ago(mouse-sel-mode): Use define-minor-mode.
Stefan Monnier [Tue, 16 Jul 2002 13:27:05 +0000 (13:27 +0000)]
(mouse-sel-mode): Use define-minor-mode.
Fold mouse-sel-bindings into it.
(mouse-sel-bound-events): Turn it into an alist.
(mouse-insert-selection): Delegate to mouse-yank-at-click if
mouse-sel-default-bindings asks for it.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 16 Jul 2002 12:25:41 +0000 (12:25 +0000)]
*** empty log message ***

21 years agoFix reference to `defvaralias' as a macro.
Juanma Barranquero [Tue, 16 Jul 2002 11:43:32 +0000 (11:43 +0000)]
Fix reference to `defvaralias' as a macro.

21 years ago(timer-set-time, timer-set-time-with-usecs): Fix docstring.
Juanma Barranquero [Tue, 16 Jul 2002 06:43:19 +0000 (06:43 +0000)]
(timer-set-time, timer-set-time-with-usecs): Fix docstring.

21 years ago(HTML Mode): Put `@end table' at end of table.
Miles Bader [Tue, 16 Jul 2002 01:00:43 +0000 (01:00 +0000)]
(HTML Mode): Put `@end table' at end of table.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 15 Jul 2002 21:04:59 +0000 (21:04 +0000)]
*** empty log message ***

21 years ago(Ftrace_to_stderr): Add usage to docstring.
Stefan Monnier [Mon, 15 Jul 2002 20:37:12 +0000 (20:37 +0000)]
(Ftrace_to_stderr): Add usage to docstring.

21 years ago(scan_c_file): Warn about missing `usage' info.
Stefan Monnier [Mon, 15 Jul 2002 20:00:03 +0000 (20:00 +0000)]
(scan_c_file): Warn about missing `usage' info.

21 years ago(describe-variable): Remove useless trailing whitespace.
Juanma Barranquero [Mon, 15 Jul 2002 16:17:01 +0000 (16:17 +0000)]
(describe-variable): Remove useless trailing whitespace.

21 years agoFix typo.
Juanma Barranquero [Mon, 15 Jul 2002 15:50:56 +0000 (15:50 +0000)]
Fix typo.

21 years agoDocument third argument of defvaralias.
Juanma Barranquero [Mon, 15 Jul 2002 15:50:20 +0000 (15:50 +0000)]
Document third argument of defvaralias.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 15 Jul 2002 15:39:02 +0000 (15:39 +0000)]
*** empty log message ***

21 years ago(describe-variable): Show documentation for aliased variable if alias does not
Juanma Barranquero [Mon, 15 Jul 2002 15:38:49 +0000 (15:38 +0000)]
(describe-variable): Show documentation for aliased variable if alias does not
have its own.

21 years ago(Fdefvaralias): Add docstring argument.
Juanma Barranquero [Mon, 15 Jul 2002 15:37:51 +0000 (15:37 +0000)]
(Fdefvaralias): Add docstring argument.

21 years agoIgnore *.op and *.ops, too.
Kai Großjohann [Mon, 15 Jul 2002 12:06:01 +0000 (12:06 +0000)]
Ignore *.op and *.ops, too.

21 years ago(mouse-sel-bindings): Save/restore interprogram cut/paste functions.
Mike Williams [Mon, 15 Jul 2002 11:49:37 +0000 (11:49 +0000)]
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.

21 years agoMinor cleanup.
Richard M. Stallman [Mon, 15 Jul 2002 09:47:14 +0000 (09:47 +0000)]
Minor cleanup.

21 years ago*** empty log message ***
Andreas Schwab [Mon, 15 Jul 2002 07:23:55 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
Ken Raeburn [Mon, 15 Jul 2002 06:57:04 +0000 (06:57 +0000)]
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.

21 years ago* intervals.c (create_root_interval, balance_possible_root_interval,
Ken Raeburn [Mon, 15 Jul 2002 06:56:10 +0000 (06:56 +0000)]
* intervals.c (create_root_interval, balance_possible_root_interval,
delete_interval, copy_intervals_to_string): Use STRING_SET_INTERVALS.

21 years ago* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
Ken Raeburn [Mon, 15 Jul 2002 06:55:28 +0000 (06:55 +0000)]
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.

21 years ago* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
Ken Raeburn [Mon, 15 Jul 2002 06:54:48 +0000 (06:54 +0000)]
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.

21 years ago* lisp.h (STRING_INTERVALS): Produce rvalue.
Ken Raeburn [Mon, 15 Jul 2002 06:54:23 +0000 (06:54 +0000)]
* lisp.h (STRING_INTERVALS): Produce rvalue.
(STRING_SET_INTERVALS): New macro.

21 years ago* lread.c (read_vector): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:18:31 +0000 (02:18 +0000)]
* lread.c (read_vector): Use STRING_SET_CHARS.

21 years ago* fns.c (concat): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:16:15 +0000 (02:16 +0000)]
* fns.c (concat): Use STRING_SET_CHARS.

21 years ago* dired.c (directory_files_internal): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:14:17 +0000 (02:14 +0000)]
* dired.c (directory_files_internal): Use STRING_SET_CHARS.

21 years ago* lisp.h (STRING_SET_CHARS): New macro.
Ken Raeburn [Mon, 15 Jul 2002 02:13:38 +0000 (02:13 +0000)]
* lisp.h (STRING_SET_CHARS): New macro.
(SCHARS, SBYTES): Produce rvalues.

21 years agoMost uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn [Mon, 15 Jul 2002 00:01:34 +0000 (00:01 +0000)]
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.

21 years ago(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
Ken Raeburn [Sun, 14 Jul 2002 23:54:05 +0000 (23:54 +0000)]
(SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
(STRING_SET_UNIBYTE): New macro.
(SET_STRING_BYTES): Deleted.  Callers (all of which supplied a length of -1)
changed to use STRING_SET_UNIBYTE.

21 years agoCorrect last commit which by mistake included some completely
Kim F. Storm [Sun, 14 Jul 2002 22:52:48 +0000 (22:52 +0000)]
Correct last commit which by mistake included some completely
unrelated changed.  Now it really only inverts the check
on Vmemory_full.

21 years agoSet encoding to utf-8.
Stefan Monnier [Sun, 14 Jul 2002 20:39:18 +0000 (20:39 +0000)]
Set encoding to utf-8.
(tex-start-options): Make it into always-a-string.
Remove silly custom options that are covered by the other var.
(tex-start-commands): Fix docstring.
(tex-open-quote, tex-close-quote): Add options.
(tex-command): Provide default.
(tex-font-lock-keywords-1): Highlight $$...$$.
(tex-font-lock-keywords-2): Fix latin-1 chars.
(tex-mode-map): Remove redundant \t binding.
(tex-mode): Add `subsection' and `newcommand' to known latex cmds.
(latex-mode): Use add-hook for fill-nobreak-predicate.
(tex-common-initialization): Set indent-tabs-mode to nil.
(tex-insert-quote): Undo magic if invoked twice in a row.
(latex-fill-nobreak-predicate): Don't use narrowing.
(tex-latex-block): Don't cons uselessly.
(tex-last-unended-begin): Signal user-friendlier error.
(tex-goto-last-unclosed-latex-block): Don't catch signal.
(tex-start-tex): Switch order of tex-start-options and
tex-start-commands to make it obey docstrings.

21 years agoIndex entries.
Kai Großjohann [Sun, 14 Jul 2002 19:52:35 +0000 (19:52 +0000)]
Index entries.

21 years ago(find-alternate-file): Offer to save a modified buffer.
Richard M. Stallman [Sun, 14 Jul 2002 15:30:54 +0000 (15:30 +0000)]
(find-alternate-file): Offer to save a modified buffer.
Handle kill-buffer-query-functions better.

21 years ago(normal-splash-screen, fancy-splash-text):
Richard M. Stallman [Sun, 14 Jul 2002 15:29:56 +0000 (15:29 +0000)]
(normal-splash-screen, fancy-splash-text):
Update name of help menu item for ordering printed manuals.

21 years agoFix doc typos.
Richard M. Stallman [Sun, 14 Jul 2002 15:26:01 +0000 (15:26 +0000)]
Fix doc typos.

21 years agoSay that output from asynch subprocesses of a compiler may be lost.
Richard M. Stallman [Sun, 14 Jul 2002 15:24:03 +0000 (15:24 +0000)]
Say that output from asynch subprocesses of a compiler may be lost.

21 years agoComply with Texinfo coding standards. Suggestions by Eli.
Kai Großjohann [Sun, 14 Jul 2002 14:06:58 +0000 (14:06 +0000)]
Comply with Texinfo coding standards.  Suggestions by Eli.

21 years ago(mouse-sel-bound-events): New constant.
Mike Williams [Sun, 14 Jul 2002 10:14:28 +0000 (10:14 +0000)]
(mouse-sel-bound-events): New constant.
(mouse-sel-save-original-bindings): New function.
(mouse-sel-restore-original-bindings): New function.
(mouse-sel-bindings): Save/restore original mouse-bindings.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 13 Jul 2002 23:30:08 +0000 (23:30 +0000)]
*** empty log message ***

21 years agoregenerated
Kim F. Storm [Sat, 13 Jul 2002 23:09:32 +0000 (23:09 +0000)]
regenerated

21 years ago(cl-set-substring): Fix thinko.
Stefan Monnier [Sat, 13 Jul 2002 23:08:01 +0000 (23:08 +0000)]
(cl-set-substring): Fix thinko.
(cl-hack-byte-compiler): Avoid infinite require loop.

21 years agoUse hash-tables.
Stefan Monnier [Sat, 13 Jul 2002 22:10:02 +0000 (22:10 +0000)]
Use hash-tables.
(ange-ftp-make-hashtable, ange-ftp-map-hashtable)
(ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
(ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
Replace with make-hash-table, maphash, gethash, puthash and remhash.
(ange-ftp-hash-entry-exists-p): Rewrite.
(ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
Change mapatom -> maphash.
(ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
Update to new calling mode.

21 years ago(mail-abbrev-make-syntax-table): Check the
Andreas Schwab [Sat, 13 Jul 2002 21:40:05 +0000 (21:40 +0000)]
(mail-abbrev-make-syntax-table): Check the
inherited table entry.

21 years ago(ebrowse-symbol-regexp): Avoid cl-set-substring.
Stefan Monnier [Sat, 13 Jul 2002 20:17:00 +0000 (20:17 +0000)]
(ebrowse-symbol-regexp): Avoid cl-set-substring.
(ebrowse-hash-table-to-alist): Delete.
(ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
(ebrowse-tags-complete-symbol): Use the hashtable for completion.

21 years ago(sgml-quote): Use narrowing. Improve the regexp used when unquoting.
Stefan Monnier [Sat, 13 Jul 2002 19:23:05 +0000 (19:23 +0000)]
(sgml-quote): Use narrowing.  Improve the regexp used when unquoting.
(sgml-pretty-print): New function.
(sgml-get-context): Better handling of improperly nested tags.
(sgml-show-context): Don't use the FULL arg of sgml-get-context.

21 years ago(timeclock-in): Run the new day section if, after rereading the log file,
Glenn Morris [Sat, 13 Jul 2002 18:56:04 +0000 (18:56 +0000)]
(timeclock-in): Run the new day section if, after rereading the log file,
timeclock-last-event is nil, indicating no log file exists yet. Take
account of the fact that timeclock-discrepancy will be nil in that case.

21 years agoDo not hook into file-name-handler-alist, this
Kai Großjohann [Sat, 13 Jul 2002 18:08:11 +0000 (18:08 +0000)]
Do not hook into file-name-handler-alist, this
is done by Tramp.

21 years agoFix copyright years.
Kai Großjohann [Sat, 13 Jul 2002 18:03:55 +0000 (18:03 +0000)]
Fix copyright years.
(Filename Syntax, Multi-hop filename syntax): Explain two syntaxes.
(Issues): Explain why there are two syntaxes.

21 years ago(tramp-multi-file-name-structure-unified): Add
Kai Großjohann [Sat, 13 Jul 2002 17:41:01 +0000 (17:41 +0000)]
(tramp-multi-file-name-structure-unified): Add
missing slash and move colon from start to end of each hop.
(tramp-multi-file-name-hop-structure-unified): Move colon from
start to end of each hop.

21 years ago* files.texi (Remote Files): Explain new unified file name synatx.
Kai Großjohann [Sat, 13 Jul 2002 10:52:22 +0000 (10:52 +0000)]
* files.texi (Remote Files): Explain new unified file name synatx.

* tramp.texi: Remove version variables.
(Inline methods): Clarify which questions `smx' deals with.
(Remote shell setup): shell-prompt-pattern must match at end of
buffer.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 12 Jul 2002 23:57:49 +0000 (23:57 +0000)]
*** empty log message ***

21 years ago(grep-tree): Fixed autoload.
Kim F. Storm [Fri, 12 Jul 2002 23:56:12 +0000 (23:56 +0000)]
(grep-tree): Fixed autoload.
Corrected use of undefined variable `match-files-aliases'.

21 years ago(command_loop_1): Invert check on Vmemory_full.
Kim F. Storm [Fri, 12 Jul 2002 23:47:31 +0000 (23:47 +0000)]
(command_loop_1): Invert check on Vmemory_full.

21 years ago(timeclock-get-workday-function): `timeclock-workday' is not a valid
Glenn Morris [Fri, 12 Jul 2002 23:38:01 +0000 (23:38 +0000)]
(timeclock-get-workday-function): `timeclock-workday' is not a valid
option for this, rather it is a value that may be returned.

21 years agoMove the node Query Before Exit down.
Richard M. Stallman [Fri, 12 Jul 2002 23:32:14 +0000 (23:32 +0000)]
Move the node Query Before Exit down.
Say that Emacs stops reading when a process terminates.

21 years agoDocument binding `deactivate-mark' around something that modifies the
Richard M. Stallman [Fri, 12 Jul 2002 23:31:02 +0000 (23:31 +0000)]
Document binding `deactivate-mark' around something that modifies the
buffer so as to keep the mark active.

21 years agodefimage does not evaluate SPECS.
Richard M. Stallman [Fri, 12 Jul 2002 23:30:17 +0000 (23:30 +0000)]
defimage does not evaluate SPECS.

21 years ago(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
Richard M. Stallman [Fri, 12 Jul 2002 23:29:39 +0000 (23:29 +0000)]
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
non-nil VISIT arg to ange-ftp-real-write-region.

21 years ago(flush-lines, keep-lines): Convert REND to a marker.
Richard M. Stallman [Fri, 12 Jul 2002 23:28:15 +0000 (23:28 +0000)]
(flush-lines, keep-lines): Convert REND to a marker.

21 years ago(help-with-tutorial): Display completion list right away.
Richard M. Stallman [Fri, 12 Jul 2002 23:26:17 +0000 (23:26 +0000)]
(help-with-tutorial): Display completion list right away.

21 years agoComment change.
Richard M. Stallman [Fri, 12 Jul 2002 23:25:26 +0000 (23:25 +0000)]
Comment change.