From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Killing frame-locals (was: [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#24923))
Date: Sat, 17 Dec 2016 09:59:56 -0500 [thread overview]
Message-ID: <CAM-tV-9stoZci7mzjGc6TeXNnfgMXK0KT1ZnukWsHg5b7N3EfA@mail.gmail.com> (raw)
In-Reply-To: <jwv4m22ljad.fsf-monnier+gmane.emacs.devel@gnu.org>
On Sat, Dec 17, 2016 at 9:31 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
> Ping?
>
> I'll take care of the patch, if we agree,
>
>
> Stefan
>
>
>>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> + else if (sym->redirect == SYMBOL_LOCALIZED
>>> + && SYMBOL_BLV (sym)->frame_local)
>>> + xsignal1 (Qtrapping_frame_local, symbol);
>
>> BTW, make-variable-frame-local has been declared obsolete since
>> Emacs-22.2, so I think now is a good time to get rid of
>> frame-local variables.
>
I did a web search for make-variable-frame-local, I found only
perspective-el still using it. I think it's a fairly popular package;
on the other hand, it's not in GNU ELPA, and it's not like they didn't
have warning in advance...
https://github.com/nex3/perspective-el/blob/1.12/perspective.el#L194-L197
;; make-variable-frame-local is obsolete according to the docs,
;; but I don't want to have to manually munge frame-parameters
;; all the time so I'm using it anyway.
(make-variable-frame-local
next prev parent reply other threads:[~2016-12-17 14:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20161203014504.8507.42564@vcs.savannah.gnu.org>
[not found] ` <20161203014505.D8E2D2201C6@vcs.savannah.gnu.org>
2016-12-09 15:10 ` [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#24923) Stefan Monnier
2016-12-17 14:31 ` Killing frame-locals (was: [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#24923)) Stefan Monnier
2016-12-17 14:59 ` Noam Postavsky [this message]
2016-12-21 19:27 ` Killing frame-locals Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAM-tV-9stoZci7mzjGc6TeXNnfgMXK0KT1ZnukWsHg5b7N3EfA@mail.gmail.com \
--to=npostavs@users.sourceforge.net \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.