Mercurial > emacs
comparison etc/NEWS @ 61016:132a274ae79c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 27 Mar 2005 14:19:30 +0000 |
parents | 6e34bea44961 |
children | 7f53c9c3495c |
comparison
equal
deleted
inserted
replaced
61015:fa0117fd76e9 | 61016:132a274ae79c |
---|---|
252 +++ | 252 +++ |
253 ** There are now two new regular expression operators, \_< and \_>, | 253 ** There are now two new regular expression operators, \_< and \_>, |
254 for matching the beginning and end of a symbol. A symbol is a | 254 for matching the beginning and end of a symbol. A symbol is a |
255 non-empty sequence of either word or symbol constituent characters, as | 255 non-empty sequence of either word or symbol constituent characters, as |
256 specified by the syntax table. | 256 specified by the syntax table. |
257 --- | |
258 *** rx.el has new corresponding `symbol-end' and `symbol-start' elements. | |
257 | 259 |
258 ** Passing resources on the command line now works on MS Windows. | 260 ** Passing resources on the command line now works on MS Windows. |
259 You can use --xrm to pass resource settings to Emacs, overriding any | 261 You can use --xrm to pass resource settings to Emacs, overriding any |
260 existing values. For example: | 262 existing values. For example: |
261 | 263 |