[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7408: Linux patchutils: Development of the project?
From: |
Stefan Monnier |
Subject: |
bug#7408: Linux patchutils: Development of the project? |
Date: |
Wed, 17 Nov 2010 08:39:29 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> The 'return' has been integral part of 'dolist' since the start.
Who cares?
> | After (require 'cl), `return' gets defined and things work as you
> | expect.
> The implementation in subr.el::dolist does not have any support for
> 'return'.
Again, who cares? If you want to use `return' you need to require the
package that defines it.
> It is not that 'return' gets defined, but what happens is that loading
> CL clobbers that current definition pf 'dolist' by overwiting it with
> its own implementation:
And? Why would you care? Without looking at the source code, can you
tell the difference?
> Naturally, loading CL also defines other things. But the fundamental
> problem is two incompatible dolist implementations.
You still haven't shown any evidence of incompatibility.
Show me a piece of code which would work with CL's dolist (but without
CL's return) and yet doesn't work with subr.el's dolist.
Stefan
- bug#7408: Linux patchutils: Development of the project?, Jari Aalto, 2010/11/16
- bug#7408: Linux patchutils: Development of the project?, Lennart Borgman, 2010/11/16
- bug#7408: Linux patchutils: Development of the project?, Stefan Monnier, 2010/11/16
- bug#7408: Linux patchutils: Development of the project?, jari, 2010/11/17
- bug#7408: Linux patchutils: Development of the project?, Štěpán Němec, 2010/11/17
- bug#7408: Linux patchutils: Development of the project?, martin rudalics, 2010/11/17
- bug#7408: Linux patchutils: Development of the project?, Stefan Monnier, 2010/11/18
- bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return, Jari Aalto, 2010/11/18
- bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return, Stefan Monnier, 2010/11/21
- bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return, jari, 2010/11/21
- bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return, Eli Zaretskii, 2010/11/21
- bug#7408: 23.2.1 dolist -- subr.el and cl-macs differ with nil-block return, Stefan Monnier, 2010/11/21