1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Dave Love
3edc33a4a9 (lock_file): Fix previous change. 1999-10-14 09:19:34 +00:00
Stefan Monnier
b7c1e3294e . 1999-10-13 22:45:44 +00:00
Stefan Monnier
2e2246388b (select-safe-coding-system, leim-list-header): avoid the use of strings
that start with backslash newline since lread.c:read1 has a hack to turn
those strings into integer 0 during the loadup.el process.
1999-10-13 22:45:28 +00:00
Stefan Monnier
83b7b03b12 (diff-find-file-name): use `Index:' preferentially. 1999-10-13 22:26:45 +00:00
Dave Love
c765b72361 # 1999-10-13 17:42:55 +00:00
Dave Love
10e2102e56 (insert-image): Copy the image spec and add an intangible property. 1999-10-13 17:38:18 +00:00
Dave Love
8af8a9ca7c (lock_file): Move gcpro of `fn'. 1999-10-13 17:17:59 +00:00
Stefan Monnier
accd12667f (help-xref-interned): make it also work on variable-only and
function-only symbols.
(help-make-xrefs): take advantage of the new `help-xref-interned'.
(help-follow): if the point under mouse is not highlighted, try
  `help-xref-interned' on the pointed-to symbol anyway.
1999-10-13 16:14:15 +00:00
Stefan Monnier
4fceda3c2f (Info-on-current-buffer): new entry point.
(Info-find-node): split into two for Info-on-current-buffer to
  hook into it.
(Info-current-file, Info-set-mode-line, Info-up):
  Info-current-file can now be t.
(Info-clone-buffer-hook): new function for `clone-buffer'.
(Info-goto-node, Info-menu, Info-mode-map, Info-mode): make
  `clone-buffer' available in various ways to the user.
1999-10-13 14:48:57 +00:00
Stefan Monnier
b005abd5c0 (shell-command, shell-command-on-region): use make-temp-file.
(clone-buffer, clone-process, clone-buffer-hook): new functions.
1999-10-13 00:48:17 +00:00
Stefan Monnier
ce87039d4d * subr.el (with-current-buffer): don't use backquotes to avoid
bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').
1999-10-13 00:21:07 +00:00
Gerd Moellmann
1a7244d9c5 Doc-string fixes. 1999-10-12 22:19:26 +00:00
Gerd Moellmann
7518ed7ba7 *** empty log message *** 1999-10-12 21:12:16 +00:00
Gerd Moellmann
25e1cbac6d New file. Setup a menu of recently opened files 1999-10-12 21:08:00 +00:00
Stefan Monnier
0264fbe557 (faq): use ../info/emacs-faq.info (as specified in the
faq.texi file) rather than ../info/faq.
1999-10-12 20:45:45 +00:00
Dave Love
251584f323 Note --with-pop change. 1999-10-12 17:16:59 +00:00
Dave Love
243cf185aa # 1999-10-12 17:14:18 +00:00
Dave Love
6fa064b6bd Default to --with-pop.
Change sense of with-gcc and with-toolkit-scroll-bars messages to reflect
the defaults.
1999-10-12 17:13:27 +00:00
Gerd Moellmann
ebcfda83a0 Add sh-script changes. 1999-10-12 15:01:15 +00:00
Gerd Moellmann
99485bca13 New file. Major mode for editing PostScript. 1999-10-12 14:56:42 +00:00
Gerd Moellmann
6fdc7533ac (auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive. 1999-10-12 14:53:08 +00:00
Gerd Moellmann
7950374e67 Files not useful for Emacs 21. 1999-10-12 14:46:57 +00:00
Gerd Moellmann
f964dfcb0d Added support for indenting existing scripts.
(sh-mode-map): Added new bindings.
(sh-mode): Updated mode doc-string for new commands, added
make-local-variable calls, initialize mode-specific variables.
(sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
is now a different function.
(sh-header-marker):  Changed docstring.
(sh-set-shell): Initialize mode-specific variables.
(sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
(sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
Changed these define-skeleton calls to work with user-specified
indentation settings.
(sh-basic-indent-line, sh-blink, sh-calculate-indent)
(sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
(sh-electric-hash, sh-electric-less, sh-electric-rparen)
(sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
(sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
(sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
(sh-guess-basic-offset, sh-handle-after-case-label)
(sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
(sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
(sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
(sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
(sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
(sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
(sh-handle-this-then, sh-help-string-for-variable)
(sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
(sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
(sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
(sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
(sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
(sh-remove-our-text-properties, sh-rescan-buffer)
(sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
(sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
(sh-scan-case, sh-search-word, sh-set-char-syntax)
(sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
(sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
functions.
(sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
(sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
(sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
(sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
(sh-var-list): New variables.
1999-10-12 12:30:38 +00:00
Gerd Moellmann
4b9347b308 Add sh-script changes. 1999-10-12 12:28:42 +00:00
Gerd Moellmann
b07ea410a3 (quickurl-list-insert): `count-lines' was returning
a value one line to high if the cursor wasn't at the start of a
line. A `beginning-of-line' is now performed before making the
call to `count-lines'.
1999-10-12 11:48:43 +00:00
Gerd Moellmann
b581dd19c0 Patch from RMS. 1999-10-12 11:39:28 +00:00
Dave Love
9832d51d60 Avoid strneq. 1999-10-11 17:14:12 +00:00
Stefan Monnier
9c610b03c4 (vc-backend-diff): get rid of the autoloaded advice. 1999-10-11 09:53:03 +00:00
Dave Love
96e7a9191b # 1999-10-11 09:45:52 +00:00
Gerd Moellmann
b358f91c16 Use "pop3" as the POP service name on all platforms,
instead of using "pop" on Unix and "pop3" on Windows NT.  "pop3"
has been the standard service name since RFC 1340 was published in
July 1992, so I think it's safe to start using it by default.
1999-10-10 23:09:04 +00:00
Gerd Moellmann
99b62845fe Add patch from rms around line 1870. 1999-10-10 21:25:17 +00:00
Gerd Moellmann
dace7f4e1c (auto-save-interval): Fix doc string. 1999-10-10 21:09:05 +00:00
Stefan Monnier
4f875c8780 (compile): removed debugging print. 1999-10-10 19:22:20 +00:00
Stefan Monnier
6f0e64299a (compile, bootstrap-compile): don't use setwins: I'm an idiot. 1999-10-10 19:19:48 +00:00
Stefan Monnier
e2fa1e81c0 . 1999-10-10 19:18:47 +00:00
Stefan Monnier
fdb9d1d98c (compile, bootstrap-compile): forgot `;' after $(setwins). 1999-10-10 19:09:47 +00:00
Stefan Monnier
77162a4f00 . 1999-10-10 01:46:11 +00:00
Stefan Monnier
aa501770af (dontcompile): look for the DONTCOMPILE variable rather
than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
1999-10-10 01:45:54 +00:00
Phillip Rulon
a04f1a93c6 (Fsingle_key_description): Make tem big enough.
(describe_buffer_bindings): Make buf big enough.
1999-10-10 01:39:53 +00:00
Stefan Monnier
3f4c23f984 (setwins): generalized a little.
(compile, bootstrap-compile, autoloads-with-other-emacs): use it.
1999-10-10 01:32:09 +00:00
Phillip Rulon
3f72fac865 (map-y-or-n-p): If we read -1, for end of keyboard
macro, try again.
1999-10-10 01:22:34 +00:00
Stefan Monnier
f6ac5659c8 . 1999-10-10 00:42:15 +00:00
Stefan Monnier
80c382e5c2 (setwins): abstract out the command to find subdirectories
and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
(custom-deps, finder-data, autoloads, update-subdirs, updates): use it.
1999-10-10 00:41:59 +00:00
Stefan Monnier
c652cdb8c2 . 1999-10-09 23:52:56 +00:00
Stefan Monnier
610a641856 Initial revision, known outside of Emacs as version 1.8. 1999-10-09 23:52:39 +00:00
Richard M. Stallman
73fb36f17c (print): When removing objects from Vprint_number_table,
only scan the newly added objects.
(print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
unconditionally force it to stay in the table.
1999-10-09 22:58:37 +00:00
Gerd Moellmann
85177c862b *** empty log message *** 1999-10-09 19:58:13 +00:00
Gerd Moellmann
209061be86 (prepare_image_for_display): Don't try to load image if
loading it failed before.
(lookup_image, prepare_image_for_display): Remember if loading the
image failed.
(xpm_load): Add missing UNBLOCK_INPUT.
1999-10-09 19:47:16 +00:00
Gerd Moellmann
a7ac64a901 (struct image): New member load_failed_p. 1999-10-09 19:46:41 +00:00
Richard M. Stallman
700fa9d176 (uninstall, install-arch-indep, install-arch-dep):
Unset CDPATH to prevent cd from generating output.
1999-10-09 19:13:48 +00:00