- 29 May, 2004 23 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(syms_of_alloc): Defvar it. (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Clean up HAVE_POSIX_MEMALIGN handling of `err'.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Overview): In TeX, no section heading here.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
as arg to a minor mode command.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(eval-last-sexp-print-value): Print char equivalent regardless of standard-output value.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(thumbs-subst-char-in-string): Deleted. (thumbs-thumbname): Use subst-char-in-string. (thumbs-resize-image): Use condition-case, not ignore-errors. (thumbs-kill-buffer): Likewise. (thumbs-mode): Make buffer read-only. (thumbs-make-thumb): Unconditionally accept an existing file. (thumbs-insert-thumb): Add thumb-image-file property to the image. (thumbs-do-thumbs-insertion): Be smarter about where to put newlines. (thumbs-show-thumbs-list): Error if images not supported. (thumbs-save-current-image): Improve prompt string. (thumbs-mode-map): Define u, R, x. (thumbs-unmark): New command. (thumbs-emboss-image): Minor cleanup. (thumbs-forward-char, thumbs-backward-char): Skip chars with no image. (thumbs-rename-images): New command. (thumbs-show-image-num): Rewrite. Don't rename the buffer. (thumbs-current-image): New function. (thumbs-file-list, thumbs-file-alist): New functions. (thumbs-find-image): Delete arg L. Don't set up thumbs-fileL as buffer-local global var. (thumbs-find-image-at-point): Use thumbs-current-image. (thumbs-set-image-at-point-to-root-window): Likewise. (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist. Record and warn about errors. Update thumbs-markedL for deletions. (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist. (thumbs-redraw-buffer): Use thumbs-file-list. (thumbs-mark): Use thumbs-current-image. (thumbs-show-name): Use thumbs-current-image. (thumbs-show-name): Do nothing if no image at point. (thumbs-mouse-find-image): New command. (thumbs-mode-map): Bind it to mouse-2. (thumbs-mode): Make mode-class special. (thumbs-view-image-mode): Likewise.
-
Richard M. Stallman authored
and imenu--last-menubar-index-alist.
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(INFO_TARGETS, DVI_TARGETS): Add Flymake.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Luc Teirlinck authored
execution of `find-file-not-found-functions'.
-
Stefan Monnier authored
-
Stefan Monnier authored
(marker_blocks_pending_free): Remove. (Fgarbage_collect): Sweep after cleaning up undo-lists. Mark the undo lists after claning them up. Don't free block in marker_blocks_pending_free. (mark_buffer): Don't mark undo_list. (gc_sweep): Sweep hash-tables and strings first. Do free marker blocks that are empty.
-
- 28 May, 2004 17 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
after 'case wordend'. For symbeg and symend, print to stderr, like the other cases.
-
Noah Friedman authored
-
Juri Linkov authored
-
Stefan Monnier authored
-
Juri Linkov authored
(insert-pair): Make arguments optional. Find character pair from `insert-pair-alist' according to the last input event. (insert-parentheses): Make arguments optional. (raise-sexp, delete-pair): New funs.
-
Stefan Monnier authored
-
Juri Linkov authored
(emacs-lisp-mode-map, lisp-interaction-mode-map): Bind C-M-q to `indent-pp-sexp'. (eval-last-sexp-print-value): Print additionally the value returned by `eval-expression-print-format'.
-
Stefan Monnier authored
-
Stefan Monnier authored
after the user marked text with the mouse.
-
Juri Linkov authored
`pp-to-string' modified to be able to format text with newlines. (pp-to-string): Move the buffer-formatting part of the code to `pp-buffer'. Call `pp-buffer'.
-
Stefan Monnier authored
-
Juri Linkov authored
(edebug-eval-expression): Print additionally the value returned by `eval-expression-print-format'.
-
Juri Linkov authored
(eval-expression): Print additionally the value returned by `eval-expression-print-format'.
-