Lars Magne Ingebrigtsen
bb677ef744
gnus-sum.el (gnus-summary-read-group-1): Debbugs group entry fixups
2013-01-21 22:07:34 +00:00
Agustín Martín
7fd5a8435f
ispell.el: Make sure hunspell specific dict names are used for standard dicts when using hunspell.
...
(ispell-hunspell-dictionary-equivs-alist):
New variable to map standard dict names to hunspell ones.
(ispell-set-spellchecker-params):
Make sure specific dict names are used for standard dicts with hunspell.
If a mapping is missing, skip that dictionary.
Fixes: debbugs:13460
2013-01-21 17:05:30 +01:00
Tassilo Horn
e6aff855ce
* textmodes/reftex-cite.el (reftex-format-citation): Add format
...
chars for note (%N) and url (%U).
* textmodes/reftex-vars.el (reftex-cite-format): Document them.
2013-01-21 13:14:56 +01:00
Juri Linkov
c84b08818d
* lisp/frame.el: Bind f10' in esc-map' to `toggle-frame-maximized'
...
in addition to existing separate binding `meta f10' in `global-map'.
Fixes: debbugs:13484
2013-01-21 12:45:20 +02:00
Michael Albinus
a36e2d260d
Improve XEmacs compatibility.
...
* net/tramp.el (tramp-replace-environment-variables): Make it a defun.
* net/tramp-adb.el (top): Require `time-date'.
(tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
(tramp-adb-handle-copy-file, tramp-adb-handle-rename-file): Use
`tramp-file-name-handler'.
(tramp-adb-maybe-open-connection): Use
`tramp-compat-set-process-query-on-exit-flag'.
* net/tramp-sh.el (tramp-sh-handle-file-acl): Use
`tramp-compat-funcall'.
* net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
`tramp-compat-funcall'.
2013-01-21 10:49:43 +01:00
Jürgen Hötzel
88c7dfa370
* net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
...
reimplementation using "adb shell command ..." instead of running
remote shell interactively.
2013-01-21 10:40:51 +01:00
Glenn Morris
a576cc76c8
* lisp-mode.el (emacs-lisp-mode-map): Add native profiler menu entries.
2013-01-19 18:40:49 -08:00
Glenn Morris
15df6fa4f1
profiler.el tweaks
...
* profiler.el (profiler-running-p): New function.
(profiler-cpu-profile): Use profiler-running-p.
(profiler-report-mode-map): Add some more menu entries.
2013-01-19 18:39:59 -08:00
Glenn Morris
e4b2330590
Tweak previous change
2013-01-19 12:58:00 -08:00
Glenn Morris
c4d1e0c39c
* lisp/mail/unrmail.el (unrmail): Do not mangle the mbox From line
...
fixes 2012-12-07 change.
Fixes: debbugs:13499
2013-01-19 12:54:56 -08:00
Glenn Morris
795e7a5b32
Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru
2013-01-19 12:38:13 -08:00
Christian Wittern
20de6ab6a5
* image-mode.el (image-next-file, image-previous-file): New commands.
...
(image-mode-map): Bind them to n and p.
(image-mode--images-in-directory): New helper function.
Fixes: debbugs:8453
2013-01-19 23:22:38 +08:00
Chong Yidong
2a43515aaa
* image-mode.el (image-mode-fit-frame): Add a frame argument.
...
Suggested by Drew Adams. Handle window decorations;
save and restore the old window configuration.
Fixes: debbugs:7730
2013-01-19 18:34:07 +08:00
Leo Liu
2fc71e3c45
Prune erroneous values in dired-get-marked-files
...
Fixes: debbugs:13152
2013-01-19 02:35:44 +08:00
Leo Liu
b117094709
* lisp/progmodes/js.el: Tweak autoload cookie for alias.
2013-01-19 02:22:18 +08:00
Michael Albinus
0eb8768885
* autorevert.el (auto-revert-notify-watch-descriptor): Make it
...
buffer local, again. This was lost with the fix on 2013-01-12.
2013-01-17 20:12:40 +01:00
Jürgen Hötzel
99d36ea8f6
* eshell/esh-util.el (eshell-path-env): Make it buffer local, in
...
order to support several eshell buffers in parallel.
2013-01-17 11:01:33 +01:00
Michael Albinus
68a08a32e3
* autorevert.el (auto-revert-use-notify): In the :set function, do
...
not modify `kill-buffer-hook'.
(auto-revert-notify-rm-watch): Remove
`auto-revert-notify-rm-watch' from `kill-buffer-hook'.
(auto-revert-notify-add-watch): Do not call
`auto-revert-notify-rm-watch', but add it to a buffer local
`kill-buffer-hook'.
2013-01-17 10:06:47 +01:00
Glenn Morris
19503d5abf
etags.el fix for bug#13412
...
* lisp/progmodes/etags.el (tags-table-check-computed-list):
Preserve point in tags buffer.
2013-01-16 21:07:25 -05:00
Stefan Monnier
e59eee439c
* lisp/emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
...
call to `eval' rather than a backquoted lambda.
2013-01-16 14:06:15 -05:00
Glenn Morris
5dfac85d20
Auto-commit of loaddefs files.
2013-01-16 07:21:01 -05:00
Glenn Morris
059fc5111d
* lisp/gnus/smiley.el (smiley-style): Make the file loadable in batch mode.
...
Not likely to be very useful, of course, but helps with automated testing.
2013-01-15 21:46:25 -05:00
Glenn Morris
f8a42ad607
Doc fixes related to "(declare (indent symbol))" (bug#13450)
...
* doc/lispref/macros.texi (Indenting Macros):
Fix order of an indent symbol's arguments.
* lisp/emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2013-01-15 21:03:06 -05:00
Glenn Morris
41b057adee
* rmailmm.el (rmail-insert-mime-forwarded-message): Revert 2012-12-29 change
...
Ref:
<http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html >
(Do not merge to trunk)
2013-01-15 20:44:11 -05:00
Stefan Monnier
cb9c0a53bc
* lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
...
the use of nadvice.el.
* lisp/emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
to return an explicit nil.
(advice--remove-function): Change accordingly.
* test/automated/advice-tests.el: Split up. Add advice-test-preactivate.
2013-01-15 01:05:22 -05:00
Stefan Monnier
ef8214345b
* lisp/gnus/nnimap.el (nnimap-keepalive): Don't throw an error if there's no
...
more imap process running.
2013-01-14 23:26:28 -05:00
Stefan Monnier
6e8cd0aeca
* lisp/progmodes/which-func.el (which-function): Silence imenu errors.
...
Fixes: debbugs:13433
2013-01-14 23:20:13 -05:00
Michael Mauger
4586ce8a59
* progmodes/sql.el: (sql-imenu-generic-expression):
...
(sql-mode-font-lock-object-name): Match schema qualified names.
(sql-connect): Use string keys.
(sql-product-interactive): Wait for interpreter prompt.
(sql-comint-oracle): Set process coding based on NLS_LANG.
2013-01-14 22:21:56 -05:00
Michael Mauger
9d55215c18
* progmodes/sql.el (sql-output-to-send): Remove, unused.
...
(sql-interactive-remove-continuation-prompt):
(sql-send-magic-terminator, sql-interactive-mode): Remove references.
2013-01-14 21:35:45 -05:00
Julien Danjou
982c5d68ff
gnus-sum.el: gnus-sum: fix `gnus-summary-from-or-to-or-newsgroups' address comparison
2013-01-14 22:09:16 +00:00
Leo Liu
57dd9e6886
Sync window-point and point in calendar-redraw
...
Fixes: debbugs:13420
2013-01-14 23:39:04 +08:00
Glenn Morris
6f24caecb0
Auto-commit of loaddefs files.
2013-01-14 06:20:54 -05:00
Glenn Morris
d6d02e06ee
Remove compilation-error-regexp-alist-alist (presumed) extraneous backslash
2013-01-13 17:09:38 -08:00
Glenn Morris
51e7349210
Fix interpretation of gnu line.col1-col2 error message format
...
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
* test/automated/compile-tests.el (compile-tests--test-regexps-data):
Fix interpretation of gnu line.col1-col2 format.
Fixes: debbugs:13335
2013-01-13 17:08:13 -08:00
Romain Francoise
b35b088608
Delete merge marker.
2013-01-13 22:26:10 +01:00
Glenn Morris
c0511b5769
Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.edu
2013-01-13 12:03:01 -08:00
Richard M. Stallman
9f7e86ef28
Doc fix.
2013-01-13 14:48:04 -05:00
Richard M. Stallman
4c0a6d4abd
Fix bug that f in Rmail, in some situations, would insert entire Rmail file.
2013-01-13 14:46:27 -05:00
Eli Zaretskii
ad33a799f8
Avoid warnings from cus-start.el regarding scroll-bar-adjust-thumb-portion.
...
lisp/cus-start.el (all): Avoid warnings about
scroll-bar-adjust-thumb-portion on platforms where it is not
defined.
2013-01-13 19:47:45 +02:00
Bastien Guerry
a89c8ef024
Merge Org 7.9.3d (commit e8f5b0ad).
2013-01-13 11:33:16 +01:00
Jan Djärv
616763d517
Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.
...
* lisp/cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
* src/xterm.c (syms_of_xterm): Adjust documentation for
scroll-bar-adjust-thumb-portion.
2013-01-11 06:09:30 +01:00
Stefan Monnier
e5b5a34dd1
* lisp/jit-lock.el (jit-lock-debug-mode): New minor mode.
...
(jit-lock--debug-fontifying): New var.
(jit-lock--debug-fontify): New function.
* lisp/subr.el (condition-case-unless-debug): Don't prevent catching the
error, just let the debbugger run.
* lisp/emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
timer code and don't drop errors silently.
2013-01-12 20:23:48 -05:00
Michael Albinus
71c661e4e6
* autorevert.el (auto-revert-notify-handler): Use `file-equal-p'.
2013-01-12 20:24:27 +01:00
Michael Albinus
2daddd9e8a
* autorevert.el (auto-revert-notify-watch-descriptor): Give it
...
`permanent-local' property.
2013-01-12 14:30:00 +01:00
Eli Zaretskii
86fbb162a4
Fix filtering of file notification events in autorevert.el.
...
lisp/autorevert.el (auto-revert-notify-handler): Fix filtering of
file notification by ACTION. For filtering by file name, compare
only the non-directory part of the file name.
2013-01-12 13:25:39 +02:00
Stefan Monnier
96c421bba7
* lisp/autorevert.el: Use cl-lib instead of cl.
2013-01-11 23:17:08 -05:00
Stefan Monnier
a07846093f
* lisp/vc/vc-bzr.el (vc-bzr--sanitize-header): New function.
...
(vc-bzr-checkin): Use it.
* lisp/vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
will preserve match-data.
Fixes: debbugs:13307
2013-01-11 22:15:14 -05:00
Felix H. Dahlke
f90ff90659
* lisp/progmodes/js.el: Fix multiline declarations's indentation.
...
(js--declaration-keyword-re): New var.
(js--multi-line-declaration-indentation): New function.
(js--proper-indentation): Use it.
Fixes: debbugs:8576
2013-01-11 18:24:52 -05:00
Aaron S. Hawley
9fc9a531a5
Disambiguate function and variable references in docstrings.
...
* lisp/comint.el (comint-history-isearch-message): Fix ambiguous doc
string cross-reference(s).
* lisp/ffap.el (ffap-string-at-point-region, ffap-next)
(ffap-string-at-point, ffap-string-around)
(ffap-copy-string-as-kill, ffap-highlight-overlay)
(ffap-literally): Fix ambiguous doc string cross-reference(s).
* lisp/font-lock.el (font-lock-keywords-alist)
(font-lock-removed-keywords-alist): Fix ambiguous doc string
cross-reference(s).
* lisp/help-mode.el (help-xref-symbol-regexp): Add "call" as a hint for
a cross-reference to a function.
* lisp/info.el (Info-find-emacs-command-nodes): Fix ambiguous doc
string cross-reference(s).
* lisp/isearch.el (isearch-message-function, isearch-fail-pos): Fix
ambiguous doc string cross-reference(s).
* lisp/misearch.el (multi-isearch-next-buffer-function): Fix ambiguous
doc string cross-reference(s).
* lisp/newcomment.el (comment-box): Fix ambiguous doc string
cross-reference(s).
* lisp/printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
(pr-setting-database): Fix ambiguous doc string
cross-reference(s).
* lisp/ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
(ps-n-up-filling-database): Fix ambiguous doc string
cross-reference(s).
* lisp/server.el (server-buffer, server-log): Fix ambiguous doc string
cross-reference(s).
* lisp/simple.el (newline, delete-backward-char, delete-forward-char)
(minibuffer-history-isearch-message, kill-line, track-eol)
(temporary-goal-column): Fix ambiguous doc string
cross-reference(s).
* lisp/whitespace.el (whitespace-point)
(whitespace-font-lock-refontify, whitespace-bob-marker)
(whitespace-eob-marker): Fix ambiguous doc string
cross-reference(s).
* lisp/calc/calc.el (calc-highlight-selections-with-faces)
(calc-dispatch): Fix ambiguous doc string cross-reference(s).
* lisp/emacs-lisp/edebug.el (edebug-read, edebug-eval-defun): Fix
ambiguous doc string cross-reference(s).
* lisp/gnus/gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
cross-reference(s).
* lisp/gnus/gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
cross-reference(s).
* lisp/international/mule.el (add-to-coding-system-list): Fix ambiguous
doc string cross-reference(s).
* lisp/progmodes/cc-fonts.el (c-font-lock-keywords-3)
(c++-font-lock-keywords-3, objc-font-lock-keywords-3)
(java-font-lock-keywords-3, idl-font-lock-keywords-3)
(pike-font-lock-keywords-3): Fix ambiguous doc string
cross-reference(s).
* lisp/progmodes/compile.el (compile): Fix ambiguous doc string
cross-reference(s).
* lisp/progmodes/etags.el (tags-table-files)
(tags-table-files-function, tags-included-tables-function): Fix
ambiguous doc string cross-reference(s).
* lisp/progmodes/gdb-mi.el (gdb, gdb-setup-windows)
(gdb-restore-windows): Fix ambiguous doc string
cross-reference(s).
* lisp/textmodes/flyspell.el (flyspell-mark-duplications-flag)
(flyspell-default-deplacement-commands): Fix ambiguous doc string
cross-reference(s).
* lisp/textmodes/ispell.el (ispell-accept-output): Fix ambiguous doc
string cross-reference(s).
* lisp/textmodes/sgml-mode.el (html-tag-help): Fix ambiguous doc string
cross-reference(s).
* lisp/vc/compare-w.el (compare-ignore-whitespace)
(compare-ignore-case, compare-windows-dehighlight): Fix ambiguous
doc string cross-reference(s).
* lisp/vc/diff.el (diff): Fix ambiguous doc string cross-reference(s).
* src/insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
ambiguous doc string cross-reference(s).
* src/keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
doc string cross-reference(s).
* src/window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
string cross-reference(s).
Fixes: debbugs:12686
2013-01-11 18:08:55 -05:00
Stefan Monnier
ab7c80f1b8
*** empty log message ***
2013-01-11 18:03:04 -05:00