emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New pp


From: Noam Postavsky
Subject: Re: New pp
Date: Sat, 11 Mar 2017 11:52:53 -0500

On Sat, Mar 11, 2017 at 11:40 AM, Stefan Monnier
<address@hidden> wrote:
>
> No, the problem is when we run for example the
>
>     (cl-defmethod cl-print-object ((object vector) stream)
>
> method (which AFAIK takes precedence over the
>
>    (cl-defmethod cl-print-object (object (pprint-state (head :pprint)))
>
> method, so it will receive a pp-state stream and pass it on to `princ`).

Oh yeah, that is a problem. Is there any way to get a higher precedence?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]