[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master b573aaab76b 2/2: ; Make utility functions for getting the Esh
From: |
Andrea Corallo |
Subject: |
Re: master b573aaab76b 2/2: ; Make utility functions for getting the Eshell non-special regexps |
Date: |
Mon, 21 Oct 2024 04:00:42 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Jim Porter <jporterbugs@gmail.com> writes:
> branch: master
> commit b573aaab76b55ec276b9190570b3ca3ae72cb416
> Author: Jim Porter <jporterbugs@gmail.com>
> Commit: Jim Porter <jporterbugs@gmail.com>
>
> ; Make utility functions for getting the Eshell non-special regexps
>
> * lisp/eshell/esh-arg.el (eshell-inside-quote-regexp)
> (eshell-outside-quote-regexp): Rename to...
> (eshell--non-special-inside-quote-regexp)
> (eshell--non-special-outside-quote-regexp): ... these, and add
> defsubsts.
> (eshell-arg-initialize): Don't initialize regexp variables.
> (eshell-parse-non-special): ... use them.
>
> * lisp/eshell/em-glob.el (eshell-glob-chars-regexp): Use 'rx-to-string'.
Hi Jim,
If I'm not wrong this commit once merged into master is causing the
following warnings:
eshell/em-script.el:75:9: Warning: Unused lexical variable
‘eshell-outside-quote-regexp’
eshell/em-script.el:74:9: Warning: Unused lexical variable
‘eshell-inside-quote-regexp’
Would you ming having a look?
Thanks!
Andrea
- Re: master b573aaab76b 2/2: ; Make utility functions for getting the Eshell non-special regexps,
Andrea Corallo <=