| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nt\makefile.w32-in.
They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe
was being used as the shell:
"process_begin: CreateProcess((null), echo., ...) failed."
I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a .
to the screen but that is far more desirable than make bootstrap failing.
I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This
writes an extra comment line to loaddefs.el. Again this is far more desirable than
make bootstrap failing.
NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of
the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el
does not get properly generated and I get various auto load errors.
|
| |
|
| |
|
|
|
|
| |
(set-frame-configuration): Doc fix.
|
|
|
|
|
| |
and the first difference place correctly when
partial-completion-mode is on.
|
| |
|
| |
|
| |
|
|
|
|
| |
Use GC_MARK_STACK if __amd64__ is defined.
|
| |
|
|
|
|
|
|
|
| |
fonts_changed_p if past last allocated row.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Increment ncols_scale_factor and set
fonts_changed_p if current area is full.
|
|
|
|
| |
and ncols_scale_factor.
|
|
|
|
| |
ncols_scale_factor members.
|
|
|
|
|
|
| |
(allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
(required_matrix_height): Apply nrows_scale_factor.
(required_matrix_width): Apply ncols_scale_factor.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(fill-delete-newlines): Call sentence-end as function.
(fill-nobreak-p, canonically-space-region): Likewise.
(fill-nobreak-p): If this break point is at the end of the line,
don't consider the newline which follows as a reason to return t.
|
| |
|
|
|
|
|
|
|
|
| |
(Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
(Fset_window_start, Fscroll_up, Fscroll_down)
(Fother_window_for_scrolling, Fscroll_other_window)
(Fsave_window_excursion, Fset_window_vscroll)
(syms_of_window) <window-size-fixed>: Doc fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Window Point): Mention return value of `set-window-point'.
(Window Start): `pos-visible-in-window-p' disregards horizontal
scrolling. Explain return value if PARTIALLY is non-nil.
(Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
and `set-window-vscroll'.
(Size of Window): The argument WINDOW to `window-inside-edges',
`window-pixel-edges' and `window-inside-pixel-edges' is optional.
(Resizing Windows): Explain return value of
`shrink-window-if-larger-than-buffer'.
`window-size-fixed' automatically becomes buffer local when set.
(Window Configurations): Explain return value of `set-window-configuration'.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
ENCODE_SYSTEM for filenames.
|
|
|
|
|
|
|
|
| |
ReceiveNextEvent to prevent breakage. Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with alarm based polling.
mac.c (sys_select): Redo sys_select to use alarm-based
polling instead of 1 sec timeouts (like solaris).
macterm.c (x_make_frame_visible): Comment in polling on
frame creation.
keyboard.c: Undef SIGIO on Carbon
atimer.c (alarm_signal_handler): Call alarm handlers after
scheduling.
eval.c (Feval): Remove quit_char test
process.c (wait_reading_process_input): Remove clearing
stdin for select call on process input
|
| |
|
|
|
|
| |
`window-scroll-functions' docstring.
|
| |
|
| |
|
| |
|
|
|
|
| |
Dired buffer if a prefix argument was given.
|
|
|
|
| |
`\_>'. It already occurs in the description of `\_<'.
|
|
|
|
| |
Delete irrelevant code.
|
|
|
|
| |
docstring. From Luc Teirlinck.
|
|
|
|
|
| |
(auto-revert-handler): Do not check `auto-revert-tail-mode' for
non-file buffers. We know it is nil.
|
| |
|
|
|
|
|
|
|
|
|
| |
(tramp-handle-verify-visited-file-modtime): Remove
outdated comment.
(tramp-locked, tramp-locker): New variables for implementing a
global lock.
(tramp-sh-file-name-handler): Use them to implement the global
lock.
|
|
|
|
|
| |
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
|
| |
|
|
|
|
|
| |
its box to the L or R, return ON_VERTICAL_BORDER.
(window_list_1): Rotate the list to start with WINDOW.
|
|
|
|
| |
before entering in being_printed.
|
|
|
|
| |
(stuff_buffered_input): Now no-op only if no SIGTSTP.
|
|
|
|
| |
this kboard, and we delete its last frame, go to any_kboard_state.
|
| |
|
| |
|
| |
|