help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [External] : Re: Package cl is deprecated


From: Drew Adams
Subject: RE: [External] : Re: Package cl is deprecated
Date: Sun, 1 Aug 2021 02:28:31 +0000

> Thank you very much for the information, but I still can't figure out
> what's the meaning of `Lax' used here.

A strict interpretation of a space char you type
means match it against a single space char.

The lax interpretation of a space char you type
means match it against one or more chars, each
of which can be space, tab, newline, or carriage
return.

Look at the regexp that's in the string that's
the value of the variable when you opt for lax
matching of a space char.  That regexp says
just that: one or more of those chars.

Read the Elisp manual, node `Regular Expressions'
and its subnodes.

https://www.gnu.org/software/emacs/manual/html_node/elisp/Regular-Expressions.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]