Mercurial > emacs
comparison etc/NEWS @ 109757:818e325e0469
Introduce a new comment style "c" flag.
* src/syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
(SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
(SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
(syntax_prefix_flag_p): New function.
(Fstring_to_syntax): Understand new "c" flag.
(Finternal_describe_syntax_value): Recognize new flag; use the
SYNTAX_FLAGS_* macros.
(scan_sexps_forward, Fparse_partial_sexp): Change representation of
comment style to accomodate the new styles.
(back_comment, forw_comment, Fforward_comment, scan_lists)
(scan_sexps_forward): Update code to obey the new comment style flag.
* src/syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
* src/casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
* lisp/progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
comment style.
* lisp/progmodes/scheme.el (scheme-mode-syntax-table):
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
"b" flag in "14b" syntax.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Aug 2010 16:44:16 +0200 |
parents | be18c3b67d66 |
children | 6fb5db53272f |
comparison
equal
deleted
inserted
replaced
109756:23910b0d49d9 | 109757:818e325e0469 |
---|---|
422 has now been removed. | 422 has now been removed. |
423 | 423 |
424 | 424 |
425 * Lisp changes in Emacs 24.1 | 425 * Lisp changes in Emacs 24.1 |
426 | 426 |
427 ** Syntax tables support a new "comment style c" additionally to style b. | |
427 ** frame-local variables cannot be let-bound any more. | 428 ** frame-local variables cannot be let-bound any more. |
428 ** prog-mode is a new major-mode meant to be the parent of programming mode. | 429 ** prog-mode is a new major-mode meant to be the parent of programming mode. |
429 ** define-minor-mode accepts a new keyword :variable. | 430 ** define-minor-mode accepts a new keyword :variable. |
430 | 431 |
431 ** `delete-file' and `delete-directory now accept optional arg TRASH. | 432 ** `delete-file' and `delete-directory now accept optional arg TRASH. |