- 06 Apr, 2014 1 commit
-
-
Stefan Monnier authored
-
- 05 Apr, 2014 2 commits
-
-
Glenn Morris authored
-
Leo Liu authored
define-compilation-mode.
-
- 04 Apr, 2014 4 commits
-
-
João Távora authored
* lisp/elec-pair.el: (electric-pair--syntax-ppss): When inside comments parse from comment beginning. (electric-pair--balance-info): Fix typo in comment. (electric-pair--in-unterminated-string-p): Delete. (electric-pair--unbalanced-strings-p): New function. (electric-pair-string-bound-function): New var. (electric-pair-inhibit-if-helps-balance): Decide quote pairing according to `electric-pair--in-unterminated-string-p' * test/automated/electric-tests.el (define-electric-pair-test): Don't overtest.. (inhibit-in-mismatched-string-inside-ruby-comments): New test. (inhibit-in-mismatched-string-inside-c-comments): New test.
-
Stefan Monnier authored
Move declaration before first use. (reftex-move-to-next-arg): Silence compiler warning.
-
Stefan Monnier authored
(erc-load-script): Tighten a regexp.
-
Joost Kremers authored
* textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge): Use `window-total-width' instead of `window-width'.
-
- 03 Apr, 2014 1 commit
-
-
Daniel Colascione authored
-
- 02 Apr, 2014 5 commits
-
-
Richard M. Stallman authored
* subr.el (set-transient-map): Comment out previous change.
-
João Távora authored
* lisp/elec-pair.el (electric-pair-inhibit-if-helps-balance): Inhibit quote pairing if point-max is inside an unterminated string. (electric-pair--looking-at-unterminated-string-p): Delete. (electric-pair--in-unterminated-string-p): New function. * test/automated/electric-tests.el (inhibit-if-strings-mismatched): New test, change from `inhibit-only-of-next-is-mismatched'.
-
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
-
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 6 commits
-
-
Daniel Colascione authored
-
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
Fixes: debbugs:17160
-
Michael Albinus authored
* url-tramp.el: New file. * url-handlers.el (url-handler-regexp): Add ssh, scp, rsync and telnet. Add :version. (url-file-handler): Call `url-tramp-file-handler' if appropriate.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 31 Mar, 2014 7 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
Fixes: debbugs:17137
-
Leo Liu authored
out eldoc-documentation-function-default. (eldoc-documentation-function-default): New function. (eldoc-documentation-function): Change value.
-
Glenn Morris authored
* lisp/progmodes/vhdl-mode.el (vhdl-speedbar-select-mra) (vhdl-compose-components-package, vhdl-compose-configuration): Abbreviate default-directory.
-
Glenn Morris authored
Include restoring manual line-breaks to state before 2014-03-28T16:26:15Z!mina86@mina86.com.
-
Reto Zimmermann authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg01137.html * lisp/progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update. (top-level): No longer require assoc. (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget): New functions. Use throughout to replace aget etc. (vhdl-aput-delete-if-nil): Rename from vhdl-aput. (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename. (vhdl-template-replace-header-keywords): Fix bug for "<title string>". (vhdl-compile-init): Do not initialize regexps for Emacs 22+. (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers except `vhdl-compiler'. (vhdl-error-regexp-add-emacs): Remove all other compilers, when appropriate.
-
Glenn Morris authored
* lisp/progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren): Revert 2014-03-26 merge goof; go back to using defalias. Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg01104.html
-
- 30 Mar, 2014 2 commits
-
-
Daniel Colascione authored
-
Glenn Morris authored
-
- 29 Mar, 2014 5 commits
-
-
Juri Linkov authored
because its match data is used afterwards.
-
Glenn Morris authored
* lisp/cedet/ede/dired.el (ede-dired-minor-mode): Add autoload cookie. (generated-autoload-file, generated-autoload-load-name): Set file-local values. * lisp/cedet/ede.el: Load ede/loaddefs at compile time too. (ede-dired-minor-mode): Remove hand-written autoload.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/textmodes/reftex.el: Manage most autoloads automatically. * lisp/textmodes/reftex-auc.el, lisp/textmodes/reftex-cite.el: * lisp/textmodes/reftex-dcr.el, lisp/textmodes/reftex-global.el: * lisp/textmodes/reftex-index.el, lisp/textmodes/reftex-parse.el: * lisp/textmodes/reftex-ref.el, lisp/textmodes/reftex-sel.el: * lisp/textmodes/reftex-toc.el: Set generated-autoload-file, and add autoload cookies for reftex.el. * lisp/Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
-
- 28 Mar, 2014 7 commits
-
-
Glenn Morris authored
* configure.ac (AC_INIT): Add "GNU" in package, add bug address. (PACKAGE_BUGREPORT): Use it. * src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION. (emacs_bugreport): New variable. (usage_message): Use PACKAGE_BUGREPORT. (syms_of_emacs) <report-emacs-bug-address>: New variable. * lisp/cus-start.el (report-emacs-bug-address): Set custom properties. * lisp/mail/emacsbug.el (report-emacs-bug-address): Variable is now defined in emacs.c.
-
Glenn Morris authored
* lisp/urlurl-http.el (url-http-handle-authentication): * lisp/url/url-news.el (url-news-fetch-message-id): Use M-x report-emacs-bug in help messages.
-
Stefan Monnier authored
0 like nil.
-
Glenn Morris authored
* configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. (EMACS_CONFIG_FEATURES): New define. * src/emacs.c (syms_of_emacs) <system-configuration-features>: New var. * lisp/mail/emacsbug.el (report-emacs-bug): Include system-configuration-features. * etc/NEWS: Mention this.
-
Michal Nazarewicz authored
* simple.el (cycle-spacing): Never delete spaces on first run by default, but do so in a new 'fast mode and if there are already N spaces (the previous behaviour). Compare N with its value in previous invocation so that changing prefix argument restarts `cycle-spacing' sequence. The idea is that with this change, binding M-SPC to `cycle-spacing' should not introduce any changes in behaviour of the binding so long as users do not type M-SPC twice in a raw with the same prefix argument or lack thereof.
-
Glenn Morris authored
* lisp/faces.el (tty-run-terminal-initialization): Use tty-find-type so that aliases are matched with the hyphen and underscore stripping behavior.
-
Glenn Morris authored
-