unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* syntax-after
@ 2004-11-11 22:51 Stefan Monnier
  2004-11-11 23:38 ` syntax-after Juri Linkov
  2004-11-12 21:25 ` syntax-after Richard Stallman
  0 siblings, 2 replies; 12+ messages in thread
From: Stefan Monnier @ 2004-11-11 22:51 UTC (permalink / raw)


What was the reason for the following change?

2004-11-06  Richard M. Stallman  <rms@gnu.org>

	* subr.el (syntax-after): Return the syntax letter, not the raw code.

It seems really gratuitous.  There are already 2 ways to represent the
syntax info of a char: as a cons cell and as a string.  Both are documented
in the elisp manual.

The above change introduces yet a third representation, and an undocumented
one at that.  Was that really necessary?

I just saw that the above change caused Juri to install a fix to
descr-text.el that replaces a call to syntax-after with a copy of its
(previous) body.  I think this is moving backward, not forward.


        Stefan

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

end of thread, other threads:[~2004-11-23 16:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 22:51 syntax-after Stefan Monnier
2004-11-11 23:38 ` syntax-after Juri Linkov
2004-11-12 21:25 ` syntax-after Richard Stallman
2004-11-13 10:57   ` syntax-after Juri Linkov
2004-11-13 23:55   ` syntax-after Stefan
2004-11-16 16:49     ` syntax-after Richard Stallman
2004-11-22  5:57       ` syntax-after Stefan Monnier
2004-11-22 10:27         ` syntax-after Kim F. Storm
2004-11-22 17:15           ` syntax-after Stefan Monnier
2004-11-23  6:27             ` syntax-after Juri Linkov
2004-11-23 13:55               ` syntax-after Stefan
2004-11-23 16:30           ` syntax-after Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).