GNU bug report logs -
#10773
define-derived-mode/define-minor-mode to declare hook variables
Previous Next
Reported by: Juri Linkov <juri <at> jurta.org>
Date: Thu, 9 Feb 2012 09:50:02 UTC
Severity: wishlist
Tags: fixed
Found in version 24.0.93
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #40 received at 10773 <at> debbugs.gnu.org (full text, mbox):
>> In my opinion, the best way to eliminate the distinction
>> between user variables (with the leading '*' in the docstring)
>> and customizable variables in 24.2 is:
>>
>> 1. Make `user-variable-p' an alias for `custom-variable-p'.
>>
>> 2. Remove the `user-variable-p' condition from `set-variable'.
>>
>> This will fix the reported case where `set-variable' can change
>> the value of `outline-mode-hook', but not `outline-minor-mode-hook';
>> and many other similar cases.
>
> And how will that help code that uses
> (defvar foo "*A user variable.")?
IIUC, the plan is to deprecate this feature, to not maintain two parallel
systems of user customizable variables.
> Users have always been able to set such a user variable using `set-variable'.
With the proposed change above, users can continue to set variables
using `set-variable'.
This bug report was last modified 4 years and 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.