- 14 May, 2013 5 commits
-
-
Glenn Morris authored
(flymake-xml-init): Use it.
-
Glenn Morris authored
* admin/cus-test.el (cus-test-get-lisp-files): Ignore obsolete/. (cus-test-libs): Fix let-binding of default-directory. (cus-test-noloads): Load all libs for the comparison.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el. * term/sup-mouse.el: Move to obsolete/. * etc/NEWS: Mention this.
-
- 13 May, 2013 8 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
as a hack workaround. Fixes: debbugs:14384
-
Glenn Morris authored
-
Leo Liu authored
(octave-comment-start-skip): Include %!. (octave-mode): Set comment-start-skip to octave-comment-start-skip.
-
Paul Eggert authored
-
Paul Eggert authored
Reported privately by Han Boetes <han@boetes.org>.
-
Leo Liu authored
C-c C-q instead of C-M-q.
-
Leo Liu authored
of ### or %%%.
-
- 12 May, 2013 4 commits
-
-
Paul Eggert authored
Fixes: debbugs:14345
-
Glenn Morris authored
-
Leo Liu authored
of __octave_srcdir__ for octave-source-directories. (inferior-octave-check-process): New function refactored out of inferior-octave-send-list-and-digest. (octave-source-directories) (octave-find-definition-filename-function): New variables. (octave-source-directories) (octave-find-definition-default-filename): New functions. (octave-find-definition): Improve to find functions implemented in C++.
-
Glenn Morris authored
Fixes: debbugs:14349
-
- 11 May, 2013 16 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
There are no autoloads in these files, but there are defcustoms. See bug#5277. * ede/project-am.el, semantic/db-ebrowse.el, semantic/grammar.el: * semantic/sb.el, semantic/bovine/grammar.el, semantic/wisent/comp.el: * semantic/wisent/grammar.el, semantic/wisent/wisent.el: * srecode/fields.el: Set generated-autoload-load-name.
-
Glenn Morris authored
Treat cc-provide like provide.
-
Kevin Ryde authored
* lisp/cus-dep.el (custom-make-dependencies): Use generated-autoload-load-name for the sake of files such such cedet/semantic/bovine/c.el, where the base file name is not in load-path. Fixes: debbugs:5277
-
Glenn Morris authored
* dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el: Provide features.
-
Leo Liu authored
(octave-eldoc-message-style, octave-eldoc-cache): New variables. (octave-eldoc-function-signatures, octave-eldoc-function): New functions. (octave-mode, inferior-octave-mode): Add eldoc support.
-
Richard M. Stallman authored
and read it using `interactive'.
-
Leo Liu authored
(octave-reserved-words, octave-smie-bnf-table) (octave-smie-rules): Add new keywords from Octave 3.6.4.
-
Leo Liu authored
(octave-mode): Use it in smie-indent-functions. Fixes: debbugs:14350
-
Leo Liu authored
(octave-end-of-line): Check before using up-list because it jumps out of more syntactic contructs since moving to smie.
-
Glenn Morris authored
* admin/cus-test.el (cus-test-libs-noloads): Add a few more files. (cus-test-load-libs, cus-test-opts): Add option to load more/all Lisp files. (cus-test-get-lisp-files): Ignore .*.el files.
-
Glenn Morris authored
* lisp/faces.el (internal-face-x-get-resource): * lisp/frame.el (ns-display-monitor-attributes-list): * lisp/calc/calc-aent.el (math-to-radians-2): * lisp/cedet/ede/locate.el (cedet-cscope-version-check) (cedet-cscope-support-for-directory): * lisp/cedet/semantic/grammar.el (semantic-grammar-wy--install-parser): * lisp/emacs-lisp/package.el (tar-header-name, tar-header-link-type): Fix declarations.
-
Glenn Morris authored
* lisp/calc/calc-menu.el: Make it loadable in isolation. * lisp/gnus/gnus-vm.el: Make it loadable without VM. (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm. (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads. * lisp/net/eudcb-bbdb.el: Make it loadable without bbdb. (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones) (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result) (eudc-bbdb-query-internal): Require 'bbdb.
-
Glenn Morris authored
* lisp/lpr.el (lpr-headers-switches): * lisp/emacs-lisp/testcover.el (testcover-compose-functions): * lisp/cedet/ede/project-am.el (project-am-compile-project-command): Fix :type. * lisp/progmodes/sql.el (sql-login-params): Fix and improve :type.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 10 May, 2013 5 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* admin/cus-test.el (cus-test-libs-noloads): Add some files. (cus-test-get-lisp-files): New function. (cus-test-libs): Add option to load more/all Lisp files.
-
Leo Liu authored
longer a function and all uses changed. Use cache to speed up completion due to bug#11906. (octave-beginning-of-defun): Re-write to be more general.
-
Glenn Morris authored
-
- 09 May, 2013 2 commits
-
-
Stefan Monnier authored
* src/lread.c (skip_dyn_eof): New function. (read1): Use it to skip the end of a file in response to #@00.
-
Stefan Monnier authored
rather than :override for comint-redirect-filter. (comint-redirect-filter): Add the corresponding `orig-filter' argument. Call it instead of comint-redirect-original-filter-function (which is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
-