emacs-devel
[Top][All Lists]
Advanced

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

Re: ELPA submission: plz-see


From: Augusto Stoffel
Subject: Re: ELPA submission: plz-see
Date: Tue, 31 Oct 2023 21:19:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

On Tue, 31 Oct 2023 at 06:33, Mauro Aranda wrote:

> On 30/10/23 04:17, Augusto Stoffel wrote:
>>
>> I would like to submit the following package to ELPA:
>>
>>    https://github.com/astoff/plz-see.el
>>
>>
>> (defcustom plz-see-header-line-format
>>   (let ((headers '(plz-see-header-line-status
>>                    plz-see-header-line-content-type
>>                    plz-see-header-line-content-length
>>                    plz-see-header-line-show-headers)))
>>     (dolist (sym headers)
>>       (put sym 'risky-local-variable t))
>>     (cons "" headers))
>>   "Header line format for `plz-see' result buffers."
>>   :type 'sexp)
>
> Do you really need all that in the standard expression?

You're right, this doesn't actually work since the default value is not
evaluated if you set that variable before loading the package.  Thanks.



reply via email to

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