[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18405: 24.3.93; bat-mode.el
From: |
Stefan Monnier |
Subject: |
bug#18405: 24.3.93; bat-mode.el |
Date: |
Thu, 04 Sep 2014 16:39:25 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> ("%\\([^%]+\\)%?"
> (1 font-lock-variable-name-face))
> ("!\\([^!%]+\\)!?" ; delayed-expansion !variable!
> (1 font-lock-variable-name-face))
I know nothing of cmd.exe's syntax and the general thrust of the change
sounds good, but: the above matches "%foo\nbar", which is probably not
right. When can variable refs be of the form %name or !name
(i.e. without the terminating % or !)?
Stefan
- bug#18405: 24.3.93; bat-mode.el, Achim Gratz, 2014/09/04
- bug#18405: 24.3.93; bat-mode.el,
Stefan Monnier <=
- bug#18405: 24.3.93; bat-mode.el, Achim Gratz, 2014/09/04
- bug#18405: 24.3.93; bat-mode.el, Eli Zaretskii, 2014/09/05
- bug#18405: 24.3.93; bat-mode.el, Achim Gratz, 2014/09/05
- bug#18405: 24.3.93; bat-mode.el, Daniel Colascione, 2014/09/06
- bug#18405: 24.3.93; bat-mode.el, Eli Zaretskii, 2014/09/07
- bug#18405: 24.3.93; bat-mode.el, Daniel Colascione, 2014/09/07
- bug#18405: 24.3.93; bat-mode.el, Eli Zaretskii, 2014/09/07
- bug#18405: 24.3.93; bat-mode.el, Daniel Colascione, 2014/09/07
- bug#18405: 24.3.93; bat-mode.el, Eli Zaretskii, 2014/09/09