Ken Raeburn
9056febe2c
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
2002-07-15 06:57:04 +00:00
Ken Raeburn
b13738b697
* intervals.c (create_root_interval, balance_possible_root_interval,
...
delete_interval, copy_intervals_to_string): Use STRING_SET_INTERVALS.
2002-07-15 06:56:10 +00:00
Ken Raeburn
7a2e5600ea
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
2002-07-15 06:55:28 +00:00
Ken Raeburn
ab77f05c7f
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
2002-07-15 06:54:48 +00:00
Ken Raeburn
90b814298c
* lisp.h (STRING_INTERVALS): Produce rvalue.
...
(STRING_SET_INTERVALS): New macro.
2002-07-15 06:54:23 +00:00
Ken Raeburn
bee9190421
* lread.c (read_vector): Use STRING_SET_CHARS.
2002-07-15 02:18:31 +00:00
Ken Raeburn
1e4c578278
* fns.c (concat): Use STRING_SET_CHARS.
2002-07-15 02:16:15 +00:00
Ken Raeburn
437fcd47c6
* dired.c (directory_files_internal): Use STRING_SET_CHARS.
2002-07-15 02:14:17 +00:00
Ken Raeburn
7412b6fdd2
* lisp.h (STRING_SET_CHARS): New macro.
...
(SCHARS, SBYTES): Produce rvalues.
2002-07-15 02:13:38 +00:00
Ken Raeburn
d5db40779d
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.
2002-07-15 00:01:34 +00:00
Ken Raeburn
491c2516d3
(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.
2002-07-14 23:54:05 +00:00
Kim F. Storm
af2b7cc9e0
Correct last commit which by mistake included some completely
...
unrelated changed. Now it really only inverts the check
on Vmemory_full.
2002-07-14 22:52:48 +00:00
Stefan Monnier
95a045bd7f
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.
2002-07-14 20:39:18 +00:00
Kai Großjohann
e28e4d2067
Index entries.
2002-07-14 19:52:35 +00:00
Richard M. Stallman
63fabbb4fe
(find-alternate-file): Offer to save a modified buffer.
...
Handle kill-buffer-query-functions better.
2002-07-14 15:30:54 +00:00
Richard M. Stallman
682b60ae44
(normal-splash-screen, fancy-splash-text):
...
Update name of help menu item for ordering printed manuals.
2002-07-14 15:29:56 +00:00
Richard M. Stallman
7979633450
Fix doc typos.
2002-07-14 15:26:01 +00:00
Richard M. Stallman
266e712ee5
Say that output from asynch subprocesses of a compiler may be lost.
2002-07-14 15:24:03 +00:00
Kai Großjohann
92eeeafc54
Comply with Texinfo coding standards. Suggestions by Eli.
2002-07-14 14:06:58 +00:00
Mike Williams
4bc65152eb
(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.
2002-07-14 10:14:28 +00:00
Stefan Monnier
00feb95235
*** empty log message ***
2002-07-13 23:30:08 +00:00
Kim F. Storm
38747ec60d
regenerated
2002-07-13 23:09:32 +00:00
Stefan Monnier
87dd507f6a
(cl-set-substring): Fix thinko.
...
(cl-hack-byte-compiler): Avoid infinite require loop.
2002-07-13 23:08:01 +00:00
Stefan Monnier
6e85ef5fd1
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.
2002-07-13 22:10:02 +00:00
Andreas Schwab
6946ae5b11
(mail-abbrev-make-syntax-table): Check the
...
inherited table entry.
2002-07-13 21:40:05 +00:00
Stefan Monnier
47932cf8e1
(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.
2002-07-13 20:17:00 +00:00
Stefan Monnier
7492ed8e8d
(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.
2002-07-13 19:23:05 +00:00
Glenn Morris
4105dd524e
(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.
2002-07-13 18:56:04 +00:00
Kai Großjohann
65399e8313
Do not hook into file-name-handler-alist, this
...
is done by Tramp.
2002-07-13 18:08:11 +00:00
Kai Großjohann
f37fc5a7d1
Fix copyright years.
...
(Filename Syntax, Multi-hop filename syntax): Explain two syntaxes.
(Issues): Explain why there are two syntaxes.
2002-07-13 18:03:55 +00:00
Kai Großjohann
b29019f876
(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.
2002-07-13 17:41:01 +00:00
Kai Großjohann
83fa16cf01
* 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.
2002-07-13 10:52:22 +00:00
Kim F. Storm
aae2ce50f4
*** empty log message ***
2002-07-12 23:57:49 +00:00
Kim F. Storm
cf3d4f6d57
(grep-tree): Fixed autoload.
...
Corrected use of undefined variable `match-files-aliases'.
2002-07-12 23:56:12 +00:00
Kim F. Storm
325309f505
(command_loop_1): Invert check on Vmemory_full.
2002-07-12 23:47:31 +00:00
Glenn Morris
a3dd6af2b5
(timeclock-get-workday-function): `timeclock-workday' is not a valid
...
option for this, rather it is a value that may be returned.
2002-07-12 23:38:01 +00:00
Richard M. Stallman
edc590bb8a
Move the node Query Before Exit down.
...
Say that Emacs stops reading when a process terminates.
2002-07-12 23:32:14 +00:00
Richard M. Stallman
ce218967c1
Document binding `deactivate-mark' around something that modifies the
...
buffer so as to keep the mark active.
2002-07-12 23:31:02 +00:00
Richard M. Stallman
f43c34a094
defimage does not evaluate SPECS.
2002-07-12 23:30:17 +00:00
Richard M. Stallman
4494f50d12
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
...
non-nil VISIT arg to ange-ftp-real-write-region.
2002-07-12 23:29:39 +00:00
Richard M. Stallman
119831da31
(flush-lines, keep-lines): Convert REND to a marker.
2002-07-12 23:28:15 +00:00
Richard M. Stallman
e870de8835
(help-with-tutorial): Display completion list right away.
2002-07-12 23:26:17 +00:00
Richard M. Stallman
0fe826e987
Comment change.
2002-07-12 23:25:26 +00:00
Richard M. Stallman
d29a70fedf
(ediff-test-patch-utility): Catch error and return nil.
2002-07-12 23:24:36 +00:00
Richard M. Stallman
3f334882a4
(fancy-splash-text, actions page): Add blank line to balance help page.
2002-07-12 23:23:29 +00:00
Richard M. Stallman
5777a167e7
(command-line): Set memory-signal-data.
...
(fancy-splash-text, normal-splash-screen):
Mention "Read the Emacs Manual" or C-h r.
Rearrange the initial help to put the help cmds on left
and the actions (exit, undo) on the right. Other small
text clarifications.
2002-07-12 23:21:48 +00:00
Richard M. Stallman
d009b6e905
(help-map): Add binding for info-emacs-manual.
...
(print-help-return-message): Doc fix.
2002-07-12 22:57:11 +00:00
Richard M. Stallman
32a86c99bd
*** empty log message ***
2002-07-12 17:46:11 +00:00
Richard M. Stallman
7d317bca4f
(strokes-help): Call print-help-return-message
...
while inside with-output-to-temp-buffer.
2002-07-12 17:45:45 +00:00
Richard M. Stallman
c37177464c
(info-emacs-manual): New function.
...
(Info-use-header-line): Doc fix.
2002-07-12 17:41:54 +00:00