- 15 May, 2013 2 commits
-
-
Stefan Monnier authored
the setter. Fixes: debbugs:14387
-
Stefan Monnier authored
surrounding group. * src/regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart. Fixes: debbugs:14402
-
- 14 May, 2013 4 commits
-
-
Juri Linkov authored
Fixes: debbugs:14390
-
Glenn Morris authored
(Bug#14402)
-
Jean-Philippe Gravel authored
signals for which replies are never received.
-
Jean-Philippe Gravel authored
(gdb-handler-alist, gdb-handler-number): Remove variables. (gdb-handler-list): New variable. (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function) (gdb-pending-handler-p, gdb-handle-reply) (gdb-remove-all-pending-triggers): New functions. (gdb-discard-unordered-replies): New defcustom. (gdb-handler): New defstruct. (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list. instead of gdb-pending-triggers. Update docstring. (gdb-init-1): Remove dead variables. Initialize gdb-handler-list. (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update) (gdb-var-update-handler, def-gdb-auto-update-trigger) (def-gdb-auto-update-handler, gdb-get-changed-registers) (gdb-changed-registers-handler, gdb-get-main-selected-frame) (gdb-frame-handler): Pending triggers are now automatically managed. (def-gdb-trigger-and-handler, def-gdb-auto-update-handler): Remove argument. (gdb-input): Automatically handles pending triggers. Update docstring. (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list. (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler): Update comments. (gdb-done-or-error): Now use gdb-handle-reply.
-
- 12 May, 2013 1 commit
-
-
Jean-Philippe Gravel authored
gdb-debug-log.
-
- 14 May, 2013 11 commits
-
-
Glenn Morris authored
(locate-user-emacs-file): Handle non-accessible .emacs.d. Not in NEWS, because you only need to know about this if you encounter it in the wild. Fixes: debbugs:13930
-
Eli Zaretskii authored
src/w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT unless we know that the window w is a leaf window. Another attempt at solving bug#14062.
-
Leo Liu authored
Fix invalid search bound error: wrong side of point.
-
Jan Djärv authored
Fixes: debbugs:14375
-
Yann Hodique authored
* lisp/emacs-lisp/package.el: Explicitly depend on a tabulated-list version. Fixes: debbugs:14137
-
Leo Liu authored
during redisplay. (octave-goto-function-definition, octave-find-definition): Minor tweaks.
-
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 10 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.
-