summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add TeX open-block and close-block keybindings to SGML, and vice versa.Chong Yidong2010-05-133-0/+21
| | | | | | | | * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to latex-open-block and C-c / to latex-close-block. * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag and C-c C-e to sgml-close-tag.
* * net/tramp.el (with-progress-reporter): Create reporter objectMichael Albinus2010-05-133-261/+267
| | | | | | | | | | | | | | | only when the message would be displayed. Handled nested calls. (tramp-handle-load, tramp-handle-file-local-copy) (tramp-handle-insert-file-contents, tramp-handle-write-region) (tramp-maybe-send-script, tramp-find-shell): Use `with-progress-reporter'. (tramp-handle-dired-compress-file, tramp-maybe-open-connection): Fix message text. * net/tramp-smb.el (tramp-smb-handle-copy-file) (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file) (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection): Use `with-progress-reporter'.
* Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.Agustín Martín2010-05-132-3/+19
| | | | | * ispell.el (ispell-init-process): Do not kill ispell process everytime when spellchecking from the minibuffer (bug#6143).
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-134-1/+19
| | | | | | | | | * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp to nil when we're in a mml-preview buffer and no group is selected. * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt) * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers generated within the mm-with-unibyte-current-buffer macro.
* * progmodes/sh-script.el (sh-mode): Use define-derived-mode.Stefan Monnier2010-05-122-8/+4
|
* * dos-fns.el: Add "dos-" prefix for namespace control.Stefan Monnier2010-05-122-17/+28
| | | | | (convert-standard-filename): Define as alias for dos-convert-standard-filename but only if applicable.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-122-1/+5
| | | | | | (gnus-summary-read-group-1): Don't jump to next group when catching the `C-g'. Reported by: "Leo" By Andreas Seltenreich.
* * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):Alan Mackenzie2010-05-122-0/+15
| | | | Push the mark at the start of these functions when appropriate.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-122-2/+8
| | | | | (message-forward-make-body-plain, message-forward-make-body-mml): Use mm-multibyte-string-p instead of multibyte-string-p.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-122-37/+42
| | | | | | | (message-forward-make-body-mml): Assume original message is multibyte string; error on unibyte. (message-forward-make-body-plain): Ditto; don't add excessive newline in body end.
* Allow the default completion to cycle.Stefan Monnier2010-05-112-10/+65
| | | | | | * minibuffer.el (completion-cycle-threshold): New custom var. (completion--do-completion): Use it. (minibuffer-complete): Use cycling if appropriate.
* Fix bug#6173: "(require 'dirtrack) erroring"Juanma Barranquero2010-05-122-7/+5
| | | | | * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically buffer-local (it's an obsolete alias for `dirtrack-mode'.)
* * scroll-all.el (scroll-all-check-to-scroll):Juri Linkov2010-05-112-2/+7
| | | | Add `scroll-up-command' and `scroll-down-command' (bug#6164).
* * iimage.el: Misc cleanup.Stefan Monnier2010-05-112-43/+37
| | | | | | | (iimage-mode-map): Move initialization into declaration. (iimage-mode-buffer): Use with-silent-modifications. Simplify calling convention. Adjust callers. (iimage-mode): Don't run hook redundantly.
* * minibuffer.el (completion-pcm--pattern->regex): Fix last change.Stefan Monnier2010-05-112-4/+9
| | | | Fixes: debbugs:6160
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-112-1/+6
| | | | | | (gnus-summary-kill-thread): Use gnus-summary-mark-article instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284) By Andreas Seltenreich <seltenreich (at) gmx.de>.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-112-5/+10
| | | | | | (mm-extern-url): Don't use mm-with-unibyte-current-buffer. (mm-extern-cache-contents): Use with-current-buffer instead of save-excursion + set-buffer.
* Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-1115-81/+75
|
* Remove nodes visited during Isearch from the Info history.Juri Linkov2010-05-102-1/+33
| | | | | | | | | * info.el (Info-isearch-initial-history) (Info-isearch-initial-history-list): New variables. (Info-isearch-start): Record initial values of Info-isearch-initial-history and Info-isearch-initial-history-list. Add Info-isearch-end to isearch-mode-end-hook. (Info-isearch-end): New function.
* * net/tramp.el (tramp-do-file-attributes-with-stat): Add space inMichael Albinus2010-05-102-17/+25
| | | | | | | | format string, in order to work around a bug in pdksh. Reported by Gilles Pion <gpion@lfdj.com>. (tramp-handle-verify-visited-file-modtime): Do not send a command when the connection is not established. (tramp-handle-set-file-times): Simplify the check for utc.
* Fix typos and whitespace.Juanma Barranquero2010-05-101-19/+17
|
* CUA mode: Fix use of `filter-buffer-substring' (rework previous change).Juanma Barranquero2010-05-104-12/+20
| | | | | | | | * emulation/cua-base.el (cua--filter-buffer-noprops): New function. (cua-repeat-replace-region): * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle): * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) (cua-cut-region-to-global-mark): Use it.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-103-7/+10
| | | | | | | | | | 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org> * mm-util.el (mm-emacs-mule): Remove. 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de> * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist buffer-local as it's incompatible with Stefan Monnier's 2010-05-03 change.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-102-25/+20
| | | | | (mm-with-unibyte-current-buffer): Redefine it so as not to bind the default value of enable-multibyte-characters to nil.
* Synch with Gnus trunk.Katsumi Yamaoka2010-05-102-19/+37
| | | | | (message-forward-make-body-plain, message-forward-make-body-mml): Don't use mm-with-unibyte-current-buffer.
* SQL mode version 2.1Michael Mauger2010-05-092-592/+1209
| | | | | Redesigned product specific definition and handling. Includes many bug fixes and enhancements.
* * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):Stefan Monnier2010-05-092-16/+35
| | | | | | | | | | New custom variable. (completion-pcm--string->pattern): Use it. (completion-pcm--pattern->regex, completion-pcm--pattern->string): Make it handle any symbol as `any'. (completion-pcm--merge-completions): Extract common suffix for the new `prefix' symbol as well. (completion-substring--all-completions): Use the new `prefix' symbol.
* * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define ifMichael Albinus2010-05-096-123/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not bound. (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT. (tramp-compat-funcall): New defmacro. (tramp-compat-line-beginning-position) (tramp-compat-line-end-position) (tramp-compat-temporary-file-directory) (tramp-compat-make-temp-file, tramp-compat-file-attributes) (tramp-compat-copy-file, tramp-compat-copy-directory) (tramp-compat-delete-file, tramp-compat-delete-directory) (tramp-compat-number-sequence, tramp-compat-process-running-p) * net/tramp.el (top, with-progress-reporter) (tramp-rfn-eshadow-setup-minibuffer) (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times) (tramp-handle-dired-compress-file, tramp-handle-shell-command) (tramp-completion-mode-p, tramp-check-for-regexp) (tramp-open-connection-setup-interactive-shell) (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd) (tramp-time-diff, tramp-coding-system-change-eol-conversion) (tramp-set-process-query-on-exit-flag, tramp-unload-tramp) * net/tramp-cmds.el (tramp-cleanup-all-connections) (tramp-reporter-dump-variable, tramp-load-report-modules) (tramp-append-tramp-buffers) * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it. * net/tramp-imap.el (top): Autoload `epg-make-context'.
* * progmodes/compile.el (compilation-buffer-modtime): Rename fromStefan Monnier2010-05-082-5/+10
| | | | buffer-modtime. Adjust users.
* Merge from emacs-23Stefan Monnier2010-05-0818-94/+214
|\
| * Bump version to 23.2.50.Chong Yidong2010-05-081-1/+1
| |
| * Bump version to 23.2.Chong Yidong2010-05-077-34/+54
| |
| * Fix ChangeLog typo.Chong Yidong2010-05-071-1/+1
| |
| * Bump version to 23.1.97.Chong Yidong2010-05-031-1/+1
| |
| * Variable purecopying fix (Bug#6083).Chong Yidong2010-05-022-1/+7
| | | | | | | | | | * international/mule.el (auto-coding-alist): Only purecopy car or each item, not the whole list (Bug#6083).
| * Make paragraph vars local for js-mode (Bug#6071).Chong Yidong2010-05-022-0/+12
| | | | | | | | | | * progmodes/js.el (js-mode): Make paragraph variables local before calling c-setup-paragraph-variables (Bug#6071).
| * composite.el (compose-region, reference-point-alist): Fix typos in the docEli Zaretskii2010-05-012-11/+17
| | | | | | | | strings.
| * Use the proper form for gnuplot's set commandAlexander Klimov2010-04-282-1/+6
| |
| * * abbrev.el: Fix typos.Juanma Barranquero2010-04-262-2/+7
| |
| * * composite.el (find-composition): Doc fix.Andreas Schwab2010-04-242-1/+5
| |
| * * progmodes/sql.el: Fix typos.Juanma Barranquero2010-04-242-50/+69
| |
| * * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'Juri Linkov2010-04-232-2/+6
| | | | | | | | property instead of `invisible' and `after-string' (bug#5998).
| * Fix typo in docstring.Juri Linkov2010-04-232-1/+5
| |
| * * filecache.el: Fix typos in docstrings.Juanma Barranquero2010-04-232-5/+10
| |
| * Synch with Gnus trunk:Katsumi Yamaoka2010-04-222-0/+7
| | | | | | | | | | | | | | | | ;; I've committed this change to only the trunk by mistake, sorry, ;; but it should have been also in the branch.) (message-generate-headers): Record insertion of optional headers as well. Otherwise the check to prevent repeated insertion of optional headers is a no-op. By Andreas Seltenreich <seltenreich@gmx.de>.
| * language/indian.el (gujarati-composable-pattern): Fix typo.Kenichi Handa2010-04-222-1/+2
| |
| * language/indian.el (gurmukhi-composable-pattern): Fix typo.Kenichi Handa2010-04-222-4/+7
| |
| * merge trunkKenichi Handa2010-04-218-752/+840
| |\
| | * * files.el (copy-directory): Handle symlinks (Bug#5982).Chong Yidong2010-04-202-4/+10
| | |
| | * Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).Chong Yidong2010-04-202-7/+15
| | | | | | | | | | | | | | | * progmodes/compile.el (compilation-next-error-function): Revert 2009-10-12 change (Bug#5983).