all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TRANSFORM = s,x,x,
@ 2021-11-14  0:32 Hongyi Zhao
  2021-11-14  8:52 ` Kévin Le Gouguec
  2021-11-14 16:14 ` Stefan Monnier via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 5+ messages in thread
From: Hongyi Zhao @ 2021-11-14  0:32 UTC (permalink / raw)
  To: help-gnu-emacs

In the Makefile of Emacs, there is the following code:

# Program name transformation.
TRANSFORM = s,x,x,

But I really can't figure out the effect of this transformation, as
shown in the following example:

$ echo emacs-29.0.50 | sed 's,x,x,'
emacs-29.0.50

As you can see, this transformation does nothing.

Any hints for this problem?

Regards,
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-15  5:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14  0:32 TRANSFORM = s,x,x, Hongyi Zhao
2021-11-14  8:52 ` Kévin Le Gouguec
2021-11-14 10:34   ` Stephen Berman
2021-11-15  5:13   ` Hongyi Zhao
2021-11-14 16:14 ` Stefan Monnier via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.