diff options
| author | Francesco Potortì | 1999-11-01 16:40:40 +0000 |
|---|---|---|
| committer | Francesco Potortì | 1999-11-01 16:40:40 +0000 |
| commit | aca0be23e8c4c73bb810ca3aa72962c7e6d921d5 (patch) | |
| tree | 33cfc4faafc8b51a1b45bb5bffa038293962d379 /etc | |
| parent | 79ddc9c971569b56505443c338639350ba0a5a5f (diff) | |
| download | emacs-aca0be23e8c4c73bb810ca3aa72962c7e6d921d5.tar.gz emacs-aca0be23e8c4c73bb810ca3aa72962c7e6d921d5.zip | |
Document regexp changes in etags.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -386,11 +386,17 @@ sh-script can attempt to "learn" the current buffer's style. | |||
| 386 | 386 | ||
| 387 | *** In DOS, etags looks for file.cgz if it cannot find file.c. | 387 | *** In DOS, etags looks for file.cgz if it cannot find file.c. |
| 388 | 388 | ||
| 389 | *** New option --ignore-case-regex is an alternative to --regex. It is now | ||
| 390 | possible to bind a regexp to a language, by prepending the regexp with | ||
| 391 | {lang}, where lang is one of the languages that `etags --help' prints | ||
| 392 | out. This feature is useful especially for regex files, where each | ||
| 393 | line contains a regular expression. The manual contains details. | ||
| 394 | |||
| 389 | *** In C and derived languages, etags creates tags for function | 395 | *** In C and derived languages, etags creates tags for function |
| 390 | declarations when given the --declarations option. | 396 | declarations when given the --declarations option. |
| 391 | 397 | ||
| 392 | *** In C++, tags are created for "operator". The tags have the form | 398 | *** In C++, tags are created for "operator". The tags have the form |
| 393 | "operator+", without spaces between the keyword and the operator. | 399 | "operator+", without spaces between the keyword and the operator. |
| 394 | 400 | ||
| 395 | *** New language Ada: tags are functions, procedures, packages, tasks, and | 401 | *** New language Ada: tags are functions, procedures, packages, tasks, and |
| 396 | types. | 402 | types. |
| @@ -409,8 +415,6 @@ variables are tagged. | |||
| 409 | 415 | ||
| 410 | *** .ss files are Scheme files. | 416 | *** .ss files are Scheme files. |
| 411 | 417 | ||
| 412 | *** New option --ignore-case-regex is an alternative to --regex. | ||
| 413 | |||
| 414 | ** Emacs now attempts to determine the initial language environment | 418 | ** Emacs now attempts to determine the initial language environment |
| 415 | and preferred and locale coding systems systematically from the | 419 | and preferred and locale coding systems systematically from the |
| 416 | LC_ALL, LC_CTYPE, and LANG environment variables during startup. | 420 | LC_ALL, LC_CTYPE, and LANG environment variables during startup. |