aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog22
-rw-r--r--man/dired.texi48
-rw-r--r--man/faq.texi53
-rw-r--r--man/gnus.texi13
-rw-r--r--man/macos.texi12
5 files changed, 118 insertions, 30 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index edd9592722c..e48374ce6d4 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,25 @@
12006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macos.texi (Mac International): Rename "fontset-mac" to
4 "fontset-standard".
5
62006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7
8 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9
102006-02-09 Mathias Dahl <mathias.dah@gmail.com>
11
12 * dired.texi (Tumme): Basic documentation for Tumme added.
13
142006-02-08 Romain Francoise <romain@orebokech.com>
15
16 * faq.texi (Top): Remove paragraph about the FAQ being a
17 transitional document, etc.
18 (Searching for/replacing newlines): New node.
19 (Yanking text in isearch): New node.
20 (Inserting text at the beginning of each line): Rename and make
21 more general, mention `M-;' in Message mode.
22
12006-02-07 Luc Teirlinck <teirllm@auburn.edu> 232006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2 24
3 * mule.texi (International): 25 * mule.texi (International):
diff --git a/man/dired.texi b/man/dired.texi
index a432d681918..be733f9924d 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -40,6 +40,8 @@ files.
40* Updating: Dired Updating. Discarding lines for files of no interest. 40* Updating: Dired Updating. Discarding lines for files of no interest.
41* Find: Dired and Find. Using `find' to choose the files for Dired. 41* Find: Dired and Find. Using `find' to choose the files for Dired.
42* Wdired:: Operating on files by editing the Dired buffer. 42* Wdired:: Operating on files by editing the Dired buffer.
43* Tumme:: Image file and thumbnail viewing and
44 manipulation from the Dired buffer.
43* Misc: Misc Dired Features. Various other features. 45* Misc: Misc Dired Features. Various other features.
44@end menu 46@end menu
45 47
@@ -1140,6 +1142,52 @@ you can change @samp{-rw-r--r--} to @samp{-rw-rw-rw-} to make a file
1140world-writable. These changes also take effect when you type @kbd{C-c 1142world-writable. These changes also take effect when you type @kbd{C-c
1141C-c}. 1143C-c}.
1142 1144
1145@node Tumme
1146@section Thumbnail and image file viewing and manipulation
1147
1148@cindex tumme mode
1149 Tumme provides for simple viewing of thumbnails if image files. It
1150also provides viewing of the original file, sized or in full size,
1151inside Emacs or in an external viewer.
1152
1153 Tumme aims to be both easy to use for a beginner but also powerful
1154and useful for an experienced user.
1155
1156 To try out Tumme, mark some image files in Dired and type @kbd{C-t
1157d} (@code{tumme-display-thumbs}). With point in the thumbnail buffer,
1158type @kbd{RET} (@code{tumme-display-thumbnail-original-image}) to
1159display a sized version of it. Use the keys to move around in the
1160buffer. For easy browing, type @kbd{SPC}
1161(@code{tumme-display-next-thumbnail-original}) to advance and display
1162the next image. Typing @kbd{SPC}
1163(@code{tumme-display-previous-thumbnail-original}) backs up to the
1164previous thumbnail and displays the image.
1165
1166 If you want to see the image in its original size, either provide a
1167prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type
1168@kbd{C-return} (@code{tumme-thumbnail-display-external}) to display
1169the image in an external viewer.
1170
1171 If you find in image that you want to delete, type @kbd{d}
1172(@code{tumme-flag-thumb-original-file}) and the file will be flagged
1173for deletion in the dired buffer. If you just want to delete the
1174thumbnail image from the thumbnail buffer, type @kbd{C-d}
1175(@code{tumme-delete-char}).
1176
1177 More advanced features include commands for using ``tags'' (labels,
1178or categories) to tag image files and to search for image files with a
1179certain tag.
1180
1181 The tags put on image files are stored in a database file and can be
1182used for marking image files. For example, you can let Tumme mark all
1183files in the current directory tagged with the tag `flowers'. To tag
1184image files, mark them in the dired buffer and type @kbd{C-t t}
1185(@code{tumme-tag-files}). To mark files having a certain tag, type
1186@kbd{C-t f} (@code{tumme-mark-tagged-files}).
1187
1188 Tumme also provide simple image manipulation commands, like rotating
1189thumbnails and original image files.
1190
1143@node Misc Dired Features 1191@node Misc Dired Features
1144@section Other Dired Features 1192@section Other Dired Features
1145 1193
diff --git a/man/faq.texi b/man/faq.texi
index 77955d9c1ce..734212758d5 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -59,12 +59,9 @@ distribution.]
59 59
60This is the GNU Emacs FAQ, last updated on @today{}. 60This is the GNU Emacs FAQ, last updated on @today{}.
61 61
62The FAQ is maintained as a Texinfo document, allowing us to create HTML, 62This FAQ is maintained as a part of GNU Emacs. If you find any errors,
63Info, and TeX documents from a single source file, and is slowly but 63or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
64surely being improved. Please bear with us as we improve on this 64them.
65format. This FAQ is maintained as a part of GNU Emacs. If you find
66any errors, or have any suggestions, please use @kbd{M-x report-emacs-bug}
67to report them.
68 65
69@menu 66@menu
70* FAQ notation:: 67* FAQ notation::
@@ -1177,6 +1174,8 @@ In addition, Emacs 22 now includes the Emacs Lisp Reference Manual
1177* Highlighting a region:: 1174* Highlighting a region::
1178* Controlling case sensitivity:: 1175* Controlling case sensitivity::
1179* Wrapping words automatically:: 1176* Wrapping words automatically::
1177* Searching for/replacing newlines::
1178* Yanking text in isearch::
1180* Spell-checkers:: 1179* Spell-checkers::
1181* Checking TeX and *roff documents:: 1180* Checking TeX and *roff documents::
1182* Changing load-path:: 1181* Changing load-path::
@@ -1195,7 +1194,7 @@ In addition, Emacs 22 now includes the Emacs Lisp Reference Manual
1195* Valid X resources:: 1194* Valid X resources::
1196* Evaluating Emacs Lisp code:: 1195* Evaluating Emacs Lisp code::
1197* Changing the length of a Tab:: 1196* Changing the length of a Tab::
1198* Inserting > at the beginning of each line:: 1197* Inserting text at the beginning of each line::
1199* Underlining paragraphs:: 1198* Underlining paragraphs::
1200* Repeating a command as many times as possible:: 1199* Repeating a command as many times as possible::
1201* Forcing the cursor to remain in the same column:: 1200* Forcing the cursor to remain in the same column::
@@ -1534,7 +1533,7 @@ including
1534in your @file{.emacs} file. (Also see @ref{Turning on syntax 1533in your @file{.emacs} file. (Also see @ref{Turning on syntax
1535highlighting}.) 1534highlighting}.)
1536 1535
1537@node Controlling case sensitivity, Wrapping words automatically, Highlighting a region, Common requests 1536@node Controlling case sensitivity, Searching for/replacing newlines, Highlighting a region, Common requests
1538@section How do I control Emacs's case-sensitivity when searching/replacing? 1537@section How do I control Emacs's case-sensitivity when searching/replacing?
1539@cindex @code{case-fold-search} 1538@cindex @code{case-fold-search}
1540@cindex Case sensitivity of searches 1539@cindex Case sensitivity of searches
@@ -1566,7 +1565,23 @@ mode's hook. For example:
1566 (setq case-fold-search nil))) 1565 (setq case-fold-search nil)))
1567@end lisp 1566@end lisp
1568 1567
1569@node Wrapping words automatically, Spell-checkers, Controlling case sensitivity, Common requests 1568@node Searching for/replacing newlines, Yanking text in isearch, Controlling case sensitivity, Common requests
1569@section How do I input a newline character in isearch or query-replace?
1570@cindex Searching for newlines
1571@cindex Replacing newlines
1572
1573Use @kbd{C-q C-j}. For more information, see @inforef{Special Isearch,
1574Special Input for Incremental Search, emacs}.
1575
1576
1577@node Yanking text in isearch, Wrapping words automatically, Searching for/replacing newlines, Common requests
1578@section How do I copy text from the kill ring into the search string?
1579@cindex Yanking text into the search string
1580@cindex isearch yanking
1581
1582Use @kbd{M-y}. @inforef{Isearch Yank, Isearch Yanking, emacs}.
1583
1584@node Wrapping words automatically, Spell-checkers, Yanking text in isearch, Common requests
1570@section How do I make Emacs wrap words for me? 1585@section How do I make Emacs wrap words for me?
1571@cindex Wrapping word automatically 1586@cindex Wrapping word automatically
1572@cindex Wrapping lines 1587@cindex Wrapping lines
@@ -2102,7 +2117,7 @@ about them.
2102 2117
2103@end itemize 2118@end itemize
2104 2119
2105@node Changing the length of a Tab, Inserting > at the beginning of each line, Evaluating Emacs Lisp code, Common requests 2120@node Changing the length of a Tab, Inserting text at the beginning of each line, Evaluating Emacs Lisp code, Common requests
2106@section How do I change Emacs's idea of the @key{TAB} character's length? 2121@section How do I change Emacs's idea of the @key{TAB} character's length?
2107@cindex Tab length 2122@cindex Tab length
2108@cindex Length of tab character 2123@cindex Length of tab character
@@ -2121,8 +2136,9 @@ Do not confuse variable @code{tab-width} with variable
2121@key{TAB} characters. The latter controls what characters are inserted 2136@key{TAB} characters. The latter controls what characters are inserted
2122when you press the @key{TAB} character in certain modes. 2137when you press the @key{TAB} character in certain modes.
2123 2138
2124@node Inserting > at the beginning of each line, Underlining paragraphs, Changing the length of a Tab, Common requests 2139@node Inserting text at the beginning of each line, Underlining paragraphs, Changing the length of a Tab, Common requests
2125@section How do I insert @samp{>} at the beginning of every line? 2140@section How do I insert <some text> at the beginning of every line?
2141@cindex Prefixing a region with some text
2126@cindex Prefix character, inserting in mail/news replies 2142@cindex Prefix character, inserting in mail/news replies
2127@cindex Replies to mail/news, inserting a prefix character 2143@cindex Replies to mail/news, inserting a prefix character
2128@cindex @code{mail-yank-prefix} 2144@cindex @code{mail-yank-prefix}
@@ -2130,7 +2146,7 @@ when you press the @key{TAB} character in certain modes.
2130@cindex News replies, inserting a prefix character 2146@cindex News replies, inserting a prefix character
2131 2147
2132To do this to an entire buffer, type @kbd{M-< M-x replace-regexp 2148To do this to an entire buffer, type @kbd{M-< M-x replace-regexp
2133@key{RET} ^ @key{RET} > @key{RET}}. 2149@key{RET} ^ @key{RET} your text @key{RET}}.
2134 2150
2135To do this to a region, use @code{string-insert-rectangle}. 2151To do this to a region, use @code{string-insert-rectangle}.
2136Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you 2152Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you
@@ -2139,13 +2155,12 @@ want to prefix, move the cursor to last line to be prefixed, and type
2139buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}. 2155buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}.
2140 2156
2141If you are trying to prefix a yanked mail message with @samp{>}, you 2157If you are trying to prefix a yanked mail message with @samp{>}, you
2142might want to set the variable @code{mail-yank-prefix}. Better yet, use 2158might want to set the variable @code{mail-yank-prefix}. In Message
2143the Supercite package (@pxref{Supercite}), which provides flexible 2159buffers, you can even use @kbd{M-;} to cite yanked messages (@kbd{M-;}
2144citation for yanked mail and news messages; it is included in Emacs 2160runs the function @code{comment-region}, it is a general-purpose
2145since version 19.20. @xref{Changing the included text prefix}, for 2161mechanism to comment regions).
2146additional information.
2147 2162
2148@node Underlining paragraphs, Repeating a command as many times as possible, Inserting > at the beginning of each line, Common requests 2163@node Underlining paragraphs, Repeating a command as many times as possible, Inserting text at the beginning of each line, Common requests
2149@section How do I insert @samp{_^H} before each character in a region to get an underlined paragraph? 2164@section How do I insert @samp{_^H} before each character in a region to get an underlined paragraph?
2150@cindex Underlining a region of text 2165@cindex Underlining a region of text
2151@cindex @code{underline-region} 2166@cindex @code{underline-region}
diff --git a/man/gnus.texi b/man/gnus.texi
index 8fe7355a4c8..bdfe5ab2194 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -24547,14 +24547,17 @@ Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24547``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd 24547``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
245481999. 245481999.
24549 24549
24550On the 26th of October 2000, Oort Gnus was begun. 24550On the 26th of October 2000, Oort Gnus was begun and was released as
24551Gnus 5.10 on May 1st 2003 (24 releases).
24552
24553On the January 4th 2004, No Gnus was begun.
24551 24554
24552If you happen upon a version of Gnus that has a prefixed name -- 24555If you happen upon a version of Gnus that has a prefixed name --
24553``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'', 24556``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24554``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic. Don't let it know 24557``Pterodactyl Gnus'', ``Oort Gnus'', ``No Gnus'' -- don't panic.
24555that you're frightened. Back away. Slowly. Whatever you do, don't 24558Don't let it know that you're frightened. Back away. Slowly. Whatever
24556run. Walk away, calmly, until you're out of its reach. Find a proper 24559you do, don't run. Walk away, calmly, until you're out of its reach.
24557released version of Gnus and snuggle up to that instead. 24560Find a proper released version of Gnus and snuggle up to that instead.
24558 24561
24559 24562
24560@node Other Gnus Versions 24563@node Other Gnus Versions
diff --git a/man/macos.texi b/man/macos.texi
index 76a11ea92e7..ba0f9e995ca 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -104,12 +104,12 @@ character codes in the range 128-159. The coding systems
104@code{mac-roman}, @code{mac-centraleurroman}, and @code{mac-cyrillic} 104@code{mac-roman}, @code{mac-centraleurroman}, and @code{mac-cyrillic}
105are used to represent these Mac encodings. 105are used to represent these Mac encodings.
106 106
107 The fontset @code{fontset-mac} is created automatically when Emacs 107 The fontset @code{fontset-standard} is created automatically when
108is run on Mac, and used by default. It displays as many kinds of 108Emacs is run on Mac, and used by default. It displays as many kinds
109characters as possible using 12-point Monaco as a base font. If you 109of characters as possible using 12-point Monaco as a base font. If
110see some character as a hollow box with this fontset, then it's almost 110you see some character as a hollow box with this fontset, then it's
111impossible to display it only by customizing font settings (@pxref{Mac 111almost impossible to display it only by customizing font settings
112Font Specs}). 112(@pxref{Mac Font Specs}).
113 113
114 You can use input methods provided either by LEIM (@pxref{Input 114 You can use input methods provided either by LEIM (@pxref{Input
115Methods}) or Mac OS to enter international characters. To use the 115Methods}) or Mac OS to enter international characters. To use the