- 29 Oct, 2008 1 commit
-
-
Stefan Monnier authored
not a minibuffer, since even if selected-window is mini-p, the buffer will never be displayed in it, so it wil be usable for guidance.
-
- 28 Oct, 2008 21 commits
-
-
Reiner Steib authored
-
Stefan Monnier authored
-
Chong Yidong authored
names.
-
Chong Yidong authored
does not accept buffer names.
-
Martin Rudalics authored
-
Martin Rudalics authored
-
Juanma Barranquero authored
(Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings.
-
Martin Rudalics authored
-
Martin Rudalics authored
(follow-estimate-first-window-start): Reduce effective window height when header line is present.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
`user-emacs-directory' when Emacs is running in batch mode.
-
Juanma Barranquero authored
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
-
Dan Nicolaescu authored
(IS_DAEMON): Move definition ... * lisp.h (IS_DAEMON): ... here. (daemon_pipe): Declare. (is_daemon): Remove. * dispnew.c (init_display): Use IS_DAEMON.
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
(message2_nolog): Check FRAME_INITIAL_P instead of noninteractively. * emacs.c (is_daemon): Remove. (main): Don't set is_daemon. (IS_DAEMON): New macro. (Fdaemonp, Fdaemon_initialized): Use it. (Fdaemon_initialized): Wrtie a char into the pipe to make sure the parent exits. (syms_of_emacs): Explicitly initialize daemon_pipe[1].
-
Chong Yidong authored
*** When Transient Mark mode is on, TAB now indents the region if the region is active.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
of syntax-driven indentation first. Document new effect of active regions on tab. (Tab Stops): Note that editable tab stops affect indentation commands.
-
Chong Yidong authored
putting description of syntax-driven indentation first. Document new effect of active regions on tab. (Tab Stops): Note that editable tab stops affect indentation commands.
-
- 27 Oct, 2008 18 commits
-
-
Chong Yidong authored
it with the default glyph width.
-
Chong Yidong authored
glyph, draw it with the default glyph width.
-
Chong Yidong authored
with the default glyph width.
-
Chong Yidong authored
glyph, draw it with the default glyph width. * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it with the default glyph width.
-
Chong Yidong authored
-
Chong Yidong authored
skip-chars-forward.
-
Chong Yidong authored
PT, try moving some distance past the window bottom before giving up.
-
Chong Yidong authored
margin to PT, try moving some distance past the window bottom before giving up.
-
Juanma Barranquero authored
(text-scale-adjust): Remove &optional keyword from the arg list; the INC argument is not really optional, if the functions happen to be called from elisp.
-
Martin Rudalics authored
-
Martin Rudalics authored
(Fset_window_buffer): Explain in doc-string that a window can be "strongly" dedicated to its buffer.
-
Dan Nicolaescu authored
renamed to vc-dir. * vc-svn.el (vc-svn-dir-extra-headers): Rename from vc-svn-status-extra-headers. * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer. (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers. * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer. (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers. * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of vc-dir-status-printer. (vc-dir-headers): Use `dir-extra-headers' instead of `status-extra-headers' (vc-dir-printer): Rename from vc-dir-status-printer. (vc-default-dir-extra-headers): Rename from vc-default-status-extra-headers. * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from vc-cvs-status-extra-headers.
-
Dan Nicolaescu authored
(main): Deal with --daemon=SERVER_NAME. (Fdaemonp): Return a name if one was passed to --daemon. * startup.el (server-name): Pacify byte compiler. (command-line): If --daemon=SERVER_NAME was used, set server-name before calling server-start. * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
use MOVE_TO_Y.
-