- 29 May, 2004 3 commits
-
-
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 35 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'.
-
Stefan Monnier authored
(Fgarbage_collect): Use the new mark_backtrace.
-
Juri Linkov authored
about virtual files. (Info-restore-desktop-buffer): Restore Info buffers in prepared buffers with names obtained from the desktop file instead of the default *info* buffer.
-
Stefan Monnier authored
-
Stefan Monnier authored
(read_minibuf_unwind): Don't run exit-minibuffer-hook any more. (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
-
Juanma Barranquero authored
(artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): Make arguments match their use in docstring. (artist-draw-region-trim-line-endings, (artist-mouse-choose-operation): Fix typo in docstring. (artist-key-set-point-common): Doc fix.
-
Juanma Barranquero authored
Doc fixes.
-
Juanma Barranquero authored
subr.el).
-
Juanma Barranquero authored
-
Juanma Barranquero authored
Make arguments match their use in docstring. (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in docstring.
-
Simon Josefsson authored
-
Andreas Schwab authored
-
Simon Josefsson authored
starttls-extra-arguments too, if starttls.el uses GNUTLS.
-
Simon Josefsson authored
-
Simon Josefsson authored
-
Simon Josefsson authored
(starttls-gnutls-program, starttls-use-gnutls) (starttls-extra-arguments, starttls-process-connection-type) (starttls-connect, starttls-failure, starttls-success): New variables. (starttls-program, starttls-extra-args): Doc fix. (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New functions. (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' and pass on to corresponding *-gnutls function if it is set.
-
Miles Bader authored
Tweak source regexps so that building in place won't cause problems
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
- 27 May, 2004 2 commits
-
-
Luc Teirlinck authored
-
Michael Albinus authored
which need handling: `find-backup-file-name', `insert-file-contents', `verify-visited-file-modtime', `write-region'. Rename t value of method to `add'. Add new methods `quote' and `unquote-then-quote' to file-arg-indices.
-