Chong Yidong
a336ee5bc0
Fix last change.
2008-11-02 23:16:33 +00:00
Chong Yidong
273b902863
(window_system): Delete redundant variable.
...
(decode_options): Don't use it.
(find_tty): New function.
(main): Use find_tty, and don't use window_system.
2008-11-02 21:41:57 +00:00
Chong Yidong
48c2dc6801
* emacsclient.c (window_system): Delete redundant variable.
...
(decode_options): Don't use it.
(find_tty): New function.
(main): Use find_tty, and don't use window_system.
2008-11-02 21:41:49 +00:00
Martin Rudalics
205f3a3bee
Mention ordering of recently selected windows.
2008-11-02 11:12:25 +00:00
Martin Rudalics
cbd0f686ad
(lisp-font-lock-keywords-2): Add save-selected-window-norecord.
2008-11-02 11:04:54 +00:00
Martin Rudalics
22371c2a5c
(save-selected-window-norecord): Put
...
indent-function for save-selected-window-norecord.
2008-11-02 11:03:29 +00:00
Martin Rudalics
a5094f72a8
(with-selected-window): Call set-frame-selected-window
...
with new argument NORECORD set. Update doc-string.
(with-selected-frame): Call select-frame with new argument
NORECORD set. Update doc-string.
2008-11-02 11:02:58 +00:00
Martin Rudalics
ad91ba4413
(save-selected-window-norecord): New macro
...
(walk-windows): Use save-selected-window-norecord and call
select-window with NORECORD set. (Bug#1237)
(set-window-text-height, fit-window-to-buffer): Use
save-selected-window-norecord and call select-window with
NORECORD set.
2008-11-02 11:02:24 +00:00
Martin Rudalics
e630dfc6a8
(command_loop_1): Handle NORECORD in call of
...
Fselect_frame (currently ifdefd).
2008-11-02 10:47:42 +00:00
Martin Rudalics
c8938ab6d1
(choose_minibuf_frame): Handle NORECORD in call of
...
Fset_frame_selected_window.
2008-11-02 10:41:28 +00:00
Martin Rudalics
c6932ecd58
(select_frame_norecord): New function.
...
(run_window_configuration_change_hook): Use it and call
Fselect_frame with NORECORD set.
(Fselect_window): Pass NORECORD to Fselect_frame.
(Fset_window_configuration): Handle NORECORD argument in call of
do_switch_frame.
2008-11-02 10:40:51 +00:00
Martin Rudalics
9e61f0d769
(do_switch_frame, Fselect_frame)
...
(Fset_frame_selected_window): Adjust declarations.
2008-11-02 10:39:39 +00:00
Martin Rudalics
216e6a1497
(do_switch_frame): New argument NORECORD passed to Fselect_window.
...
(Fselect_frame): New argument NORECORD passed to do_switch_frame.
(Fset_frame_selected_window): New argument NORECORD passed to
Fselect_frame.
(Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
in call of do_switch_frame.
(Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
Handle NORECORD argument in call of Fselect_frame.
2008-11-02 10:38:42 +00:00
Glenn Morris
9020b22311
Ulrich Mueller <ulm at kph.uni-mainz.de>
...
(USAGE2): Untabify.
2008-11-02 02:08:12 +00:00
Chong Yidong
e722aa81f9
(Program Modes): Link to Program Indent node.
...
(Left Margin Paren): Explain consequences of changing
open-paren-in-column-0-is-defun-start more concisely.
(Which Function, Program Indent, Info Lookup): Minor edits.
(Basic Indent): If region is active, TAB indents the region.
(Multi-line Indent): If region is active, TAB indents the region. Note
that indent-region is useful when Transient Mark mode is off.
(Matching): The delimiter at the cursor is highlighted---the character
changes color.
(Symbol Completion): Link to Completion node.
2008-11-01 23:39:36 +00:00
Chong Yidong
e2346dea8e
* programs.texi (Program Modes): Link to Program Indent node.
...
(Left Margin Paren): Explain consequences of changing
open-paren-in-column-0-is-defun-start more concisely.
(Which Function, Program Indent, Info Lookup): Minor edits.
(Basic Indent): If region is active, TAB indents the region.
(Multi-line Indent): If region is active, TAB indents the region. Note
that indent-region is useful when Transient Mark mode is off.
(Matching): The delimiter at the cursor is highlighted---the character
changes color.
(Symbol Completion): Link to Completion node.
2008-11-01 23:39:25 +00:00
Eli Zaretskii
c4526e933c
(Text Representations): Rewrite to make consistent with Emacs 23
...
internal representation of characters. Document `unibyte-string'.
2008-11-01 16:36:10 +00:00
Eli Zaretskii
d41784eef4
(main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.
...
(w32_getenv): Treat $TERM specially: if not found in the environment and in
the Registry, return "w32console".
(ttyname) [WINDOWSNT]: New function.
2008-11-01 13:49:23 +00:00
Chong Yidong
662bea29a5
Checked search.texi and m-x.texi
2008-11-01 04:37:54 +00:00
Chong Yidong
a568b1f9a2
(Invoking emacsclient): Describe how to use Emacs server in a strictly
...
text-only system.
2008-11-01 04:28:10 +00:00
Chong Yidong
e4b6428c4f
* misc.texi (Invoking emacsclient): Describe how to use Emacs server in
...
a strictly text-only system.
2008-11-01 04:27:36 +00:00
Chong Yidong
f42c443c4e
Minor fix.
2008-11-01 04:12:14 +00:00
Chong Yidong
1f650d5d8f
Documented:
...
** The abbrev file is no longer read at startup in batch mode.
2008-11-01 04:11:32 +00:00
Chong Yidong
444faccc4d
(Saving Abbrevs): Note that abbrev file is not loaded in batch mode.
2008-11-01 04:11:17 +00:00
Chong Yidong
05482eb142
* abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
...
batch mode.
2008-11-01 04:11:10 +00:00
Richard M. Stallman
5abad626ba
(Document View): Major rewrite.
2008-11-01 03:28:12 +00:00
Stefan Monnier
793ffee82e
(fill_gstring_header): Fix copy/paste typo.
2008-11-01 02:21:24 +00:00
Richard M. Stallman
a11d373796
(Types of Log File): Change logs are older than version control.
...
(VCS Concepts): Simplify and rearrange.
(Version Control Systems): Make it clear that Linux is only the kernel.
(VC Mode Line): Shorten reference to menu item.
(Basic VC Editing): Clarify VC fileset. Shorten and simplify.
(VC Directory Mode): Minor cleanup.
Unchanged files are hidden, not omitted.
(VC Directory Commands): Shorten and simplify.
(Change Log Commands): New node, split from Change Logs.
(VC Directory Buffer): New node, split from VC Directory Mode.
2008-11-01 01:58:34 +00:00
Juanma Barranquero
6cda144ffe
Fix typos in docstrings.
...
* cus-edit.el (customize-apropos-options, custom-comment)
(custom-comment-tag, custom-face-edit-attribute-tag):
Fix typos in docstrings.
(custom-buffer-done-kill): Remove * from defcustom docstring.
(custom-file): Fix typo in doc of defcustom choice.
* frame.el (display-visual-class): Fix typo in docstring.
(initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
(special-display-frame-alist, show-trailing-whitespace)
(auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
(display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
Remove * from defcustom docstrings.
* md4.el (md4-buffer): Fix typo in docstring.
(md4, md4-64): Doc fixes.
(md4-pack-int32): Reflow docstring.
* paths.el (rmail-file-name): Remove * from defcustom docstring.
(prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
* rect.el (open-rectangle): Reflow docstring.
(spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
* select.el (x-get-cut-buffer): Fix typo in docstring.
* timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
(timezone-time-zone-from-absolute, timezone-leap-year-p):
Fix typos in docstrings.
* emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
Fix typos in docstrings.
2008-11-01 01:24:33 +00:00
Andreas Schwab
322ca65006
(main): Don't force sending tty when in eval mode.
2008-10-31 23:17:13 +00:00
Juanma Barranquero
5c979e0255
Fix typos.
2008-10-31 22:45:53 +00:00
Chong Yidong
df0356f62c
* misc.texi (Document View): Renamed from Document Files, moved here
...
from files.texi.
* files.texi (Version Control): Moved to maintaining.texi. Subnodes
moved as well.
(Document Files): Moved to misc.texi.
* maintaining.texi (Version Control): Move here from files.texi.
(Format of ChangeLog): Make it a subnode of Change Log.
* emacs.texi (Top): Update node listing.
2008-10-31 22:02:43 +00:00
Chong Yidong
e2330378bb
Update node listing.
2008-10-31 22:01:42 +00:00
Chong Yidong
3388237a7c
(Document View): Renamed from Document Files, moved here from
...
files.texi.
2008-10-31 22:01:15 +00:00
Chong Yidong
ccac97df94
(Version Control): Moved to maintaining.texi. Subnodes moved as well.
...
(Document Files): Moved to misc.texi.
2008-10-31 22:00:48 +00:00
Chong Yidong
05c5ad632b
(Change Log): Document log-edit-insert-changelog and vc-update-change-log.
...
(Version Control): Move here from files.texi.
(Format of ChangeLog): Make it a subnode of Change Log.
2008-10-31 22:00:16 +00:00
Chong Yidong
1963ba49bf
(Top): Update node listing.
2008-10-31 21:59:37 +00:00
Chong Yidong
60218a4d20
Update node listing.
2008-10-31 21:37:30 +00:00
Ulf Jasper
c9aafaaf7e
newsticker fixes: cachefile, layout changes.
2008-10-31 20:19:17 +00:00
Ulf Jasper
aad81014a9
icalendar: uid-creation improved
2008-10-31 18:48:23 +00:00
Ulf Jasper
ca2d101f5e
icalendar: uid-creation improved
2008-10-31 18:28:16 +00:00
Juanma Barranquero
38df7d213a
* tooltip.el (tooltip-frame-parameters): Doc fix.
2008-10-31 15:57:31 +00:00
Chong Yidong
768ef81992
Checked maintaining.texi.
2008-10-31 15:47:14 +00:00
Chong Yidong
fef3436e30
(Change Log): Document log-edit-insert-changelog and
...
vc-update-change-log.
2008-10-31 15:46:52 +00:00
Chong Yidong
c55a4acb27
* maintaining.texi (Change Log): Document log-edit-insert-changelog and
...
vc-update-change-log.
2008-10-31 15:46:46 +00:00
Chong Yidong
e228b7bcbe
Already documented: In Etags, the --members option is now the default.
2008-10-31 15:38:35 +00:00
Martin Rudalics
ab6d1131b4
(Fnext_window, Fprevious_window): Rewrite doc-string.
...
(Fother_window): Rename argument and rewrite doc-string.
(select_window_norecord): Fix return value. (Bug#1276)
2008-10-31 14:06:33 +00:00
Martin Rudalics
5c17a89126
(window-body-height, window-current-scroll-bars)
...
(walk-windows, get-window-with-predicate, get-buffer-window-list)
(minibuffer-window-active-p, count-windows)
(window-safely-shrinkable-p, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(window--even-window-heights, window--display-buffer-1)
(window--display-buffer-2, set-window-text-height)
(fit-window-to-buffer, shrink-window-if-larger-than-buffer)
(truncated-partial-width-window-p): Rewrite doc-string.
(window-fixed-size-p): Simplify code. Rewrite doc-string.
(split-window-vertically, split-window-horizontally):
Rename args, rewrite doc-string, and simplify code.
(split-window-save-restore-data): Rename args and use
when instead of if.
2008-10-31 13:39:37 +00:00
Eli Zaretskii
b5ba727193
Tell user to expect one "File not found" message while the `doc' directory
...
is being configured.
2008-10-31 10:56:30 +00:00
Tassilo Horn
ef08237485
(Files): Add a section about document
...
files (doc-view-mode).
2008-10-31 09:31:43 +00:00