- 09 Oct, 2011 6 commits
-
-
Chong Yidong authored
* doc/emacs/help.texi (Help, Help Summary): Eliminate the unnecessary "help option" terminology. (Key Help): Add command names. Define "documentation string". (Name Help): Remove an over-long joke. (Apropos): Document prefix args. Remove duplicated descriptions. (Help Mode): Add C-c C-b to table. Update TAB binding. (Package Keywords): Rename from "Library by Keyword". Describe new package menu interface. (Help Files, Help Echo): Tweak description. * doc/emacs/mini.texi: Various copyedits.
-
Andreas Schwab authored
containing "=".
-
Martin Rudalics authored
-
Martin Rudalics authored
* buffers.texi (The Buffer List): Describe how bury-buffer deals with the selected window. * windows.texi (Buffers and Windows): Reformulate text on how replace-buffer-in-windows deals with a window. (Quitting Windows): Describe how quit-window deals with a standalone frame. Describe new option frame-auto-hide-function.
-
Michael Albinus authored
condition.
-
Leo Liu authored
http://debbugs.gnu.org/9701
-
- 08 Oct, 2011 16 commits
-
-
Glenn Morris authored
* lisp/progmodes/f90.el (f90-calculate-indent): Give preprocessor lines before the first code statement zero indent. Fixes: debbugs:9690
-
Glenn Morris authored
* src/callint.c (Fcall_interactively): Give a more explicit error for the 'c' case with a non-character input. Fixes: debbugs:8479
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
-
Eli Zaretskii authored
-
Chong Yidong authored
See discussion at http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00193.html * lisp/simple.el (count-words-region): Always count in the region. Report the number of lines and characters too. (count-words): New command, which counts in the buffer if the region is inactive, as count-words-region used to. (count-words--message): New function. Handle plurals. (count-lines-region): Make it an alias for count-words-region. * lisp/bindings.el (esc-map): Replace count-lines-region with count-words-region. * doc/emacs/basic.texi (Position Info): Omit page commands. Document count-words-region and count-words. * doc/emacs/text.texi (Pages): Move what-page documentation here.
-
Chong Yidong authored
* doc/emacs/mini.texi (Minibuffer File): Minor copyedits. Use xref to Remote Files node instead of linking directly to the Tramp manual. (Minibuffer Edit): Add xref to Blank Lines. (Completion): Add xref to Symbol Completion. Remove redundant example, which is repeated in the next node. (Completion Commands): Minor clarifications. (Completion Styles): New node, split from Completion Commands. Document substring and initials styles. (Strict Completion): Remove information duplicated in other nodes. (Completion Options): Consolidate case difference discussion here. * doc/emacs/files.texi (File Names): Add index entries. * doc/emacs/help.texi (Help Mode): Fix kindex entries.
-
Martin Rudalics authored
-
Martin Rudalics authored
* window.el (window--delete): Delete dedicated frame unconditionally when argument KILL is non-nil. (Bug#9699)
-
Eli Zaretskii authored
src/xdisp.c (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L lines that are hscrolled on the left.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
dispnew.c (buffer_posn_from_coords): Account it.vpos for a possible presence of header-line.
-
Glenn Morris authored
-
thierry volpiatto authored
-
- 07 Oct, 2011 8 commits
-
-
Paul Eggert authored
* lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4: * m4/gnulib-common.m4: Merge from gnulib. Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax: command not found" on powerpc-apple-darwin9.8.0.
-
Paul Eggert authored
-
Chong Yidong authored
* doc/emacs/basic.texi (Inserting Text): Add xref to Completion. Add ucs-insert example, and document prefix argument. (Moving Point): Fix introduction; C-f/C-b are no longer equivalent to left/right. Tweak left-char and right-char descriptions. M-left and M-right are now bound to left-word/right-word. (Erasing): Document delete-forward-char. * doc/emacs/commands.texi (User Input): Define "input event" more clearly. (Keys): Add xref to Echo Area. (Commands): Clarify relation between commands and functions. * doc/emacs/entering.texi (Entering Emacs): Define "startup screen". Document window-splitting behavior with command-line inputs. (Exiting): Remove obsolete paragraph about shells without suspend functionality. * doc/emacs/frames.texi (Non-Window Terminals): Index just "text-only terminal", which is used throughout the manual now. * doc/emacs/screen.texi (Screen, Menu Bar): Copyedits. (Point): Remove duplicate paragraph on cursors, also in Screen. (Mode Line): Trailing dashes no longer shown on X displays.
-
Chong Yidong authored
-
Stefan Monnier authored
advertise functionality which we discourage or doesn't work.
-
Glenn Morris authored
-
Paul Eggert authored
* configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove. This is now done by src/alloc.c. * src/alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__ or sizeof. __alignof__ gives the wrong answer on Fedora x86-64 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int; this makes Emacs dump core during garbage collection on rare occasions. sizeof is obviously inferior to offsetof here, so stick with offsetof. (GC_POINTER_ALIGNMENT): New macro. (mark_memory): Omit 3rd (offset) arg; caller changed. Don't assume EMACS_INT alignment is the same as pointer alignment.
-
Glenn Morris authored
-
- 06 Oct, 2011 9 commits
-
-
Gnus developers authored
gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683). ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings. gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
thierry volpiatto authored
-
thierry volpiatto authored
* lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only in current minibuffer (Fix bug with recursive minibuffers).
-
thierry volpiatto authored
* lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only in current minibuffer (Fix bug with recursive minibuffers).
-
Chong Yidong authored
* doc/emacs/misc.texi (emacsclient Options): Document how emacsclient runs the Emacs daemon. * doc/man/emacsclient.1: Document how -a "" starts the daemon. Fixes: debbugs:9674
-
-
Katsumi Yamaoka authored
-
- 05 Oct, 2011 1 commit
-
-
Chong Yidong authored
Fixes: debbugs:9675
-