- 06 Feb, 2013 1 commit
-
-
Glenn Morris authored
-
- 05 Feb, 2013 1 commit
-
-
Daniel Colascione authored
-
- 04 Feb, 2013 1 commit
-
-
Glenn Morris authored
-
- 03 Feb, 2013 2 commits
-
-
Eric M. Ludlam authored
* doc/misc/ede.texi (Creating a project): Make ede-new doc less specific, and only about items it supports, indicating that there might be more. Remove refs to simple project and direct automake from ede new. (Simple projects): Re-write to not talk about ede-simple-project which is deprecated, and instead use the term to mean projects that don't do much management, just project wrapping. Add ede-generic-project link. (ede-generic-project): New node (bug#11441).
-
Glenn Morris authored
-
- 02 Feb, 2013 2 commits
-
-
Alan Mackenzie authored
cc-engine.el (c-get-fallback-scan-pos): Remove. (c-parse-state-get-strategy): Don't return 'BOD any more. (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE instead of narrowing. Widen to top of buffer before searching backwards for a brace pair. (c-state-push-any-brace-pair): Add HERE parameter to function call. (c-append-to-state-cache): Extra parameter HERE in place of narrowing. Narrow to parameter HERE, in place of being called narrowed. (c-remove-stale-state-cache): Extra parameter HERE in place of narrowing. Check there's an open brace in the cache before searching for its match. (c-invalidate-state-cache-1): Add HERE parameter to function call. (c-parse-state-1): Don't narrow here for 'forward strategy, instead passing extra parameter HERE to several functions. Remove 'BOD strategy.
-
Eli Zaretskii authored
-
- 01 Feb, 2013 6 commits
-
-
Stefan Monnier authored
running the final event's command since that command is in charge of activating the mark if needed. Fixes: debbugs:13523
-
Juri Linkov authored
variables deeper to the loop that searches for the next match. Add bindings for `isearch-nonincremental' and `isearch-adjusted'. Use `isearch-search-fun-default' instead of `isearch-search-fun'. * lisp/isearch.el (isearch-search-fun-default): Check for null first element of isearch-cmds as a precaution when it's used with inactive isearch. Fixes: debbugs:13579
-
Andrew W. Nosenko authored
error when buffer in question is narrowed so position 1 is out of visible part.
-
Glenn Morris authored
-
Eli Zaretskii authored
src/callproc.c (Fcall_process): Make sure program name in PATH and new_argv[0] is encoded, if needed. Otherwise, un-encoded string is passed to exec/spawnve, which fails unless the file-name encoding is UTF-8.
-
Eli Zaretskii authored
src/w32proc.c (sys_spawnve): Make sure escape_char is initialized, even if w32-quote-process-args is nil.
-
- 31 Jan, 2013 2 commits
-
-
David Engster authored
-
Glenn Morris authored
-
- 30 Jan, 2013 5 commits
-
-
Stefan Monnier authored
properties. Fixes: debbugs:13179
-
Glenn Morris authored
* lisp/mouse.el (mouse-drag-line): Avoid pushing same event onto unread-command-events twice in some cases. This tries to implement the 2012-07-26 changes in a different way. Fixes: debbugs:13560
-
Fabián Ezequiel Gallina authored
(python-pdbtrack-comint-output-filter-function): Enhancements on stacktrace detection. (thanks @gnovak)
-
Glenn Morris authored
-
Glenn Morris authored
Put back a version of the infinite loop test removed 2013-01-23.
-
- 28 Jan, 2013 2 commits
-
-
Fabián Ezequiel Gallina authored
python-shell-interpreter with modified environment.
-
Glenn Morris authored
-
- 27 Jan, 2013 2 commits
-
-
Eli Zaretskii authored
src/w32.c (sys_open): Zero out the flags for the new file descriptor. (sys_close): Zero out the flags for the file descriptor before closing it.
-
Stefan Monnier authored
-
- 26 Jan, 2013 1 commit
-
-
Eli Zaretskii authored
src/w32.c (parse_root, get_volume_info, readdir, read_unc_volume) (logon_network_drive, stat_worker, symlink, chase_symlinks): Use CharNextExA and CharPrevExA to iterate over file names encoded in DBCS.
-
- 25 Jan, 2013 2 commits
-
-
Eli Zaretskii authored
src/w32.c (readlink): Use the current file-name-coding-system, not the ANSI codepage, to decode and handle targets of symlinks.
-
Eli Zaretskii authored
src/w32.c (w32_get_long_filename, init_environment, readlink): Support file names encoded in DBCS codepages.
-
- 24 Jan, 2013 1 commit
-
-
Fabián Ezequiel Gallina authored
skeletons. Fixes: debbugs:5716
-
- 23 Jan, 2013 4 commits
-
-
Fabián Ezequiel Gallina authored
infinite loop check. Fixes: debbugs:13438
-
Alan Mackenzie authored
cc-engine.el (c-parse-state-get-strategy): Remove the `cache-pos' element from the return value. (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of buffer to enable proper searching from beyond HERE. Amend the test for detecting the sought brace pair. Amend the value written to the "brace desert cache" when the brace isn't found. (c-remove-stale-state-cache): Rename `good-pos' to `start-point', and several other variables analogously. (c-remove-stale-state-cache-backwards): Change `cache-pos' from a parameter to a locally calculated variable. (c-parse-state-1): Change the calling conventions to the two defuns involving `cache-pos'.
-
Eli Zaretskii authored
src/w32.c (max_filename_mbslen): New function. (normalize_filename, readdir): Use it to detect locales where ANSI encoding of file names uses a double-byte character set (DBCS). If a DBCS encoding is used, advance by characters using CharNextExA, instead of incrementing a 'char *' pointer. Use _mbslwr instead of _strlwr.
-
Chong Yidong authored
This bug was reported by Jae-oh Kim; it was posted to bug-gnu-emacs but didn't show up in the bug tracker for some reason. It is a regression against Emacs 24.2.
-
- 22 Jan, 2013 1 commit
-
-
Eli Zaretskii authored
src/w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial request of memory reservation to 1.7GB.
-
- 20 Jan, 2013 1 commit
-
-
Andreas Schwab authored
* src/coding.c (detect_coding_iso_2022): Move back mis-reordered code at check_extra_latin label.
-
- 19 Jan, 2013 1 commit
-
-
Glenn Morris authored
-
- 18 Jan, 2013 2 commits
-
-
Leo Liu authored
Fixes: debbugs:13152
-
Glenn Morris authored
-
- 17 Jan, 2013 2 commits
-
-
Glenn Morris authored
* lisp/progmodes/etags.el (tags-table-check-computed-list): Preserve point in tags buffer.
-
Glenn Morris authored
-
- 16 Jan, 2013 1 commit
-
-
Glenn Morris authored
-