GNU bug report logs -
#7319
`defsetf' methods of `extent-*' in emacs-lisp/cl-macs.el
Previous Next
Reported by: MON KEY <monkey <at> sandpframing.com>
Date: Tue, 2 Nov 2010 20:34:01 UTC
Severity: minor
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Current through bzr-102222
emacs-lisp/cl-macs.el has `defsetf' methods for:
`extent-data', `extent-face', `extent-priority',
`extent-end-position', `extent-start-position'
AFAICT GNU Emacs deosn't define the corresponding operators:
`set-extent-data', `set-extent-face',
`set-extent-priority', `set-extent-endpoints'
GNU Emacs doesn't even support the majority of cl*.el functions at
runtime (let alone setf methods for many core procedures) so why does
it make an attempt tos upport CL related functions for an alien
application's incompatible lisp featureset?
emacs -Q
(defun bubba (x)
(eval-when-compile (require 'cl))
x)
M-x compile-defun
(symbol-plist 'extent-data)
(symbol-plist 'extent-face)
(symbol-plist 'extent-priority)
(symbol-plist 'extent-end-position)
(symbol-plist 'extent-start-position)
Is this another example of CL polluting the "global names"?
:P
--
/s_P\
This bug report was last modified 14 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.