--- Begin Message ---
Subject: |
23.0.60; Feature request: eval-defun on defcustom :initialize / :set |
Date: |
Fri, 04 Apr 2008 16:03:38 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.2.50 (gnu/linux) |
Hi,
I think `eval-defun' (C-M-x) on a defcustom which has should evaluate
the :initialize or :set function.
Real-life example: Changing the list of regexps in
`smiley-regexp-alist' and doing `C-M-x' has no effect. I modified and
evaluated the defcustom several times until I noticed that I need to
eval `(smiley-update-cache)' as well before my change does anything.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#109: 23.0.60; Feature request: eval-defun on defcustom :initialize / :set |
Date: |
Sat, 08 Dec 2012 20:06:28 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Version: 24.4
Reiner Steib wrote:
> Real-life example: Changing the list of regexps in
> `smiley-regexp-alist' and doing `C-M-x' has no effect. I modified and
> evaluated the defcustom several times until I noticed that I need to
> eval `(smiley-update-cache)' as well before my change does anything.
Implemented.
--- End Message ---