- 15 Mar, 2012 2 commits
-
-
Stefan Monnier authored
Fix up parsing of multiline twoarg non-paired elements. Fixes: debbugs:11014
-
Stefan Monnier authored
(imenu-add-to-menubar): Don't add a redundant index. (imenu-update-menubar): Handle a dynamically composed keymap. Fixes: debbugs:9199
-
- 14 Mar, 2012 2 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* url-queue.el (url-queue-kill-job): Make sure that the callback is always called, even if we have a timeout.
-
- 13 Mar, 2012 8 commits
-
-
Katsumi Yamaoka authored
-
Glenn Morris authored
* lisp/calendar/calendar.el (calendar-string-spread): Handle non-unit-width characters a bit better.
-
Glenn Morris authored
-
Leo Liu authored
directory and file as argument. Fixes: debbugs:10822
-
Glenn Morris authored
-
Йордан Миладинов authored
Fixes: debbugs:10893
-
Kaushik Srenevasan authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00753.html * lisp/progmodes/gdb-mi.el (gdb-invalidate-disassembly): For dynamically generated code, follow $PC. (gdb-disassembly-handler-custom): Handle no function name case. Fixes: debbugs:10597
-
Tim Landscheidt authored
* lisp/calendar/icalendar.el (icalendar-export-file, icalendar-import-file): * lisp/emulation/ws-mode.el (ws-query-replace): * lisp/sort.el (sort-regexp-fields): Fix missing trailing whitespace in interactive prompts. Fixes: debbugs:11002
-
- 12 Mar, 2012 14 commits
-
-
Paul Eggert authored
-
David Engster authored
(semanticdb-find-translate-path-brutish-default): If we don't yet have a proper table for PATH, use `semanticdb-current-database' instead (bug #10343).
-
Stefan Monnier authored
(dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove. (dabbrev-completion): Don't use an obarray; provide a cycle-sort-function. Fixes: debbugs:10963
-
Leo Liu authored
comparison. (kill-do-not-save-duplicates): Doc fix.
-
Stefan Monnier authored
Use lexical binding and wrap to 80 columns. (dabbrev-completion): Delay computing the list of completions. Fixes: debbugs:10963
-
Lars Magne Ingebrigtsen authored
-
Chong Yidong authored
-
Paul Eggert authored
-
Kenichi Handa authored
international/quail.el (quail-insert-kbd-layout): Surround each row by LRO and PDF instead of inserting many LRMs. Pad the left and right of each non-spacing marks. Insert invisible space between lower and upper characters to prevent composition.
-
Chong Yidong authored
This is a tweak to 2012-02-23T07:28:21Z!cyd@gnu.org, suggested by Stefan. * eval.c (inhibit_lisp_code): Rename from inhibit_window_configuration_change_hook; move from window.c. * xfns.c (unwind_create_frame_1, Fx_create_frame): * window.c (run_window_configuration_change_hook) (syms_of_window): Callers changed.
-
Stefan Monnier authored
function is run twice via different commands. (complete-with-action): Fix docstring. Fixes: debbugs:10958
-
Chong Yidong authored
* lisp/nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET. (nxml-completion-at-point-function): New function. (nxml-mode): Use it. (nxml-bind-meta-tab-to-complete-flag): Default to t. Fixes: debbugs:6776
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-unpack, package-unpack-single): Load generated autoloads file before byte compiling. (package--make-autoloads-and-compile): New helper fun. Fixes: debbugs:10970
-
Christopher Schmidt authored
-
- 11 Mar, 2012 14 commits
-
-
David Engster authored
child-mode of `javascript-mode' (bug #8445).
-
Michael Albinus authored
-
Michael Albinus authored
file-readable-p is applied only for local files or in auto-revert-tail-mode.
-
Andreas Schwab authored
result string.
-
Andreas Schwab authored
* lib-src/emacsclient.c (main): Handle -print-nonl command. * lisp/server.el (server-msg-size): New constant. (server-reply-print): New function. (server-eval-and-print): Use it. (server-eval-at): Use server-quote-arg and server-unquote-arg. Handle -print-nonl.
-
Christopher Schmidt authored
Fixes: debbugs:10987
-
Chong Yidong authored
Fixes: debbugs:9700
-
Chong Yidong authored
Fixes: debbugs:9938
-
Chong Yidong authored
* doc/lispref/text.texi (Fields): Minor copyedit. Fixes: debbugs:9452
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/subr.el (save-window-excursion): Doc fix. * doc/lispref/windows.texi (Window Configurations): save-window-excursion is now a macro. * doc/lispref/display.texi (Temporary Displays): with-output-to-temp-buffer is now a macro. Fixes: debbugs:9979
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/url/url-http.el (url-http-end-of-document-sentinel): Handle keepalive expiry by calling url-http again. (url-http): New arg, for the above. Fixes: debbugs:10223
-
Martin Rudalics authored
* window.el (split-window-below): Fix bug in case where split-window-keep-point is nil (Bug#10971).
-