all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* alist-get in Emacs 24?
@ 2015-10-02  6:32 Marcin Borkowski
  2015-10-02  6:39 ` Dmitry Gutov
  2015-10-02  7:34 ` Michael Heerdegen
  0 siblings, 2 replies; 12+ messages in thread
From: Marcin Borkowski @ 2015-10-02  6:32 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

Hi all,

some time ago, someone here recommended the alist-get function to me.
It works like a charm for me, but not for some other user who's running
Emacs 24.

While writing (or copying from subr.el) an alist-get "getter" version is
trivial, the "setter" version (which I need for setf, cl-incf and
cl-decf) is a bit harder for me.  Looking at

(gv-define-expander alist-get ...)

in gv.el makes my head explode.  I will probably just write functions
like set-alist-element and inc-alist-element (or maybe I'll name them
better) so that the library works in Emacs 24, but is there a better
way?  (Note: while I'm fairly confident that I could understand that
gv-define-expander stuff, it would probably take a lot of time.  This is
the long-term plan.  Now my goal is to help that user ASAP.)

Also, what would be the recommended policy for supporting older Emacsen?
Is it enough to test my packages against 24.1 (which didn't compile on
my machine anyway, btw)?  Should I care for Emacs 23 at all?

TIA,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-08 16:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02  6:32 alist-get in Emacs 24? Marcin Borkowski
2015-10-02  6:39 ` Dmitry Gutov
2015-10-02  6:54   ` Marcin Borkowski
2015-10-02  7:34 ` Michael Heerdegen
2015-10-02  8:49   ` Marcin Borkowski
2015-10-03  3:05     ` Michael Heerdegen
2015-10-02 13:37   ` Stefan Monnier
2015-10-07 19:15   ` Marcin Borkowski
2015-10-07 20:45     ` Drew Adams
2015-10-08  8:21     ` Michael Heerdegen
2015-10-08 15:53       ` Drew Adams
2015-10-08 16:14         ` Michael Heerdegen

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.