- 18 May, 2012 1 commit
-
-
Eli Zaretskii authored
nt/configure.bat: Ensure a space between %var% expansion and redirection symbol '>', which breaks when %var% ends in a digit, such as 1.
-
- 17 May, 2012 3 commits
-
-
Stefan Monnier authored
parens around the arg list. Silly backport. Fixes: debbugs:11499
-
Glenn Morris authored
-
Chong Yidong authored
Regenerate ldefs-boot.el and AUTHORS.
-
- 16 May, 2012 3 commits
-
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Chong Yidong authored
-
- 15 May, 2012 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Fix last change.
-
Chong Yidong authored
Suggested by Martin Rudalics. * doc/lispref/display.texi (Face Functions): Fix define-obsolete-face-alias. * doc/lispref/functions.texi (Obsolete Functions): Fix doc for set-advertised-calling-convention. * doc/lispref/modes.texi (Mode Help): Fix describe-mode. * doc/lispref/variables.texi (Variable Aliases): Fix make-obsolete-variable. * lisp/help.el (describe-mode): Doc fix.
-
Chong Yidong authored
Fixes: debbugs:11267
-
Martin Rudalics authored
* commands.texi (Recursive Editing): recursive-edit is a command. * compile.texi (Docs and Compilation): byte-compile-dynamic-docstrings is an option. * debugging.texi (Invoking the Debugger): debug is a command. * display.texi (Progress): progress-reporter-update and progress-reporter-force-update have VALUE argument optional. (Animated Images): Use non-@code{nil} instead of non-nil. * files.texi (Format Conversion Round-Trip): Use non-@code{nil} instead of non-nil. * frames.texi (Creating Frames): make-frame is a command. (Input Focus): select-frame is a command. (Pointer Shape): void-text-area-pointer is an option. * help.texi (Describing Characters): read-kbd-macro is a command. (Help Functions): describe-prefix-bindings is a command. * markers.texi (Creating Markers): Both arguments of copy-marker are optional. * minibuf.texi (Reading File Names): Use @kbd instead of @code. * modes.texi (Mode Line Variables): mode-line-remote and mode-line-client are not options. (Imenu): imenu-add-to-menubar is a command. (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil. * os.texi (Sound Output): play-sound-file is a command. * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}. * processes.texi (Signals to Processes): Use @key{RET} instead of @code{RET}. (Signals to Processes): signal-process is a command. * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}. (Base 64): base64-encode-string is not a command while base64-decode-region is. * windows.texi (Switching Buffers): pop-to-buffer is a command.
-
- 13 May, 2012 3 commits
-
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Don't report a position visible when move_it_to stopped at the last line of window, which happens to be scanned backwards by the bidi iteration.
-
Eli Zaretskii authored
src/xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we already have overlays loaded. (handle_single_display_spec): Before returning without displaying fringe bitmap, synchronize the bidi iterator with the main display iterator, by calling iterate_out_of_display_property. (iterate_out_of_display_property): Detect buffer iteration by testing that it->string is a Lisp string. (get_next_display_element): When the current object is exhausted, and there's something on it->stack, call set_iterator_to_next to proceed with what's on the stack, instead of returning zero. (set_iterator_to_next): If called at the end of a Lisp string, proceed to consider_string_end without incrementing string position. Don't increment display vector index past the end of the display vector.
-
Chong Yidong authored
-
- 12 May, 2012 2 commits
-
-
Andreas Schwab authored
reference commands.
-
Andreas Schwab authored
-
- 11 May, 2012 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (handle_single_display_spec): Return 1 for left-margin and right-margin display specs even if the spec is invalid or we are on a TTY, and thus unable to display on the fringes. That's because the text with the property will not be displayed anyway, so we need to signal to the caller that this is a "replacing" display spec. This fixes display when the spec is invalid or we are on a TTY.
-
Stefan Monnier authored
-
- 09 May, 2012 3 commits
-
-
Paul Eggert authored
This bug broke the build on AIX. Problem reported by Gilles Pion.
-
Jason L. Wright authored
the following \r\n using a single `process-send-string', since the Lotus SMTP server refuses to accept any commands if they are sent with two `process-send-string's. Fixes: debbugs:11444
-
Stefan Monnier authored
Obey pcomplete-arg-quote-list inside double-quoted args as well. Fixes: debbugs:11348
-
- 08 May, 2012 5 commits
-
-
Glenn Morris authored
* doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/two-volume.make (emacsdir): New. (tex): Add directory with emacsver.texi to TEXINPUTS.
-
Stefan Monnier authored
Fixes: debbugs:11348
-
- 07 May, 2012 2 commits
-
-
Glenn Morris authored
-
Chong Yidong authored
* lisp/ansi-color.el (ansi-color-process-output): Check for validity of comint-last-output-start before using it. This avoids a bad interaction with gdb-mi's input/output buffer.
-
- 06 May, 2012 3 commits
-
-
Glenn Morris authored
-
Chong Yidong authored
Fixes: debbugs:11362
-
Chong Yidong authored
Fixes: debbugs:11410
-
- 05 May, 2012 9 commits
-
-
Glenn Morris authored
-
Andreas Schwab authored
-
Eli Zaretskii authored
src/w32proc.c (new_child): Force Windows to reserve only 64KB of stack for each reader_thread, instead of defaulting to 8MB determined by the linker. This avoids failures in creating subprocesses on Windows 7, see the discussion in this thread: http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-buffer-info): Avoid putting local variables into description.
-
Stefan Monnier authored
shell-delimiter-argument-list. (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list. Fixes: debbugs:11348
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* internals.texi (Garbage Collection, Memory Usage) (Writing Emacs Primitives): Tweak page breaks.
-
Glenn Morris authored
* doc/lispref/edebug.texi (Edebug Display Update): Improve page break. * doc/lispref/streams.texi (Output Variables): Improve page break.
-