Mercurial > emacs
comparison etc/NEWS @ 26289:6651db4a4b1f
Document regexp changes in etags.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 01 Nov 1999 16:40:40 +0000 |
parents | 32e16b70ae15 |
children | 81cd0c225dd9 |
comparison
equal
deleted
inserted
replaced
26288:6119687f6888 | 26289:6651db4a4b1f |
---|---|
384 | 384 |
385 ** Etags changes. | 385 ** Etags changes. |
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. |
397 | 403 |
398 *** In Fortran, procedure is no more tagged. | 404 *** In Fortran, procedure is no more tagged. |
406 variables are tagged. | 412 variables are tagged. |
407 | 413 |
408 *** New language Python: def and class at the beginning of a line are tags. | 414 *** New language Python: def and class at the beginning of a line are tags. |
409 | 415 |
410 *** .ss files are Scheme files. | 416 *** .ss files are Scheme files. |
411 | |
412 *** New option --ignore-case-regex is an alternative to --regex. | |
413 | 417 |
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. |
417 | 421 |