summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Show a keyboard macro with minibuffer arguments in it.Richard M. Stallman2001-08-121-4/+17
|
* Minor cleanup.Richard M. Stallman2001-08-121-1/+1
|
* Minor cleanups.Richard M. Stallman2001-08-124-53/+54
|
* (Action Arguments): Remove the index entry for LINE:COLUMN, sinceEli Zaretskii2001-08-101-1/+0
| | | | index entries cannot have a colon in them.
* (Mouse Buttons): Document the default values for double-click-timeEli Zaretskii2001-08-101-2/+2
| | | | and double-click-fuzz.
* (Bugs and problems): Fix wording.Eli Zaretskii2001-08-101-3/+4
|
* Fix a stale reference to "Comparing Files".Eli Zaretskii2001-08-091-1/+1
|
* Change the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete",Eli Zaretskii2001-08-094-15/+15
| | | | | | since node names cannot have apostrophes. Fix a stale menu item in emacs.texi which referred to this node by its old name.
* Minor cleanups.Richard M. Stallman2001-08-089-68/+69
|
* Show example of specifying C-M-= in Lisp.Richard M. Stallman2001-08-081-21/+25
| | | | Minor cleanup.
* Minor cleanup.Richard M. Stallman2001-08-082-3/+4
|
* Node renamed, Del Gets Help => Del Doesn't Delete.Richard M. Stallman2001-08-081-2/+2
|
* Minor cleanup.Richard M. Stallman2001-08-081-1/+1
|
* Minor cleanups.Richard M. Stallman2001-08-081-2/+2
| | | | Fix error, M-r => M-n.
* Many minor cleanups.Richard M. Stallman2001-08-081-83/+101
|
* Minor changes.Richard M. Stallman2001-08-082-13/+13
|
* (Arguments): Say explicitly that M-- is -1. Fix spacing in an @example.Eli Zaretskii2001-08-071-3/+6
|
* (Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ.Eli Zaretskii2001-08-051-6/+7
|
* (Bugs and problems): Mention the related sections of the Emacs manual, andEli Zaretskii2001-08-041-0/+10
| | | | | the PROBLEMS file. Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
* (Lossage, Bugs): Mention etc/PROBLEMS and the Bugs section of the FAQ.Eli Zaretskii2001-08-041-1/+12
| | | | Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
* Rewrite the description of the operation of Chinese input methods.Eli Zaretskii2001-08-041-17/+34
| | | | From RMS.
* (Faces): Document that changing the colors of the `default' faceEli Zaretskii2001-08-021-1/+5
| | | | | | also changes the fore/background colors on all frames. Add a cross-reference to the description of how to change colors for one frame only.
* (Creating Frame): One more example of using default-frame-alist.Eli Zaretskii2001-08-021-1/+12
| | | | | (Frame Parameters): Mention default-frame-alist and add a cross-reference to its description.
* (X Resources): Add index entries for the .Xdefaults file, and itsEli Zaretskii2001-08-021-0/+2
| | | | substitute for MS-Windows.
* (Man Page): Mention the -a switch to `man' in a footnote.Eli Zaretskii2001-08-021-3/+7
|
* (Display Cursor): Add an index entry for "highlight current line".Eli Zaretskii2001-08-021-0/+1
|
* (Position Info): Add a cross-reference to where hl-line-mode is described.Eli Zaretskii2001-08-021-1/+2
|
* Fix "allows to save".Eli Zaretskii2001-08-021-1/+1
|
* Fix typos; from Eric Hanchrow <offby1@blarg.net>.Eli Zaretskii2001-08-011-12/+13
|
* Add description of double-click-fuzz.Gerd Moellmann2001-07-301-0/+5
|
* Proofreading changes from JDonner <jdonner0@earthlink.net>.Eli Zaretskii2001-07-301-18/+18
|
* (Repeating): Mention the numeric argument as another form of repetition,Eli Zaretskii2001-07-241-0/+7
| | | | with an xref to the "Arguments" node. Suggested by Kai Grossjohann.
* (Input methods): Some more keys useful in Chinese input methods.Eli Zaretskii2001-07-211-1/+4
|
* * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesyMichael Kifer2001-07-213-8/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of Scott Bronson. (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions. (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): Deleted functions. (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new ex-token-list. (viper-get-ex-address-subr): convert registers to char data type. * viper-util.el (viper-int-to-char,viper-char-equal): new functions. (viper-memq-char): use viper-int-to-char. (viper-file-checked-in-p): use vc-locking-user, if vc doesn't have vc-locking-state. (viper-read-key): use viper-read-key-sequence. * viper.el (viper-major-mode-modifier-list): added inferior-emacs-lisp-mode. (this-major-mode-requires-vi-state): new function that uses simple heuristics to decide if vi state is appropriate. (set-viper-state-in-major-mode): use this-major-mode-requires-vi-state. (viper-non-hook-settings): don't advise read-key-sequence. (viper-read-key-sequence): new function that replaces the previously used advice to read-key-sequence. * viper-cmd.el (viper-test-com-defun,viper-exec-change, viper-exec-Change,viper-execute-com,viper-insert,viper-append, viper-Append,viper-Insert,viper-open-line,viper-Open-line, viper-open-line-at-point,viper-substitute,viper-overwrite, viper-replace-char-subr,viper-forward-word,viper-forward-Word): got rid of the negative character hack. (viper-escape-to-state,viper-replace-state-exit-cmd): use viper-read-key-sequence. (viper-envelop-ESC-key): no need for ad-get-orig-definition. (viper-minibuffer-standard-hook,viper-read-string-with-history): don't override existing minibuffer-setup-hook. (viper-mark-point,viper-goto-mark-subr,viper-brac-function): convert registers to char data type. (viper-autoindent): use viper-indent-line. * viper-keym.el: use viper-exec-key-in-emacs. * viper.texi: Added credits, new commands, like :make. * ediff-util.el: Copyright years. (ediff-choose-syntax-table): New function. (ediff-setup): Use ediff-choose-syntax-table. (ediff-file-checked-out-p,ediff-file-checked-in-p): check if vc-state is available. (ediff-make-temp-file): use ediff-coding-system-for-write. * ediff-init.el (ediff-with-syntax-table): New macro, uses with-syntax-table. (ediff-coding-system-for-read): from ediff-diff.el (ediff-coding-system-for-write): new variable. (ediff-highest-priority): fixed the bug having to do with disappearing overlays. (ediff-file-remote-p): use file-remote-p, if available. (ediff-listable-file): new function. (ediff-file-attributes): use ediff-listable-file. * ediff-mult.el (ediff-meta-insert-file-info1): use ediff-listable-file. * ediff-ptch.el (ediff-prompt-for-patch-file): use ediff-coding-system-for-read. (ediff-patch-file-internal): use ediff-coding-system-for-write. * ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el. (ediff-match-diff3-line,ediff-get-diff3-group): improved pattern. * ediff.el: Date of last update, copyright years. * ediff-wind (ediff-setup-control-frame): Nill->nil. * ediff.texi: added clarifications, acknowledgements.
* A minor wording fix.Eli Zaretskii2001-07-201-1/+1
|
* Fix last changes.Eli Zaretskii2001-07-196-13/+14
|
* Fix last change.Eli Zaretskii2001-07-191-20/+18
|
* Minor changes from Richard M. Stallman.Eli Zaretskii2001-07-181-3/+3
|
* Add a missing word.Eli Zaretskii2001-07-181-3/+3
|
* (Auto Fill): Fix a reference to Adaptive Fill. From Bill Richter.Eli Zaretskii2001-07-181-1/+1
|
* Add description of +LINE:COLUMN for emacsclient.Gerd Moellmann2001-07-171-1/+3
|
* Add description of +LINE:COLUMN.Gerd Moellmann2001-07-171-0/+5
|
* Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.Eli Zaretskii2001-07-1711-161/+172
|
* Proofreading fixes from Chris Green <chris_e_green@yahoo.com>Eli Zaretskii2001-07-171-49/+53
| | | | and "J. Otto Tennant" <jot@visi.com>.
* (Interactive Shell): Document that EMACS is only put into the shell'sEli Zaretskii2001-07-171-4/+6
| | | | environment if it is not already defined. From Francois Pinard.
* Fix typo.Pavel Janík2001-07-161-1/+1
|
* Some clarification for --append.Gerd Moellmann2001-07-161-1/+2
|
* Minor clarification about insert-buffer.Richard M. Stallman2001-07-151-6/+7
|
* Clarify initial discussion.Richard M. Stallman2001-07-141-8/+15
|
* Increment version number.Gerd Moellmann2001-07-131-1/+1
|