Francesco Potortì
5f7c79f929
etags now tags #undef, too
2006-07-11 11:08:31 +00:00
Karl Berry
444246ca38
fix overfull/underfull boxes
2006-07-03 18:17:21 +00:00
Luc Teirlinck
af566730fc
(Create Tags Table): ifinfo -> ifnottex.
2006-05-19 22:46:09 +00:00
Eli Zaretskii
4984edc7c4
(Maintaining) [ifnottex]: Add menu entry for "Emerge".
...
(List Tags) [ifnottex]: @include emerge-xtra.texi.
2006-05-06 12:58:40 +00:00
Chong Yidong
e0fc8fa2dd
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
...
moved here from Emacs manual.
* programs.texi (Fortran): Section moved to emacs-xtra.
(Program Modes): Xref to Fortran in emacs-xtra.
* maintaining.texi (Emerge): Moved to emacs-xtra.
* files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
* picture.texi: File deleted.
* text.texi (Text): Xref to Picture Mode in emacs-xtra.
* abbrevs.texi (Abbrevs):
* sending.texi (Sending Mail): Picture node removed.
* emacs.texi (Top): Update node listings.
2006-03-16 03:19:56 +00:00
Francesco Potortì
1899ba3642
(Create Tags Table): Explain why the exception when etags writes to
...
files under the /dev tree.
2006-02-15 13:30:19 +00:00
Richard M. Stallman
2f15c7c3f1
(Maintaining): Change title; clarify topic. Delete duplicate index entries.
2006-02-12 20:26:40 +00:00
Richard M. Stallman
191f7d865e
(Format of ChangeLog): New node, split out from ChangeLog.
...
(ChangeLog): Clarifications in the remaining text.
(Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
(Find Tag): Add @w.
(Tags Search): Explain tag table order here. Simplify grep ref.
(List Tags): tags-tag-face is a variable, not a face.
(Emerge): Cleanups.
2006-02-08 00:00:22 +00:00
Thien-Thi Nguyen
8d99e09d78
Update years in copyright notice; nfc.
2006-02-05 22:41:31 +00:00
Juri Linkov
5d9b307f06
(Tags Search): Replace grep xref to `Compilation' node
...
with `Grep Searching'.
2005-08-14 08:08:41 +00:00
Thien-Thi Nguyen
b65d8176e6
Update years in copyright notice; nfc.
2005-08-10 15:40:54 +00:00
Lute Kamstra
ee7c0964ef
(Overview of Emerge): Add cross reference. Remove duplication.
2005-05-18 14:31:32 +00:00
Richard M. Stallman
6742e76585
(Change Log): Correct the description of the example.
2005-04-11 16:40:42 +00:00
Lute Kamstra
21e9e795e4
(Change Log): add-change-log-entry uses add-log-mailing-address.
2005-04-01 13:12:30 +00:00
Richard M. Stallman
19b2c4ca1f
Don't say just "option" when talking about variables.
2005-01-30 11:23:17 +00:00
Francesco Potortì
4559d619bd
Put /dev into @file.
2004-09-14 15:22:48 +00:00
Francesco Potortì
83a885869f
When relative file names are given as argument,
...
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.
2004-09-13 19:56:12 +00:00
Francesco Potortì
dfcb9727ca
Added support in etags for the Lua script language.
2004-09-13 13:42:00 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Francesco Potortì
f01f573519
Added reference to the new `etags --help --lang=LANG' option.
2003-01-09 15:15:28 +00:00
Francesco Potortì
2c37653c70
etags now parses HTML.
2002-08-28 12:57:46 +00:00
Paul Eggert
28665d46c3
Minor spelling and grammar corrections.
2002-08-16 06:29:40 +00:00
Richard M. Stallman
ed1b7d5eda
Describe add-log-always-start-new-record.
...
Substantial rewrite of etags regexp option text.
2002-07-07 23:42:46 +00:00
Francesco Potortì
f175bfffb0
etags
2002-06-20 08:52:22 +00:00
Francesco Potortì
b8fc5a9cde
some passive forms to active
2002-06-17 22:22:03 +00:00
Francesco Potortì
648ed8f4d4
Specify that the separator character can be different from a slash.
...
Clarify that the @regexfile contains the arguments to a --regex= option.
Clarify that the `m' modifier pertains to a single regular expression.
Merge the two places where the {language} prefix was described.
2002-06-17 22:09:55 +00:00
Francesco Potortì
cc76b31124
New multi-line regexp and new regexp syntax.
...
New {language} and @regexp features.
2002-06-13 12:10:00 +00:00
Francesco Potortì
e30fbfef63
Etags regexps support the same set of operators as in Emacs.
2002-06-07 12:58:40 +00:00
Francesco Potortì
b4b39c67fc
Document Etags regexp char escape sequences.
2002-06-06 22:58:11 +00:00
Francesco Potortì
e4a1e8d966
Document --parse-stdin=FILE for Etags.
...
Document new default keywords for TeX.
2002-06-06 13:17:37 +00:00
Francesco Potortì
0f5401a846
Use Cweb, not bison as an example of etags using #line.
2002-03-12 13:44:20 +00:00
Francesco Potortì
bf8dd4e319
etags honours #line directives.
2002-03-05 11:42:46 +00:00
Francesco Potortì
3e7eaab2dc
Perl changes for etags.
2001-12-26 21:51:53 +00:00
Francesco Potortì
9340a58f83
In the Etags manual, when comparing the regular expression syntax to
...
that of Emacs, remove the references to the interval operator, which is
now part of Emacs as well as Etags, and add references to greedy
operators and shy groups, which are now part of Emacs, but not of Etags.
2001-12-20 09:14:27 +00:00
Francesco Potortì
e94a3679c5
Etags changes for Prolog and PHP.
2001-12-15 16:08:32 +00:00
Andreas Schwab
b5f1c9fa02
Don't omit first argument of @ref.
2001-12-07 11:57:15 +00:00
Richard M. Stallman
e4059eed38
Comment out the Authors node.
2001-11-07 04:27:40 +00:00
Richard M. Stallman
1e4cb3078f
Explain where and how to put the copyright notice and permission
...
notice in a change log file.
2001-10-06 02:26:58 +00:00
Richard M. Stallman
47d7776cc6
Spelling corrections.
2001-09-12 21:03:47 +00:00
Eli Zaretskii
0b61e47e94
Fix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>.
2001-09-02 16:30:20 +00:00
Richard M. Stallman
d7ed11cd37
Minor cleanups.
2001-08-25 19:17:49 +00:00
Gerd Moellmann
9cd6acefe0
Fix a typo.
2001-08-17 11:01:41 +00:00
Richard M. Stallman
55d3737db5
Clarify when it's good to update a tags table and why.
2001-07-02 21:24:10 +00:00
Eli Zaretskii
24cc235a08
Fix a typo.
2001-07-02 15:22:16 +00:00
Richard M. Stallman
ebe19e1b1c
Fix mistakes in @node Emerge.
2001-06-26 13:34:50 +00:00
Richard M. Stallman
f00366c2c4
Initial version consists of sections moved from Editing Programs chapter.
2001-06-26 13:12:29 +00:00