Commit graph

26163 commits

Author SHA1 Message Date
Stefan Monnier
cb75af7678 (bibtex-format-entry): Fix regexps.
(bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
(bibtex-entry-update): Handle alternatives and optional fields.
(bibtex-parse-entry): Bugfix, handle empty key.
2004-06-01 23:31:00 +00:00
Kim F. Storm
9dbf2cd616 (blink-cursor-start): Turn cursor off initially so blink
starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2004-06-01 23:18:25 +00:00
Kim F. Storm
90ec69c70a *** empty log message *** 2004-06-01 23:17:24 +00:00
Stefan Monnier
ef5572c56a *** empty log message *** 2004-06-01 05:12:23 +00:00
Stefan Monnier
f9e66e49d4 (vc-arch-state): Don't assume the file exists. 2004-06-01 00:25:50 +00:00
Lars Hansen
7bfa55b358 (desktop-save): Don't save minor modes without a known mode initialization function. 2004-05-31 21:45:51 +00:00
Luc Teirlinck
64df673db4 *** empty log message *** 2004-05-30 22:16:22 +00:00
Luc Teirlinck
1f3ade4f4d (query-replace-interactive): Convert defvar into defcustom. 2004-05-30 21:50:35 +00:00
Luc Teirlinck
ae229809f7 Update `Commentary' section. 2004-05-30 21:46:34 +00:00
Juanma Barranquero
aa8ca433bc *** empty log message *** 2004-05-30 21:30:08 +00:00
Juanma Barranquero
915b0bf0ab Rework docstring (wording by Eli Zaretskii and Kai Grossjohann). 2004-05-30 21:21:42 +00:00
Kai Großjohann
2fcaee47a4 Sync with Tramp.
(tramp-let-maybe): ReportReverse args of `get'.
(tramp-let-maybe): Move to an earlier spot in the file.  Patch by
Andreas Schwab.
2004-05-30 21:00:53 +00:00
Andreas Schwab
5709c1a0bf (dired-get-filename): Don't use dired-re-dot. 2004-05-30 18:24:08 +00:00
Richard M. Stallman
7a61e456ba *** empty log message *** 2004-05-30 14:21:53 +00:00
Richard M. Stallman
91174d63b4 (find-file): Doc fix. 2004-05-30 13:34:19 +00:00
Richard M. Stallman
5af26250be (lisp-font-lock-keywords-2): Add multiple-value-bind. 2004-05-30 13:33:03 +00:00
Nick Roberts
f2f82fa491 (gdb-current-frame, gud-watch)
(gdb-locals-mode, gdb-frame-handler): Display current frame in the
modeline of the locals buffer.
(gdb-goto-breakpoint): Handle gdbmi.
(gdb-get-frame-number): Change for gdbmi.
2004-05-30 00:09:37 +00:00
Nick Roberts
f471ca2b24 *** empty log message *** 2004-05-30 00:07:12 +00:00
Michael Albinus
c8364415c6 *** empty log message *** 2004-05-29 22:45:44 +00:00
Michael Albinus
e28c066825 (ange-ftp-file-remote-p): New defun.
(top): Remove setting of `file-remote-p' property for
`ange-ftp-hook-function'.  Add `ange-ftp' property to
`file-remote-p'.
2004-05-29 22:43:24 +00:00
Michael Albinus
04621aaa0c (file-remote-p): Apply file name handler for operation
`file-remote-p'.  It isn' a property any longer.
(file-relative-name): `fh' and `fd' get the required value via
`find-file-name-handler' already.
2004-05-29 22:42:06 +00:00
Michael Albinus
19a8706403 Version 2.0.41 of Tramp released. 2004-05-29 22:28:49 +00:00
Miles Bader
e1b46e0cc0 Changes from arch/CVS synchronization 2004-05-29 21:02:20 +00:00
Richard M. Stallman
08fd12516b *** empty log message *** 2004-05-29 16:26:16 +00:00
Richard M. Stallman
657962fc48 (browse-url-interactive-arg): Doc fix. 2004-05-29 15:34:50 +00:00
Richard M. Stallman
152472ba19 (prin1-char): Catch errors from `string'.
(eval-last-sexp-print-value): Print char equivalent regardless
of standard-output value.
2004-05-29 15:33:30 +00:00
Richard M. Stallman
3f71ad3a46 (with-selected-window): Undo previous change. 2004-05-29 15:23:42 +00:00
Richard M. Stallman
0658b86f75 Don't include cl. Don't bother with old Emacs versions.
(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.
2004-05-29 15:22:55 +00:00
Richard M. Stallman
bcaa1cef05 (imenu--menubar-select): Set imenu-menubar-modified-tick
and imenu--last-menubar-index-alist.
2004-05-29 14:35:20 +00:00
Richard M. Stallman
1c795a0e15 Comment change. 2004-05-29 14:33:28 +00:00
Eli Zaretskii
9dd5e8d7c1 *** empty log message *** 2004-05-29 13:00:28 +00:00
Eli Zaretskii
4bcbcb9df3 New file. 2004-05-29 12:55:24 +00:00
Luc Teirlinck
0a11c70bb2 (find-file-noselect-1): Do not bind `inhibit-read-only' to t during
execution of `find-file-not-found-functions'.
2004-05-29 01:54:11 +00:00
Stefan Monnier
227ef0ff6c *** empty log message *** 2004-05-29 00:01:42 +00:00
Stefan Monnier
138c4b3d36 (vc-mcvs-print-log, vc-mcvs-diff): Add optional `buffer' arg. 2004-05-28 23:04:54 +00:00
Stefan Monnier
bf37bf11f9 (vc-arch-diff): Add optional `buffer' arg. 2004-05-28 23:04:07 +00:00
Stefan Monnier
034a611363 *** empty log message *** 2004-05-28 22:54:58 +00:00
Stefan Monnier
fb4302f699 (with-selected-window): Only save/restore the selectd window. 2004-05-28 22:33:35 +00:00
Juri Linkov
6b9654dc44 *** empty log message *** 2004-05-28 21:21:17 +00:00
Stefan Monnier
ce50a84705 *** empty log message *** 2004-05-28 21:15:08 +00:00
Juri Linkov
d97c819899 (insert-pair-alist): New var.
(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.
2004-05-28 21:12:25 +00:00
Stefan Monnier
eeb3ede408 (compilation-error-regexp-alist): Use expand-file-name and data-directory. 2004-05-28 21:11:41 +00:00
Juri Linkov
889bfc7d44 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
(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'.
2004-05-28 21:09:05 +00:00
Stefan Monnier
f833e227cb (grep-tree): Rework previous fix. 2004-05-28 21:07:47 +00:00
Stefan Monnier
a5809dbd7f (mouse-set-region-1): Use temporary transient-mark-mode
after the user marked text with the mouse.
2004-05-28 21:06:26 +00:00
Juri Linkov
575c3bca4c (pp-buffer): New fun created from the code in
`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'.
2004-05-28 21:05:17 +00:00
Stefan Monnier
a82456f080 (command-line): Keep the first regexp of auto-save-file-name-transforms intact. 2004-05-28 21:04:52 +00:00
Juri Linkov
50a27de260 * emacs-lisp/edebug.el (edebug-compute-previous-result)
(edebug-eval-expression): Print additionally the value returned by
`eval-expression-print-format'.
2004-05-28 21:03:53 +00:00
Juri Linkov
fa219ebdf7 (eval-expression-print-format): New fun.
(eval-expression): Print additionally the value returned by
`eval-expression-print-format'.
2004-05-28 21:00:14 +00:00
Juri Linkov
c9ce1e4048 (Info-desktop-buffer-misc-data): Don't save information
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.
2004-05-28 20:56:41 +00:00