all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 689f421: Allow "lambda" spelling for ucs-insert
       [not found] ` <20200904050601.C6BFF20A15@vcs0.savannah.gnu.org>
@ 2020-09-04 13:33   ` Stefan Monnier
  2020-09-04 13:46     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2020-09-04 13:33 UTC (permalink / raw)
  To: emacs-devel; +Cc: Noam Postavsky

Lars Ingebrigtsen [2020-09-04 01:06:01] wrote:

> +                (when (and (not old-name) new-name
> +                           (string-match "LAMDA" new-name))
                                            ^^^^^^^

Shouldn't that use \< ... \> ?


        Stefan




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

* Re: master 689f421: Allow "lambda" spelling for ucs-insert
  2020-09-04 13:33   ` master 689f421: Allow "lambda" spelling for ucs-insert Stefan Monnier
@ 2020-09-04 13:46     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-04 13:46 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Noam Postavsky, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Lars Ingebrigtsen [2020-09-04 01:06:01] wrote:
>
>> +                (when (and (not old-name) new-name
>> +                           (string-match "LAMDA" new-name))
>                                             ^^^^^^^
>
> Shouldn't that use \< ... \> ?

Yes, indeed.  Now fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

end of thread, other threads:[~2020-09-04 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20200904050600.25826.86200@vcs0.savannah.gnu.org>
     [not found] ` <20200904050601.C6BFF20A15@vcs0.savannah.gnu.org>
2020-09-04 13:33   ` master 689f421: Allow "lambda" spelling for ucs-insert Stefan Monnier
2020-09-04 13:46     ` Lars Ingebrigtsen

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.