- 14 Jul, 2002 10 commits
-
-
Ken Raeburn authored
(STRING_SET_UNIBYTE): New macro. (SET_STRING_BYTES): Deleted. Callers (all of which supplied a length of -1) changed to use STRING_SET_UNIBYTE.
-
Kim F. Storm authored
unrelated changed. Now it really only inverts the check on Vmemory_full.
-
Stefan Monnier authored
(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.
-
Kai Großjohann authored
-
Richard M. Stallman authored
Handle kill-buffer-query-functions better.
-
Richard M. Stallman authored
Update name of help menu item for ordering printed manuals.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Kai Großjohann authored
-
Mike Williams authored
(mouse-sel-save-original-bindings): New function. (mouse-sel-restore-original-bindings): New function. (mouse-sel-bindings): Save/restore original mouse-bindings.
-
- 13 Jul, 2002 12 commits
-
-
Stefan Monnier authored
-
Kim F. Storm authored
-
Stefan Monnier authored
(cl-hack-byte-compiler): Avoid infinite require loop.
-
Stefan Monnier authored
(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.
-
Andreas Schwab authored
inherited table entry.
-
Stefan Monnier authored
(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.
-
Stefan Monnier authored
(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.
-
Glenn Morris authored
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.
-
Kai Großjohann authored
is done by Tramp.
-
Kai Großjohann authored
(Filename Syntax, Multi-hop filename syntax): Explain two syntaxes. (Issues): Explain why there are two syntaxes.
-
Kai Großjohann authored
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.
-
Kai Großjohann authored
* 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.
-
- 12 Jul, 2002 18 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
Corrected use of undefined variable `match-files-aliases'.
-
Kim F. Storm authored
-
Glenn Morris authored
option for this, rather it is a value that may be returned.
-
Richard M. Stallman authored
Say that Emacs stops reading when a process terminates.
-
Richard M. Stallman authored
buffer so as to keep the mark active.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
non-nil VISIT arg to ange-ftp-real-write-region.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(print-help-return-message): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
while inside with-output-to-temp-buffer.
-
Richard M. Stallman authored
(Info-use-header-line): Doc fix.
-