1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-10 09:12:15 +00:00
Commit Graph

42793 Commits

Author SHA1 Message Date
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
Richard M. Stallman
f988b54154 (multiple-value-call): Add alias. 2002-07-12 17:41:00 +00:00
Richard M. Stallman
56ce04a351 (compilation-normalize-filename):
New subroutine, taken out of compilation-parse-errors.
(compilation-parse-errors): Use that, and for directories too.
Don't check whether a directory really exists.
2002-07-12 17:39:45 +00:00
Richard M. Stallman
5f4e6aa992 (Fwrite_region): Doc fix. 2002-07-12 17:36:47 +00:00
Juanma Barranquero
d00a340891 (describe-variable): Put `defvaralias' info before the documentation (patch from
John Paul Wallington <jpw@shootybangbang.com>). Remove useless "Documentation:"
string.
2002-07-12 16:56:03 +00:00
Juanma Barranquero
120034b309 (timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data. 2002-07-12 11:56:42 +00:00
Richard M. Stallman
a8fda94500 (print_error_message): Don't handle Vsignaling_function here. 2002-07-12 11:19:24 +00:00
Richard M. Stallman
10ffcb6423 (cmd_error_internal): Handle Vsignaling_function here.
(command_loop_1): Avoid certain actions after memory-full error.
2002-07-12 11:18:36 +00:00
Richard M. Stallman
26631f2b58 (Fsignal): Don't call cancel_hourglass.
For a memory-full error, don't call Vsignal_hook_function
and don't set Vsignaling_function.
2002-07-12 11:16:42 +00:00
Richard M. Stallman
20505336e1 (process_send_signal): Add abort call. 2002-07-12 11:13:47 +00:00
Pavel Janík
9327f13439 (describe-variable): Mention if the variable is an alias. 2002-07-12 08:58:32 +00:00
Markus Rost
35936c5c67 (Fkey_binding): Fix typo. 2002-07-12 03:38:12 +00:00
Kenichi Handa
f1282c7ff4 (locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".
2002-07-11 23:52:16 +00:00