- 15 Sep, 2013 7 commits
-
-
Dmitry Antipov authored
and it is always zero for others, so I assume that this is an ancient leftover which nobody will want to change any more. * xterm.h, w32term.h, nsterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Remove. (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): * frame.c (x_set_scroll_bar_width): * w32fns.c (w32_createscrollbar): * w32term.c (w32_set_vertical_scroll_bar): * xfns.c (x_set_scroll_bar_default_width): * xterm.c (XTflash, x_scroll_bar_create, XTset_vertical_scroll_bar) (x_scroll_bar_expose): Related users changed.
-
Dmitry Antipov authored
these modules are never compiled otherwise.
-
Dmitry Antipov authored
Define as such. * w32term.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET): Remove unused Xisms.
-
Dmitry Antipov authored
Define once here... * nsterm.h, w32term.h, xterm.h: ...and not here.
-
Dmitry Antipov authored
(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use FRAME_X_SCREEN_NUMBER.
-
Glenn Morris authored
Does not work until bug=15379 gets fixed. Fixes: debbugs:15373
-
Glenn Morris authored
(eshell-rewrite-for-command): Add for loop vars to eshell--local-vars. * lisp/eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars. * test/automated/eshell.el (eshell-test/for-name-shadow-loop): New test. (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix. Fixes: debbugs:15372
-
- 14 Sep, 2013 8 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Vivek Dasmohapatra authored
Fixes: debbugs:15377
-
Eli Zaretskii authored
Fixes: debbugs:15375
-
Eli Zaretskii authored
Fixes: debbugs:15375
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
doc/lispref/display.texi (Display Margins): State the units of measuring margin width. src/buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>: Doc fix.
-
- 13 Sep, 2013 23 commits
-
-
Glenn Morris authored
(dired-guess-shell-alist-user): Doc fix. Fixes: debbugs:15363
-
Glenn Morris authored
Ensure environment variables don't confuse us.
-
Dmitry Antipov authored
-
Dmitry Antipov authored
* src/frame.h (x_focus_frame): New prototype. * src/xfns.c (Fx_focus_frame): Remove. (syms_of_xfns): Do not defsubr it. (x_focus_frame): X implementation. * src/nsfns.m (Fx_focus_frame): Remove. (syms_of_nsfns): Do not defsubr it. (x_focus_frame): NS implementation. * src/w32term.c (Fx_focus_frame): Remove. (x_focus_on_frame): Rename to... (x_focus_frame): W32 implementation. * src/w32term.h (x_focus_on_frame): Remove prototype. * src/w32fns.c (Fx_focus_frame): Remove. (syms_of_w32fns): Do not defsubr it. * src/frame.c (Fx_focus_frame): Define here. (syms_of_frame): Defsubr here. * src/gtkutil.c (xg_tool_bar_callback): Use x_focus_frame. * lisp/frame.el (x-focus-frame): Mark as declared in frame.c.
-
Glenn Morris authored
-
Glenn Morris authored
again using a temp directory. Replace eshell-command-result with this throughout.
-
Dmitry Antipov authored
All of them are replaced with FRAME_DISPLAY_INFO, defined in each port to reference the port-specific window system data. * msdos.h (FRAME_X_DISPLAY_INFO): Remove. (FRAME_DISPLAY_INFO): Define. * w32term.h (FRAME_W32_DISPLAY_INFO, FRAME_X_DISPLAY_INFO): Remove. (FRAME_DISPLAY_INFO): Define. Adjust users. * xterm.h (FRAME_X_DISPLAY_INFO): Remove. (FRAME_DISPLAY_INFO): Define. Adjust users. * frame.h (FRAME_RES_X, FRAME_RES_Y): Unify. * font.c, frame.c, gtkutil.c, image.c, menu.c, msdos.c, nsfns.m: * nsfont.m, nsterm.m, w32fns.c, w32font.c, w32menu.c, w32term.c: * w32xfns.c, widget.c, xdisp.c, xfaces.c, xfns.c, xfont.c, xmenu.c: * xselect.c, xterm.c: All related users changed.
-
Stefan Monnier authored
(original-insert-directory): Remove. (ls-lisp--insert-directory): Rename from insert-directory; add `orig-fun' argument. (insert-directory): Advise.
-
Eli Zaretskii authored
lisp/term.el (term-emulate-terminal): Decode the command string before passing it to term-command-hook.
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(declare-function): Add compat stub for ancient Emacs.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Otherwise an error occurs if eshell-dirs module not loaded.
-
Glenn Morris authored
* url-http.el (url-handle-content-transfer-encoding): * url-vars.el (url-mime-encoding-string): Silence compiler.
-
Glenn Morris authored
-
Glenn Morris authored
Comment it out, since it cannot work. Fixes: debbugs:14522
-
Michael Albinus authored
`tramp-check-proper-host'. Check for a valid method name. * net/tramp-adb.el (tramp-adb-maybe-open-connection): * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): * net/tramp-sh.el (tramp-maybe-open-connection): * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it. * net/tramp-cache.el (tramp-cache-print): Don't print text properties also for hash values.
-
Dmitry Antipov authored
(x_menubar_window_to_frame): Remove prototypes. * xfns.c (x_window_to_frame, x_any_window_to_frame) (x_menubar_window_to_frame, x_top_window_to_frame): Move from here... * xterm.c (x_window_to_frame, x_any_window_to_frame) (x_menubar_window_to_frame, x_top_window_to_frame): ...to here and convert all but the last to static.
-
Glenn Morris authored
for eshell-directory-name. It seems we don't have permission to write to HOME on hydra.
-
- 12 Sep, 2013 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
due to "has a running proces; kill it?" prompts.
-