- 25 May, 2013 10 commits
-
-
Stefan Monnier authored
Fixes: debbugs:14446
-
Stefan Monnier authored
error-completion on the first 2 args of condition-case. Fixes: debbugs:14446
-
Leo Liu authored
*Messages* buffer with trivial messages.
-
Stefan Monnier authored
eval-expression. Set completion-at-point-functions. (eval-expression, eval-minibuffer): Use it. * lisp/progmodes/flymake.el (flymake-nop): Don't return a string. (flymake-set-at): Fix typo. Fixes: debbugs:14465
-
Xue Fuqiao authored
-
Leo Liu authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* progmodes/flymake.el (flymake-save-buffer-in-file) (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop) (flymake-selected-frame, flymake-log, flymake-ins-after) (flymake-set-at, flymake-get-buildfile-from-cache) (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache) (flymake-find-possible-master-files, flymake-save-buffer-in-file): Refine the doc string. (flymake-get-file-name-mode-and-masks): Reformat. (flymake-get-real-file-name-function): Fix a minor bug. * flymake.texi: Changing from one space between sentences to two.
-
- 24 May, 2013 24 commits
-
-
Juri Linkov authored
format used by git-grep for lines with function names. Fixes: debbugs:13549
-
Stefan Monnier authored
(smie-setup): Use add-function to set it. * lisp/progmodes/octave.el (octave-smie-rules): Return nil rather than 0 after a semi-colon; it works better for smie-auto-fill. (octave--indent-new-comment-line): New function. (octave-indent-new-comment-line): Use it (indirectly). (octave-mode): Don't disable smie-auto-fill. Use add-function to modify comment-line-break-function.
-
Sam Steingold authored
argument (before the `interactive' argument).
-
Stefan Monnier authored
image-mode-winprops-alist before running image-mode-new-window-functions. * lisp/doc-view.el (doc-view-new-window-function): Don't delay doc-view-goto-page via timers. Fixes: debbugs:14435
-
Julien Danjou authored
-
Dmitry Gutov authored
-
Fabrice Niessen authored
-
Tassilo Horn authored
(doc-view-desktop-save-buffer): New function. (doc-view-restore-desktop-buffer): New function. (desktop-buffer-mode-handlers): Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode handler. (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom `desktop-save-buffer' function.
-
Michael Albinus authored
-
Michael Albinus authored
-
Michael Albinus authored
(tramp-gvfs-file-name-handler): Raise a user error when `tramp-gvfs-enabled' is nil. (top): Register signals only when `tramp-gvfs-enabled' is non-nil. Do not raise a user error when loading package. (Bug#14447)
-
Glenn Morris authored
* cedet/semantic/bovine/c-by.el (semantic-parse-region): * cedet/semantic/wisent/javat-wy.el (semantic-parse-region): * cedet/semantic/wisent/js-wy.el (semantic-parse-region): * cedet/semantic/wisent/python-wy.el (semantic-parse-region): Declare. * cedet/semantic/bovine/grammar.el (bovine-make-parsers): Avoid free variable `copyright-end'.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* progmodes/cperl-mode.el (cperl-mode): Use fboundp. (Info-find-node, Man-getpage-in-background): Declare.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/net/socks.el (socks-split-string): Use this rather than split-string. (socks-nslookup-host): Update for above change. (dynamic-choice, s5-dynamic-choice-match) (s5-dynamic-choice-match-inline, s5-widget-value-create): Comment out unused code. Comment out other unused code in a more standard manner, with ";" rather than "'".
-
Glenn Morris authored
* tooltip.el (tooltip-use-echo-area): Warn only on 'set. * progmodes/gud.el (gud-gdb-completion-function): Move before use. (gud-tooltip-echo-area): Make obsolete. (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* obsolete/sym-comp.el: No need to load hipper-exp when compiling. (he-search-string, he-tried-table, he-expand-list) (he-init-string, he-string-member, he-substitute-string) (he-reset-string): Declare.
-
Glenn Morris authored
-
- 23 May, 2013 6 commits
-
-
Sam Steingold authored
down to `call-process-region' to comply with he doc as reported on <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
-
Eli Zaretskii authored
about the w32 console reading non-ASCII characters.
-
Stefan Monnier authored
(smie-indent-backward-token): Handle string tokens. Fixes: debbugs:14381
-
Stefan Monnier authored
* src/keyboard.c: Apply keyboard decoding only to events that come directly from the tty, not from unread-command-events (bug#14368). (read_event_from_main_queue): New function, extracted from read_char). (read_decoded_char): Remove. (read_decoded_event_from_main_queue): New function to replace it. (read_char): Use it. (read_key_sequence): Use read_char rather than read_decoded_char. Fixes: debbugs:14403
-
Rüdiger Sonderfeld authored
(inferior-emacs-lisp-mode): Set comment-start.
-
Tassilo Horn authored
action.
-