1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

2075 Commits

Author SHA1 Message Date
Richard M. Stallman
03196404ca (Screen): Explain better about cursors and mode lines;
don't presuppose text terminals.
(Point): Don't assume just one cursor.
Clarify explanation of cursors.
(Echo Area, Menu Bar): Cleanups.
2005-02-25 13:56:29 +00:00
Richard M. Stallman
c0a5ac4a24 (Minibuffer): Prompts are highlighted.
(Minibuffer Edit): Newline = C-j only on text terminals.
Clarify resize-mini-windows values.
Mention M-PAGEUP and M-PAGEDOWN.
(Completion Commands): Mouse-1 like Mouse-2.
(Minibuffer History): Explain history commands better.
(Repetition): Add xref to Incremental Search.
2005-02-25 13:54:21 +00:00
Richard M. Stallman
87c190c749 (Setting Mark): Clarify info about displaying mark.
Clarify explanation of C-@ and C-SPC.
(Transient Mark): Mention Delete Selection mode.
(Marking Objects): Clean up text about extending the region.
2005-02-25 13:51:59 +00:00
Richard M. Stallman
41f1d48998 (M-x): One C-g doesn't always go to top level.
No delay before suggest-key-bindings output.
2005-02-25 13:47:35 +00:00
Richard M. Stallman
a751f29986 (Fixit): Mention C-/ for undo.
(Spelling): Mention ESC TAB like M-TAB.
Replacement words with r and R are rechecked.
Say where C-g leaves point.  Mention ? as input.
2005-02-25 13:45:59 +00:00
Lute Kamstra
2e20c83d75 *** empty log message *** 2005-02-24 14:21:02 +00:00
Lute Kamstra
48a3600355 (Initial Options): Add cross reference. 2005-02-24 14:06:23 +00:00
Michael Kifer
3f9526a371 * viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
	string.
	(viper-minibuffer-setup-sentinel): make some variables buffer-local.
	(viper-skip-separators): bug fix.
	(viper-set-searchstyle-toggling-macros): allow to unset macros in a
	particular major mode.
	(viper-del-backward-char-in-replace): don't put deleted char on the
	kill ring.

	* viper-ex.el (viper-color-display-p): new function.
	(viper-has-face-support-p): use viper-color-display-p.

	* viper-keym.el (viper-gnus-modifier-map): new keymap.

	* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

	* viper-util.el (viper-glob-unix-files): fix shell status check.
	(viper-file-remote-p): make equivalent to file-remote-p.

	* viper.el (viper-major-mode-modifier-list): use
	viper-gnus-modifier-map.
2005-02-19 19:32:47 +00:00
Michael Kifer
17561e4ffa * ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
	we use the syntax table of the correct buffer.
	(ediff-same-file-contents,ediff-same-contents): enhancements thanks to
	Felix Gatzemeier.

	* ediff-init.el (ediff-hide-face): checks for definedness of functions.
	(ediff-file-remote-p): make synonymous with file-remote-p.
	In all deffaces ediff-*-face-*, use min-colors.

	* ediff-mult.el (ediff-meta-mark-equal-files): make use of
        ediff-recurse-to-subdirectories.
	(ediff-mark-if-equal): check that the arguments are strings, use
	ediff-same-contents (after to Felix Gatzemeier).

	* ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
	nil.
2005-02-19 04:46:24 +00:00
Jonathan Yavner
ef80b743b6 ses.texi: Add concept/function/variable indices 2005-02-18 05:48:09 +00:00
Luc Teirlinck
a05b16b37b *** empty log message *** 2005-02-16 21:21:35 +00:00
Luc Teirlinck
1d2e0c5d20 (Quitting): Update xref for splitting of node in msdog.texi. 2005-02-16 15:39:52 +00:00
Luc Teirlinck
75d68328e3 (Frames): Update xref for splitting of node in msdog.texi. 2005-02-16 15:36:57 +00:00
Luc Teirlinck
49d0a8617f (Top): Update menu for splitting of node in msdog.texi. 2005-02-16 15:34:45 +00:00
Richard M. Stallman
a29c9707c7 *** empty log message *** 2005-02-16 10:22:14 +00:00
Richard M. Stallman
79c535270d (Split Window): Simplify line truncation info
and xref to Display Custom.
2005-02-16 10:21:59 +00:00
Richard M. Stallman
3b6f40c520 (Quitting): Emergency escape only for text terminal.
(Screen Garbled): C-l for ungarbling is only for text terminal.
2005-02-16 10:21:18 +00:00
Richard M. Stallman
f579d4fb5e (Text Mode): ESC TAB alternative for M-TAB. 2005-02-16 10:19:05 +00:00
Richard M. Stallman
d4f3de7f37 (Header Editing): ESC TAB alternative for M-TAB. 2005-02-16 10:17:29 +00:00
Richard M. Stallman
64e207c032 (Program Modes): Mention Python mode.
(Moving by Defuns): Repeating C-M-h extends region.
(Basic Indent): Clarify.
(Custom C Indent): Clarify.
(Expressions): Repeating C-M-@ extends region.
(Info Lookup): Clarify for C-h S.
(Symbol Completion): ESC TAB alternative for M-TAB.
(Electric C): Clarify.
2005-02-16 10:17:01 +00:00
Richard M. Stallman
3f6cafd9cf (Top): Update display.texi and frames.texi submenu data. 2005-02-16 10:13:01 +00:00
Richard M. Stallman
049224f65c (MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node.
(MS-DOS Keyboard): Start with explaining DEL and BREAK.
(MS-DOS and MULE): Clarify.
(MS-DOS Processes, Windows Processes): Fix typos.
2005-02-16 10:11:06 +00:00
Richard M. Stallman
40be66535c (Choosing Modes): Clarify. 2005-02-16 10:08:30 +00:00
Richard M. Stallman
bb18ce6a12 (Basic Keyboard Macro): Doc F3, F4.
(Keyboard Macro Step-Edit): Clarify.
2005-02-16 10:07:28 +00:00
Richard M. Stallman
66375f064c (Indentation): Clarifications. 2005-02-16 10:05:39 +00:00
Richard M. Stallman
0bbb35f9b3 (Help): Correct error about C-h in query-replace.
Clarify apropos vs C-h a.  Fix how to search in FAQ.
(Key Help): Describe C-h w here.
(Name Help): Minor cleanup.  C-h w moved to Key Help.
Clarify the "object" joke.
(Apropos): Clarify.  Mouse-1 like Mouse-2.
(Help Mode): Mouse-1 like Mouse-2.
2005-02-16 10:04:34 +00:00
Richard M. Stallman
8ebc23a8df (Spelling): Mention ESC TAB as alt. for M-TAB. 2005-02-16 10:01:06 +00:00
Richard M. Stallman
0015d6775b (Display): Reorder menu.
(Faces): Cleanup.
(Font Lock): Cleanup.  Mention Options menu.  Delete obsolete text.
(Scrolling): For C-l, don't presume text terminal.
(Horizontal Scrolling): Simplify intro.
(Follow Mode): Clarify.
(Cursor Display): Moved before Display Custom.
(Display Custom): Explain no-redraw-on-reenter is for text terminals.
Doc default-tab-width.  Doc line truncation more thoroughly.
2005-02-16 09:59:32 +00:00
Richard M. Stallman
065e46d08d (Dired Enter): C-x C-f can run Dired.
(Dired Visiting): Comment out `a' command.
Mouse-1 is like Mouse-2.
(Shell Commands in Dired): ? can be used more than once.
2005-02-16 09:54:47 +00:00
Richard M. Stallman
ab527690a4 (Continuation Lines): Simplify description of truncation,
and refer to Display Custom for the rest of it.
2005-02-16 09:51:37 +00:00
Jay Belanger
df21b47d2f *** empty log message *** 2005-02-11 06:03:35 +00:00
Jay Belanger
bd712b706c Redefine @expr as @math for TeX output.
Redefine @texline as a no-op for TeX output.
Define @tfn, replace @t by @tfn throughout.
2005-02-11 05:44:58 +00:00
Jay Belanger
053bc28347 Change @LaTeX to La@TeX throughout. 2005-02-10 18:55:21 +00:00
Jay Belanger
d25e21dddc *** empty log message *** 2005-02-10 04:29:47 +00:00
Jay Belanger
2f83874c85 Define a macro for @LaTeX. 2005-02-10 04:12:19 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Kim F. Storm
5616155cd6 (LaTex): Add def. 2005-02-08 09:55:58 +00:00
Kim F. Storm
24dfbc5674 *** empty log message *** 2005-02-08 09:55:22 +00:00
Jay Belanger
c529f7f749 *** empty log message *** 2005-02-06 16:48:59 +00:00
Jay Belanger
8ed713c67c (TeX Language Mode): Add mention of LaTeX mode, and change name to
"TeX and LaTeX Language Modes."  Mention LaTeX mode throughout manual.
2005-02-06 16:30:13 +00:00
Lute Kamstra
82d3c42592 (Expanding Abbrevs): Fix previous fix. 2005-02-06 13:38:01 +00:00
Lute Kamstra
3606516c37 (Init Examples): Fix previous fix. 2005-02-06 13:37:06 +00:00
Lute Kamstra
b7fe908963 (Undo): Fix typo. 2005-02-06 13:17:35 +00:00
Lute Kamstra
d399c30900 (Emacs Invocation): Fix typo. 2005-02-06 13:13:15 +00:00
Lute Kamstra
3e390dd244 (Init Examples): Fix typo. 2005-02-06 13:12:30 +00:00
Lute Kamstra
dd3748b340 (Expanding Abbrevs): Fix typo. 2005-02-06 13:11:39 +00:00
Richard M. Stallman
ba2c991c3b *** empty log message *** 2005-02-06 11:24:11 +00:00
Richard M. Stallman
75dcf83925 (Registers): Registers can hold numbers, too. 2005-02-06 11:20:28 +00:00
Richard M. Stallman
3423ce024a (Other Kill Commands): Cleanup.
Delete redundant explanation of kill in read-only buffer.
(Yanking): Mention term "copying".
(Accumulating Text): Fix typo.
2005-02-06 11:19:45 +00:00
Richard M. Stallman
1db81533c3 (Entering Emacs): Update rationale at start.
(Exiting): Treat iconifying on a par with suspension.
2005-02-06 11:17:45 +00:00