bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17630: 24.3.91; gv expander for a few places are incorrect


From: Stefan Monnier
Subject: bug#17630: 24.3.91; gv expander for a few places are incorrect
Date: Thu, 29 May 2014 09:18:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> The getter allows optional WINDOW arg but the setter requires WINDOW
> arg. For example:

>   (setf (window-buffer) (get-buffer "abc")) expands incorrectly to
>   (set-window-buffer (get-buffer "abc"))

> They should probably all be re-defined using gv-define-setter.

Indeed.  Tho maybe a better fix is to get rid of the asymmetry between
the getter and the setter.


        Stefan





reply via email to

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