- 07 Apr, 2014 2 commits
-
-
Glenn Morris authored
Fixes: debbugs:17159
-
Glenn Morris authored
-
- 06 Apr, 2014 6 commits
-
-
João Távora authored
* lisp/elec-pair.el (electric-pair-backward-delete-char): Delete. (electric-pair-backward-delete-char-untabify): Delete. (electric-pair-mode-map): Bind backspace to a menu item filtering a new `electric-pair-delete-pair' command. (electric-pair-delete-pair): New command. Fixes: debbugs:16981
-
João Távora authored
* lisp/progmodes/python.el (python-electric-pair-string-delimiter): Fix triple-quoting electricity. * test/automated/python-tests.el (python-triple-quote-pairing): New test. (python-syntax-after-python-backspace): New test. Fixes: debbugs:17192
-
João Távora authored
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Don't skip whitespace for quote syntax when `electric-pair-text-pairs' and `electric-pair-pairs' were used. * test/automated/electric-tests.el (electric-pair-define-test-form): More readable test docstrings. (whitespace-skipping-for-quotes-not-ouside) (whitespace-skipping-for-quotes-only-inside) (whitespace-skipping-not-without-proper-syntax): Fixes: debbugs:17183
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lisp/leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for "<F>".
-
Stefan Monnier authored
(mpc--status-idle-timer-run): Use mpc--status-timer-run.
-
- 05 Apr, 2014 4 commits
-
-
Glenn Morris authored
* doc/emacs/trouble.texi (Checklist): * doc/lispref/os.texi (Recording Input): Dribble files may contain passwords. * lisp/help.el (view-lossage): Doc tweak. * src/keyboard.c (Fopen_dribble_file): Doc tweak.
-
Matthias Dahl authored
lisp/faces.el (make-face-x-resource-internal): Do nothing when inhibit-x-resources is non-nil. Don't touch the default face if reversed video is given--as was done in previous versions of Emacs. (face-set-after-frame-default): Don't call make-face-x-resource-internal here.
-
Matthias Dahl authored
lisp/faces.el (face-spec-choose): Accept additional optional argument, whose value is returned if no matching attributes are found. (face-spec-recalc): Use the new optional argument when calling face-spec-choose.
-
Matthias Dahl authored
lisp/faces.el (face-spec-recalc): Call make-face-x-resource-internal only when inhibit-x-resources is nil, and do that earlier in the function. Doc fix.
-
- 04 Apr, 2014 7 commits
-
-
Tassilo Horn authored
* lisp/doc-view.el (doc-view-bookmark-jump): Use `bookmark-after-jump-hook' to jump to the right page after the buffer is shown in a window.
-
Stefan Monnier authored
-
Jan Djärv authored
* nsmenu.m (update_frame_tool_bar): Return early if view or toolbar is nil. If waiting for toolbar to complete, force a redraw. (free_frame_tool_bar): Set wait_for_tool_bar = NO * nsterm.h (EmacsView): Add wait_for_tool_bar. * nsterm.m (updateFrameSize:): If waiting for the tool bar and tool bar is zero height, just return (Bug#16976). (initFrameFromEmacs:): Initialize wait_for_tool_bar.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lisp/international/characters.el (mirroring): Fix last change: instead of loading uni-mirrored.el explicitly, do that implicitly by creating the 'mirroring' uniprop table. This avoids announcing the loading of uni-mirrored.el.
-
Glenn Morris authored
* doc/emacs/arevert-xtra.texi (Supporting additional buffers): * doc/lispref/backups.texi (Reverting): Update for buffer-stale-function also applying to file-buffers. * lisp/autorevert.el (auto-revert-buffers): * lisp/files.el (buffer-stale--default-function) (buffer-stale-function, revert-buffer--default): Doc tweaks. * etc/NEWS: Related edits.
-
Glenn Morris authored
* doc/emacs/files.texi (Backup Names): * doc/emacs/arevert-xtra.texi (Supporting additional buffers): * doc/lispref/backups.texi (Making Backups, Reverting): Update for default values of some -function vars no longer being nil. * etc/NEWS: Related edits.
-
- 03 Apr, 2014 6 commits
-
-
Eli Zaretskii authored
lisp/international/characters.el: Preload uni-mirrored.el.
-
Ken Brown authored
* nt/emacs.rc: Don't use manifest on Cygwin. * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these variables empty on Cygwin. * src/Makefile.in (EMACS_MANIFEST): Update comment.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/files.el (make-backup-file-name-function) (make-backup-file-name, make-backup-file-name--default-function) (make-backup-file-name-1, find-backup-file-name) (revert-buffer-function, revert-buffer-insert-file-contents-function) (buffer-stale--default-function, buffer-stale-function) (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p) (revert-buffer, revert-buffer--default) (revert-buffer-insert-file-contents--default-function): Doc fixes related to defaults no longer being nil. (make-backup-file-name-function): Bump :version. Restore nil as a valid but deprecated custom type. * etc/NEWS: Related edit.
-
Stefan Monnier authored
used as a variable. Fixes: debbugs:17174
-
- 02 Apr, 2014 7 commits
-
-
Stefan Monnier authored
and "for" statement modifiers introducing expressions. Fixes: debbugs:17116
-
Stefan Monnier authored
Handle forward-sexp failure. Fixes: debbugs:16985
-
Martin Rudalics authored
* xterm.c (x_new_font): Don't calculate non-toolkit scrollbar width from font width (Bug#17163).
-
Glenn Morris authored
* lisp/menu-bar.el (menu-bar-file-menu): * lisp/vc/ediff.el (ediff-current-file): Update for revert-buffer-function no longer being nil by default.
-
Glenn Morris authored
-
Glenn Morris authored
-
Nicolas Richard authored
* lisp/simple.el (command-execute): Do not execute the command when it is disabled; fixes thinko in 2013-02-20 conversion from C. Fixes: debbugs:17151
-
- 01 Apr, 2014 2 commits
-
-
Glenn Morris authored
In case anyone uses 24.4 to edit trunk Emacs sources * lisp/cedet/ede/emacs.el (ede-emacs-version): Update AC_INIT regexp. Fixes: debbugs:17160
-
Glenn Morris authored
-
- 31 Mar, 2014 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
Fixes: debbugs:17137
-
Glenn Morris authored
consistent with src/config.h.
-
Jan Djärv authored
Backport from trunk.
-
- 30 Mar, 2014 2 commits
-
-
Daniel Colascione authored
Fixes: debbugs:17069
-
Eli Zaretskii authored
-