emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: bindat


From: Eli Zaretskii
Subject: Re: Towards a cleaner build: bindat
Date: Sat, 15 Jun 2019 17:56:51 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Date: Sat, 15 Jun 2019 16:50:03 +0200
> 
>   (feedmail-queue-send-edit-prompt-inner
>    feedmail-ask-before-queue-default
>    feedmail-ask-before-queue-prompt
>    feedmail-ask-before-queue-reprompt
>    'feedmail-message-action-help
>    feedmail-prompt-before-queue-standard-alist
>    feedmail-prompt-before-queue-user-alist
>    ))
> 
> so `helper' is always `feedmail-message-action-help', but as the comment
> says, it's never used, but instead the symbol `helper' is returned from
> the function, and it's then funcalled:
> 
>   (if (not feedmail-enable-queue) (feedmail-send-it-immediately-wrapper)
>     ;; else, queuing is enabled, should we ask about it or just do it?
>     (if feedmail-ask-before-queue
>       (funcall (feedmail-queue-send-edit-prompt))
>       (feedmail-dump-message-to-queue feedmail-queue-directory 'after-queue)))
> 
> So this seems like a genuine bug.

Sounds like this bug was caused by converting feedmail to
lexical-binding?



reply via email to

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